Public Types | Public Attributes

TAO Struct Reference

List of all members.

Public Types

enum  traverse_status { TRAVERSE_STOP, TRAVERSE_CONTINUE }
enum  Cache_Entries_State {
  ENTRY_IDLE_AND_PURGABLE, ENTRY_PURGABLE_BUT_NOT_IDLE, ENTRY_BUSY, ENTRY_CLOSED,
  ENTRY_CONNECTING, ENTRY_UNKNOWN
}
enum  Collocation_Strategy { TAO_CS_REMOTE_STRATEGY, TAO_CS_THRU_POA_STRATEGY, TAO_CS_DIRECT_STRATEGY, TAO_CS_LAST }
enum  Invocation_Status {
  TAO_INVOKE_START = 0, TAO_INVOKE_RESTART, TAO_INVOKE_SUCCESS, TAO_INVOKE_USER_EXCEPTION,
  TAO_INVOKE_SYSTEM_EXCEPTION, TAO_INVOKE_FAILURE
}
enum  Invocation_Type { TAO_ONEWAY_INVOCATION, TAO_TWOWAY_INVOCATION }
 

Enums for invocation types.

More...
enum  Invocation_Mode {
  TAO_SYNCHRONOUS_INVOCATION, TAO_ASYNCHRONOUS_CALLBACK_INVOCATION, TAO_ASYNCHRONOUS_POLLER_INVOCATION, TAO_DII_INVOCATION,
  TAO_DII_DEFERRED_INVOCATION, TAO_DII_ASYNCH_INVOCATION
}
 

Enum for invocation modes.

More...
enum  Forward_Once_Exception {
  FOE_NON = 0x0, FOE_OBJECT_NOT_EXIST = 0x1, FOE_COMM_FAILURE = 0x2, FOE_TRANSIENT = 0x4,
  FOE_INV_OBJREF = 0x8, FOE_ALL = 0xFFFFFFFF
}
enum  MCAST_SERVICEID { MCAST_NAMESERVICE, MCAST_TRADINGSERVICE, MCAST_IMPLREPOSERVICE, MCAST_INTERFACEREPOSERVICE }
enum  Connection_Role { TAO_UNSPECIFIED_ROLE = 0, TAO_SERVER_ROLE = 1, TAO_CLIENT_ROLE = 2 }
typedef String_Manager_T
< CORBA::Char
String_Manager
typedef String_Manager_T
< CORBA::WChar
WString_Manager
typedef CORBA::Exception *(* TAO_Exception_Alloc )(void)
typedef Interceptor_List
< ::PortableInterceptor::IORInterceptor,
IORInterceptor_Details > 
IORInterceptor_List
typedef ACE_Array_Base
< ::PortableInterceptor::ObjectReferenceTemplate * > 
ObjectReferenceTemplate_Array
typedef TAO_FixedSeq_Var_T
< ObjectKey > 
ObjectKey_var
typedef TAO_Seq_Out_T< ObjectKey > ObjectKey_out
typedef
Collocation_Proxy_Broker *(* 
Proxy_Broker_Factory )(CORBA::Object_ptr)
typedef Interceptor_List
< ::PortableInterceptor::ClientRequestInterceptor,
ClientRequestDetails > 
ClientRequestInterceptor_List
typedef Interceptor_List
< ::PortableInterceptor::ServerRequestInterceptor,
ServerRequestDetails > 
ServerRequestInterceptor_List
typedef ACE_Array_Base
< PortableInterceptor::ObjectReferenceTemplate * > 
ORT_Array
typedef TAO::String_Manager_T
< CORBA::Char
String_Manager
typedef TAO::String_Manager_T
< CORBA::WChar
WString_Manager
typedef CORBA::SystemException *(* excp_factory )(void)
typedef
Transport_Cache_Manager_T
< TAO_Transport,
TAO_Transport_Descriptor_Interface,
TAO_Connection_Purging_Strategy
Transport_Cache_Manager
typedef ACE_Unbounded_Set
< TAO_Connection_Handler * > 
Connection_Handler_Set
typedef unsigned long long CounterT
 A type used to represent counters.

Public Attributes

const CORBA::ULong VMCID = 0x54410000U
 TAO Vendor Minor Codeset ID (VMCID).
const CORBA::ULong MAX_MINOR_CODE = VMCID | 0xfffU
 Maximum allowed TAO system exception minor code.
const CORBA::ULong VPVID = VMCID
 TAO Vendor PolicyType Valueset ID (VPVID).

Detailed Description

{W}String_var Equality Functor

This functor exist to simplify usage of {W}String_var in containers.


Member Typedef Documentation

typedef Interceptor_List< ::PortableInterceptor::ClientRequestInterceptor, ClientRequestDetails> TAO::ClientRequestInterceptor_List

Definition at line 45 of file ClientRequestInterceptor_Adapter_Impl.h.

Definition at line 48 of file Transport_Cache_Manager_T.h.

typedef unsigned long long TAO::CounterT

A type used to represent counters.

Definition at line 20 of file TC.idl.

Definition at line 64 of file SystemException.h.

