TAO_PortableGroup
2.3.2
|
Public Member Functions | |
Object_Group_File_Guard (TAO::PG_Object_Group_Storable &object_group, Method_Type method_type) | |
~Object_Group_File_Guard () | |
virtual void | set_object_last_changed (const time_t &time) |
virtual time_t | get_object_last_changed () |
virtual bool | object_obsolete () |
virtual void | mark_object_current () |
virtual int | load_from_stream () |
virtual bool | is_loaded_from_stream () |
virtual TAO::Storable_Base * | create_stream (const char *mode) |
![]() | |
Storable_File_Guard (bool redundant, bool use_backup=Storable_Base::use_backup_default) | |
virtual | ~Storable_File_Guard () |
void | release (void) |
TAO::Storable_Base & | peer () |
Private Attributes | |
TAO::PG_Object_Group_Storable & | object_group_ |
Additional Inherited Members | |
![]() | |
enum | Method_Type |
![]() | |
CREATE_WITH_FILE | |
CREATE_WITHOUT_FILE | |
ACCESSOR | |
MUTATOR | |
![]() | |
void | init (Method_Type method_type) |
void | init_no_load (Method_Type method_type) |
void | reload (void) |
![]() | |
Storable_Base * | fl_ |
TAO::Object_Group_File_Guard::Object_Group_File_Guard | ( | TAO::PG_Object_Group_Storable & | object_group, |
Method_Type | method_type | ||
) |
TAO::Object_Group_File_Guard::~Object_Group_File_Guard | ( | ) |
|
virtual |
Implements TAO::Storable_File_Guard.
|
virtual |
Implements TAO::Storable_File_Guard.
|
virtual |
Implements TAO::Storable_File_Guard.
|
virtual |
Implements TAO::Storable_File_Guard.
|
virtual |
Mark the object as current with respect to the file to which it was persisted.
Reimplemented from TAO::Storable_File_Guard.
|
virtual |
Check if the guarded object is current with the last update which could have been performed independently of the owner of this object.
Reimplemented from TAO::Storable_File_Guard.
|
virtual |
Implements TAO::Storable_File_Guard.
|
private |