OpenSDN source code
|
Public Member Functions | |
DeleteActor (XmppServer *server, XmppServerConnection *parent) | |
virtual bool | MayDelete () const |
virtual void | Shutdown () |
virtual void | Destroy () |
![]() | |
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 | |
XmppServer * | server_ |
XmppServerConnection * | parent_ |
Definition at line 655 of file xmpp_connection.cc.
|
inline |
Definition at line 657 of file xmpp_connection.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 708 of file xmpp_connection.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 662 of file xmpp_connection.cc.
|
inlinevirtual |
Reimplemented from LifetimeActor.
Definition at line 666 of file xmpp_connection.cc.
|
private |
Definition at line 714 of file xmpp_connection.cc.
|
private |
Definition at line 713 of file xmpp_connection.cc.