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 821 of file xmpp_connection.cc.
|
inline |
Definition at line 823 of file xmpp_connection.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 848 of file xmpp_connection.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 828 of file xmpp_connection.cc.
|
inlinevirtual |
Reimplemented from LifetimeActor.
Definition at line 832 of file xmpp_connection.cc.
|
private |
Definition at line 853 of file xmpp_connection.cc.
|
private |
Definition at line 854 of file xmpp_connection.cc.