| Modifier and Type | Field and Description |
|---|---|
TypeCode |
OperationDescription.result |
TypeCode |
ParameterDescription.type |
TypeCode |
AttributeDescription.type |
TypeCode |
ExceptionDescription.type |
TypeCode |
TypeDescription.type |
TypeCode |
ConstantDescription.type |
TypeCode |
ValueMember.type
The type of of this
value member. |
TypeCode |
UnionMember.type
The type of the union member described by this
UnionMember object. |
TypeCode |
StructMember.type
The type of the struct member described by
this
StructMember object. |
TypeCode |
TypeCodeHolder.value
The
TypeCode value held by
this TypeCodeHolder object. |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
NativeDefHolder._type() |
TypeCode |
ValueBoxDefHolder._type() |
TypeCode |
ValueDescriptionHolder._type() |
TypeCode |
ValueDefHolder._type() |
TypeCode |
ValueMemberDefHolder._type() |
TypeCode |
InterfaceDescriptionHolder._type() |
TypeCode |
InterfaceDefHolder._type() |
TypeCode |
AttrDescriptionSeqHolder._type() |
TypeCode |
OpDescriptionSeqHolder._type() |
TypeCode |
RepositoryIdSeqHolder._type() |
TypeCode |
OperationDescriptionHolder._type() |
TypeCode |
OperationDefHolder._type() |
TypeCode |
ExcDescriptionSeqHolder._type() |
TypeCode |
ExceptionDefSeqHolder._type() |
TypeCode |
ContextIdSeqHolder._type() |
TypeCode |
ParDescriptionSeqHolder._type() |
TypeCode |
ParameterDescriptionHolder._type() |
TypeCode |
OperationModeHolder._type() |
TypeCode |
AttributeDescriptionHolder._type() |
TypeCode |
AttributeDefHolder._type() |
TypeCode |
AttributeModeHolder._type() |
TypeCode |
ExceptionDescriptionHolder._type() |
TypeCode |
ExceptionDefHolder._type() |
TypeCode |
ArrayDefHolder._type() |
TypeCode |
SequenceDefHolder._type() |
TypeCode |
StringDefHolder._type() |
TypeCode |
PrimitiveDefHolder._type() |
TypeCode |
AliasDefHolder._type() |
TypeCode |
EnumDefHolder._type() |
TypeCode |
UnionDefHolder._type() |
TypeCode |
StructDefHolder._type() |
TypeCode |
TypeDescriptionHolder._type() |
TypeCode |
TypedefDefHolder._type() |
TypeCode |
ConstantDescriptionHolder._type() |
TypeCode |
ConstantDefHolder._type() |
TypeCode |
ModuleDescriptionHolder._type() |
TypeCode |
ModuleDefHolder._type() |
TypeCode |
RepositoryHolder._type() |
TypeCode |
PrimitiveKindHolder._type() |
TypeCode |
ContainerHolder._type() |
TypeCode |
ValueDefSeqHolder._type() |
TypeCode |
InitializerSeqHolder._type() |
TypeCode |
InitializerHolder._type() |
TypeCode |
ValueMemberSeqHolder._type() |
TypeCode |
EnumMemberSeqHolder._type() |
TypeCode |
UnionMemberSeqHolder._type() |
TypeCode |
StructMemberSeqHolder._type() |
TypeCode |
ContainedSeqHolder._type() |
TypeCode |
InterfaceDefSeqHolder._type() |
TypeCode |
ContainedHolder._type() |
TypeCode |
WrongTransactionHolder._type() |
TypeCode |
WStringSeqHolder._type() |
TypeCode |
WCharSeqHolder._type() |
TypeCode |
ValueBaseHolder._type()
Returns the
TypeCode object
corresponding to the value held in the Holder. |
TypeCode |
UnknownUserExceptionHolder._type() |
TypeCode |
UShortSeqHolder._type() |
TypeCode |
ULongSeqHolder._type() |
TypeCode |
ULongLongSeqHolder._type() |
TypeCode |
TypeCodeHolder._type()
Returns the TypeCode corresponding to the value held in
this
TypeCodeHolder object. |
TypeCode |
StringSeqHolder._type() |
TypeCode |
StringHolder._type()
Retrieves the
TypeCode object that corresponds to
the value held in this StringHolder object. |
TypeCode |
ShortSeqHolder._type() |
TypeCode |
ShortHolder._type()
Returns the TypeCode corresponding to the value held in
this
ShortHolder object. |
TypeCode |
ServiceInformationHolder._type()
Retrieves the
TypeCode object that corresponds
to the value held in this ServiceInformationHolder object's
value field. |
TypeCode |
PrincipalHolder._type()
Deprecated.
|
TypeCode |
PolicyListHolder._type() |
TypeCode |
PolicyHolder._type() |
TypeCode |
PolicyErrorHolder._type() |
TypeCode |
ParameterModeHolder._type() |
TypeCode |
OctetSeqHolder._type() |
TypeCode |
ObjectHolder._type()
Returns the TypeCode corresponding to the value held in
this
ObjectHolder object |
TypeCode |
LongSeqHolder._type() |
TypeCode |
LongLongSeqHolder._type() |
TypeCode |
LongHolder._type()
Returns the
TypeCode object
corresponding to the value held in the Holder. |
TypeCode |
IntHolder._type()
Retrieves the
TypeCode object that corresponds
to the value held in this IntHolder object's
value field. |
TypeCode |
FloatSeqHolder._type() |
TypeCode |
FloatHolder._type()
Return the
TypeCode of this Streamable. |
TypeCode |
FixedHolder._type()
Return the
TypeCode of this holder object. |
TypeCode |
DoubleSeqHolder._type() |
TypeCode |
DoubleHolder._type()
Return the
TypeCode of this holder object. |
TypeCode |
CurrentHolder._type() |
TypeCode |
CharSeqHolder._type() |
TypeCode |
CharHolder._type()
Returns the
TypeCode object corresponding
to the value held in
this CharHolder object. |
TypeCode |
ByteHolder._type()
Returns the TypeCode corresponding to the value held in
this
ByteHolder object. |
TypeCode |
BooleanSeqHolder._type() |
TypeCode |
BooleanHolder._type()
Retrieves the
TypeCode object that corresponds to the
value held in this BooleanHolder object. |
TypeCode |
AnySeqHolder._type() |
TypeCode |
AnyHolder._type()
Returns the
TypeCode object corresponding to the value
held in this AnyHolder object. |
abstract TypeCode |
TypeCode.concrete_base_type()
Returns the
TypeCode object that describes the concrete base type
of the value type that this TypeCode object describes. |
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 |
ORB.create_abstract_interface_tc(String id,
String name)
Create a
TypeCode object for an IDL abstract interface. |
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_array_tc(int length,
TypeCode element_type)
Creates a
TypeCode object representing an IDL array. |
abstract TypeCode |
ORB.create_enum_tc(String id,
String name,
String[] members)
Creates a
TypeCode object representing an IDL enum. |
abstract TypeCode |
ORB.create_exception_tc(String id,
String name,
StructMember[] members)
Creates a
TypeCode object representing an IDL exception. |
TypeCode |
ORB.create_fixed_tc(short digits,
short scale)
Create a
TypeCode object for an IDL fixed type. |
abstract TypeCode |
ORB.create_interface_tc(String id,
String name)
Creates a
TypeCode object representing an IDL interface. |
TypeCode |
ORB.create_native_tc(String id,
String name)
Create a
TypeCode 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 instead
|
TypeCode |
ORB.create_recursive_tc(String id)
Create a recursive
TypeCode 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 a
TypeCode object representing an IDL sequence. |
abstract TypeCode |
ORB.create_string_tc(int bound)
Creates a
TypeCode object representing a bounded IDL
string. |
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. |
TypeCode |
ORB.create_value_box_tc(String id,
String name,
TypeCode boxed_type)
Creates a
TypeCode object for an IDL value box. |
TypeCode |
ORB.create_value_tc(String id,
String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members)
Create a
TypeCode object for an IDL value type. |
abstract TypeCode |
ORB.create_wstring_tc(int bound)
Creates a
TypeCode object representing a bounded IDL
wstring (wide string). |
TypeCode |
UnionDefOperations.discriminator_type() |
TypeCode |
_UnionDefStub.discriminator_type() |
TypeCode |
UnionDefPOATie.discriminator_type() |
abstract TypeCode |
TypeCode.discriminator_type()
Returns a
TypeCode object describing
all non-default member labels. |
TypeCode |
ArrayDefOperations.element_type() |
TypeCode |
_ArrayDefStub.element_type() |
TypeCode |
ArrayDefPOATie.element_type() |
TypeCode |
SequenceDefOperations.element_type() |
TypeCode |
_SequenceDefStub.element_type() |
TypeCode |
SequenceDefPOATie.element_type() |
abstract TypeCode |
Any.extract_TypeCode()
Extracts the
TypeCode object in this
Any object's value 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 the
TypeCode object that represents
the given primitive IDL type. |
TypeCode |
DynAny.get_typecode()
Deprecated.
Retrieves the
org.omg.CORBA.TypeCode contained
in this DynAny object. |
abstract TypeCode |
ExceptionList.item(int index)
Returns the
TypeCode object at the given index. |
abstract TypeCode |
TypeCode.member_type(int index)
Retrieves the
TypeCode object describing the type
of the member identified by the given index. |
TypeCode |
DataInputStream.read_TypeCode()
Reads an IDL typecode from the input stream.
|
TypeCode |
OperationDefOperations.result() |
TypeCode |
_OperationDefStub.result() |
TypeCode |
OperationDefPOATie.result() |
static TypeCode |
NativeDefHelper.type() |
TypeCode |
_NativeDefStub.type() |
TypeCode |
NativeDefPOATie.type() |
static TypeCode |
ValueBoxDefHelper.type() |
TypeCode |
_ValueBoxDefStub.type() |
TypeCode |
ValueBoxDefPOATie.type() |
static TypeCode |
ValueDescriptionHelper.type() |
static TypeCode |
ValueDefHelper.type() |
TypeCode |
_ValueDefStub.type() |
TypeCode |
ValueDefPOATie.type() |
TypeCode |
ValueMemberDefOperations.type() |
static TypeCode |
ValueMemberDefHelper.type() |
TypeCode |
_ValueMemberDefStub.type() |
TypeCode |
ValueMemberDefPOATie.type() |
static TypeCode |
InterfaceDescriptionHelper.type() |
static TypeCode |
InterfaceDefHelper.type() |
TypeCode |
_InterfaceDefStub.type() |
TypeCode |
InterfaceDefPOATie.type() |
static TypeCode |
AttrDescriptionSeqHelper.type() |
static TypeCode |
OpDescriptionSeqHelper.type() |
static TypeCode |
RepositoryIdSeqHelper.type() |
static TypeCode |
OperationDescriptionHelper.type() |
static TypeCode |
OperationDefHelper.type() |
static TypeCode |
ExcDescriptionSeqHelper.type() |
static TypeCode |
ExceptionDefSeqHelper.type() |
static TypeCode |
ContextIdSeqHelper.type() |
static TypeCode |
ContextIdentifierHelper.type() |
static TypeCode |
ParDescriptionSeqHelper.type() |
static TypeCode |
ParameterDescriptionHelper.type() |
static TypeCode |
OperationModeHelper.type() |
static TypeCode |
AttributeDescriptionHelper.type() |
TypeCode |
AttributeDefOperations.type() |
static TypeCode |
AttributeDefHelper.type() |
TypeCode |
_AttributeDefStub.type() |
TypeCode |
AttributeDefPOATie.type() |
static TypeCode |
AttributeModeHelper.type() |
static TypeCode |
ExceptionDescriptionHelper.type() |
TypeCode |
ExceptionDefOperations.type() |
static TypeCode |
ExceptionDefHelper.type() |
TypeCode |
_ExceptionDefStub.type() |
TypeCode |
ExceptionDefPOATie.type() |
static TypeCode |
ArrayDefHelper.type() |
TypeCode |
_ArrayDefStub.type() |
TypeCode |
ArrayDefPOATie.type() |
static TypeCode |
SequenceDefHelper.type() |
TypeCode |
_SequenceDefStub.type() |
TypeCode |
SequenceDefPOATie.type() |
static TypeCode |
StringDefHelper.type() |
TypeCode |
_StringDefStub.type() |
TypeCode |
StringDefPOATie.type() |
static TypeCode |
PrimitiveDefHelper.type() |
TypeCode |
_PrimitiveDefStub.type() |
TypeCode |
PrimitiveDefPOATie.type() |
static TypeCode |
AliasDefHelper.type() |
TypeCode |
_AliasDefStub.type() |
TypeCode |
AliasDefPOATie.type() |
static TypeCode |
EnumDefHelper.type() |
TypeCode |
_EnumDefStub.type() |
TypeCode |
EnumDefPOATie.type() |
static TypeCode |
UnionDefHelper.type() |
TypeCode |
_UnionDefStub.type() |
TypeCode |
UnionDefPOATie.type() |
static TypeCode |
StructDefHelper.type() |
TypeCode |
_StructDefStub.type() |
TypeCode |
StructDefPOATie.type() |
static TypeCode |
TypeDescriptionHelper.type() |
static TypeCode |
TypedefDefHelper.type() |
TypeCode |
_TypedefDefStub.type() |
TypeCode |
TypedefDefPOATie.type() |
static TypeCode |
ConstantDescriptionHelper.type() |
TypeCode |
ConstantDefOperations.type() |
static TypeCode |
ConstantDefHelper.type() |
TypeCode |
_ConstantDefStub.type() |
TypeCode |
ConstantDefPOATie.type() |
static TypeCode |
ModuleDescriptionHelper.type() |
static TypeCode |
ModuleDefHelper.type() |
static TypeCode |
RepositoryHelper.type() |
static TypeCode |
PrimitiveKindHelper.type() |
static TypeCode |
ContainerHelper.type() |
static TypeCode |
ValueDefSeqHelper.type() |
static TypeCode |
InitializerSeqHelper.type() |
static TypeCode |
InitializerHelper.type() |
static TypeCode |
ValueMemberSeqHelper.type() |
static TypeCode |
EnumMemberSeqHelper.type() |
static TypeCode |
UnionMemberSeqHelper.type() |
static TypeCode |
StructMemberSeqHelper.type() |
static TypeCode |
ContainedSeqHelper.type() |
static TypeCode |
InterfaceDefSeqHelper.type() |
static TypeCode |
ContainedHelper.type() |
static TypeCode |
ScopedNameHelper.type() |
TypeCode |
_IDLTypeStub.type() |
static TypeCode |
WrongTransactionHelper.type() |
static TypeCode |
WStringValueHelper.type() |
static TypeCode |
WStringSeqHelper.type() |
static TypeCode |
WCharSeqHelper.type() |
static TypeCode |
VisibilityHelper.type() |
static TypeCode |
VersionSpecHelper.type() |
static TypeCode |
ValueMemberHelper.type() |
static TypeCode |
ValueBaseHelper.type() |
static TypeCode |
UnknownUserExceptionHelper.type() |
static TypeCode |
UnionMemberHelper.type() |
static TypeCode |
UShortSeqHelper.type() |
static TypeCode |
ULongSeqHelper.type() |
static TypeCode |
ULongLongSeqHelper.type() |
static TypeCode |
StructMemberHelper.type() |
static TypeCode |
StringValueHelper.type() |
static TypeCode |
StringSeqHelper.type() |
static TypeCode |
ShortSeqHelper.type() |
static TypeCode |
SetOverrideTypeHelper.type() |
static TypeCode |
ServiceInformationHelper.type() |
static TypeCode |
ServiceDetailHelper.type() |
static TypeCode |
RepositoryIdHelper.type() |
static TypeCode |
PolicyTypeHelper.type() |
static TypeCode |
PolicyListHelper.type() |
static TypeCode |
PolicyHelper.type() |
static TypeCode |
PolicyErrorHelper.type() |
static TypeCode |
PolicyErrorCodeHelper.type() |
static TypeCode |
ParameterModeHelper.type() |
static TypeCode |
OctetSeqHelper.type() |
static TypeCode |
ObjectHelper.type() |
static TypeCode |
NameValuePairHelper.type() |
static TypeCode |
LongSeqHelper.type() |
static TypeCode |
LongLongSeqHelper.type() |
static TypeCode |
IdentifierHelper.type() |
TypeCode |
IDLTypeOperations.type()
The type attribute describes the type defined by an object
derived from
IDLType. |
static TypeCode |
IDLTypeHelper.type() |
static TypeCode |
FloatSeqHelper.type() |
static TypeCode |
FieldNameHelper.type() |
TypeCode |
DynAny.type()
Deprecated.
Returns the
TypeCode of the object inserted into
this DynAny. |
static TypeCode |
DoubleSeqHelper.type() |
static TypeCode |
DefinitionKindHelper.type() |
static TypeCode |
CurrentHelper.type() |
static TypeCode |
CompletionStatusHelper.type() |
static TypeCode |
CharSeqHelper.type() |
static TypeCode |
BooleanSeqHelper.type() |
static TypeCode |
AnySeqHelper.type() |
abstract TypeCode |
Any.type()
Returns type information for the element contained in this
Any object. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExceptionList.add(TypeCode exc)
Adds a
TypeCode object describing an exception
to this ExceptionList object. |
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_array_tc(int length,
TypeCode element_type)
Creates a
TypeCode object representing an IDL array. |
DynAny |
ORB.create_basic_dyn_any(TypeCode type)
Deprecated.
Use the new DynAnyFactory API instead
|
DynArray |
ORB.create_dyn_array(TypeCode type)
Deprecated.
Use the new DynAnyFactory API instead
|
DynEnum |
ORB.create_dyn_enum(TypeCode type)
Deprecated.
Use the new DynAnyFactory API instead
|
DynSequence |
ORB.create_dyn_sequence(TypeCode type)
Deprecated.
Use the new DynAnyFactory API instead
|
DynStruct |
ORB.create_dyn_struct(TypeCode type)
Deprecated.
Use the new DynAnyFactory API instead
|
DynUnion |
ORB.create_dyn_union(TypeCode type)
Deprecated.
Use the new DynAnyFactory API instead
|
abstract TypeCode |
ORB.create_sequence_tc(int bound,
TypeCode element_type)
Creates a
TypeCode object representing an IDL sequence. |
abstract TypeCode |
ORB.create_union_tc(String id,
String name,
TypeCode discriminator_type,
UnionMember[] members)
Creates a
TypeCode object representing an IDL union. |
TypeCode |
ORB.create_value_box_tc(String id,
String name,
TypeCode boxed_type)
Creates a
TypeCode object for an IDL value box. |
TypeCode |
ORB.create_value_tc(String id,
String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members)
Create a
TypeCode object for an IDL value type. |
abstract boolean |
TypeCode.equal(TypeCode tc)
Compares this
TypeCode object with the given one,
testing for equality. |
abstract boolean |
TypeCode.equivalent(TypeCode tc)
Tests to see if the given
TypeCode object is
equivalent to this TypeCode object. |
void |
Any.insert_fixed(BigDecimal value,
TypeCode type)
Throws an
org.omg.CORBA.NO_IMPLEMENT exception. |
abstract void |
Any.insert_Object(Object o,
TypeCode t)
Inserts the given
org.omg.CORBA.Object object
into this Any object's value field. |
void |
DynAny.insert_typecode(TypeCode value)
Deprecated.
Inserts the given
org.omg.CORBA.TypeCode as the value for this
DynAny object. |
abstract void |
Any.insert_TypeCode(TypeCode t)
Inserts the given
TypeCode object
into this Any object's value field. |
abstract void |
Any.insert_Value(Serializable v,
TypeCode t)
Inserts the given
java.io.Serializable object
into this Any object's value field. |
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 |
Request.set_return_type(TypeCode tc)
Sets the typecode for the return
value of the method.
|
abstract void |
Any.type(TypeCode t)
Sets this
Any object's type field
to the given TypeCode object and clears its value. |
void |
DataOutputStream.write_TypeCode(TypeCode value)
Writes the typecode to the output stream.
|
| Constructor and Description |
|---|
AttributeDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type,
AttributeMode _mode) |
ConstantDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type,
Any _value) |
ExceptionDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type) |
OperationDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _result,
OperationMode _mode,
String[] _contexts,
ParameterDescription[] _parameters,
ExceptionDescription[] _exceptions) |
ParameterDescription(String _name,
TypeCode _type,
IDLType _type_def,
ParameterMode _mode) |
StructMember(String __name,
TypeCode __type,
IDLType __type_def)
Constructs a
StructMember object initialized with the
given values. |
TypeCodeHolder(TypeCode initial)
Constructs a new
TypeCodeHolder object with its
value field initialized to the given
TypeCode object. |
TypeDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type) |
UnionMember(String __name,
Any __label,
TypeCode __type,
IDLType __type_def)
Constructs a new
UnionMember 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 a
ValueMember object initialized with
the given values. |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
DescriptionHolder._type() |
static TypeCode |
DescriptionHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
DescriptionSeqHolder._type() |
TypeCode |
DescriptionHolder._type() |
static TypeCode |
DescriptionSeqHelper.type() |
static TypeCode |
DescriptionHelper.type() |
| Modifier and Type | Field and Description |
|---|---|
TypeCode |
FullInterfaceDescription.type |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
FullInterfaceDescriptionHolder._type() |
static TypeCode |
FullInterfaceDescriptionHelper.type() |
| Constructor and Description |
|---|
FullInterfaceDescription(String _name,
String _id,
String _defined_in,
String _version,
boolean _is_abstract,
OperationDescription[] _operations,
AttributeDescription[] _attributes,
String[] _base_interfaces,
TypeCode _type) |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
Streamable._type()
Retrieves the
TypeCode object corresponding to the value
in the value field of the Holder. |
abstract TypeCode |
InputStream.read_TypeCode()
Reads a TypeCode from this input stream.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OutputStream.write_TypeCode(TypeCode value)
Writes a TypeCode on this output stream.
|
| Modifier and Type | Field and Description |
|---|---|
TypeCode |
FullValueDescription.type |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
FullValueDescriptionHolder._type() |
static TypeCode |
FullValueDescriptionHelper.type() |
| Constructor and Description |
|---|
FullValueDescription(String _name,
String _id,
boolean _is_abstract,
boolean _is_custom,
String _defined_in,
String _version,
OperationDescription[] _operations,
AttributeDescription[] _attributes,
ValueMember[] _members,
Initializer[] _initializers,
String[] _supported_interfaces,
String[] _abstract_base_values,
boolean _is_truncatable,
String _base_value,
TypeCode _type) |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
NamingContextHolder._type() |
TypeCode |
NamingContextExtHolder._type() |
TypeCode |
NameHolder._type() |
TypeCode |
NameComponentHolder._type() |
TypeCode |
BindingTypeHolder._type() |
TypeCode |
BindingListHolder._type() |
TypeCode |
BindingIteratorHolder._type() |
TypeCode |
BindingHolder._type() |
static TypeCode |
NamingContextHelper.type() |
static TypeCode |
NamingContextExtHelper.type() |
static TypeCode |
NameHelper.type() |
static TypeCode |
NameComponentHelper.type() |
static TypeCode |
IstringHelper.type() |
static TypeCode |
BindingTypeHelper.type() |
static TypeCode |
BindingListHelper.type() |
static TypeCode |
BindingIteratorHelper.type() |
static TypeCode |
BindingHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
InvalidAddressHolder._type() |
static TypeCode |
URLStringHelper.type() |
static TypeCode |
StringNameHelper.type() |
static TypeCode |
InvalidAddressHelper.type() |
static TypeCode |
AddressHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
NotFoundReasonHolder._type() |
TypeCode |
NotFoundHolder._type() |
TypeCode |
NotEmptyHolder._type() |
TypeCode |
InvalidNameHolder._type() |
TypeCode |
CannotProceedHolder._type() |
TypeCode |
AlreadyBoundHolder._type() |
static TypeCode |
NotFoundReasonHelper.type() |
static TypeCode |
NotFoundHelper.type() |
static TypeCode |
NotEmptyHelper.type() |
static TypeCode |
InvalidNameHelper.type() |
static TypeCode |
CannotProceedHelper.type() |
static TypeCode |
AlreadyBoundHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
NonTxTargetPolicyHolder._type() |
TypeCode |
OTSPolicyHolder._type() |
TypeCode |
InvocationPolicyHolder._type() |
TypeCode |
TransactionalObjectHolder._type() |
TypeCode |
SubtransactionAwareResourceHolder._type() |
TypeCode |
SynchronizationHolder._type() |
TypeCode |
ResourceHolder._type() |
TypeCode |
RecoveryCoordinatorHolder._type() |
TypeCode |
CoordinatorHolder._type() |
TypeCode |
TerminatorHolder._type() |
TypeCode |
ControlHolder._type() |
TypeCode |
TransactionFactoryHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
SynchronizationUnavailableHolder._type() |
TypeCode |
UnavailableHolder._type() |
TypeCode |
InvalidControlHolder._type() |
TypeCode |
NoTransactionHolder._type() |
TypeCode |
NotPreparedHolder._type() |
TypeCode |
InactiveHolder._type() |
TypeCode |
NotSubtransactionHolder._type() |
TypeCode |
SubtransactionsUnavailableHolder._type() |
TypeCode |
HeuristicHazardHolder._type() |
TypeCode |
HeuristicMixedHolder._type() |
TypeCode |
HeuristicCommitHolder._type() |
TypeCode |
HeuristicRollbackHolder._type() |
TypeCode |
PropagationContextHolder._type() |
TypeCode |
TransIdentityHolder._type() |
TypeCode |
otid_tHolder._type() |
TypeCode |
VoteHolder._type() |
TypeCode |
StatusHolder._type() |
static TypeCode |
NonTxTargetPolicyHelper.type() |
static TypeCode |
OTSPolicyHelper.type() |
static TypeCode |
InvocationPolicyHelper.type() |
static TypeCode |
NonTxTargetPolicyValueHelper.type() |
static TypeCode |
OTSPolicyValueHelper.type() |
static TypeCode |
InvocationPolicyValueHelper.type() |
static TypeCode |
TransactionalObjectHelper.type() |
static TypeCode |
SubtransactionAwareResourceHelper.type() |
static TypeCode |
SynchronizationHelper.type() |
static TypeCode |
ResourceHelper.type() |
static TypeCode |
RecoveryCoordinatorHelper.type() |
static TypeCode |
CoordinatorHelper.type() |
static TypeCode |
TerminatorHelper.type() |
static TypeCode |
ControlHelper.type() |
static TypeCode |
TransactionFactoryHelper.type() |
static TypeCode |
CurrentHelper.type() |
static TypeCode |
SynchronizationUnavailableHelper.type() |
static TypeCode |
UnavailableHelper.type() |
static TypeCode |
InvalidControlHelper.type() |
static TypeCode |
NoTransactionHelper.type() |
static TypeCode |
NotPreparedHelper.type() |
static TypeCode |
InactiveHelper.type() |
static TypeCode |
NotSubtransactionHelper.type() |
static TypeCode |
SubtransactionsUnavailableHelper.type() |
static TypeCode |
HeuristicHazardHelper.type() |
static TypeCode |
HeuristicMixedHelper.type() |
static TypeCode |
HeuristicCommitHelper.type() |
static TypeCode |
HeuristicRollbackHelper.type() |
static TypeCode |
PropagationContextHelper.type() |
static TypeCode |
TransIdentityHelper.type() |
static TypeCode |
otid_tHelper.type() |
static TypeCode |
VoteHelper.type() |
static TypeCode |
StatusHelper.type() |
| Modifier and Type | Field and Description |
|---|---|
TypeCode[] |
ExceptionListHolder.value |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
ExceptionListHolder._type() |
TypeCode |
ParameterListHolder._type() |
TypeCode |
ParameterHolder._type() |
static TypeCode[] |
ExceptionListHelper.extract(Any a) |
static TypeCode[] |
ExceptionListHelper.read(InputStream istream) |
static TypeCode |
RequestContextHelper.type() |
static TypeCode |
ExceptionListHelper.type() |
static TypeCode |
ContextListHelper.type() |
static TypeCode |
ParameterListHelper.type() |
static TypeCode |
ParameterHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExceptionListHelper.insert(Any a,
TypeCode[] that) |
static void |
ExceptionListHelper.write(OutputStream ostream,
TypeCode[] value) |
| Constructor and Description |
|---|
ExceptionListHolder(TypeCode[] initialValue) |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
DynAnyFactoryHolder._type() |
TypeCode |
DynValueBoxHolder._type() |
TypeCode |
DynValueHolder._type() |
TypeCode |
DynValueCommonHolder._type() |
TypeCode |
DynArrayHolder._type() |
TypeCode |
DynSequenceHolder._type() |
TypeCode |
DynAnySeqHolder._type() |
TypeCode |
AnySeqHolder._type() |
TypeCode |
DynUnionHolder._type() |
TypeCode |
DynStructHolder._type() |
TypeCode |
NameDynAnyPairSeqHolder._type() |
TypeCode |
NameDynAnyPairHolder._type() |
TypeCode |
NameValuePairSeqHolder._type() |
TypeCode |
NameValuePairHolder._type() |
TypeCode |
DynEnumHolder._type() |
TypeCode |
DynFixedHolder._type() |
TypeCode |
DynAnyHolder._type() |
TypeCode |
_DynValueBoxStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynValueBoxPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynValuePOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynValueCommonStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynValueCommonPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynArrayPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynSequencePOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynUnionPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynStructPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynEnumPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynFixedPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynAnyPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynValueStub.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 |
_DynSequenceStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynFixedStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynEnumStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynArrayStub.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 |
DynValueBoxHelper.type() |
TypeCode |
_DynValueBoxStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynValueBoxPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynValuePOATie.type()
Returns the TypeCode associated with this DynAny object.
|
static TypeCode |
DynValueCommonHelper.type() |
TypeCode |
_DynValueCommonStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynValueCommonPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynArrayPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynSequencePOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynUnionPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynStructPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynEnumPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynFixedPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
DynAnyPOATie.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynValueStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynUnionStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynStructStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynSequenceStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynFixedStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynEnumStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynArrayStub.type()
Returns the TypeCode associated with this DynAny object.
|
TypeCode |
_DynAnyStub.type()
Returns the TypeCode associated with this DynAny object.
|
static TypeCode |
NameValuePairSeqHelper.type() |
static TypeCode |
NameValuePairHelper.type() |
static TypeCode |
NameDynAnyPairSeqHelper.type() |
static TypeCode |
NameDynAnyPairHelper.type() |
static TypeCode |
FieldNameHelper.type() |
static TypeCode |
DynValueHelper.type() |
static TypeCode |
DynUnionHelper.type() |
static TypeCode |
DynStructHelper.type() |
static TypeCode |
DynSequenceHelper.type() |
static TypeCode |
DynFixedHelper.type() |
static TypeCode |
DynEnumHelper.type() |
static TypeCode |
DynArrayHelper.type() |
static TypeCode |
DynAnySeqHelper.type() |
TypeCode |
DynAnyOperations.type()
Returns the TypeCode associated with this DynAny object.
|
static TypeCode |
DynAnyHelper.type() |
static TypeCode |
DynAnyFactoryHelper.type() |
static TypeCode |
AnySeqHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
DynAny |
DynAnyFactoryPOATie.create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.
|
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 |
_DynValueBoxStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynValueBoxPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynValuePOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynValueCommonStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynValueCommonPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynArrayPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynSequencePOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynUnionPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynStructPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynEnumPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynFixedPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynAnyPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynValueStub.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 |
_DynSequenceStub.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 |
_DynEnumStub.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 |
_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.
|
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
InconsistentTypeCodeHolder._type() |
static TypeCode |
InconsistentTypeCodeHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
TypeMismatchHolder._type() |
TypeCode |
InvalidValueHolder._type() |
static TypeCode |
TypeMismatchHelper.type() |
static TypeCode |
InvalidValueHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
CodecFactoryHolder._type() |
TypeCode |
EncodingHolder._type() |
TypeCode |
CodecHolder._type() |
TypeCode |
TaggedComponentSeqHolder._type() |
TypeCode |
TaggedProfileHolder._type() |
TypeCode |
TaggedComponentHolder._type() |
TypeCode |
ServiceContextListHolder._type() |
TypeCode |
ServiceContextHolder._type() |
TypeCode |
MultipleComponentProfileHolder._type() |
TypeCode |
IORHolder._type() |
static TypeCode |
EncodingHelper.type() |
static TypeCode |
EncodingFormatHelper.type() |
static TypeCode |
CodecHelper.type() |
static TypeCode |
TaggedComponentSeqHelper.type() |
static TypeCode |
TaggedProfileHelper.type() |
static TypeCode |
TaggedComponentHelper.type() |
static TypeCode |
ServiceIdHelper.type() |
static TypeCode |
ServiceContextListHelper.type() |
static TypeCode |
ServiceContextHelper.type() |
static TypeCode |
ProfileIdHelper.type() |
static TypeCode |
MultipleComponentProfileHelper.type() |
static TypeCode |
IORHelper.type() |
static TypeCode |
ComponentIdHelper.type() |
static TypeCode |
CodecFactoryHelper.type() |
| 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 given
TypeCode and the encoding format effective for
this Codec. |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
UnknownEncodingHolder._type() |
static TypeCode |
UnknownEncodingHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
TypeMismatchHolder._type() |
TypeCode |
FormatMismatchHolder._type() |
TypeCode |
InvalidTypeForEncodingHolder._type() |
static TypeCode |
TypeMismatchHelper.type() |
static TypeCode |
InvalidTypeForEncodingHelper.type() |
static TypeCode |
FormatMismatchHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
PolicyValueSeqHolder._type() |
TypeCode |
PolicyValueHolder._type() |
TypeCode |
QueueOrderPolicyHolder._type() |
TypeCode |
MaxHopsPolicyHolder._type() |
TypeCode |
RoutingPolicyHolder._type() |
TypeCode |
RoutingTypeRangeHolder._type() |
TypeCode |
RelativeRoundtripTimeoutPolicyHolder._type() |
TypeCode |
RelativeRequestTimeoutPolicyHolder._type() |
TypeCode |
ReplyEndTimePolicyHolder._type() |
TypeCode |
ReplyStartTimePolicyHolder._type() |
TypeCode |
RequestEndTimePolicyHolder._type() |
TypeCode |
RequestStartTimePolicyHolder._type() |
TypeCode |
ReplyPriorityPolicyHolder._type() |
TypeCode |
RequestPriorityPolicyHolder._type() |
TypeCode |
PriorityRangeHolder._type() |
TypeCode |
SyncScopePolicyHolder._type() |
TypeCode |
RebindPolicyHolder._type() |
static TypeCode |
PolicyValueSeqHelper.type() |
static TypeCode |
PolicyValueHelper.type() |
static TypeCode |
QueueOrderPolicyHelper.type() |
static TypeCode |
MaxHopsPolicyHelper.type() |
static TypeCode |
RoutingPolicyHelper.type() |
static TypeCode |
RoutingTypeRangeHelper.type() |
static TypeCode |
RelativeRoundtripTimeoutPolicyHelper.type() |
static TypeCode |
RelativeRequestTimeoutPolicyHelper.type() |
static TypeCode |
ReplyEndTimePolicyHelper.type() |
static TypeCode |
ReplyStartTimePolicyHelper.type() |
static TypeCode |
RequestEndTimePolicyHelper.type() |
static TypeCode |
RequestStartTimePolicyHelper.type() |
static TypeCode |
ReplyPriorityPolicyHelper.type() |
static TypeCode |
RequestPriorityPolicyHelper.type() |
static TypeCode |
PriorityRangeHelper.type() |
static TypeCode |
SyncScopePolicyHelper.type() |
static TypeCode |
RebindPolicyHelper.type() |
static TypeCode |
OrderingHelper.type() |
static TypeCode |
PriorityHelper.type() |
static TypeCode |
RoutingTypeHelper.type() |
static TypeCode |
RebindModeHelper.type() |
static TypeCode |
SyncScopeHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
ORBInitializerHolder._type() |
TypeCode |
ORBInitInfoHolder._type() |
TypeCode |
PolicyFactoryHolder._type() |
TypeCode |
IORInterceptorHolder._type() |
TypeCode |
IORInfoHolder._type() |
TypeCode |
ServerRequestInterceptorHolder._type() |
TypeCode |
ClientRequestInterceptorHolder._type() |
TypeCode |
ServerRequestInfoHolder._type() |
TypeCode |
ClientRequestInfoHolder._type() |
TypeCode |
RequestInfoHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
InvalidSlotHolder._type() |
TypeCode |
ForwardRequestHolder._type() |
TypeCode |
InterceptorHolder._type() |
TypeCode |
ObjectReferenceTemplateSeqHolder._type() |
TypeCode |
ObjectReferenceTemplateHolder._type() |
TypeCode |
ObjectReferenceFactoryHolder._type() |
TypeCode |
IORInterceptor_3_0Holder._type() |
TypeCode[] |
RequestInfoOperations.exceptions()
Returns an array of
TypeCode objects describing the
TypeCodes of the user exceptions that this operation
invocation may throw. |
static TypeCode |
ORBInitializerHelper.type() |
static TypeCode |
ORBInitInfoHelper.type() |
static TypeCode |
PolicyFactoryHelper.type() |
static TypeCode |
IORInterceptorHelper.type() |
static TypeCode |
IORInfoHelper.type() |
static TypeCode |
ServerRequestInterceptorHelper.type() |
static TypeCode |
ClientRequestInterceptorHelper.type() |
static TypeCode |
ServerRequestInfoHelper.type() |
static TypeCode |
ClientRequestInfoHelper.type() |
static TypeCode |
RequestInfoHelper.type() |
static TypeCode |
SlotIdHelper.type() |
static TypeCode |
ReplyStatusHelper.type() |
static TypeCode |
InterceptorHelper.type() |
static TypeCode |
ServerIdHelper.type() |
static TypeCode |
ObjectReferenceTemplateSeqHelper.type() |
static TypeCode |
ObjectReferenceTemplateHelper.type() |
static TypeCode |
ObjectReferenceFactoryHelper.type() |
static TypeCode |
ObjectIdHelper.type() |
static TypeCode |
ORBIdHelper.type() |
static TypeCode |
InvalidSlotHelper.type() |
static TypeCode |
IORInterceptor_3_0Helper.type() |
static TypeCode |
ForwardRequestHelper.type() |
static TypeCode |
CurrentHelper.type() |
static TypeCode |
AdapterStateHelper.type() |
static TypeCode |
AdapterNameHelper.type() |
static TypeCode |
AdapterManagerIdHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
InvalidNameHolder._type() |
TypeCode |
DuplicateNameHolder._type() |
static TypeCode |
ObjectIdHelper.type() |
static TypeCode |
InvalidNameHelper.type() |
static TypeCode |
DuplicateNameHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
ServantLocatorHolder._type() |
TypeCode |
ServantActivatorHolder._type() |
TypeCode |
RequestProcessingPolicyValueHolder._type() |
TypeCode |
ServantRetentionPolicyValueHolder._type() |
TypeCode |
ImplicitActivationPolicyValueHolder._type() |
TypeCode |
IdAssignmentPolicyValueHolder._type() |
TypeCode |
IdUniquenessPolicyValueHolder._type() |
TypeCode |
LifespanPolicyValueHolder._type() |
TypeCode |
ThreadPolicyValueHolder._type() |
TypeCode |
ForwardRequestHolder._type() |
TypeCode |
ObjectIdHolder._type() |
TypeCode |
POAListHolder._type() |
static TypeCode |
RequestProcessingPolicyValueHelper.type() |
static TypeCode |
ServantRetentionPolicyValueHelper.type() |
static TypeCode |
ImplicitActivationPolicyValueHelper.type() |
static TypeCode |
IdAssignmentPolicyValueHelper.type() |
static TypeCode |
IdUniquenessPolicyValueHelper.type() |
static TypeCode |
LifespanPolicyValueHelper.type() |
static TypeCode |
ThreadPolicyValueHelper.type() |
static TypeCode |
ObjectIdHelper.type() |
static TypeCode |
POAListHelper.type() |
static TypeCode |
ServantLocatorHelper.type() |
static TypeCode |
ServantActivatorHelper.type() |
static TypeCode |
POAHelper.type() |
static TypeCode |
ForwardRequestHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
NoContextHolder._type() |
static TypeCode |
NoContextHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
StateHolder._type() |
TypeCode |
AdapterInactiveHolder._type() |
static TypeCode |
StateHelper.type() |
static TypeCode |
AdapterInactiveHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
WrongPolicyHolder._type() |
TypeCode |
WrongAdapterHolder._type() |
TypeCode |
ServantNotActiveHolder._type() |
TypeCode |
ServantAlreadyActiveHolder._type() |
TypeCode |
ObjectNotActiveHolder._type() |
TypeCode |
ObjectAlreadyActiveHolder._type() |
TypeCode |
NoServantHolder._type() |
TypeCode |
InvalidPolicyHolder._type() |
TypeCode |
AdapterNonExistentHolder._type() |
TypeCode |
AdapterAlreadyExistsHolder._type() |
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() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
CookieHolder._type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
CodeBaseHolder._type() |
TypeCode |
RunTimeHolder._type() |
static TypeCode |
CodeBaseHelper.type() |
static TypeCode |
RunTimeHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
ValueDescSeqHolder._type() |
TypeCode |
URLSeqHolder._type() |
static TypeCode |
ValueDescSeqHelper.type() |
static TypeCode |
URLSeqHelper.type() |
static TypeCode |
URLHelper.type() |
| Modifier and Type | Method and Description |
|---|---|
TypeCode |
IntervalTHolder._type() |
TypeCode |
UtcTHolder._type() |
static TypeCode |
IntervalTHelper.type() |
static TypeCode |
UtcTHelper.type() |
static TypeCode |
TdfTHelper.type() |
static TypeCode |
InaccuracyTHelper.type() |
static TypeCode |
TimeTHelper.type() |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.