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