Interface | Description |
---|---|
MOperationConstants | Deprecated |
MOperationReplyer | |
MOperationReplyListener |
Interface to be implemented by callback objects to receive
asynchronous replies to operation invocations.
|
Class | Description |
---|---|
MBaseOperation | |
MClientReply |
This class encapsulates the reply to an operation request.
|
MClientRequest |
This class provides the argument marshalling for the remote operation
request and allows operation invocation.
|
MInboxReceiver | |
MInprocOperationProxy | |
MInprocOperationReplyer | |
MOperation |
Superclass to all operation-related classes.
|
MOperationImpl |
An application creates subclasses from this abstract class to implement
the body of a particular method invocable by a client through the remote
operation service.
|
MOperationProxy | |
MOperationReply |
!!!!THIS DOC IS VALID FOR BETA RELEASE ONLY SUBJECT TO CHANGE WITHOUT NOTICE !!!
|
MRpcClient | |
MRpcClientImpl | |
MRpcOperationProxy | |
MRpcOperationReplyEventListener | |
MRpcServer | |
MRpcServerOperationEventListener | |
MServerReply |
This class encapsulates the reply to an operation invocation as seen from the server side.
|
MServerRequest |
This class is the counterpart of
MClientRequest on the
server side. |
OperationEnum |
Exception | Description |
---|---|
MOperationBusyException |
The SDK throws this exception when the application attempts to have more
than one outstanding request sent through the same
MClientRequest instance. |
MOperationException |
This class encapsulates information about an operation exception.
|