#include <ThreadStrategyFactory.h>
Inheritance diagram for TAO::Portable_Server::ThreadStrategyFactory:
Public Member Functions | |
virtual ThreadStrategy * | create (::PortableServer::ThreadPolicyValue value)=0 |
Create a new servant retention strategy. | |
virtual void | destroy (ThreadStrategy *strategy ACE_ENV_ARG_DECL)=0 |
Cleanup the given strategy instance. |
|
Create a new servant retention strategy.
Implemented in TAO::Portable_Server::ThreadStrategyFactoryImpl, and TAO::Portable_Server::ThreadStrategySingleFactoryImpl. |
|
Cleanup the given strategy instance.
Implemented in TAO::Portable_Server::ThreadStrategyFactoryImpl, and TAO::Portable_Server::ThreadStrategySingleFactoryImpl. |