| 
    TAO_PortableServer
    2.2.2
    
   | 
 
#include <ThreadStrategyFactory.h>


Public Member Functions | |
| virtual ThreadStrategy * | create (::PortableServer::ThreadPolicyValue value)=0 | 
| Create a new servant retention strategy.  More... | |
| virtual void | destroy (ThreadStrategy *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::ThreadStrategySingleFactoryImpl, and TAO::Portable_Server::ThreadStrategyFactoryImpl.
      
  | 
  pure virtual | 
Cleanup the given strategy instance.
Implemented in TAO::Portable_Server::ThreadStrategyFactoryImpl, and TAO::Portable_Server::ThreadStrategySingleFactoryImpl.
 1.8.3.1