|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |
Data service base class. More...


Classes | |
| struct | tagROOT |
Public Member Functions | |
| virtual CLID | rootCLID () const |
| IDataManagerSvc: Accessor for root event CLID. | |
| std::string | rootName () const |
| Name for root Event. | |
| virtual STATUS | registerAddress (CSTR &path, ADDRESS *pAddr) |
| IDataManagerSvc: Register object address with the data store. | |
| virtual STATUS | registerAddress (OBJECT *parent, CSTR &path, ADDRESS *pAddr) |
| IDataManagerSvc: Register object address with the data store. | |
| virtual STATUS | registerAddress (IRegistry *parent, CSTR &path, ADDRESS *pAdd) |
| IDataManagerSvc: Register object address with the data store. | |
| virtual STATUS | unregisterAddress (CSTR &path) |
| IDataManagerSvc: Unregister object address from the data store. | |
| virtual STATUS | unregisterAddress (OBJECT *pParent, CSTR &path) |
| IDataManagerSvc: Unregister object address from the data store. | |
| virtual STATUS | unregisterAddress (IRegistry *pParent, CSTR &path) |
| IDataManagerSvc: Unregister object address from the data store. | |
| virtual STATUS | objectLeaves (const OBJECT *pObject, std::vector< IRegistry * > &leaves) |
| Explore the object store: retrieve all leaves attached to the object. | |
| virtual STATUS | objectLeaves (const IRegistry *pObject, std::vector< IRegistry * > &leaves) |
| Explore the object store: retrieve all leaves attached to the object. | |
| virtual STATUS | objectParent (const OBJECT *pObject, IRegistry *&refpParent) |
| IDataManagerSvc: Explore the object store: retrieve the object's parent. | |
| virtual STATUS | objectParent (const IRegistry *pObject, IRegistry *&refpParent) |
| IDataManagerSvc: Explore the object store: retrieve the object's parent. | |
| virtual STATUS | clearSubTree (CSTR &path) |
| Remove all data objects below the sub tree identified. | |
| virtual STATUS | clearSubTree (OBJECT *pObject) |
| Remove all data objects below the sub tree identified. | |
| virtual STATUS | clearStore () |
| IDataManagerSvc: Remove all data objects in the data store. | |
| virtual STATUS | traverseSubTree (CSTR &path, AGENT *pAgent) |
| Analyze by traversing all data objects below the sub tree. | |
| virtual STATUS | traverseSubTree (OBJECT *pObject, AGENT *pAgent) |
| IDataManagerSvc: Analyze by traversing all data objects below the sub tree. | |
| virtual STATUS | traverseTree (AGENT *pAgent) |
| IDataManagerSvc: Analyze by traversing all data objects in the data store. | |
| virtual STATUS | setRoot (CSTR &path, OBJECT *pObj) |
| Initialize data store for new event by giving new event path and root object. | |
| virtual STATUS | setRoot (CSTR &path, ADDRESS *pAddr) |
| Initialize data store for new event by giving new event path and address of root object. | |
| virtual STATUS | setDataLoader (IConversionSvc *pDataLoader) |
| IDataManagerSvc: Pass a default data loader to the service. | |
| virtual STATUS | addPreLoadItem (const DataStoreItem &item) |
| Add an item to the preload list. | |
| virtual STATUS | addPreLoadItem (CSTR &item) |
| Add an item to the preload list. | |
| virtual STATUS | removePreLoadItem (const DataStoreItem &item) |
| Remove an item from the preload list. | |
| virtual STATUS | removePreLoadItem (CSTR &item) |
| Add an item to the preload list. | |
| virtual STATUS | resetPreLoad () |
| Clear the preload list. | |
| virtual STATUS | preLoad () |
| load all preload items of the list | |
| virtual STATUS | registerObject (CSTR &path, OBJECT *pObj) |
| Register object with the data store. | |
| virtual STATUS | registerObject (CSTR &parent, CSTR &obj, OBJECT *pObj) |
| Register object with the data store. | |
| virtual STATUS | registerObject (CSTR &parent, int item, OBJECT *pObj) |
| Register object with the data store. | |
| virtual STATUS | registerObject (OBJECT *parent, CSTR &obj, OBJECT *pObj) |
| Register object with the data store. | |
| virtual STATUS | registerObject (OBJECT *parent, int obj, OBJECT *pObj) |
| Register object with the data store. | |
| virtual STATUS | unregisterObject (CSTR &path) |
| Unregister object from the data store. | |
| virtual STATUS | unregisterObject (CSTR &parent, CSTR &obj) |
| Unregister object from the data store. | |
| virtual STATUS | unregisterObject (CSTR &parent, int obj) |
| Unregister object from the data store. | |
| virtual STATUS | unregisterObject (OBJECT *pObj) |
| Unregister object from the data store. | |
| virtual STATUS | unregisterObject (OBJECT *pObj, CSTR &path) |
| Unregister object from the data store. | |
| virtual STATUS | unregisterObject (OBJECT *pObj, int item) |
| Unregister object from the data store. | |
| virtual STATUS | retrieveObject (IRegistry *parent, CSTR &path, OBJECT *&pObj) |
| Retrieve object from data store. | |
| virtual STATUS | retrieveObject (CSTR &path, OBJECT *&pObj) |
| Retrieve object identified by its full path from the data store. | |
| virtual STATUS | retrieveObject (CSTR &parent, CSTR &path, OBJECT *&pObj) |
| Retrieve object from data store. | |
| virtual STATUS | retrieveObject (CSTR &parent, int item, OBJECT *&pObj) |
| Retrieve object from data store. | |
| virtual STATUS | retrieveObject (OBJECT *parent, CSTR &path, OBJECT *&pObj) |
| Retrieve object from data store. | |
| virtual STATUS | retrieveObject (OBJECT *parent, int item, OBJECT *&pObj) |
| Retrieve object from data store. | |
| virtual STATUS | findObject (CSTR &path, OBJECT *&pObj) |
| Find object identified by its full path in the data store. | |
| virtual STATUS | findObject (IRegistry *parent, CSTR &path, OBJECT *&pObj) |
| Find object identified by its full path in the data store. | |
| virtual STATUS | findObject (CSTR &parent, CSTR &path, OBJECT *&pObj) |
| Find object in the data store. | |
| virtual STATUS | findObject (CSTR &parent, int item, OBJECT *&pObject) |
| Find object in the data store. | |
| virtual STATUS | findObject (OBJECT *parent, CSTR &path, OBJECT *&pObject) |
| Find object in the data store. | |
| virtual STATUS | findObject (OBJECT *parent, int item, OBJECT *&pObject) |
| Find object in the data store. | |
| virtual STATUS | linkObject (IRegistry *from, CSTR &objPath, OBJECT *to) |
| Add a link to another object. | |
| virtual STATUS | linkObject (CSTR &from, CSTR &objPath, OBJECT *to) |
| Add a link to another object. | |
| virtual STATUS | linkObject (OBJECT *from, CSTR &objPath, OBJECT *to) |
| Add a link to another object. | |
| virtual STATUS | linkObject (CSTR &fullPath, OBJECT *to) |
| Add a link to another object. | |
| virtual STATUS | unlinkObject (IRegistry *from, CSTR &objPath) |
| Remove a link to another object. | |
| virtual STATUS | unlinkObject (CSTR &from, CSTR &objPath) |
| Remove a link to another object. | |
| virtual STATUS | unlinkObject (OBJECT *from, CSTR &objPath) |
| Remove a link to another object. | |
| virtual STATUS | unlinkObject (CSTR &path) |
| Remove a link to another object. | |
| virtual STATUS | updateObject (IRegistry *pDirectory) |
| Update object identified by its directory entry. | |
| virtual STATUS | updateObject (CSTR &path) |
| Update object. | |
| virtual STATUS | updateObject (OBJECT *pObj) |
| Update object. | |
| virtual STATUS | updateObject (CSTR &parent, CSTR &updatePath) |
| Update object. | |
| virtual STATUS | updateObject (OBJECT *parent, CSTR &updatePath) |
| Update object. | |
| virtual STATUS | create (CSTR &nam, CSTR &typ) |
| Create a partition object. The name identifies the partition uniquely. | |
| virtual STATUS | create (CSTR &nam, CSTR &typ, IInterface *&pPartition) |
| Create a partition object. The name identifies the partition uniquely. | |
| virtual STATUS | drop (CSTR &nam) |
| Drop a partition object. The name identifies the partition uniquely. | |
| virtual STATUS | drop (IInterface *pPartition) |
| Drop a partition object. The name identifies the partition uniquely. | |
| virtual STATUS | activate (CSTR &nam) |
| Activate a partition object. The name identifies the partition uniquely. | |
| virtual STATUS | activate (IInterface *pPartition) |
| Activate a partition object. | |
| virtual STATUS | get (CSTR &nam, IInterface *&pPartition) const |
| Access a partition object. The name identifies the partition uniquely. | |
| virtual StatusCode | activePartition (std::string &nam, IInterface *&pPartition) const |
| Access the active partition object. | |
| STATUS | attachServices () |
| STATUS | detachServices () |
| virtual STATUS | initialize () |
| Service initialisation. | |
| virtual STATUS | reinitialize () |
| Service initialisation. | |
| virtual STATUS | finalize () |
| Service initialisation. | |
| MultiStoreSvc (CSTR &name, ISvcLocator *svc) | |
| Standard Constructor. | |
| virtual | ~MultiStoreSvc () |
| Standard Destructor. | |
| STATUS | preparePartitions () |
| Prepare partition for usage. | |
| STATUS | clearPartitions () |
| Clear all partitions. | |
| STATUS | makePartitions () |
| Create all partitions according to job options. | |
Public Member Functions inherited from extends3< Service, IDataProviderSvc, IDataManagerSvc, IPartitionControl > | |
| extends3 (A1 a1, A2 a2, A3 a3) | |
| Templated constructor with 3 arguments. | |
| extends3 (A1 a1, A2 a2) | |
| Templated constructor with 2 arguments. | |
| extends3 (A1 a1) | |
| Templated constructor with 1 argument. | |
| extends3 () | |
| Default constructor. | |
| virtual void * | i_cast (const InterfaceID &tid) const |
| Implementation of IInterface::i_cast. | |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp) |
| Implementation of IInterface::queryInterface. | |
| virtual std::vector< std::string > | getInterfaceNames () const |
| Implementation of IInterface::getInterfaceNames. | |
| virtual | ~extends3 () |
| Virtual destructor. | |
Public Member Functions inherited from Service | |
| virtual unsigned long | release () |
| Release Interface instance. | |
| virtual const std::string & | name () const |
| Retrieve name of the service. | |
| virtual StatusCode | configure () |
| virtual StatusCode | start () |
| virtual StatusCode | stop () |
| virtual StatusCode | terminate () |
| virtual Gaudi::StateMachine::State | FSMState () const |
| virtual Gaudi::StateMachine::State | targetFSMState () const |
| virtual StatusCode | restart () |
| virtual StatusCode | sysInitialize () |
| Initialize Service. | |
| virtual StatusCode | sysStart () |
| Initialize Service. | |
| virtual StatusCode | sysStop () |
| Initialize Service. | |
| virtual StatusCode | sysFinalize () |
| Finalize Service. | |
| virtual StatusCode | sysReinitialize () |
| Re-initialize the Service. | |
| virtual StatusCode | sysRestart () |
| Re-initialize the Service. | |
| virtual StatusCode | setProperty (const Property &p) |
| virtual StatusCode | setProperty (const std::string &s) |
| virtual StatusCode | setProperty (const std::string &n, const std::string &v) |
| virtual StatusCode | getProperty (Property *p) const |
| virtual const Property & | getProperty (const std::string &name) const |
| virtual StatusCode | getProperty (const std::string &n, std::string &v) const |
| virtual const std::vector < Property * > & | getProperties () const |
| template<class TYPE > | |
| StatusCode | setProperty (const std::string &name, const TYPE &value) |
| set the property form the value | |
| Service (const std::string &name, ISvcLocator *svcloc) | |
| Standard Constructor. | |
| SmartIF< ISvcLocator > & | serviceLocator () const |
| Retrieve pointer to service locator. | |
| StatusCode | setProperties () |
| Method for setting declared properties to the values specified for the job. | |
| template<class T > | |
| StatusCode | service (const std::string &name, const T *&psvc, bool createIf=true) const |
| Access a service by name, creating it if it doesn't already exist. | |
| template<class T > | |
| StatusCode | service (const std::string &name, T *&psvc, bool createIf=true) const |
| template<class T > | |
| StatusCode | service (const std::string &svcType, const std::string &svcName, T *&psvc) const |
| Access a service by name and type, creating it if it doesn't already exist. | |
| template<class T > | |
| Property * | declareProperty (const std::string &name, T &property, const std::string &doc="none") const |
| Declare the named property. | |
| Property * | declareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="") const |
| Declare remote named properties. | |
| SmartIF< IAuditorSvc > & | auditorSvc () const |
| The standard auditor service.May not be invoked before sysInitialize() has been invoked. | |
Public Member Functions inherited from CommonMessaging< implements3< IService, IProperty, IStateful > > | |
| CommonMessaging (const A1 &a1, const A2 &a2, const A3 &a3) | |
| Templated constructor with 3 arguments. | |
| CommonMessaging (const A1 &a1, const A2 &a2) | |
| Templated constructor with 2 arguments. | |
| CommonMessaging (const A1 &a1) | |
| Templated constructor with 1 argument. | |
| CommonMessaging () | |
| Default constructor. | |
| virtual | ~CommonMessaging () |
| Virtual destructor. | |
| SmartIF< IMessageSvc > & | msgSvc () const |
| The standard message service. | |
| MsgStream & | msgStream () const |
| Return an uninitialized MsgStream. | |
| MsgStream & | msgStream (const MSG::Level level) const |
| Predefined configurable message stream for the efficient printouts. | |
| MsgStream & | always () const |
| shortcut for the method msgStream(MSG::ALWAYS) | |
| MsgStream & | fatal () const |
| shortcut for the method msgStream(MSG::FATAL) | |
| MsgStream & | err () const |
| shortcut for the method msgStream(MSG::ERROR) | |
| MsgStream & | error () const |
| shortcut for the method msgStream(MSG::ERROR) | |
| MsgStream & | warning () const |
| shortcut for the method msgStream(MSG::WARNING) | |
| MsgStream & | info () const |
| shortcut for the method msgStream(MSG::INFO) | |
| MsgStream & | debug () const |
| shortcut for the method msgStream(MSG::DEBUG) | |
| MsgStream & | verbose () const |
| shortcut for the method msgStream(MSG::VERBOSE) | |
| MsgStream & | msg () const |
| shortcut for the method msgStream(MSG::INFO) | |
| MSG::Level | msgLevel () const |
| get the output level from the embedded MsgStream | |
| bool | msgLevel (MSG::Level lvl) const |
| get the output level from the embedded MsgStream | |
Public Member Functions inherited from extend_interfaces3< I1, I2, I3 > | |
| virtual | ~extend_interfaces3 () |
| Virtual destructor. | |
Protected Types | |
| enum | { no_type = 0, address_type = 1, object_type = 2 } |
| Root type (address or object) More... | |
| typedef std::vector< std::string > | PartitionDefs |
| The class creator is of course a friend! | |
| typedef std::map< std::string, Partition > | Partitions |
Protected Attributes | |
| CLID | m_rootCLID |
| Integer Property corresponding to CLID of root entry. | |
| std::string | m_rootName |
| Name of root event. | |
| std::string | m_loader |
| Data loader name. | |
| IConversionSvc * | m_dataLoader |
| Pointer to data loader service. | |
| IAddressCreator * | m_addrCreator |
| Reference to address creator. | |
| struct MultiStoreSvc::tagROOT | m_root |
| Partition | m_current |
| Current partition. | |
| Partitions | m_partitions |
| Datastore partitions. | |
| PartitionDefs | m_partitionDefs |
| Datastore partition definitions. | |
| std::string | m_defaultPartition |
| Default partition. | |
Additional Inherited Members | |
Public Types inherited from extends3< Service, IDataProviderSvc, IDataManagerSvc, IPartitionControl > | |
| typedef extends3 | base_class |
| Typedef to this class. | |
| typedef extend_interfaces3 < IDataProviderSvc, IDataManagerSvc, IPartitionControl > | extend_interfaces_base |
| Typedef to the base of this class. | |
| typedef extend_interfaces_base::ext_iids | interfaces |
| MPL set of all the implemented interfaces. | |
Protected Member Functions inherited from Service | |
| virtual | ~Service () |
| Standard Destructor. | |
| int | outputLevel () const |
get the Service's output level | |
Data service base class.
A data service manages the transient data stores and implements the IDataProviderSvc, the IDataManagerSvc and the IPartitionControl interfaces.
Definition at line 86 of file MultiStoreSvc.cpp.
|
protected |
The class creator is of course a friend!
Definition at line 93 of file MultiStoreSvc.cpp.
|
protected |
Definition at line 94 of file MultiStoreSvc.cpp.
|
protected |
|
inline |
Standard Constructor.
Definition at line 661 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Standard Destructor.
Definition at line 674 of file MultiStoreSvc.cpp.
Activate a partition object. The name identifies the partition uniquely.
Definition at line 521 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Activate a partition object.
Definition at line 532 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Access the active partition object.
Definition at line 560 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Add an item to the preload list.
Definition at line 278 of file MultiStoreSvc.cpp.
Add an item to the preload list.
Definition at line 282 of file MultiStoreSvc.cpp.
|
inline |
Definition at line 571 of file MultiStoreSvc.cpp.
|
inline |
Clear all partitions.
Definition at line 721 of file MultiStoreSvc.cpp.
|
inlinevirtual |
IDataManagerSvc: Remove all data objects in the data store.
Definition at line 188 of file MultiStoreSvc.cpp.
Remove all data objects below the sub tree identified.
Definition at line 180 of file MultiStoreSvc.cpp.
Remove all data objects below the sub tree identified.
Definition at line 184 of file MultiStoreSvc.cpp.
Create a partition object. The name identifies the partition uniquely.
Definition at line 447 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Create a partition object. The name identifies the partition uniquely.
: In the old implementation the services were "unmanaged" (non-active)
Definition at line 453 of file MultiStoreSvc.cpp.
|
inline |
Definition at line 599 of file MultiStoreSvc.cpp.
Drop a partition object. The name identifies the partition uniquely.
Definition at line 486 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Drop a partition object. The name identifies the partition uniquely.
Definition at line 502 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Service initialisation.
Reimplemented from Service.
Definition at line 648 of file MultiStoreSvc.cpp.
Find object identified by its full path in the data store.
Definition at line 370 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Find object identified by its full path in the data store.
Definition at line 374 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Find object in the data store.
Definition at line 378 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Find object in the data store.
Definition at line 382 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Find object in the data store.
Definition at line 386 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Find object in the data store.
Definition at line 390 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Access a partition object. The name identifies the partition uniquely.
Definition at line 549 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Service initialisation.
Reimplemented from Service.
Definition at line 608 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Add a link to another object.
Definition at line 394 of file MultiStoreSvc.cpp.
Add a link to another object.
Definition at line 398 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Add a link to another object.
Definition at line 402 of file MultiStoreSvc.cpp.
Add a link to another object.
Definition at line 406 of file MultiStoreSvc.cpp.
|
inline |
Create all partitions according to job options.
Definition at line 733 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Explore the object store: retrieve all leaves attached to the object.
Definition at line 164 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Explore the object store: retrieve all leaves attached to the object.
Definition at line 168 of file MultiStoreSvc.cpp.
|
inlinevirtual |
IDataManagerSvc: Explore the object store: retrieve the object's parent.
Definition at line 172 of file MultiStoreSvc.cpp.
|
inlinevirtual |
IDataManagerSvc: Explore the object store: retrieve the object's parent.
Definition at line 176 of file MultiStoreSvc.cpp.
|
inlinevirtual |
load all preload items of the list
Definition at line 298 of file MultiStoreSvc.cpp.
|
inline |
Prepare partition for usage.
Definition at line 682 of file MultiStoreSvc.cpp.
IDataManagerSvc: Register object address with the data store.
Definition at line 140 of file MultiStoreSvc.cpp.
|
inlinevirtual |
IDataManagerSvc: Register object address with the data store.
Definition at line 144 of file MultiStoreSvc.cpp.
|
inlinevirtual |
IDataManagerSvc: Register object address with the data store.
Definition at line 148 of file MultiStoreSvc.cpp.
Register object with the data store.
Definition at line 302 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Register object with the data store.
Definition at line 306 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Register object with the data store.
Definition at line 310 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Register object with the data store.
Definition at line 314 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Register object with the data store.
Definition at line 318 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Service initialisation.
Reimplemented from Service.
Definition at line 624 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Remove an item from the preload list.
Definition at line 286 of file MultiStoreSvc.cpp.
Add an item to the preload list.
Definition at line 290 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Clear the preload list.
Definition at line 294 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Retrieve object from data store.
Definition at line 346 of file MultiStoreSvc.cpp.
Retrieve object identified by its full path from the data store.
Definition at line 350 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Retrieve object from data store.
Definition at line 354 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Retrieve object from data store.
Definition at line 358 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Retrieve object from data store.
Definition at line 362 of file MultiStoreSvc.cpp.
|
inlinevirtual |
Retrieve object from data store.
Definition at line 366 of file MultiStoreSvc.cpp.
|
inlinevirtual |
IDataManagerSvc: Accessor for root event CLID.
Definition at line 127 of file MultiStoreSvc.cpp.
|
inline |
|
inlinevirtual |
IDataManagerSvc: Pass a default data loader to the service.
Definition at line 264 of file MultiStoreSvc.cpp.
Initialize data store for new event by giving new event path and root object.
Takes care to clear the store before reinitializing it
Definition at line 222 of file MultiStoreSvc.cpp.
Initialize data store for new event by giving new event path and address of root object.
Takes care to clear the store before reinitializing it
Definition at line 242 of file MultiStoreSvc.cpp.
Analyze by traversing all data objects below the sub tree.
Definition at line 209 of file MultiStoreSvc.cpp.
IDataManagerSvc: Analyze by traversing all data objects below the sub tree.
Definition at line 213 of file MultiStoreSvc.cpp.
IDataManagerSvc: Analyze by traversing all data objects in the data store.
Definition at line 217 of file MultiStoreSvc.cpp.
Remove a link to another object.
Definition at line 410 of file MultiStoreSvc.cpp.
Remove a link to another object.
Definition at line 414 of file MultiStoreSvc.cpp.
Remove a link to another object.
Definition at line 418 of file MultiStoreSvc.cpp.
Remove a link to another object.
Definition at line 422 of file MultiStoreSvc.cpp.
IDataManagerSvc: Unregister object address from the data store.
Definition at line 152 of file MultiStoreSvc.cpp.
IDataManagerSvc: Unregister object address from the data store.
Definition at line 156 of file MultiStoreSvc.cpp.
IDataManagerSvc: Unregister object address from the data store.
Definition at line 160 of file MultiStoreSvc.cpp.
Unregister object from the data store.
Definition at line 322 of file MultiStoreSvc.cpp.
Unregister object from the data store.
Definition at line 326 of file MultiStoreSvc.cpp.
Unregister object from the data store.
Definition at line 330 of file MultiStoreSvc.cpp.
Unregister object from the data store.
Definition at line 334 of file MultiStoreSvc.cpp.
Unregister object from the data store.
Definition at line 338 of file MultiStoreSvc.cpp.
Unregister object from the data store.
Definition at line 342 of file MultiStoreSvc.cpp.
Update object identified by its directory entry.
Definition at line 426 of file MultiStoreSvc.cpp.
Update object.
Definition at line 430 of file MultiStoreSvc.cpp.
Update object.
Definition at line 434 of file MultiStoreSvc.cpp.
Update object.
Definition at line 438 of file MultiStoreSvc.cpp.
Update object.
Definition at line 442 of file MultiStoreSvc.cpp.
|
protected |
Reference to address creator.
Definition at line 104 of file MultiStoreSvc.cpp.
|
protected |
Current partition.
Definition at line 117 of file MultiStoreSvc.cpp.
|
protected |
Pointer to data loader service.
Definition at line 102 of file MultiStoreSvc.cpp.
|
protected |
Default partition.
Definition at line 123 of file MultiStoreSvc.cpp.
|
protected |
Data loader name.
Definition at line 100 of file MultiStoreSvc.cpp.
|
protected |
Datastore partition definitions.
Definition at line 121 of file MultiStoreSvc.cpp.
|
protected |
Datastore partitions.
Definition at line 119 of file MultiStoreSvc.cpp.
|
protected |
|
protected |
Integer Property corresponding to CLID of root entry.
Definition at line 96 of file MultiStoreSvc.cpp.
|
protected |
Name of root event.
Definition at line 98 of file MultiStoreSvc.cpp.