#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.
Definition at line 19 of file IsPutCommand.cpp. |
|
Puts object in archive - need to use setObject first.
Definition at line 23 of file IsPutCommand.cpp. |
|
destructor
Definition at line 25 of file IsPutCommand.cpp. |
|
impliment
Implements SctArchiving::ArchivingCommand. Definition at line 31 of file IsPutCommand.cpp. |
|
puts the object from the archive
Implements SctArchiving::ArchivingCommand. Definition at line 36 of file IsPutCommand.cpp. References TestSummaryIS::dataString, and SctData::TestSummary::SummaryManager::instance(). |
Here is the call graph for this function:
|
set the IS server to write to
Definition at line 27 of file IsPutCommand.cpp. |