Classes | |
class | FW_Server_Request_Wrapper |
Wrapper around a TAO_Server_Request that will be cloned at the proper time. More... | |
class | Strategy_Base |
Base class for all Custom Servant Dispatching Strategies. More... | |
class | Strategy_Proxy |
Proxy class for the Custom Servant Dispatching Strategy. More... | |
class | TP_Cancel_Visitor |
Used to extract/cancel request(s) from the queue. More... | |
class | TP_Collocated_Asynch_Request |
Represents a "queue-able", collocated, asynchronous, CORBA request. More... | |
class | TP_Collocated_Synch_Request |
Represents a "queue-able", synchronous, collocated, CORBA request. More... | |
class | TP_Collocated_Synch_With_Server_Request |
Represents a "queue-able", one-way, collocated, CORBA request with a "Synch Scope" policy of SYNC_WITH_SERVER. More... | |
class | TP_Corba_Request |
Base class for "queue-able" CORBA requests. More... | |
class | TP_Custom_Asynch_Request |
Base class for "queue-able", Custom (non-CORBA), Synchronous requests. More... | |
class | TP_Custom_Request |
Base class for "queue-able" Custom (non-CORBA) requests. More... | |
class | TP_Custom_Request_Operation |
Base class for all custom request operations. More... | |
class | TP_Custom_Synch_Request |
Base class for "queue-able", Custom (non-CORBA), Synchronous requests. More... | |
class | TP_Dispatchable_Visitor |
Used to extract the first "dispatchable" request from the queue. More... | |
class | TP_Queue |
Queue of servant requests that need to be dispatched. More... | |
class | TP_Queue_Visitor |
Base class for vistors of the elements in the TP_Queue. More... | |
class | TP_Remote_Request |
Represents a "queue-able", remote, CORBA request. Both syncronous and asynchronous remote CORBA requests are represented by the class. More... | |
class | TP_Request |
Base class for "queue-able" requests. More... | |
class | TP_Servant_State |
Maintains state information for a particular servant. More... | |
class | TP_Servant_State_Map |
Map of Servant_State objects - one per servant. More... | |
class | TP_Strategy |
A simple custom Thread-Pool servant dispatching strategy class. More... | |
class | TP_Strategy_Factory |
An ACE_Service_Object capable of creating TP_Strategy objects. More... | |
class | TP_Synch_Helper |
Helper class for synchronous requests to block the requesting thread until the appropriate time (when it will be un-blocked). More... | |
class | TP_Task |
Active Object managing a queue of request objects. More... | |
Typedefs | |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Collocated_Asynch_Request > | TP_Collocated_Asynch_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Collocated_Synch_Request > | TP_Collocated_Synch_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Collocated_Synch_With_Server_Request > | TP_Collocated_Synch_With_Server_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Corba_Request > | TP_Corba_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Custom_Asynch_Request > | TP_Custom_Asynch_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Custom_Request > | TP_Custom_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Custom_Request_Operation > | TP_Custom_Request_Operation_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Custom_Synch_Request > | TP_Custom_Synch_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Remote_Request > | TP_Remote_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Request > | TP_Request_Handle |
typedef TAO_Intrusive_Ref_Count_Handle < TP_Strategy > | TP_Strategy_Handle |
typedef unsigned long | Thread_Counter |
Typedef for the number of threads. |
typedef unsigned long TAO::CSD::Thread_Counter |
Typedef for the number of threads.
Definition at line 40 of file CSD_TP_Task.h.
typedef TAO_Intrusive_Ref_Count_Handle<TP_Collocated_Asynch_Request> TAO::CSD::TP_Collocated_Asynch_Request_Handle |
Definition at line 33 of file CSD_TP_Collocated_Asynch_Request.h.
typedef TAO_Intrusive_Ref_Count_Handle<TP_Collocated_Synch_Request> TAO::CSD::TP_Collocated_Synch_Request_Handle |
Definition at line 35 of file CSD_TP_Collocated_Synch_Request.h.
typedef TAO_Intrusive_Ref_Count_Handle<TP_Collocated_Synch_With_Server_Request> TAO::CSD::TP_Collocated_Synch_With_Server_Request_Handle |
Definition at line 34 of file CSD_TP_Collocated_Synch_With_Server_Request.h.
Definition at line 37 of file CSD_TP_Corba_Request.h.
typedef TAO_Intrusive_Ref_Count_Handle<TP_Custom_Asynch_Request> TAO::CSD::TP_Custom_Asynch_Request_Handle |
Definition at line 33 of file CSD_TP_Custom_Asynch_Request.h.
Definition at line 35 of file CSD_TP_Custom_Request.h.
typedef TAO_Intrusive_Ref_Count_Handle<TP_Custom_Request_Operation> TAO::CSD::TP_Custom_Request_Operation_Handle |
Definition at line 36 of file CSD_TP_Custom_Request_Operation.h.
typedef TAO_Intrusive_Ref_Count_Handle<TP_Custom_Synch_Request> TAO::CSD::TP_Custom_Synch_Request_Handle |
Definition at line 34 of file CSD_TP_Custom_Synch_Request.h.
Definition at line 33 of file CSD_TP_Remote_Request.h.
Definition at line 36 of file CSD_TP_Request.h.
Definition at line 38 of file CSD_TP_Strategy.h.