#include <IsPutCommand.h>
Inheritance diagram for SctArchiving::IsPutCommand:
Public Member Functions | |
IsPutCommand (boost::shared_ptr< Sct::Serializable > ob) | |
Puts object in archive. | |
IsPutCommand () | |
Puts object in archive - need to use setObject first. | |
~IsPutCommand () | |
destructor | |
virtual void | execute () |
puts the object from the archive | |
virtual void | setServer (const string &name) |
set the IS server to write to | |
virtual boost::shared_ptr< ArchivingCommand > | create () const |
impliment | |
Protected Attributes | |
std::string | m_server |
Definition at line 8 of file IsPutCommand.h.
|
Puts object in archive.
|
|
Puts object in archive - need to use setObject first.
Definition at line 26 of file IsPutCommand.cpp. Referenced by create(). |
|
destructor
Definition at line 28 of file IsPutCommand.cpp. |
|
impliment
Implements SctArchiving::ArchivingCommand. Definition at line 34 of file IsPutCommand.cpp. References IsPutCommand(). Here is the call graph for this function: ![]() |
|
puts the object from the archive
Implements SctArchiving::ArchivingCommand. Definition at line 39 of file IsPutCommand.cpp. References SctArchiving::Archiver::getRetrieveIsServer(), SctArchiving::Archiver::instance(), SctArchiving::PutCommand::m_ob, and m_server. Here is the call graph for this function: ![]() |
|
set the IS server to write to
Definition at line 30 of file IsPutCommand.cpp. References m_server. |