#include <Thread_Lane_Resources.h>
Collaboration diagram for TAO_Thread_Lane_Resources:
Accessors | |
TAO_Acceptor_Registry & | acceptor_registry (void) |
TAO_Connector_Registry * | connector_registry (ACE_ENV_SINGLE_ARG_DECL) |
TAO_Transport_Cache_Manager & | transport_cache (void) |
TAO_Leader_Follower & | leader_follower (void) |
Public Methods | |
TAO_Thread_Lane_Resources (TAO_ORB_Core &orb_core, TAO_New_Leader_Generator *new_leader_generator=0) | |
Constructor. More... | |
~TAO_Thread_Lane_Resources (void) | |
Destructor. More... | |
int | is_collocated (const TAO_MProfile &mprofile) |
int | open_acceptor_registry (int ignore_address ACE_ENV_ARG_DECL) |
Open the acceptor registry. More... | |
void | finalize (void) |
Finalize resources. More... | |
void | shutdown_reactor (void) |
Shutdown the reactor. More... | |
Private Methods | |
int | has_acceptor_registry_been_created (void) const |
Checks if the acceptor registry has been created. More... | |
Private Attributes | |
TAO_ORB_Core & | orb_core_ |
ORB_Core related to this thread lane. More... | |
TAO_Acceptor_Registry * | acceptor_registry_ |
The registry which maintains a list of acceptor factories for each loaded protocol. More... | |
TAO_Connector_Registry * | connector_registry_ |
The connector registry which all active connectors must register themselves with. More... | |
TAO_Transport_Cache_Manager * | transport_cache_ |
Transport cache. More... | |
TAO_Leader_Follower * | leader_follower_ |
The leader/followers management class for this lane. More... | |
TAO_SYNCH_MUTEX | lock_ |
Synchronization. More... | |
TAO_New_Leader_Generator * | new_leader_generator_ |
Generator of new leader threads. More... |
|
Constructor.
|
|
Destructor.
|
|
|
|
|
|
Finalize resources.
|
|
Checks if the acceptor registry has been created.
|
|
|
|
|
|
Open the acceptor registry.
|
|
Shutdown the reactor.
|
|
|
|
The registry which maintains a list of acceptor factories for each loaded protocol.
|
|
The connector registry which all active connectors must register themselves with.
|
|
The leader/followers management class for this lane.
|
|
Synchronization.
|
|
Generator of new leader threads.
|
|
ORB_Core related to this thread lane.
|
|
Transport cache.
|