Java Platform 1.2
Beta 4

Uses of Class
org.omg.CORBA.TypeCode

Packages that use TypeCode
org.omg.CORBA   
org.omg.CORBA.InterfaceDefPackage   
org.omg.CORBA.portable   
org.omg.CosNaming   
org.omg.CosNaming.NamingContextPackage   
 

Uses of TypeCode in org.omg.CORBA
 

Fields in org.omg.CORBA declared as TypeCode
 TypeCode AttributeDescription.type
           
 TypeCode ValueMember.type
           
 TypeCode TypeCodeHolder.value
          The TypeCode value held by this TypeCodeHolder object.
 TypeCode ExceptionDescription.type
           
 TypeCode StructMember.type
           
 TypeCode OperationDescription.result
           
 TypeCode ParameterDescription.type
           
 TypeCode UnionMember.type
           
 TypeCode ConstantDescription.type
           
 TypeCode TypeDescription.type
           
 

Methods in org.omg.CORBA that return TypeCode
 TypeCode ServiceInformationHolder._type()
           
static TypeCode ServiceDetailHelper.type()
           
 TypeCode SequenceDef.element_type()
           
 TypeCode ConstantDef.type()
           
 TypeCode ArrayDef.element_type()
           
 TypeCode ServiceDetailHolder._type()
           
 TypeCode ValueMemberDef.type()
           
 TypeCode ExceptionDef.type()
           
 TypeCode OperationDef.result()
           
abstract  TypeCode ORB.get_primitive_tc(TCKind tcKind)
          Retrieves the TypeCode object that represents the given primitive IDL type.
abstract  TypeCode ORB.create_struct_tc(String id, String name, StructMember[] members)
          Creates a TypeCode object representing an IDL struct.
abstract  TypeCode ORB.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
          Creates a TypeCode object representing an IDL union.
abstract  TypeCode ORB.create_enum_tc(String id, String name, String[] members)
          Creates a TypeCode object representing an IDL enum.
abstract  TypeCode ORB.create_alias_tc(String id, String name, TypeCode original_type)
          Creates a TypeCode object representing an IDL alias (typedef).
abstract  TypeCode ORB.create_exception_tc(String id, String name, StructMember[] members)
          Creates a TypeCode object representing an IDL exception.
abstract  TypeCode ORB.create_interface_tc(String id, String name)
          Creates a TypeCode object representing an IDL interface.
abstract  TypeCode ORB.create_string_tc(int bound)
          Creates a TypeCode object representing an IDL string.
abstract  TypeCode ORB.create_wstring_tc(int bound)
          Creates a TypeCode object representing an IDL wstring (wide string).
abstract  TypeCode ORB.create_sequence_tc(int bound, TypeCode element_type)
          Creates a TypeCode object representing an IDL sequence.
abstract  TypeCode ORB.create_recursive_sequence_tc(int bound, int offset)
          Creates a TypeCode object representing a a recursive IDL sequence.
abstract  TypeCode ORB.create_array_tc(int length, TypeCode element_type)
          Creates a TypeCode object representing an IDL array.
 TypeCode ORB.create_native_tc(String repository_id, String type_name)
          Create a TypeCode object for an IDL native type.
 TypeCode ORB.create_value_tc(String repository_id, String name, boolean is_custom, String base_id, ValueMember[] members)
           
 TypeCode ORB.fill_in_recursive_value_tc(TypeCode tc, String id, ValueMember[] placeholder_replacement)
           
 TypeCode ORB.create_box_value_tc(String id, String name, TypeCode original_type)
           
abstract  TypeCode TypeCode.member_type(int index)
          Retrieves the object describing the type of the member identified by the given index.
abstract  TypeCode TypeCode.discriminator_type()
          Returns a TypeCode object describing all non-default member labels.
abstract  TypeCode TypeCode.content_type()
          Returns the TypeCode object representing the IDL type for the members of the object described by this TypeCode object.
 TypeCode DynAny.type()
           
 TypeCode DynAny.get_typecode()
           
abstract  TypeCode Any.type()
          Returns type information for the element contained in this Any object.
abstract  TypeCode Any.extract_TypeCode()
           
 TypeCode UnionDef.discriminator_type()
           
abstract  TypeCode ExceptionList.item(int index)
          Returns the TypeCode object at the given index.
static TypeCode ServiceInformationHelper.type()
           
 TypeCode AttributeDef.type()
           
 TypeCode IDLType.type()
           
 

Methods in org.omg.CORBA with parameters of type TypeCode
abstract  void Request.set_return_type(TypeCode tc)
          Sets the typecode for the return value of the method.
abstract  TypeCode ORB.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
          Creates a TypeCode object representing an IDL union.
abstract  TypeCode ORB.create_alias_tc(String id, String name, TypeCode original_type)
          Creates a TypeCode object representing an IDL alias (typedef).
abstract  TypeCode ORB.create_sequence_tc(int bound, TypeCode element_type)
          Creates a TypeCode object representing an IDL sequence.
