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