|
enum | sign_on_status {
STATUS_OK = 0,
STATUS_NO_NEW_SESSIONS = 1,
STATUS_NOT_AUTHORIZED = 2,
STATUS_SHUTTING_DOWN = 3,
STATUS_UNSUPPORTED_PROTOCOL = 4
} |
|
enum | Disposition { SUCCESS = 1,
TIMEOUT,
COMM_FAILURE
} |
| The Disposition indicates whether the requested operation was even carried out. If not SUCCESS, the operation was not executed for the indicated reason. If SUCCESS, the rest of the reply's data indicates the actual result of the operation.
|
|
enum | { INIT_BLOCK_SIZE = 4096
} |
|
|
| xmog_reply_sign_on_status (ACE_Message_Block *b) |
|
sign_on_status | status (void) const |
|
jint | RemoteStringUtilsId () const |
|
jint | ObjectId () const |
|
jint | ClassId () const |
|
jint | ThrowableId () const |
|
jint | ExceptionId () const |
|
jint | StringId () const |
|
| xmog_reply (Disposition disp, xmog::xmog_message_id t=xmog::NONE, ACE_Message_Block *b=0) |
|
| xmog_reply (const xmog_reply &r) |
|
xmog_reply & | operator= (const xmog_reply &r) |
|
Disposition | disposition (void) const |
|
xmog::xmog_message_id | type (void) const |
| type() returns the message reply type. If the disposition is not SUCCESS, this value is meaningless.
|
|
virtual bool | matches (const xmog_request *req) const |
| Check to see if the specified xmog_request matches this xmog_reply. The reply type needs to match the request type and the JVM pointer needs to match as well. More specific reply types can refine the check as needed.
|
|
void | dump () |
|
|
static xmog_reply * | decode (ACE_Message_Block *b) |
| Factory function that decodes an incoming reply and creates a xmog_reply-descended reply object. More...
|
|
The documentation for this class was generated from the following file: