OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XmppServerConnection::DeleteActor Class Reference
Inheritance diagram for XmppServerConnection::DeleteActor:
Collaboration diagram for XmppServerConnection::DeleteActor:

Public Member Functions

 DeleteActor (XmppServer *server, XmppServerConnection *parent)
 
virtual bool MayDelete () const
 
virtual void Shutdown ()
 
virtual void Destroy ()
 
- Public Member Functions inherited from LifetimeActor
 LifetimeActor (LifetimeManager *manager)
 
virtual ~LifetimeActor ()
 
virtual void Delete ()
 
void RetryDelete ()
 
void PauseDelete ()
 
void ResumeDelete ()
 
bool IsDeleted () const
 
bool HasDependents () const
 
bool HasRefcount () const
 
const uint64_t create_time_stamp_usecs () const
 
const uint64_t delete_time_stamp_usecs () const
 

Private Attributes

XmppServerserver_
 
XmppServerConnectionparent_
 

Detailed Description

Definition at line 655 of file xmpp_connection.cc.

Constructor & Destructor Documentation

XmppServerConnection::DeleteActor::DeleteActor ( XmppServer server,
XmppServerConnection parent 
)
inline

Definition at line 657 of file xmpp_connection.cc.

Member Function Documentation

virtual void XmppServerConnection::DeleteActor::Destroy ( )
inlinevirtual

Implements LifetimeActor.

Definition at line 708 of file xmpp_connection.cc.

virtual bool XmppServerConnection::DeleteActor::MayDelete ( ) const
inlinevirtual

Implements LifetimeActor.

Definition at line 662 of file xmpp_connection.cc.

Here is the call graph for this function:

virtual void XmppServerConnection::DeleteActor::Shutdown ( void  )
inlinevirtual

Reimplemented from LifetimeActor.

Definition at line 666 of file xmpp_connection.cc.

Here is the call graph for this function:

Member Data Documentation

XmppServerConnection* XmppServerConnection::DeleteActor::parent_
private

Definition at line 714 of file xmpp_connection.cc.

XmppServer* XmppServerConnection::DeleteActor::server_
private

Definition at line 713 of file xmpp_connection.cc.


The documentation for this class was generated from the following file: