OpenSDN source code
|
Public Member Functions | |
DeleteActor (XmppClient *client, XmppClientConnection *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 | |
XmppClient * | client_ |
XmppClientConnection * | parent_ |
Definition at line 822 of file xmpp_connection.cc.
|
inline |
Definition at line 824 of file xmpp_connection.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 849 of file xmpp_connection.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 829 of file xmpp_connection.cc.
|
inlinevirtual |
Reimplemented from LifetimeActor.
Definition at line 833 of file xmpp_connection.cc.
|
private |
Definition at line 854 of file xmpp_connection.cc.
|
private |
Definition at line 855 of file xmpp_connection.cc.