Public Attributes | |
ACE_UINT32 | length_ |
Length of entire request. | |
ACE_UINT32 | token_type_ |
Type of the request (i.e., MUTEX, RLOCK, WLOCK... | |
ACE_UINT32 | proxy_type_ |
Type of the request (i.e., MUTEX, RLOCK, WLOCK... | |
ACE_UINT32 | operation_type_ |
Type of the request (i.e., , , , and ). | |
ACE_UINT32 | requeue_position_ |
this only makes sense when operation type is renew | |
ACE_UINT32 | notify_ |
this only makes sense when operation type is renew | |
ACE_UINT32 | use_timeout_ |
ACE_UINT32 | sec_ |
Max seconds willing to wait for token if not blocking forever. | |
ACE_UINT32 | usec_ |
Max micro seconds to wait for token if not blocking forever. | |
ACE_UINT32 | arg_ |
value returned in <Token_Reply::arg>; | |
ACE_TCHAR | data_ [ACE_MAXTOKENNAMELEN+ACE_MAXCLIENTIDLEN+3] |
|
value returned in <Token_Reply::arg>;
Definition at line 181 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::ACE_Token_Request(), and ACE_Token_Request::decode(). |
|
The data portion contains the including a 0 terminator, a ':', then the including a 0 terminator Definition at line 185 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 150 of file Token_Request_Reply.h. |
|
this only makes sense when operation type is renew
Definition at line 165 of file Token_Request_Reply.h. |
|
Type of the request (i.e., , , , and ).
Definition at line 159 of file Token_Request_Reply.h. |
|
Type of the request (i.e., MUTEX, RLOCK, WLOCK...
Definition at line 156 of file Token_Request_Reply.h. |
|
this only makes sense when operation type is renew
Definition at line 162 of file Token_Request_Reply.h. |
|
Max seconds willing to wait for token if not blocking forever.
Definition at line 175 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::decode(). |
|
Type of the request (i.e., MUTEX, RLOCK, WLOCK...
Definition at line 153 of file Token_Request_Reply.h. |
|
Indicates if we should block forever. If 1, then and indicates how long we should wait. If 0, then we block forever. Definition at line 172 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 178 of file Token_Request_Reply.h. Referenced by ACE_Token_Request::decode(). |