TAO  2.3.2
Public Member Functions | List of all members
TAO_TypeCodeFactory_Adapter Class Referenceabstract

TAO_TypeCodeFactory_Adapter. More...

#include <TypeCodeFactory_Adapter.h>

Inheritance diagram for TAO_TypeCodeFactory_Adapter:
Inheritance graph
[legend]
Collaboration diagram for TAO_TypeCodeFactory_Adapter:
Collaboration graph
[legend]

Public Member Functions

virtual ~TAO_TypeCodeFactory_Adapter (void)
 
virtual CORBA::TypeCode_ptr create_struct_tc (const char *id, const char *name, const CORBA::StructMemberSeq &members)=0
 
virtual CORBA::TypeCode_ptr create_union_tc (const char *id, const char *name, CORBA::TypeCode_ptr discriminator_type, const CORBA::UnionMemberSeq &members)=0
 
virtual CORBA::TypeCode_ptr create_enum_tc (const char *id, const char *name, const CORBA::EnumMemberSeq &members)=0
 
virtual CORBA::TypeCode_ptr create_alias_tc (const char *id, const char *name, CORBA::TypeCode_ptr original_type)=0
 
virtual CORBA::TypeCode_ptr create_exception_tc (const char *id, const char *name, const CORBA::StructMemberSeq &members)=0
 
virtual CORBA::TypeCode_ptr create_interface_tc (const char *id, const char *name)=0
 
virtual CORBA::TypeCode_ptr create_string_tc (CORBA::ULong bound)=0
 
virtual CORBA::TypeCode_ptr create_wstring_tc (CORBA::ULong bound)=0
 
virtual CORBA::TypeCode_ptr create_fixed_tc (CORBA::UShort digits, CORBA::UShort scale)=0
 
virtual CORBA::TypeCode_ptr create_sequence_tc (CORBA::ULong bound, CORBA::TypeCode_ptr element_type)=0
 
virtual CORBA::TypeCode_ptr create_array_tc (CORBA::ULong length, CORBA::TypeCode_ptr element_type)=0
 
virtual CORBA::TypeCode_ptr create_value_tc (const char *id, const char *name, CORBA::ValueModifier type_modifier, CORBA::TypeCode_ptr concrete_base, const CORBA::ValueMemberSeq &members)=0
 
virtual CORBA::TypeCode_ptr create_value_box_tc (const char *id, const char *name, CORBA::TypeCode_ptr boxed_type)=0
 
virtual CORBA::TypeCode_ptr create_native_tc (const char *id, const char *name)=0
 
virtual CORBA::TypeCode_ptr create_recursive_tc (const char *id)=0
 
virtual CORBA::TypeCode_ptr create_abstract_interface_tc (const char *id, const char *name)=0
 
virtual CORBA::TypeCode_ptr create_local_interface_tc (const char *id, const char *name)=0
 
virtual CORBA::TypeCode_ptr create_component_tc (const char *id, const char *name)=0
 
virtual CORBA::TypeCode_ptr create_home_tc (const char *id, const char *name)=0
 
virtual CORBA::TypeCode_ptr create_event_tc (const char *id, const char *name, CORBA::ValueModifier type_modifier, CORBA::TypeCode_ptr concrete_base, const CORBA::ValueMemberSeq &members)=0
 
TAO-specific TypeCode factory methods.

Factory methods that has no corresponding TypeCodeFactory IDL, i.e. they are specific to TAO.

virtual CORBA::TypeCode_ptr create_enum_tc (char const *id, char const *name, ACE_Array_Base< CORBA::String_var > const &enumerators, CORBA::ULong ncases)=0
 Create an enumeration TypeCode. More...
 
virtual CORBA::TypeCode_ptr create_struct_except_tc (CORBA::TCKind, char const *id, char const *name, ACE_Array_Base< TAO::TypeCode::Struct_Field< CORBA::String_var, CORBA::TypeCode_var > > const &fields, CORBA::ULong nfields)=0
 Create a structure or exception TypeCode. More...
 