typedef Interceptor_List< ::PortableInterceptor::IORInterceptor, IORInterceptor_Details> TAO::IORInterceptor_List

Definition at line 36 of file IORInterceptor_Adapter_Impl.h.

typedef TAO_Seq_Out_T< ObjectKey > TAO::ObjectKey_out

Definition at line 86 of file Object_KeyC.h.

typedef TAO_FixedSeq_Var_T< ObjectKey > TAO::ObjectKey_var

Definition at line 74 of file Object_KeyC.h.

typedef ACE_Array_Base< ::PortableInterceptor::ObjectReferenceTemplate*> TAO::ObjectReferenceTemplate_Array

Definition at line 47 of file IORInterceptor_Adapter.h.

typedef ACE_Array_Base<PortableInterceptor::ObjectReferenceTemplate*> TAO::ORT_Array

Definition at line 97 of file ORT_Adapter.h.

Definition at line 41 of file Object_T.h.

Definition at line 45 of file ServerInterceptorAdapter.h.

typedef String_Manager_T<CORBA::Char> TAO::String_Manager

Definition at line 36 of file CORBA_String.h.

typedef TAO::String_Manager_T<CORBA::Char> TAO::String_Manager

Definition at line 134 of file String_Manager_T.h.

Definition at line 40 of file Exception_Data.h.

Definition at line 31 of file Transport_Cache_Manager.h.

typedef TAO::String_Manager_T<CORBA::WChar> TAO::WString_Manager

Definition at line 135 of file String_Manager_T.h.

typedef String_Manager_T<CORBA::WChar> TAO::WString_Manager

Definition at line 38 of file CORBA_String.h.


Member Enumeration Documentation

States of a recyclable object.

Todo:
: see discussion in bugzilla 3024
Enumerator:
ENTRY_IDLE_AND_PURGABLE 

Idle and can be purged.

ENTRY_PURGABLE_BUT_NOT_IDLE 

Can be purged, but is not idle (mostly for debugging).

ENTRY_BUSY 

Busy (i.e., cannot be recycled or purged).

ENTRY_CLOSED 

Closed.

ENTRY_CONNECTING 

Connection in process, but not complete.

ENTRY_UNKNOWN 

Unknown state.

Definition at line 35 of file Cache_Entries_T.h.

    {
      /// Idle and can be purged.
      ENTRY_IDLE_AND_PURGABLE,

      /// Can be purged, but is not idle (mostly for debugging).
      ENTRY_PURGABLE_BUT_NOT_IDLE,

      /// Busy (i.e., cannot be recycled or purged).
      ENTRY_BUSY,

      /// Closed.
      ENTRY_CLOSED,

      /// Connection in process, but not complete
      ENTRY_CONNECTING,

      /// Unknown state.
      ENTRY_UNKNOWN
    };

Enumerator:
TAO_CS_REMOTE_STRATEGY 

i.e no collocation.

TAO_CS_THRU_POA_STRATEGY 

Calls to the collocated object are forwarded by the POA.

TAO_CS_DIRECT_STRATEGY 

Calls to the collocated object are made directly to its servant.

TAO_CS_LAST 

This value should always be the last value in the enumeration. It provides the count for the number of collocation strategies.

Definition at line 25 of file Collocation_Strategy.h.

    {
      /// i.e no collocation.
      TAO_CS_REMOTE_STRATEGY,

      /// Calls to the collocated object are forwarded by the POA.
      TAO_CS_THRU_POA_STRATEGY,

      /// Calls to the collocated object are made directly to its
      /// servant.
      TAO_CS_DIRECT_STRATEGY,

      /// This value should always be the last value in the enumeration.
      /// It provides the count for the number of collocation
      /// strategies.
      TAO_CS_LAST
    };

Note:
Should this be in TAO namespace. Seems like a candidate that should be in the transport
Enumerator:
TAO_UNSPECIFIED_ROLE 
TAO_SERVER_ROLE 
TAO_CLIENT_ROLE 

Definition at line 60 of file Transport.h.

Enumerator:
FOE_NON 
FOE_OBJECT_NOT_EXIST 
FOE_COMM_FAILURE 
FOE_TRANSIENT 
FOE_INV_OBJREF 
FOE_ALL 

Definition at line 74 of file Invocation_Utils.h.

    {
      FOE_NON              = 0x0,
      FOE_OBJECT_NOT_EXIST = 0x1,  
      FOE_COMM_FAILURE     = 0x2,   
      FOE_TRANSIENT        = 0x4,   
      FOE_INV_OBJREF       = 0x8,   
      FOE_ALL              = 0xFFFFFFFF
    };

Enum for invocation modes.

Enumerator:
TAO_SYNCHRONOUS_INVOCATION 

Standard synchronous twoway.

TAO_ASYNCHRONOUS_CALLBACK_INVOCATION 

Asynchronous twoway with callback model for collecting the /// replies.

TAO_ASYNCHRONOUS_POLLER_INVOCATION 

Asynchronous twoway with poller model for collecting the /// replies. ///.

