Uses of Class
org.omg.CORBA.TypeCode
-
Packages that use TypeCode Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.org.omg.CosNaming Provides a naming service for Java IDL.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt:org.omg.CosNaming.NamingContextPackage This package contains Exception classes for the org.omg.CosNaming package.org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with anany
at runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.org.omg.DynamicAny.DynAnyPackage This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.org.omg.IOP This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.org.omg.IOP.CodecFactoryPackage This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).org.omg.IOP.CodecPackage This package is generated from the IOP::Codec IDL interface definition.org.omg.Messaging This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.PortableServer.CurrentPackage Provides method implementations with access to the identity of the object on which the method was invoked.org.omg.PortableServer.POAManagerPackage Encapsulates the processing state of the POAs it is associated with.org.omg.PortableServer.POAPackage Allows programmers to construct object implementations that are portable between different ORB products.org.omg.PortableServer.ServantLocatorPackage Provides classes and interfaces for locating the servant. -
-
Uses of TypeCode in org.omg.CORBA
Fields in org.omg.CORBA declared as TypeCode Modifier and Type Field and Description TypeCode
ValueMember. type
The type of of thisvalue
member.TypeCode
UnionMember. type
The type of the union member described by thisUnionMember
object.TypeCode
StructMember. type
The type of the struct member described by thisStructMember
object.TypeCode
TypeCodeHolder. value
TheTypeCode
value held by thisTypeCodeHolder
object.Methods in org.omg.CORBA that return TypeCode Modifier and Type Method and Description TypeCode
PolicyErrorHolder. _type()
TypeCode
WStringSeqHolder. _type()
TypeCode
StringSeqHolder. _type()
TypeCode
ParameterModeHolder. _type()
TypeCode
AnyHolder. _type()
Returns theTypeCode
object corresponding to the value held in thisAnyHolder
object.TypeCode
FloatHolder. _type()
Return theTypeCode
of this Streamable.TypeCode
WrongTransactionHolder. _type()
TypeCode
TypeCodeHolder. _type()
Returns the TypeCode corresponding to the value held in thisTypeCodeHolder
object.TypeCode
ByteHolder. _type()
Returns the TypeCode corresponding to the value held in thisByteHolder
object.TypeCode
ObjectHolder. _type()
Returns the TypeCode corresponding to the value held in thisObjectHolder
objectTypeCode
BooleanHolder. _type()
Retrieves theTypeCode
object that corresponds to the value held in thisBooleanHolder
object.TypeCode
CurrentHolder. _type()
TypeCode
ValueBaseHolder. _type()
Returns theTypeCode
object corresponding to the value held in the Holder.TypeCode
LongHolder. _type()
Returns theTypeCode
object corresponding to the value held in the Holder.TypeCode
FixedHolder. _type()
Return theTypeCode
of this holder object.TypeCode
StringHolder. _type()
Retrieves theTypeCode
object that corresponds to the value held in thisStringHolder
object.TypeCode
ShortHolder. _type()
Returns the TypeCode corresponding to the value held in thisShortHolder
object.TypeCode
IntHolder. _type()
Retrieves theTypeCode
object that corresponds to the value held in thisIntHolder
object'svalue
field.TypeCode
PolicyHolder. _type()
TypeCode
PrincipalHolder. _type()
Deprecated.TypeCode
DoubleHolder. _type()
Return theTypeCode
of this holder object.TypeCode
UnknownUserExceptionHolder. _type()
TypeCode
CharHolder. _type()
Returns theTypeCode
object corresponding to the value held in thisCharHolder
object.TypeCode
DoubleSeqHolder. _type()
TypeCode
FloatSeqHolder. _type()
TypeCode
LongLongSeqHolder. _type()
TypeCode
ULongLongSeqHolder. _type()
TypeCode
ULongSeqHolder. _type()
TypeCode
LongSeqHolder. _type()
TypeCode
ShortSeqHolder. _type()
TypeCode
OctetSeqHolder. _type()
TypeCode
WCharSeqHolder. _type()
TypeCode
CharSeqHolder. _type()
TypeCode
BooleanSeqHolder. _type()
TypeCode
UShortSeqHolder. _type()
TypeCode
AnySeqHolder. _type()
TypeCode
PolicyListHolder. _type()
TypeCode
ServiceInformationHolder. _type()
Retrieves theTypeCode
object that corresponds to the value held in thisServiceInformationHolder
object'svalue
field.abstract TypeCode
TypeCode. concrete_base_type()
Returns theTypeCode
object that describes the concrete base type of the value type that thisTypeCode
object describes.abstract TypeCode
TypeCode. content_type()
Returns theTypeCode
object representing the IDL type for the members of the object described by thisTypeCode
object.TypeCode
ORB. create_abstract_interface_tc(String id, String name)
Create aTypeCode
object for an IDL abstract interface.abstract TypeCode
ORB. create_alias_tc(String id, String name, TypeCode original_type)
Creates aTypeCode
object representing an IDLalias
(typedef
).abstract TypeCode
ORB. create_array_tc(int length, TypeCode element_type)
Creates aTypeCode
object representing an IDLarray
.abstract TypeCode
ORB. create_enum_tc(String id, String name, String[] members)
Creates aTypeCode
object representing an IDLenum
.abstract TypeCode
ORB. create_exception_tc(String id, String name, StructMember[] members)
Creates aTypeCode
object representing an IDLexception
.TypeCode
ORB. create_fixed_tc(short digits, short scale)
Create aTypeCode
object for an IDL fixed type.abstract TypeCode
ORB. create_interface_tc(String id, String name)
Creates aTypeCode
object representing an IDLinterface
.TypeCode
ORB. create_native_tc(String id, String name)
Create aTypeCode
object for an IDL native type.abstract TypeCode
ORB. create_recursive_sequence_tc(int bound, int offset)
Deprecated.Use a combination of create_recursive_tc and create_sequence_tc insteadTypeCode
ORB. create_recursive_tc(String id)
Create a recursiveTypeCode
object which serves as a placeholder for a concrete TypeCode during the process of creating TypeCodes which contain recursion.abstract TypeCode
ORB. create_sequence_tc(int bound, TypeCode element_type)
Creates aTypeCode
object representing an IDLsequence
.abstract TypeCode
ORB. create_string_tc(int bound)
Creates aTypeCode
object representing a bounded IDLstring
.abstract TypeCode
ORB. create_struct_tc(String id, String name, StructMember[] members)
Creates aTypeCode
object representing an IDLstruct
.abstract TypeCode
ORB. create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
Creates aTypeCode
object representing an IDLunion
.TypeCode
ORB. create_value_box_tc(String id, String name, TypeCode boxed_type)
Creates aTypeCode
object for an IDL value box.TypeCode
ORB. create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
Create aTypeCode
object for an IDL value type.abstract TypeCode
ORB. create_wstring_tc(int bound)
Creates aTypeCode
object representing a bounded IDLwstring
(wide string).abstract TypeCode
TypeCode. discriminator_type()
Returns aTypeCode
object describing all non-default member labels.abstract TypeCode
Any. extract_TypeCode()
Extracts theTypeCode
object in thisAny
object'svalue
field.abstract TypeCode
TypeCode. get_compact_typecode()
Strips out all optional name and member name fields, but leaves all alias typecodes intact.abstract TypeCode
ORB. get_primitive_tc(TCKind tcKind)
Retrieves theTypeCode
object that represents the given primitive IDL type.TypeCode
DynAny. get_typecode()
Deprecated.Retrieves theorg.omg.CORBA.TypeCode
contained in thisDynAny
object.abstract TypeCode
ExceptionList. item(int index)
Returns theTypeCode
object at the given index.abstract TypeCode
TypeCode. member_type(int index)
Retrieves theTypeCode
object describing the type of the member identified by the given index.TypeCode
DataInputStream. read_TypeCode()
Reads an IDL typecode from the input stream.static TypeCode
PolicyErrorHelper. type()
static TypeCode
PolicyErrorCodeHelper. type()
static TypeCode
WStringSeqHelper. type()
static TypeCode
StringSeqHelper. type()
static TypeCode
ParameterModeHelper. type()
static TypeCode
CurrentHelper. type()
static TypeCode
ULongLongSeqHelper. type()
static TypeCode
VisibilityHelper. type()
static TypeCode
StringValueHelper. type()
static TypeCode
ValueBaseHelper. type()
static TypeCode
LongSeqHelper. type()
static TypeCode
BooleanSeqHelper. type()
static TypeCode
FieldNameHelper. type()
static TypeCode
ValueMemberHelper. type()
static TypeCode
RepositoryIdHelper. type()
static TypeCode
ObjectHelper. type()
static TypeCode
CharSeqHelper. type()
static TypeCode
IdentifierHelper. type()
static TypeCode
WrongTransactionHelper. type()
static TypeCode
PolicyTypeHelper. type()
static TypeCode
StructMemberHelper. type()
static TypeCode
ServiceDetailHelper. type()
static TypeCode
LongLongSeqHelper. type()
static TypeCode
OctetSeqHelper. type()
static TypeCode
ULongSeqHelper. type()
static TypeCode
FloatSeqHelper. type()
static TypeCode
ShortSeqHelper. type()
static TypeCode
DoubleSeqHelper. type()
static TypeCode
WCharSeqHelper. type()
static TypeCode
CompletionStatusHelper. type()
static TypeCode
UnknownUserExceptionHelper. type()
static TypeCode
PolicyListHelper. type()
static TypeCode
AnySeqHelper. type()
static TypeCode
UShortSeqHelper. type()
static TypeCode
UnionMemberHelper. type()
static TypeCode
IDLTypeHelper. type()
static TypeCode
DefinitionKindHelper. type()
TypeCode
_IDLTypeStub. type()
static TypeCode
VersionSpecHelper. type()
static TypeCode
ServiceInformationHelper. type()
static TypeCode
NameValuePairHelper. type()
static TypeCode
PolicyHelper. type()
static TypeCode
SetOverrideTypeHelper. type()
static TypeCode
WStringValueHelper. type()
TypeCode
IDLTypeOperations. type()
The type attribute describes the type defined by an object derived fromIDLType
.TypeCode
DynAny. type()
Deprecated.Returns theTypeCode
of the object inserted into thisDynAny
.abstract TypeCode
Any. type()
Returns type information for the element contained in thisAny
object.Methods in org.omg.CORBA with parameters of type TypeCode Modifier and Type Method and Description abstract void
ExceptionList. add(TypeCode exc)
Adds aTypeCode
object describing an exception to thisExceptionList
object.abstract TypeCode
ORB. create_alias_tc(String id, String name, TypeCode original_type)
Creates aTypeCode
object representing an IDLalias
(typedef
).abstract TypeCode
ORB. create_array_tc(int length, TypeCode element_type)
Creates aTypeCode
object representing an IDLarray
.DynAny
ORB. create_basic_dyn_any(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynArray
ORB. create_dyn_array(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynEnum
ORB. create_dyn_enum(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynSequence
ORB. create_dyn_sequence(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynStruct
ORB. create_dyn_struct(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynUnion
ORB. create_dyn_union(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadabstract TypeCode
ORB. create_sequence_tc(int bound, TypeCode element_type)
Creates aTypeCode
object representing an IDLsequence
.abstract TypeCode
ORB. create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
Creates aTypeCode
object representing an IDLunion
.TypeCode
ORB. create_value_box_tc(String id, String name, TypeCode boxed_type)
Creates aTypeCode
object for an IDL value box.TypeCode
ORB. create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
Create aTypeCode
object for an IDL value type.abstract boolean
TypeCode. equal(TypeCode tc)
Compares thisTypeCode
object with the given one, testing for equality.abstract boolean
TypeCode. equivalent(TypeCode tc)
Tests to see if the givenTypeCode
object is equivalent to thisTypeCode
object.void
Any. insert_fixed(BigDecimal value, TypeCode type)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception.abstract void
Any. insert_Object(Object o, TypeCode t)
Inserts the givenorg.omg.CORBA.Object
object into thisAny
object'svalue
field.void
DynAny. insert_typecode(TypeCode value)
Deprecated.Inserts the givenorg.omg.CORBA.TypeCode
as the value for thisDynAny
object.abstract void
Any. insert_TypeCode(TypeCode t)
Inserts the givenTypeCode
object into thisAny
object'svalue
field.abstract void
Any. insert_Value(Serializable v, TypeCode t)
Inserts the givenjava.io.Serializable
object into thisAny
object'svalue
field.abstract void
Any. read_value(InputStream is, TypeCode t)
Reads off (unmarshals) the value of anAny
object from the given input stream using the given typecode.abstract void
Request. set_return_type(TypeCode tc)
Sets the typecode for the return value of the method.abstract void
Any. type(TypeCode t)
Sets thisAny
object'stype
field to the givenTypeCode
object and clears its value.void
DataOutputStream. write_TypeCode(TypeCode value)
Writes the typecode to the output stream.Constructors in org.omg.CORBA with parameters of type TypeCode Constructor and Description StructMember(String __name, TypeCode __type, IDLType __type_def)
Constructs aStructMember
object initialized with the given values.TypeCodeHolder(TypeCode initial)
Constructs a newTypeCodeHolder
object with itsvalue
field initialized to the givenTypeCode
object.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
Constructs a newUnionMember
object with its fields initialized to the given values.ValueMember(String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access)
Constructs aValueMember
object initialized with the given values. -
Uses of TypeCode in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return TypeCode Modifier and Type Method and Description TypeCode
Streamable. _type()
Retrieves theTypeCode
object corresponding to the value in thevalue
field of the Holder.abstract TypeCode
InputStream. read_TypeCode()
Reads aTypeCode
from this input stream.Methods in org.omg.CORBA.portable with parameters of type TypeCode Modifier and Type Method and Description abstract void
OutputStream. write_TypeCode(TypeCode value)
Writes a TypeCode on this output stream. -
Uses of TypeCode in org.omg.CosNaming
Methods in org.omg.CosNaming that return TypeCode Modifier and Type Method and Description TypeCode
NamingContextExtHolder. _type()
TypeCode
NamingContextHolder. _type()
TypeCode
NameHolder. _type()
TypeCode
NameComponentHolder. _type()
TypeCode
BindingTypeHolder. _type()
TypeCode
BindingIteratorHolder. _type()
TypeCode
BindingListHolder. _type()
TypeCode
BindingHolder. _type()
static TypeCode
NamingContextExtHelper. type()
static TypeCode
NamingContextHelper. type()
static TypeCode
BindingIteratorHelper. type()
static TypeCode
BindingListHelper. type()
static TypeCode
BindingHelper. type()
static TypeCode
BindingTypeHelper. type()
static TypeCode
NameHelper. type()
static TypeCode
NameComponentHelper. type()
static TypeCode
IstringHelper. type()
-
Uses of TypeCode in org.omg.CosNaming.NamingContextExtPackage
Methods in org.omg.CosNaming.NamingContextExtPackage that return TypeCode Modifier and Type Method and Description TypeCode
InvalidAddressHolder. _type()
static TypeCode
InvalidAddressHelper. type()
static TypeCode
URLStringHelper. type()
static TypeCode
AddressHelper. type()
static TypeCode
StringNameHelper. type()
-
Uses of TypeCode in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage that return TypeCode Modifier and Type Method and Description TypeCode
NotEmptyHolder. _type()
TypeCode
AlreadyBoundHolder. _type()
TypeCode
InvalidNameHolder. _type()
TypeCode
CannotProceedHolder. _type()
TypeCode
NotFoundHolder. _type()
TypeCode
NotFoundReasonHolder. _type()
static TypeCode
NotEmptyHelper. type()
static TypeCode
AlreadyBoundHelper. type()
static TypeCode
InvalidNameHelper. type()
static TypeCode
CannotProceedHelper. type()
static TypeCode
NotFoundHelper. type()
static TypeCode
NotFoundReasonHelper. type()
-
Uses of TypeCode in org.omg.DynamicAny
Methods in org.omg.DynamicAny that return TypeCode Modifier and Type Method and Description TypeCode
_DynValueStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynArrayStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynSequenceStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynUnionStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynStructStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynEnumStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynFixedStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
_DynAnyStub. get_typecode()
Extracts the TypeCode object from this DynAny.TypeCode
DynAnyOperations. get_typecode()
Extracts the TypeCode object from this DynAny.static TypeCode
DynAnyFactoryHelper. type()
static TypeCode
DynValueHelper. type()
TypeCode
_DynValueStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
DynArrayHelper. type()
TypeCode
_DynArrayStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
DynSequenceHelper. type()
TypeCode
_DynSequenceStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
DynAnySeqHelper. type()
static TypeCode
AnySeqHelper. type()
static TypeCode
DynUnionHelper. type()
TypeCode
_DynUnionStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
DynStructHelper. type()
TypeCode
_DynStructStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
NameDynAnyPairSeqHelper. type()
static TypeCode
NameDynAnyPairHelper. type()
static TypeCode
NameValuePairSeqHelper. type()
static TypeCode
NameValuePairHelper. type()
static TypeCode
FieldNameHelper. type()
static TypeCode
DynEnumHelper. type()
TypeCode
_DynEnumStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
DynFixedHelper. type()
TypeCode
_DynFixedStub. type()
Returns the TypeCode associated with this DynAny object.static TypeCode
DynAnyHelper. type()
TypeCode
_DynAnyStub. type()
Returns the TypeCode associated with this DynAny object.TypeCode
DynAnyOperations. type()
Returns the TypeCode associated with this DynAny object.Methods in org.omg.DynamicAny with parameters of type TypeCode Modifier and Type Method and Description DynAny
_DynAnyFactoryStub. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.DynAny
DynAnyFactoryOperations. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.void
_DynValueStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynArrayStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynSequenceStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynUnionStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynStructStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynEnumStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynFixedStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
_DynAnyStub. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.void
DynAnyOperations. insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny. -
Uses of TypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return TypeCode Modifier and Type Method and Description static TypeCode
InconsistentTypeCodeHelper. type()
-
Uses of TypeCode in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage that return TypeCode Modifier and Type Method and Description static TypeCode
TypeMismatchHelper. type()
static TypeCode
InvalidValueHelper. type()
-
Uses of TypeCode in org.omg.IOP
Methods in org.omg.IOP that return TypeCode Modifier and Type Method and Description TypeCode
ServiceContextListHolder. _type()
TypeCode
ServiceContextHolder. _type()
TypeCode
MultipleComponentProfileHolder. _type()
TypeCode
TaggedComponentHolder. _type()
TypeCode
IORHolder. _type()
TypeCode
TaggedProfileHolder. _type()
static TypeCode
CodecFactoryHelper. type()
static TypeCode
ServiceContextListHelper. type()
static TypeCode
ServiceContextHelper. type()
static TypeCode
ServiceIdHelper. type()
static TypeCode
MultipleComponentProfileHelper. type()
static TypeCode
TaggedComponentHelper. type()
static TypeCode
ComponentIdHelper. type()
static TypeCode
IORHelper. type()
static TypeCode
TaggedProfileHelper. type()
static TypeCode
ProfileIdHelper. type()
Methods in org.omg.IOP with parameters of type TypeCode Modifier and Type Method and Description Any
CodecOperations. decode_value(byte[] data, TypeCode tc)
Decodes the given byte array into an Any based on the givenTypeCode
and the encoding format effective for thisCodec
. -
Uses of TypeCode in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage that return TypeCode Modifier and Type Method and Description static TypeCode
UnknownEncodingHelper. type()
-
Uses of TypeCode in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage that return TypeCode Modifier and Type Method and Description static TypeCode
TypeMismatchHelper. type()
static TypeCode
FormatMismatchHelper. type()
static TypeCode
InvalidTypeForEncodingHelper. type()
-
Uses of TypeCode in org.omg.Messaging
Methods in org.omg.Messaging that return TypeCode Modifier and Type Method and Description static TypeCode
SyncScopeHelper. type()
-
Uses of TypeCode in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TypeCode Modifier and Type Method and Description TypeCode
IORInterceptor_3_0Holder. _type()
TypeCode
ObjectReferenceTemplateSeqHolder. _type()
TypeCode
ObjectReferenceTemplateHolder. _type()
TypeCode
ObjectReferenceFactoryHolder. _type()
TypeCode[]
RequestInfoOperations. exceptions()
Returns an array ofTypeCode
objects describing theTypeCode
s of the user exceptions that this operation invocation may throw.static TypeCode
IORInterceptor_3_0Helper. type()
static TypeCode
AdapterStateHelper. type()
static TypeCode
AdapterManagerIdHelper. type()
static TypeCode
ObjectReferenceTemplateSeqHelper. type()
static TypeCode
ObjectReferenceTemplateHelper. type()
static TypeCode
ObjectReferenceFactoryHelper. type()
static TypeCode
ObjectIdHelper. type()
static TypeCode
AdapterNameHelper. type()
static TypeCode
ORBIdHelper. type()
static TypeCode
ServerIdHelper. type()
static TypeCode
CurrentHelper. type()
static TypeCode
InvalidSlotHelper. type()
static TypeCode
ForwardRequestHelper. type()
-
Uses of TypeCode in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage that return TypeCode Modifier and Type Method and Description static TypeCode
InvalidNameHelper. type()
static TypeCode
DuplicateNameHelper. type()
static TypeCode
ObjectIdHelper. type()
-
Uses of TypeCode in org.omg.PortableServer
Methods in org.omg.PortableServer that return TypeCode Modifier and Type Method and Description static TypeCode
ServantLocatorHelper. type()
static TypeCode
ServantActivatorHelper. type()
static TypeCode
ForwardRequestHelper. type()
static TypeCode
POAHelper. type()
static TypeCode
CurrentHelper. type()
-
Uses of TypeCode in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage that return TypeCode Modifier and Type Method and Description static TypeCode
NoContextHelper. type()
-
Uses of TypeCode in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage that return TypeCode Modifier and Type Method and Description static TypeCode
AdapterInactiveHelper. type()
-
Uses of TypeCode in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return TypeCode Modifier and Type Method and Description static TypeCode
WrongPolicyHelper. type()
static TypeCode
WrongAdapterHelper. type()
static TypeCode
ServantNotActiveHelper. type()
static TypeCode
ServantAlreadyActiveHelper. type()
static TypeCode
ObjectNotActiveHelper. type()
static TypeCode
ObjectAlreadyActiveHelper. type()
static TypeCode
NoServantHelper. type()
static TypeCode
InvalidPolicyHelper. type()
static TypeCode
AdapterNonExistentHelper. type()
static TypeCode
AdapterAlreadyExistsHelper. type()
-
Uses of TypeCode in org.omg.PortableServer.ServantLocatorPackage
Methods in org.omg.PortableServer.ServantLocatorPackage that return TypeCode Modifier and Type Method and Description TypeCode
CookieHolder. _type()
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.