virtual CORBA::TypeCode_ptr create_union_tc (char const *id, char const *name, CORBA::TypeCode_ptr discriminant_type, ACE_Array_Base< TAO::TypeCode::Case< CORBA::String_var, CORBA::TypeCode_var > > const &cases, CORBA::ULong ncases, CORBA::Long default_index, char const *default_case_name, CORBA::TypeCode_ptr default_case_type)=0
 Create a union TypeCode. More...
 
virtual CORBA::TypeCode_ptr create_value_event_tc (CORBA::TCKind, char const *id, char const *name, CORBA::ValueModifier modifier, CORBA::TypeCode_ptr concrete_base, ACE_Array_Base< TAO::TypeCode::Value_Field< CORBA::String_var, CORBA::TypeCode_var > > const &fields, CORBA::ULong nfields)=0
 Create a valuetype or eventtype TypeCode. More...
 
- Public Member Functions inherited from ACE_Service_Object
 ACE_Service_Object (ACE_Reactor *=0)
 
virtual ~ACE_Service_Object (void)
 
virtual int suspend (void)
 
virtual int resume (void)
 
- Public Member Functions inherited from ACE_Event_Handler
virtual ~ACE_Event_Handler (void)
 
virtual ACE_HANDLE get_handle (void) const
 
virtual void set_handle (ACE_HANDLE)
 
virtual int priority (void) const
 
virtual void priority (int priority)
 
virtual int handle_input (ACE_HANDLE fd=ACE_INVALID_HANDLE)
 
virtual int handle_output (ACE_HANDLE fd=ACE_INVALID_HANDLE)
 
virtual int handle_exception (ACE_HANDLE fd=ACE_INVALID_HANDLE)
 
virtual int handle_timeout (const ACE_Time_Value &current_time, const void *act=0)
 
virtual int handle_exit (ACE_Process *)
 
virtual int handle_close (ACE_HANDLE handle, ACE_Reactor_Mask close_mask)
 
virtual int handle_signal (int signum, siginfo_t *=0, ucontext_t *=0)
 
virtual int resume_handler (void)
 
virtual int handle_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
 
virtual int handle_group_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
 
virtual void reactor (ACE_Reactor *reactor)
 
virtual ACE_Reactorreactor (void) const
 
virtual ACE_Reactor_Timer_Interfacereactor_timer_interface (void) const
 
virtual Reference_Count add_reference (void)
 
virtual Reference_Count remove_reference (void)
 
Reference_Counting_Policyreference_counting_policy (void)
 
- Public Member Functions inherited from ACE_Shared_Object
 ACE_Shared_Object (void)
 
virtual ~ACE_Shared_Object (void)
 
virtual int init (int argc, ACE_TCHAR *argv[])
 
virtual int fini (void)
 
virtual int info (ACE_TCHAR **info_string, size_t length=0) const
 

Additional Inherited Members

- Public Types inherited from ACE_Event_Handler
typedef long Reference_Count
 
- Static Public Member Functions inherited from ACE_Event_Handler
static ACE_THR_FUNC_RETURN read_adapter (void *event_handler)
 
static int register_stdin_handler (ACE_Event_Handler *eh, ACE_Reactor *reactor, ACE_Thread_Manager *thr_mgr, int flags=THR_DETACHED)
 
static int remove_stdin_handler (ACE_Reactor *reactor, ACE_Thread_Manager *thr_mgr)
 
- Public Attributes inherited from ACE_Event_Handler
 LO_PRIORITY
 
 HI_PRIORITY
 
 NULL_MASK
 
 READ_MASK
 
 WRITE_MASK
 
 EXCEPT_MASK
 
 ACCEPT_MASK
 
 CONNECT_MASK
 
 TIMER_MASK
 
 QOS_MASK
 
 GROUP_QOS_MASK
 
 SIGNAL_MASK
 
 ALL_EVENTS_MASK
 
 RWE_MASK
 
 DONT_CALL
 
 ACE_EVENT_HANDLER_NOT_RESUMED
 
 ACE_REACTOR_RESUMES_HANDLER
 
 ACE_APPLICATION_RESUMES_HANDLER
 
- Protected Types inherited from ACE_Event_Handler
typedef ACE_Atomic_Op< ACE_SYNCH_MUTEX, Reference_CountAtomic_Reference_Count
 
