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