Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes

SessionPacket Class Reference

#include <AbiCollab_Packet.h>

Inheritance diagram for SessionPacket:
Packet AbstractChangeRecordSessionPacket AbstractSessionTakeoverPacket RevertAckSessionPacket RevertSessionPacket SignalSessionPacket ChangeRecordSessionPacket GlobSessionPacket SessionFlushedPacket SessionReconnectAckPacket SessionReconnectRequestPacket SessionTakeoverAckPacket SessionTakeoverRequestPacket DeleteStrux_ChangeRecordSessionPacket Glob_ChangeRecordSessionPacket Props_ChangeRecordSessionPacket ChangeStrux_ChangeRecordSessionPacket Data_ChangeRecordSessionPacket InsertSpan_ChangeRecordSessionPacket Object_ChangeRecordSessionPacket RDF_ChangeRecordSessionPacket

List of all members.

Public Member Functions

virtual const std::string & getSessionId () const
void setSessionId (const std::string &sSessionId)
virtual const std::string & getDocUUID () const
void setDocUUID (const std::string &sDocUUID)
virtual std::string toStr () const

Static Public Member Functions

static
DECLARE_SERIALIZABLE_PACKET
bool 
isInstanceOf (const Packet &packet)

Protected Member Functions

 SessionPacket ()
 SessionPacket (const std::string &sSessionId, const std::string &sDocUUID)

Private Attributes

std::string m_sSessionId
std::string m_sDocUUID

Constructor & Destructor Documentation

SessionPacket::SessionPacket (  )  [inline, protected]
SessionPacket::SessionPacket ( const std::string &  sSessionId,
const std::string &  sDocUUID 
) [protected]

Member Function Documentation

virtual const std::string& SessionPacket::getDocUUID (  )  const [inline, virtual]
virtual const std::string& SessionPacket::getSessionId (  )  const [inline, virtual]
void SessionPacket::setDocUUID ( const std::string &  sDocUUID  )  [inline]

References m_sDocUUID.

Referenced by ABI_Collab_Export::slaveInit().

void SessionPacket::setSessionId ( const std::string &  sSessionId  )  [inline]

Member Data Documentation

std::string SessionPacket::m_sDocUUID [private]

Referenced by getDocUUID(), setDocUUID(), and toStr().

std::string SessionPacket::m_sSessionId [private]

Referenced by getSessionId(), setSessionId(), and toStr().


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