Public Attributes | |
| ACE_UINT32 | length_ |
| Length of entire request. More... | |
| ACE_UINT32 | token_type_ |
| Type of the request (i.e., MUTEX, RLOCK, WLOCK... More... | |
| ACE_UINT32 | proxy_type_ |
| Type of the request (i.e., MUTEX, RLOCK, WLOCK... More... | |
| ACE_UINT32 | operation_type_ |
| Type of the request (i.e., <ACQUIRE>, <RELEASE>, <RENEW>, and <REMOVE>). More... | |
| ACE_UINT32 | requeue_position_ |
| this only makes sense when operation type is renew. More... | |
| ACE_UINT32 | notify_ |
| this only makes sense when operation type is renew. More... | |
| ACE_UINT32 | use_timeout_ |
| Indicates if we should block forever. If 1, then <secTimeout_> and <usecTimeout_> indicates how long we should wait. If 0, then we block forever. More... | |
| ACE_UINT32 | sec_ |
| Max seconds willing to wait for token if not blocking forever. More... | |
| ACE_UINT32 | usec_ |
| Max micro seconds to wait for token if not blocking forever. More... | |
| ACE_UINT32 | arg_ |
| value returned in <Token_Reply::arg>;. More... | |
| ACE_TCHAR | data_ [ACE_MAXTOKENNAMELEN+ACE_MAXCLIENTIDLEN+3] |
| The data portion contains the <tokenName_> including a 0 terminator, a ':', then the <clientId> including a 0 terminator. More... | |
|
|
value returned in <Token_Reply::arg>;.
Definition at line 179 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::ACE_Token_Request, and ACE_Token_Request::decode. |
|
|
The data portion contains the <tokenName_> including a 0 terminator, a ':', then the <clientId> including a 0 terminator.
Definition at line 183 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::ACE_Token_Request, and ACE_Token_Request::decode. |
|
|
Length of entire request.
Definition at line 148 of file Token_Request_Reply.h. |
|
|
this only makes sense when operation type is renew.
Definition at line 163 of file Token_Request_Reply.h. |
|
|
Type of the request (i.e., <ACQUIRE>, <RELEASE>, <RENEW>, and <REMOVE>).
Definition at line 157 of file Token_Request_Reply.h. |
|
|
Type of the request (i.e., MUTEX, RLOCK, WLOCK...
Definition at line 154 of file Token_Request_Reply.h. |
|
|
this only makes sense when operation type is renew.
Definition at line 160 of file Token_Request_Reply.h. |
|
|
Max seconds willing to wait for token if not blocking forever.
Definition at line 173 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::decode. |
|
|
Type of the request (i.e., MUTEX, RLOCK, WLOCK...
Definition at line 151 of file Token_Request_Reply.h. |
|
|
Indicates if we should block forever. If 1, then <secTimeout_> and <usecTimeout_> indicates how long we should wait. If 0, then we block forever.
Definition at line 170 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::decode. |
|
|
Max micro seconds to wait for token if not blocking forever.
Definition at line 176 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::decode. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002