abstract  TypeCode ORB.create_array_tc(int length, TypeCode element_type)
          Creates a TypeCode object representing an IDL array.
 TypeCode ORB.fill_in_recursive_value_tc(TypeCode tc, String id, ValueMember[] placeholder_replacement)
           
 TypeCode ORB.create_box_value_tc(String id, String name, TypeCode original_type)
           
 DynAny ORB.create_basic_dyn_any(TypeCode type)
           
 DynStruct ORB.create_dyn_struct(TypeCode type)
           
 DynSequence ORB.create_dyn_sequence(TypeCode type)
           
 DynArray ORB.create_dyn_array(TypeCode type)
           
 DynUnion ORB.create_dyn_union(TypeCode type)
           
 DynEnum ORB.create_dyn_enum(TypeCode type)
           
abstract  boolean TypeCode.equal(TypeCode tc)
          Compares this TypeCode object with the given one, testing for equality.
 void DynAny.insert_typecode(TypeCode value)
           
abstract  void Any.type(TypeCode t)
          Sets this Any object's type field to the given TypeCode object and clears its value.
abstract  void Any.read_value(InputStream is, TypeCode t)
          Reads off (unmarshals) the value of an Any object from the given input stream using the given typecode.
abstract  void Any.insert_Object(Object o, TypeCode t)
           
abstract  void Any.insert_TypeCode(TypeCode t)
           
 void Any.insert_Value(Serializable v, TypeCode t)
           
abstract  void ExceptionList.add(TypeCode exc)
          Adds a TypeCode object describing an exception to this ExceptionList object.
 

Constructors in org.omg.CORBA with parameters of type TypeCode
AttributeDescription.AttributeDescription(String __name, String __id, String __defined_in, String __version, TypeCode __type, AttributeMode __mode)
           
ValueMember.ValueMember(String __name, TypeCode __type, IDLType __typed_def, short __visibility)
           
TypeCodeHolder.TypeCodeHolder(TypeCode initial)
          Constructs a new TypeCodeHolder object with its value field initialized to the given TypeCode object.
ExceptionDescription.ExceptionDescription(String __name, String __id, String __defined_in, String __version, TypeCode __type)
           
StructMember.StructMember(String __name, TypeCode __type, IDLType __type_def)
           
OperationDescription.OperationDescription(String __name, String __id, String __defined_in, String __version, TypeCode __result, OperationMode __mode, String[] __contexts, ParameterDescription[] __parameters, ExceptionDescription[] __exceptions)
           
ParameterDescription.ParameterDescription(String __name, TypeCode __type, IDLType __type_def, ParameterMode __mode)
           
UnionMember.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
           
ConstantDescription.ConstantDescription(String __name, String __id, String __defined_in, String __version, TypeCode __type, Any __value)
           
TypeDescription.TypeDescription(String __name, String __id, String __defined_in, String __version, TypeCode __type)
           
 

Uses of TypeCode in org.omg.CORBA.InterfaceDefPackage
 

Fields in org.omg.CORBA.InterfaceDefPackage declared as TypeCode
 TypeCode FullInterfaceDescription.type
           
 

Constructors in org.omg.CORBA.InterfaceDefPackage with parameters of type TypeCode
FullInterfaceDescription.FullInterfaceDescription(String __name, String __id, String __defined_in, String __version, boolean __is_abstract, OperationDescription[] __operations, AttributeDescription[] __attributes, String[] __base_interfaces, TypeCode __type)
           
 

Uses of TypeCode in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return TypeCode
abstract  TypeCode InputStream.read_TypeCode()
           
 TypeCode Streamable._type()
          Return the TypeCode corresponding to the value held in the Holder.
 

Methods in org.omg.CORBA.portable with parameters of type TypeCode
abstract  void OutputStream.write_TypeCode(TypeCode value)
           
 

Uses of TypeCode in org.omg.CosNaming
 

Methods in org.omg.CosNaming that return TypeCode
 TypeCode BindingTypeHolder._type()
           
static TypeCode BindingListHelper.type()
           
 TypeCode BindingHolder._type()
           
static TypeCode NameHelper.type()
           
static TypeCode IstringHelper.type()
           
 TypeCode NamingContextHolder._type()
           
static TypeCode BindingIteratorHelper.type()
           
static TypeCode NameComponentHelper.type()
           
static TypeCode BindingTypeHelper.type()
           
static TypeCode NamingContextHelper.type()
           
 TypeCode NameHolder._type()
           
static TypeCode BindingHelper.type()
           
 TypeCode BindingListHolder._type()
           
 TypeCode BindingIteratorHolder._type()
           
 TypeCode NameComponentHolder._type()
           
 

Uses of TypeCode in org.omg.CosNaming.NamingContextPackage
 

Methods in org.omg.CosNaming.NamingContextPackage that return TypeCode
static TypeCode NotEmptyHelper.type()
           
static TypeCode NotFoundHelper.type()
           
static TypeCode NotFoundReasonHelper.type()
           
 TypeCode InvalidNameHolder._type()
           
 TypeCode CannotProceedHolder._type()
           
 TypeCode NotFoundHolder._type()
           
static TypeCode CannotProceedHelper.type()
           
 TypeCode AlreadyBoundHolder._type()
           
 TypeCode NotEmptyHolder._type()
           
static TypeCode InvalidNameHelper.type()
           
 TypeCode NotFoundReasonHolder._type()
           
static TypeCode AlreadyBoundHelper.type()
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.