- Protected Member Functions inherited from ACE_Event_Handler
 ACE_Event_Handler (ACE_Reactor *=0, int priority=ACE_Event_Handler::LO_PRIORITY)
 
- Protected Attributes inherited from ACE_Event_Handler
Atomic_Reference_Count reference_count_
 

Detailed Description

TAO_TypeCodeFactory_Adapter.

Class that adapts the CORBA::ORB create_*_tc functions to use the TypeCodeFactory. This is a base class for the actual implementation in the TypeCodeFactory_DLL library.

Constructor & Destructor Documentation

TAO_TypeCodeFactory_Adapter::~TAO_TypeCodeFactory_Adapter ( void  )
virtual

Member Function Documentation

virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_abstract_interface_tc ( const char *  id,
const char *  name 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_alias_tc ( const char *  id,
const char *  name,
CORBA::TypeCode_ptr  original_type 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_array_tc ( CORBA::ULong  length,
CORBA::TypeCode_ptr  element_type 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_component_tc ( const char *  id,
const char *  name 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_enum_tc ( const char *  id,
const char *  name,
const CORBA::EnumMemberSeq &  members 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_enum_tc ( char const *  id,
char const *  name,
ACE_Array_Base< CORBA::String_var > const &  enumerators,
CORBA::ULong  ncases 
)
pure virtual

Create an enumeration TypeCode.

virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_event_tc ( const char *  id,
const char *  name,
CORBA::ValueModifier  type_modifier,
CORBA::TypeCode_ptr  concrete_base,
const CORBA::ValueMemberSeq &  members 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_exception_tc ( const char *  id,
const char *  name,
const CORBA::StructMemberSeq &  members 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_fixed_tc ( CORBA::UShort  digits,
CORBA::UShort  scale 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_home_tc ( const char *  id,
const char *  name 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_interface_tc ( const char *  id,
const char *  name 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_local_interface_tc ( const char *  id,
const char *  name 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_native_tc ( const char *  id,
const char *  name 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_recursive_tc ( const char *  id)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_sequence_tc ( CORBA::ULong  bound,
CORBA::TypeCode_ptr  element_type 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_string_tc ( CORBA::ULong  bound)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_struct_except_tc ( CORBA::TCKind  ,
char const *  id,
char const *  name,
ACE_Array_Base< TAO::TypeCode::Struct_Field< CORBA::String_var, CORBA::TypeCode_var > > const &  fields,
CORBA::ULong  nfields 
)
pure virtual

Create a structure or exception TypeCode.

virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_struct_tc ( const char *  id,
const char *  name,
const CORBA::StructMemberSeq &  members 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_union_tc ( const char *  id,
const char *  name,
CORBA::TypeCode_ptr  discriminator_type,
const CORBA::UnionMemberSeq &  members 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_union_tc ( char const *  id,
char const *  name,
CORBA::TypeCode_ptr  discriminant_type,
ACE_Array_Base< TAO::TypeCode::Case< CORBA::String_var, CORBA::TypeCode_var > > const &  cases,
CORBA::ULong  ncases,
CORBA::Long  default_index,
char const *  default_case_name,
CORBA::TypeCode_ptr  default_case_type 
)
pure virtual

Create a union TypeCode.

virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_value_box_tc ( const char *  id,
const char *  name,
CORBA::TypeCode_ptr  boxed_type 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_value_event_tc ( CORBA::TCKind  ,
char const *  id,
char const *  name,
CORBA::ValueModifier  modifier,
CORBA::TypeCode_ptr  concrete_base,
ACE_Array_Base< TAO::TypeCode::Value_Field< CORBA::String_var, CORBA::TypeCode_var > > const &  fields,
CORBA::ULong  nfields 
)
pure virtual

Create a valuetype or eventtype TypeCode.

virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_value_tc ( const char *  id,
const char *  name,
CORBA::ValueModifier  type_modifier,
CORBA::TypeCode_ptr  concrete_base,
const CORBA::ValueMemberSeq &  members 
)
pure virtual
virtual CORBA::TypeCode_ptr TAO_TypeCodeFactory_Adapter::create_wstring_tc ( CORBA::ULong  bound)
pure virtual

The documentation for this class was generated from the following files: