TAO_PortableServer
2.2.3
|
#include <LifespanStrategyFactory.h>
Public Member Functions | |
virtual LifespanStrategy * | create (::PortableServer::LifespanPolicyValue value)=0 |
Create a new servant retention strategy. More... | |
virtual void | destroy (LifespanStrategy *strategy)=0 |
Cleanup the given strategy instance. More... | |
Public Member Functions inherited from TAO::Portable_Server::StrategyFactory | |
virtual | ~StrategyFactory (void) |
|
pure virtual |
Create a new servant retention strategy.
Implemented in TAO::Portable_Server::LifespanStrategyTransientFactoryImpl, TAO::Portable_Server::LifespanStrategyFactoryImpl, and TAO::Portable_Server::LifespanStrategyPersistentFactoryImpl.
|
pure virtual |
Cleanup the given strategy instance.
Implemented in TAO::Portable_Server::LifespanStrategyTransientFactoryImpl, TAO::Portable_Server::LifespanStrategyFactoryImpl, and TAO::Portable_Server::LifespanStrategyPersistentFactoryImpl.