#include <Remote_Tokens.h>
Inheritance diagram for ACE_Remote_RLock:


Public Methods | |
| ACE_Remote_RLock (void) | |
| ACE_Remote_RLock (const ACE_TCHAR *token_name, int ignore_deadlock=0, int debug=0) | |
| ACE_Remote_RLock (const ACE_Remote_RLock &mutex) | |
| void | dump (void) const |
| Dump the state of the class. More... | |
| virtual int | type (void) const |
| Returns ACE_RW_Token::RLOCK;. More... | |
| virtual ACE_Token_Proxy * | clone (void) const |
| Return deep copy. More... | |
Protected Methods | |
| virtual ACE_Tokens * | create_token (const ACE_TCHAR *name) |
| Make the correct type of ACE_Tokens. This is called by the Token Manager. More... | |
This is the remote equivalent to ACE_Local_RLock. Multiple readers can hold the lock simultaneously when no writers have the lock. Alternatively, when a writer holds the lock, no other participants (readers or writers) may hold the lock. ACE_Remote_RLock depends on the ACE Token Server for its distributed synchronization semantics.
Definition at line 202 of file Remote_Tokens.h.
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Return deep copy.
Implements ACE_Token_Proxy. |
|
|
Make the correct type of ACE_Tokens. This is called by the Token Manager.
Implements ACE_Token_Proxy. |
|
|
Dump the state of the class.
Reimplemented from ACE_Remote_Token_Proxy. Definition at line 410 of file Remote_Tokens.cpp. References ACE_BEGIN_DUMP, ACE_DEBUG, ACE_END_DUMP, ACE_LIB_TEXT, ACE_TRACE, ACE_Remote_Token_Proxy::dump, and LM_DEBUG.
00411 {
00412 ACE_TRACE ("ACE_Remote_RLock::dump");
00413 ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
00414 ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("ACE_Remote_RLock::dump:\n")));
00415 ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("base:\n")));
00416 ACE_Remote_Token_Proxy::dump ();
00417 ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
00418 }
|
|
|
Returns ACE_RW_Token::RLOCK;.
Reimplemented from ACE_Token_Proxy. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002