Note:
This is not supported in TAO now
TAO_DII_INVOCATION 

Types of DII.

TAO_DII_DEFERRED_INVOCATION 
TAO_DII_ASYNCH_INVOCATION 

Definition at line 58 of file Invocation_Utils.h.

                       {
    /// Standard synchronous twoway
    TAO_SYNCHRONOUS_INVOCATION,
    /// Asynchronous twoway with callback model for collecting the
    /// replies.
    TAO_ASYNCHRONOUS_CALLBACK_INVOCATION,
    /// Asynchronous twoway with poller model for collecting the
    /// replies.
    /// @note This is not supported in TAO now
    TAO_ASYNCHRONOUS_POLLER_INVOCATION,
    /// Types of DII
    TAO_DII_INVOCATION,
    TAO_DII_DEFERRED_INVOCATION,
    TAO_DII_ASYNCH_INVOCATION
  };

Enumerator:
TAO_INVOKE_START 

Initial state of the FSM in the invocation class.

TAO_INVOKE_RESTART 

The request must be restarted, a temporary failure has /// occured.

TAO_INVOKE_SUCCESS 

invoke() call successful. Final state of the FSM.

TAO_INVOKE_USER_EXCEPTION 

Received a user exception from the remote object, and this /// is one of the final states.

TAO_INVOKE_SYSTEM_EXCEPTION 

Received a system exception from the remote object or the /// PI and it is one of the final states.

TAO_INVOKE_FAILURE 

Invocation failed. It is a final state.

Definition at line 30 of file Invocation_Utils.h.

    {
      /// Initial state of the FSM in the invocation class.
      TAO_INVOKE_START = 0,
      /// The request must be restarted, a temporary failure has
      /// occured.
      TAO_INVOKE_RESTART,
      /// invoke() call successful. Final state of the FSM.
      TAO_INVOKE_SUCCESS,
      /// Received a user exception from the remote object, and this
      /// is one of the final states.
      TAO_INVOKE_USER_EXCEPTION,
      /// Received a system exception from the remote object or the
      /// PI and it is one of the final states
      TAO_INVOKE_SYSTEM_EXCEPTION,
      /// Invocation failed. It is a final state.
      TAO_INVOKE_FAILURE
    };

Enums for invocation types.

Enumerator:
TAO_ONEWAY_INVOCATION 

A simple oneway invocation.

TAO_TWOWAY_INVOCATION 

A simple twoway invocation.

Definition at line 50 of file Invocation_Utils.h.

                       {
    /// A simple oneway invocation
    TAO_ONEWAY_INVOCATION,
    /// A simple twoway invocation
    TAO_TWOWAY_INVOCATION
  };

Enumerator:
MCAST_NAMESERVICE 
MCAST_TRADINGSERVICE 
MCAST_IMPLREPOSERVICE 
MCAST_INTERFACEREPOSERVICE 

Definition at line 102 of file objectid.h.

    {
      MCAST_NAMESERVICE,
      MCAST_TRADINGSERVICE,
      MCAST_IMPLREPOSERVICE,
      MCAST_INTERFACEREPOSERVICE
    };

Enumerator:
TRAVERSE_STOP 
TRAVERSE_CONTINUE 

Definition at line 60 of file Marshal.h.

    {
      TRAVERSE_STOP,
      TRAVERSE_CONTINUE
    };


Member Data Documentation

Maximum allowed TAO system exception minor code.

Vendors are only allowed to use the lower order 12 bits of their when defining vendor-specific exception minor codes. MAX_MINOR_CODE is the maximum minor code value available to TAO. Do not exceed it when defining TAO system exception minor codes.

See also:
VMCID

Definition at line 86 of file ORB_Constants.h.

const CORBA::ULong TAO::VMCID = 0x54410000U

TAO Vendor Minor Codeset ID (VMCID).

TAO Vendor Minor Codeset ID (VMCID) assigned by the OMG. Do *NOT* change at random. The TAO VMCID is an ASCII representation of TA0xxxx (close enough since a VMCID only consists of the higher order 20 bits of a 32 bit unsigned long integer). The first 16 bits are TA, and the remaining 4 are 0.

Note:
Remember that we can only play with the lower order 12 bits. MAX_MINOR_CODE is there to remind us of that.
See also:
MAX_MINOR_CODE

Definition at line 74 of file ORB_Constants.h.

TAO Vendor PolicyType Valueset ID (VPVID).

TAO Vendor PolicyType Valueset ID (VPVID) assigned by the OMG. This value was automatically assigned when TAO's VMCID was assigned. Its value is always the same as the VMCID.

As with TAO-specific system exception minor codes, the TAO-specific PolicyType space occupies the lower order 12 bits of the TAO VPVID, i.e.

   *    TAO::VPVID <= TAO PolicyType <= TAO::VPVID | 0xfffU.
   * 

For example, TAO-specific PolicyTypes should be defined by logically "OR-ing" a 12 bit or less (i.e. 0x0U <= value <= 0xfffU) value with TAO::VPVID.

See also:
VMCID

Definition at line 108 of file ORB_Constants.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines