See: Description
Class | Description |
---|---|
GenericRemoteInvocationRequest<CALL extends RemoteInvocationCall,TX_CALLS extends GenericRemoteInvocationTransactionalCalls<CALL>> |
This is the abstract base class for the transfer-object of a request sent from client to server for any
number of (transactional) remote invocations.
|
GenericRemoteInvocationResponse |
This is the transfer-object for the generic response to a remote invocation.
|
GenericRemoteInvocationTransactionalCalls<CALL extends RemoteInvocationCall> |
This is the generic transfer-object containing all
RemoteInvocationCall s that shall be processed in
a separate transaction. |
GenericRemoteInvocationTransactionalResults |
This is the generic transfer-object containing all
results that have been processed
in a separate transaction. |
service API
.
Here you will find the internal transfer-objects used for the technical client/server communication and
abstract base implementations of the callers API
. Copyright © 2001–2016 mmm-Team. All rights reserved.