![]() |
ATLAS Offline Software
|
#include <IProxyProviderSvc.h>
Public Member Functions | |
| DeclareInterfaceID (IProxyProviderSvc, 1, 0) | |
| virtual StatusCode | preLoadProxies (IProxyRegistry &dataStore)=0 |
| add proxies to the store before Begin Event: | |
| virtual StatusCode | loadProxies (IProxyRegistry &dataStore)=0 |
| add new proxies to store every Event: | |
| virtual SG::DataProxy * | retrieveProxy (const CLID &id, const std::string &key, IProxyRegistry &dataStore)=0 |
| Use a provider to create a proxy for ID/KEY. | |
| virtual void | addProvider (IAddressProvider *aProvider)=0 |
| IAddressProvider manager functionality add a provider to the set of known ones. | |
| virtual | ~IProxyProviderSvc () |
Definition at line 34 of file IProxyProviderSvc.h.
|
inlinevirtual |
Definition at line 55 of file IProxyProviderSvc.h.
|
pure virtual |
IAddressProvider manager functionality add a provider to the set of known ones.
PROVIDER IS OWNED BY THE CLIENT
| IProxyProviderSvc::DeclareInterfaceID | ( | IProxyProviderSvc | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
add new proxies to store every Event:
|
pure virtual |
add proxies to the store before Begin Event:
|
pure virtual |
Use a provider to create a proxy for ID/KEY.
If successful, the new proxy will be added to DATASTORE and returned; otherwise, return null.