#include <OW_AuthorizerIFC.hpp>
Inheritance diagram for OW_NAMESPACE::AuthorizerIFC:


Public Member Functions | |
| virtual | ~AuthorizerIFC () |
| virtual AuthorizerIFC * | clone () const =0 |
| virtual void | setSubRepositoryIFC (const RepositoryIFCRef &rep)=0 |
| virtual void | init (const ServiceEnvironmentIFCRef &env) |
| init() will be called to give the derived class an opportunity to initialize itself. | |
| virtual void | shutdown () |
| The service must shutdown completely before returning from this function. | |
Definition at line 44 of file OW_AuthorizerIFC.hpp.
|
|
Definition at line 44 of file OW_AuthorizerIFC.cpp. |
|
|
Implemented in OW_NAMESPACE::SimpleAuthorizer. |
|
|
init() will be called to give the derived class an opportunity to initialize itself. Do not create threads which interact with the environment until start() is called. During the loading/initializing phase, the environment is single-threaded.
Implements OW_NAMESPACE::ServiceIFC. Definition at line 50 of file OW_AuthorizerIFC.cpp. |
|
|
Implemented in OW_NAMESPACE::SimpleAuthorizer. Referenced by OW_NAMESPACE::CIMOMEnvironment::getCIMOMHandle(). |
|
|
The service must shutdown completely before returning from this function. All copies of the service environment or objects obtained from it should be set to 0 to avoid circular reference counts. Implements OW_NAMESPACE::ServiceIFC. Definition at line 56 of file OW_AuthorizerIFC.cpp. |
1.4.6