#include <ThreadStrategy.h>
Inheritance diagram for TAO::Portable_Server::ThreadStrategy:
Public Member Functions | |
virtual int | enter ()=0 |
virtual int | exit ()=0 |
virtual void | strategy_init (TAO_Root_POA *poa) |
virtual void | strategy_cleanup (void) |
virtual::PortableServer::ThreadPolicyValue | type () const=0 |
|
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle. |
|
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle. |
|
Implements TAO::Portable_Server::Policy_Strategy. Definition at line 21 of file ThreadStrategy.cpp. Referenced by TAO::Portable_Server::ThreadStrategySingleFactoryImpl::destroy().
00022 { 00023 } |
|
Implements TAO::Portable_Server::Policy_Strategy. Definition at line 16 of file ThreadStrategy.cpp. Referenced by TAO::Portable_Server::Active_Policy_Strategies::update().
00017 { 00018 } |
|
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle. Referenced by TAO::Portable_Server::ThreadStrategyFactoryImpl::destroy(). |