![]() |
The Gaudi Framework
v27r0
|


Public Member Functions | |
| PartitionSwitchTool (const std::string &typ, const std::string &nam, const IInterface *parent) | |
| Standard constructor. More... | |
| ~PartitionSwitchTool () override=default | |
| Standard destructor. More... | |
| STATUS | initialize () override |
| Initialize. More... | |
| STATUS | finalize () override |
| Finalize. More... | |
| void | _check (STATUS sc, CSTR msg) const |
| STATUS | create (CSTR nam, CSTR typ) override |
| Create a partition object. The name identifies the partition uniquely. More... | |
| STATUS | create (CSTR nam, CSTR typ, IInterface *&pPartition) override |
| Create a partition object. The name identifies the partition uniquely. More... | |
| STATUS | drop (CSTR nam) override |
| Drop a partition object. The name identifies the partition uniquely. More... | |
| STATUS | drop (IInterface *pPartition) override |
| Drop a partition object. The name identifies the partition uniquely. More... | |
| STATUS | activate (CSTR nam) override |
| Activate a partition object. The name identifies the partition uniquely. More... | |
| STATUS | activate (IInterface *pPartition) override |
| Activate a partition object. More... | |
| STATUS | get (CSTR nam, IInterface *&pPartition) const override |
| Access a partition object. The name identifies the partition uniquely. More... | |
| STATUS | activePartition (std::string &nam, IInterface *&pPartition) const override |
| Access the active partition object. More... | |
Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Private Types | |
| using | CSTR = const std::string & |
| using | STATUS = StatusCode |
Private Attributes | |
| std::string | m_actorName |
| Job option to set the multi-service name. More... | |
| SmartIF< IPartitionControl > | m_actor |
| reference to Partition Controller More... | |
Additional Inherited Members | |
Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
Definition at line 12 of file PartitionSwitchTool.cpp.
|
private |
Definition at line 14 of file PartitionSwitchTool.cpp.
|
private |
Definition at line 15 of file PartitionSwitchTool.cpp.
|
inline |
Standard constructor.
Definition at line 27 of file PartitionSwitchTool.cpp.
|
overridedefault |
Standard destructor.
Definition at line 61 of file PartitionSwitchTool.cpp.
Activate a partition object. The name identifies the partition uniquely.
Definition at line 88 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Activate a partition object.
Definition at line 93 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Access the active partition object.
Definition at line 103 of file PartitionSwitchTool.cpp.
Create a partition object. The name identifies the partition uniquely.
Definition at line 68 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Create a partition object. The name identifies the partition uniquely.
Definition at line 73 of file PartitionSwitchTool.cpp.
Drop a partition object. The name identifies the partition uniquely.
Definition at line 78 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Drop a partition object. The name identifies the partition uniquely.
Definition at line 83 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Finalize.
Definition at line 56 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Access a partition object. The name identifies the partition uniquely.
Definition at line 98 of file PartitionSwitchTool.cpp.
|
inlineoverride |
Initialize.
Access partitioned multi-service
Definition at line 36 of file PartitionSwitchTool.cpp.
|
private |
reference to Partition Controller
Definition at line 22 of file PartitionSwitchTool.cpp.
|
private |
Job option to set the multi-service name.
Definition at line 20 of file PartitionSwitchTool.cpp.