ACE_Remote_WLock Class Reference

Proxy for acquiring, renewing, and releasing a distributed writers lock. More...

#include <Remote_Tokens.h>

Inheritance diagram for ACE_Remote_WLock:

Inheritance graph
[legend]
Collaboration diagram for ACE_Remote_WLock:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Remote_WLock (void)
 ACE_Remote_WLock (const ACE_TCHAR *token_name, int ignore_deadlock=0, int debug=0)
 ACE_Remote_WLock (const ACE_Remote_WLock &mutex)
void dump (void) const
 Dump the state of the class.
virtual int type (void) const
 Returns ACE_RW_Token::WLOCK;.
virtual ACE_Token_Proxy * clone (void) const
 Return deep copy.

Protected Member Functions

virtual ACE_Tokens * create_token (const ACE_TCHAR *name)


Detailed Description

Proxy for acquiring, renewing, and releasing a distributed writers lock.

Shields applications from details of interacting with the ACE_Token_Server. The token_name_ is just the string that the Token Server uses to identify the token. The client_id_ (also used by the Token Server,) identifies the owner of the token and is used for deadlock detection.


Constructor & Destructor Documentation

ACE_Remote_WLock::ACE_Remote_WLock ( void   ) 

ACE_Remote_WLock::ACE_Remote_WLock ( const ACE_TCHAR token_name,
int  ignore_deadlock = 0,
int  debug = 0 
)

ACE_Remote_WLock::ACE_Remote_WLock ( const ACE_Remote_WLock mutex  ) 


Member Function Documentation

void ACE_Remote_WLock::dump ( void   )  const

Dump the state of the class.

Reimplemented from ACE_Remote_Token_Proxy.

int ACE_Remote_WLock::type ( void   )  const [virtual]

Returns ACE_RW_Token::WLOCK;.

ACE_Token_Proxy * ACE_Remote_WLock::clone ( void   )  const [virtual]

Return deep copy.

ACE_Tokens * ACE_Remote_WLock::create_token ( const ACE_TCHAR name  )  [protected, virtual]

Make the correct type of ACE_Tokens. This is called by the Token Manager.


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 03:57:52 2007 for ACE by  doxygen 1.5.3