Modifier and Type | Method and Description |
---|---|
TypeCode |
JacORBEventChannelHolder._type() |
static TypeCode |
JacORBEventChannelHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AdminHolder._type() |
TypeCode |
HostInfoHolder._type() |
TypeCode |
HostInfoSeqHolder._type() |
TypeCode |
ImRInfoHolder._type() |
TypeCode |
ImplementationRepositoryHolder._type() |
TypeCode |
POAInfoHolder._type() |
TypeCode |
POAInfoSeqHolder._type() |
TypeCode |
POANameSeqHolder._type() |
TypeCode |
RegistrationHolder._type() |
TypeCode |
ServerInfoHolder._type() |
TypeCode |
ServerInfoSeqHolder._type() |
TypeCode |
ServerNameSeqHolder._type() |
TypeCode |
ServerStartupDaemonHolder._type() |
static TypeCode |
AdminHelper.type() |
static TypeCode |
HostInfoHelper.type() |
static TypeCode |
HostInfoSeqHelper.type() |
static TypeCode |
HostNameHelper.type() |
static TypeCode |
IORStringHelper.type() |
static TypeCode |
ImRInfoHelper.type() |
static TypeCode |
ImplementationRepositoryHelper.type() |
static TypeCode |
LogicalServerNameHelper.type() |
static TypeCode |
POAInfoHelper.type() |
static TypeCode |
POAInfoSeqHelper.type() |
static TypeCode |
POANameHelper.type() |
static TypeCode |
POANameSeqHelper.type() |
static TypeCode |
PortNumberHelper.type() |
static TypeCode |
RegistrationHelper.type() |
static TypeCode |
ServerInfoHelper.type() |
static TypeCode |
ServerInfoSeqHelper.type() |
static TypeCode |
ServerNameSeqHelper.type() |
static TypeCode |
ServerStartupDaemonHelper.type() |
static TypeCode |
ServerStartupFailedHelper.type() |
static TypeCode |
StartupCommandHelper.type() |
static TypeCode |
UnknownServerNameHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
DuplicateServerNameHelper.type() |
static TypeCode |
FileOpFailedHelper.type() |
static TypeCode |
IllegalServerNameHelper.type() |
static TypeCode |
UnknownHostNameHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
DuplicatePOANameHelper.type() |
static TypeCode |
IllegalHostNameHelper.type() |
static TypeCode |
IllegalPOANameHelper.type() |
static TypeCode |
InvalidSSDRefHelper.type() |
Modifier and Type | Field and Description |
---|---|
protected TypeCode |
TypedefDef.type |
protected TypeCode |
IDLType.type |
protected TypeCode |
PrimitiveDef.type |
Modifier and Type | Method and Description |
---|---|
TypeCode |
UnionDef.discriminator_type() |
TypeCode |
ArrayDef.element_type() |
TypeCode |
SequenceDef.element_type() |
TypeCode |
RepositoryImpl.get_canonical_typecode(TypeCode tc) |
static TypeCode |
TypeCodeUtil.getTypeCode(java.lang.Class c,
java.lang.ClassLoader classLoader,
java.lang.Object o,
java.lang.String idlName,
org.slf4j.Logger logger)
get a TypeCode for Class c.
|
static TypeCode |
TypeCodeUtil.getTypeCode(java.lang.Class c,
java.lang.Object o,
org.slf4j.Logger logger)
get a TypeCode for Class c.
|
TypeCode |
OperationDef.result() |
TypeCode |
TypedefDef.type() |
TypeCode |
IDLType.type() |
TypeCode |
AttributeDef.type() |
TypeCode |
ConstantDef.type() |
TypeCode |
ExceptionDef.type() |
TypeCode |
InterfaceDef.type() |
TypeCode |
PrimitiveDef.type() |
TypeCode |
StructDef.type() |
Modifier and Type | Method and Description |
---|---|
static IDLType |
IDLType.create(TypeCode tc,
Repository ir,
boolean define,
org.slf4j.Logger logger,
POA poa) |
static IDLType |
IDLType.create(TypeCode tc,
Repository ir,
org.slf4j.Logger logger,
POA poa)
Factory method for IDLType objects
|
TypeCode |
RepositoryImpl.get_canonical_typecode(TypeCode tc) |
Constructor and Description |
---|
AliasDef(TypeCode type,
Container defined_in,
Repository containing_repository,
org.slf4j.Logger logger,
POA poa) |
ArrayDef(TypeCode tc,
Repository ir,
org.slf4j.Logger logger,
POA poa) |
FixedDef(TypeCode tc) |
PrimitiveDef(TypeCode tc) |
SequenceDef(TypeCode tc,
Repository ir,
org.slf4j.Logger logger,
POA poa) |
StringDef(TypeCode tc) |
WstringDef(TypeCode tc) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
IRNode.getTypeCode() |
TypeCode |
IRParameter.getTypeCode()
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
TypeCode |
JacORBEventChannelFactoryHolder._type() |
static TypeCode |
JacORBEventChannelFactoryHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
MappingFilterImpl.value_type() |
Modifier and Type | Class and Description |
---|---|
class |
TypeCode
JacORB implementation of CORBA TypeCodes
|
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypeCode.concrete_base_type() |
TypeCode |
TypeCode.content_type() |
TypeCode |
ORBSingleton.create_abstract_interface_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORBSingleton.create_alias_tc(java.lang.String id,
java.lang.String name,
TypeCode original_type) |
TypeCode |
ORBSingleton.create_array_tc(int length,
TypeCode element_type) |
TypeCode |
ORBSingleton.create_enum_tc(java.lang.String id,
java.lang.String name,
java.lang.String[] members) |
TypeCode |
ORBSingleton.create_exception_tc(java.lang.String id,
java.lang.String name,
StructMember[] members) |
TypeCode |
ORBSingleton.create_fixed_tc(short digits,
short scale) |
TypeCode |
ORBSingleton.create_interface_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORBSingleton.create_local_interface_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORBSingleton.create_native_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORBSingleton.create_recursive_tc(java.lang.String id) |
TypeCode |
ORBSingleton.create_sequence_tc(int bound,
TypeCode element_type) |
TypeCode |
ORBSingleton.create_string_tc(int bound) |
TypeCode |
ORBSingleton.create_struct_tc(java.lang.String id,
java.lang.String name,
StructMember[] members) |
TypeCode |
ORBSingleton.create_union_tc(java.lang.String id,
java.lang.String name,
TypeCode discriminator_type,
UnionMember[] members) |
TypeCode |
ORBSingleton.create_value_box_tc(java.lang.String id,
java.lang.String name,
TypeCode boxed_type) |
TypeCode |
ORBSingleton.create_value_tc(java.lang.String id,
java.lang.String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members) |
TypeCode |
ORBSingleton.create_wstring_tc(int bound) |
TypeCode |
TypeCode.discriminator_type() |
TypeCode |
Any.extract_TypeCode() |
TypeCode |
TypeCode.get_compact_typecode()
get_compact_typecode returns a new TypeCode with all
type and member information removed. |
TypeCode |
ORBSingleton.get_primitive_tc(TCKind tcKind) |
TypeCode |
TypeCode.member_type(int index) |
TypeCode |
Any.originalType() |
static TypeCode |
TypeCode.originalType(TypeCode typeCode) |
TypeCode |
CDRInputStream.read_TypeCode() |
TypeCode |
DataInputStream.read_TypeCode()
Operation read_TypeCode
|
TypeCode |
Any.type() |
static TypeCode |
SystemExceptionHelper.type(SystemException exception) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ORBSingleton.create_alias_tc(java.lang.String id,
java.lang.String name,
TypeCode original_type) |
TypeCode |
ORBSingleton.create_array_tc(int length,
TypeCode element_type) |
TypeCode |
ORBSingleton.create_sequence_tc(int bound,
TypeCode element_type) |
TypeCode |
ORBSingleton.create_union_tc(java.lang.String id,
java.lang.String name,
TypeCode discriminator_type,
UnionMember[] members) |
TypeCode |
ORBSingleton.create_value_box_tc(java.lang.String id,
java.lang.String name,
TypeCode boxed_type) |
TypeCode |
ORBSingleton.create_value_tc(java.lang.String id,
java.lang.String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members) |
boolean |
TypeCode.equal(TypeCode tc)
check TypeCodes for equality
|
boolean |
TypeCode.equivalent(TypeCode tc)
less strict equivalence check, unwinds aliases
|
static java.lang.String |
TypeCode.idlTypeName(TypeCode typeCode)
convenience method
|
void |
Any.insert_fixed(java.math.BigDecimal fixed,
TypeCode type) |
void |
Any.insert_Object(Object obj,
TypeCode type) |
void |
Any.insert_object(TypeCode typeCode,
java.lang.Object object)
Convenience method for making a shallow copy of an Any.
|
void |
Any.insert_TypeCode(TypeCode tc) |
void |
Any.insert_Value(java.io.Serializable value,
TypeCode type) |
static boolean |
TypeCode.isRecursive(TypeCode typeCode) |
static TypeCode |
TypeCode.originalType(TypeCode typeCode) |
void |
Any.read_value(InputStream input,
TypeCode type) |
void |
Any.type(TypeCode type) |
void |
CDROutputStream.write_TypeCode(TypeCode typeCode) |
void |
DataOutputStream.write_TypeCode(TypeCode value)
Operation write_TypeCode
|
void |
CDROutputStream.write_value(TypeCode typeCode,
InputStream input)
Reads a value of the type indicated by
tc from the
InputStream in and remarshals it to this CDROutputStream. |
Constructor and Description |
---|
TypeCode(int _kind,
int _bound,
TypeCode _element_type)
Constructor for tk_sequence, tk_array
|
TypeCode(int _kind,
java.lang.String _id,
java.lang.String _name,
TypeCode _original_type)
Constructor for tk_alias, tk_value_box
|
TypeCode(java.lang.String id,
java.lang.String _name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members)
Constructor for tk_value
|
TypeCode(java.lang.String _id,
java.lang.String _name,
TypeCode _discriminator_type,
UnionMember[] _members)
Constructor for tk_union
|
Modifier and Type | Method and Description |
---|---|
TypeCode |
ExceptionList.item(int index) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionList.add(TypeCode tc) |
void |
Request.set_return_type(TypeCode tc)
default return type is void
|
Modifier and Type | Field and Description |
---|---|
protected TypeCode |
DynAny.typeCode |
Modifier and Type | Method and Description |
---|---|
TypeCode |
DynAny.get_typecode() |
TypeCode |
DynAny.type() |
Modifier and Type | Method and Description |
---|---|
DynAny |
DynAnyFactoryImpl.create_dyn_any_from_type_code(TypeCode typeCode) |
void |
DynAny.insert_typecode(TypeCode value) |
Modifier and Type | Field and Description |
---|---|
protected TypeCode[] |
RequestInfoImpl.exceptions |
Modifier and Type | Method and Description |
---|---|
TypeCode[] |
ClientRequestInfoImpl.exceptions() |
TypeCode[] |
RequestInfoImpl.exceptions() |
TypeCode[] |
ServerRequestInfoImpl.exceptions() |
Modifier and Type | Method and Description |
---|---|
Any |
CodecImpl.decode_value(byte[] data,
TypeCode tc) |
Any |
Codec_CDR_1_0_Impl.decode_value(byte[] data,
TypeCode tc) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
RequestHolder._type() |
TypeCode |
TraceDataHolder._type() |
TypeCode |
TracingServiceHolder._type() |
static TypeCode |
MSecHelper.type() |
static TypeCode |
PointIdHelper.type() |
static TypeCode |
RequestHelper.type() |
static TypeCode |
RequestIdHelper.type() |
static TypeCode |
TraceDataHelper.type() |
static TypeCode |
TracingServiceHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
NoSuchRequestIdHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ATLASCacheIdHolder._type() |
TypeCode |
ATLASLocatorHolder._type() |
TypeCode |
ATLASProfileHolder._type() |
TypeCode |
AuthTokenDataHolder._type() |
TypeCode |
AuthTokenDispenserHolder._type() |
TypeCode |
CosNamingLocatorHolder._type() |
TypeCode |
ExpiryTimeHolder._type() |
TypeCode |
IdTokenOptionHolder._type() |
TypeCode |
UTF8StringHolder._type() |
static TypeCode |
ATLASCacheIdHelper.type() |
static TypeCode |
ATLASLocatorHelper.type() |
static TypeCode |
ATLASLocatorTypeHelper.type() |
static TypeCode |
ATLASProfileHelper.type() |
static TypeCode |
AuthTokenDataHelper.type() |
static TypeCode |
AuthTokenDispenserHelper.type() |
static TypeCode |
CosNamingLocatorHelper.type() |
static TypeCode |
ExpiryTimeHelper.type() |
static TypeCode |
IdTokenOptionHelper.type() |
static TypeCode |
IllegalTokenRequestHelper.type() |
static TypeCode |
TokenOkayHelper.type() |
static TypeCode |
URLocatorHelper.type() |
static TypeCode |
UTF8StringHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
BidirectionalPolicyHolder._type() |
static TypeCode |
BidirectionalPolicyHelper.type() |
static TypeCode |
BidirectionalPolicyValueHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TransactionManagementHolder._type() |
static TypeCode |
TransactionManagementHelper.type() |
static TypeCode |
TransactionActiveHelper.type() |
static TypeCode |
UnsupportedTransactionHelper.type() |
static TypeCode |
TransactionAlreadyActiveHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
CodeSetComponentHolder._type() |
TypeCode |
CodeSetComponentInfoHolder._type() |
TypeCode |
CodeSetContextHolder._type() |
static TypeCode |
CodeSetComponentHelper.type() |
static TypeCode |
CodeSetComponentInfoHelper.type() |
static TypeCode |
CodeSetContextHelper.type() |
static TypeCode |
CodeSetIdHelper.type() |
Modifier and Type | Field and Description |
---|---|
TypeCode |
OperationDescription.result |
TypeCode |
ParameterDescription.type |
TypeCode |
AttributeDescription.type |
TypeCode |
ExceptionDescription.type |
TypeCode |
ConstantDescription.type |
TypeCode |
TypeDescription.type |
TypeCode |
ValueMember.type |
TypeCode |
UnionMember.type |
TypeCode |
StructMember.type |
TypeCode |
TypeCodeHolder.value |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AliasDefHolder._type() |
TypeCode |
ArrayDefHolder._type() |
TypeCode |
AttrDescriptionSeqHolder._type() |
TypeCode |
AttributeDefHolder._type() |
TypeCode |
AttributeDescriptionHolder._type() |
TypeCode |
AttributeModeHolder._type() |
TypeCode |
CompletionStatusHolder._type() |
TypeCode |
ConstantDefHolder._type() |
TypeCode |
ConstantDescriptionHolder._type() |
TypeCode |
ConstructionPolicyHolder._type() |
TypeCode |
ContainedHolder._type() |
TypeCode |
ContainedSeqHolder._type() |
TypeCode |
ContainerHolder._type() |
TypeCode |
ContextIdSeqHolder._type() |
TypeCode |
DefinitionKindHolder._type() |
TypeCode |
DomainManagerHolder._type() |
TypeCode |
DomainManagersListHolder._type() |
TypeCode |
EnumDefHolder._type() |
TypeCode |
EnumMemberSeqHolder._type() |
TypeCode |
ExcDescriptionSeqHolder._type() |
TypeCode |
ExceptionDefHolder._type() |
TypeCode |
ExceptionDefSeqHolder._type() |
TypeCode |
ExceptionDescriptionHolder._type() |
TypeCode |
FixedDefHolder._type() |
TypeCode |
IDLTypeHolder._type() |
TypeCode |
IRObjectHolder._type() |
TypeCode |
InitializerHolder._type() |
TypeCode |
InitializerSeqHolder._type() |
TypeCode |
InterfaceDefHolder._type() |
TypeCode |
InterfaceDefSeqHolder._type() |
TypeCode |
InterfaceDescriptionHolder._type() |
TypeCode |
ModuleDefHolder._type() |
TypeCode |
ModuleDescriptionHolder._type() |
TypeCode |
NativeDefHolder._type() |
TypeCode |
OpDescriptionSeqHolder._type() |
TypeCode |
OperationDefHolder._type() |
TypeCode |
OperationDescriptionHolder._type() |
TypeCode |
OperationModeHolder._type() |
TypeCode |
ParDescriptionSeqHolder._type() |
TypeCode |
ParameterDescriptionHolder._type() |
TypeCode |
PolicyCurrentHolder._type() |
TypeCode |
PolicyManagerHolder._type() |
TypeCode |
PolicyTypeSeqHolder._type() |
TypeCode |
PrimitiveDefHolder._type() |
TypeCode |
PrimitiveKindHolder._type() |
TypeCode |
RepositoryHolder._type() |
TypeCode |
RepositoryIdSeqHolder._type() |
TypeCode |
SequenceDefHolder._type() |
TypeCode |
SetOverrideTypeHolder._type() |
TypeCode |
StringDefHolder._type() |
TypeCode |
StringValueHolder._type() |
TypeCode |
StructDefHolder._type() |
TypeCode |
StructMemberHolder._type() |
TypeCode |
StructMemberSeqHolder._type() |
TypeCode |
TCKindHolder._type() |
TypeCode |
TypeDescriptionHolder._type() |
TypeCode |
TypedefDefHolder._type() |
TypeCode |
UnionDefHolder._type() |
TypeCode |
UnionMemberHolder._type() |
TypeCode |
UnionMemberSeqHolder._type() |
TypeCode |
ValueBoxDefHolder._type() |
TypeCode |
ValueDefHolder._type() |
TypeCode |
ValueDefSeqHolder._type() |
TypeCode |
ValueDescriptionHolder._type() |
TypeCode |
ValueMemberDefHolder._type() |
TypeCode |
ValueMemberHolder._type() |
TypeCode |
ValueMemberSeqHolder._type() |
TypeCode |
WStringValueHolder._type() |
TypeCode |
WstringDefHolder._type() |
TypeCode |
WStringSeqHolder._type() |
TypeCode |
WCharSeqHolder._type() |
TypeCode |
ValueBaseHolder._type() |
TypeCode |
UShortSeqHolder._type() |
TypeCode |
ULongSeqHolder._type() |
TypeCode |
ULongLongSeqHolder._type() |
TypeCode |
TypeCodeHolder._type() |
TypeCode |
StringSeqHolder._type() |
TypeCode |
StringHolder._type() |
TypeCode |
ShortSeqHolder._type() |
TypeCode |
ShortHolder._type() |
TypeCode |
ServiceInformationHolder._type() |
TypeCode |
PrincipalHolder._type() |
TypeCode |
PolicyListHolder._type() |
TypeCode |
PolicyHolder._type() |
TypeCode |
ParameterModeHolder._type() |
TypeCode |
OctetSeqHolder._type() |
TypeCode |
ObjectHolder._type() |
TypeCode |
LongSeqHolder._type() |
TypeCode |
LongLongSeqHolder._type() |
TypeCode |
LongHolder._type() |
TypeCode |
IntHolder._type() |
TypeCode |
FloatSeqHolder._type() |
TypeCode |
FloatHolder._type() |
TypeCode |
FixedHolder._type() |
TypeCode |
DoubleSeqHolder._type() |
TypeCode |
DoubleHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
CharSeqHolder._type() |
TypeCode |
CharHolder._type() |
TypeCode |
ByteHolder._type() |
TypeCode |
BooleanSeqHolder._type() |
TypeCode |
BooleanHolder._type() |
TypeCode |
AnySeqHolder._type() |
TypeCode |
AnyHolder._type() |
TypeCode |
TypeCodeOperations.concrete_base_type() |
TypeCode |
TypeCode.concrete_base_type() |
TypeCode |
TypeCodeOperations.content_type() |
abstract TypeCode |
TypeCode.content_type() |
TypeCode |
ORB.create_abstract_interface_tc(java.lang.String id,
java.lang.String name) |
abstract TypeCode |
ORB.create_alias_tc(java.lang.String id,
java.lang.String name,
TypeCode original_type) |
abstract TypeCode |
ORB.create_array_tc(int length,
TypeCode element_type) |
abstract TypeCode |
ORB.create_enum_tc(java.lang.String id,
java.lang.String name,
java.lang.String[] members) |
abstract TypeCode |
ORB.create_exception_tc(java.lang.String id,
java.lang.String name,
StructMember[] members) |
TypeCode |
ORB.create_fixed_tc(short digits,
short scale) |
abstract TypeCode |
ORB.create_interface_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORB.create_local_interface_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORB.create_native_tc(java.lang.String id,
java.lang.String name) |
TypeCode |
ORB.create_recursive_sequence_tc(int bound,
int offset) |
TypeCode |
ORB.create_recursive_tc(java.lang.String id) |
abstract TypeCode |
ORB.create_sequence_tc(int bound,
TypeCode element_type) |
abstract TypeCode |
ORB.create_string_tc(int bound) |
abstract TypeCode |
ORB.create_struct_tc(java.lang.String id,
java.lang.String name,
StructMember[] members) |
abstract TypeCode |
ORB.create_union_tc(java.lang.String id,
java.lang.String name,
TypeCode discriminator_type,
UnionMember[] members) |
TypeCode |
ORB.create_value_box_tc(java.lang.String id,
java.lang.String name,
TypeCode boxed_type) |
TypeCode |
ORB.create_value_tc(java.lang.String id,
java.lang.String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members) |
abstract TypeCode |
ORB.create_wstring_tc(int bound) |
TypeCode |
UnionDefOperations.discriminator_type() |
TypeCode |
TypeCodeOperations.discriminator_type() |
TypeCode |
UnionDefPOATie.discriminator_type() |
TypeCode |
_UnionDefStub.discriminator_type() |
abstract TypeCode |
TypeCode.discriminator_type() |
TypeCode |
SequenceDefOperations.element_type() |
TypeCode |
ArrayDefOperations.element_type() |
TypeCode |
ArrayDefPOATie.element_type() |
TypeCode |
SequenceDefPOATie.element_type() |
TypeCode |
_ArrayDefStub.element_type() |
TypeCode |
_SequenceDefStub.element_type() |
abstract TypeCode |
Any.extract_TypeCode() |
TypeCode |
RepositoryOperations.get_canonical_typecode(TypeCode tc) |
TypeCode |
RepositoryPOATie.get_canonical_typecode(TypeCode tc) |
TypeCode |
_RepositoryStub.get_canonical_typecode(TypeCode tc) |
TypeCode |
TypeCodeOperations.get_compact_typecode() |
abstract TypeCode |
TypeCode.get_compact_typecode() |
abstract TypeCode |
ORB.get_primitive_tc(TCKind tcKind) |
abstract TypeCode |
ExceptionList.item(int index) |
TypeCode |
TypeCodeOperations.member_type(int index) |
abstract TypeCode |
TypeCode.member_type(int index) |
TypeCode |
DataInputStream.read_TypeCode() |
TypeCode |
OperationDefOperations.result() |
TypeCode |
OperationDefPOATie.result() |
TypeCode |
_OperationDefStub.result() |
TypeCode |
ConstantDefOperations.type() |
TypeCode |
ExceptionDefOperations.type() |
TypeCode |
AttributeDefOperations.type() |
TypeCode |
ValueMemberDefOperations.type() |
static TypeCode |
AliasDefHelper.type() |
TypeCode |
AliasDefPOATie.type() |
static TypeCode |
ArrayDefHelper.type() |
TypeCode |
ArrayDefPOATie.type() |
static TypeCode |
AttrDescriptionSeqHelper.type() |
static TypeCode |
AttributeDefHelper.type() |
TypeCode |
AttributeDefPOATie.type() |
static TypeCode |
AttributeDescriptionHelper.type() |
static TypeCode |
AttributeModeHelper.type() |
static TypeCode |
BAD_CONTEXTHelper.type() |
static TypeCode |
BAD_INV_ORDERHelper.type() |
static TypeCode |
BAD_OPERATIONHelper.type() |
static TypeCode |
BAD_PARAMHelper.type() |
static TypeCode |
BAD_TYPECODEHelper.type() |
static TypeCode |
BoundsHelper.type() |
static TypeCode |
CODESET_INCOMPATIBLEHelper.type() |
static TypeCode |
COMM_FAILUREHelper.type() |
static TypeCode |
ConstantDefHelper.type() |
TypeCode |
ConstantDefPOATie.type() |
static TypeCode |
ConstantDescriptionHelper.type() |
static TypeCode |
ConstructionPolicyHelper.type() |
static TypeCode |
ContainedHelper.type() |
static TypeCode |
ContainedSeqHelper.type() |
static TypeCode |
ContainerHelper.type() |
static TypeCode |
ContextIdSeqHelper.type() |
static TypeCode |
ContextIdentifierHelper.type() |
static TypeCode |
DATA_CONVERSIONHelper.type() |
static TypeCode |
DomainManagerHelper.type() |
static TypeCode |
DomainManagersListHelper.type() |
static TypeCode |
EnumDefHelper.type() |
TypeCode |
EnumDefPOATie.type() |
static TypeCode |
EnumMemberSeqHelper.type() |
static TypeCode |
ExcDescriptionSeqHelper.type() |
static TypeCode |
ExceptionDefHelper.type() |
TypeCode |
ExceptionDefPOATie.type() |
static TypeCode |
ExceptionDefSeqHelper.type() |
static TypeCode |
ExceptionDescriptionHelper.type() |
static TypeCode |
FREE_MEMHelper.type() |
static TypeCode |
FixedDefHelper.type() |
TypeCode |
FixedDefPOATie.type() |
TypeCode |
IDLTypePOATie.type() |
static TypeCode |
IMP_LIMITHelper.type() |
static TypeCode |
INITIALIZEHelper.type() |
static TypeCode |
INTERNALHelper.type() |
static TypeCode |
INTF_REPOSHelper.type() |
static TypeCode |
INVALID_TRANSACTIONHelper.type() |
static TypeCode |
INV_FLAGHelper.type() |
static TypeCode |
INV_IDENTHelper.type() |
static TypeCode |
INV_OBJREFHelper.type() |
static TypeCode |
INV_POLICYHelper.type() |
static TypeCode |
IRObjectHelper.type() |
static TypeCode |
InitializerHelper.type() |
static TypeCode |
InitializerSeqHelper.type() |
static TypeCode |
InterfaceDefHelper.type() |
TypeCode |
InterfaceDefPOATie.type() |
static TypeCode |
InterfaceDefSeqHelper.type() |
static TypeCode |
InterfaceDescriptionHelper.type() |
static TypeCode |
InvalidPoliciesHelper.type() |
static TypeCode |
MARSHALHelper.type() |
static TypeCode |
ModuleDefHelper.type() |
static TypeCode |
ModuleDescriptionHelper.type() |
static TypeCode |
NO_IMPLEMENTHelper.type() |
static TypeCode |
NO_MEMORYHelper.type() |
static TypeCode |
NO_PERMISSIONHelper.type() |
static TypeCode |
NO_RESOURCESHelper.type() |
static TypeCode |
NO_RESPONSEHelper.type() |
static TypeCode |
NativeDefHelper.type() |
TypeCode |
NativeDefPOATie.type() |
static TypeCode |
OBJECT_NOT_EXISTHelper.type() |
static TypeCode |
OBJ_ADAPTERHelper.type() |
static TypeCode |
OpDescriptionSeqHelper.type() |
static TypeCode |
OperationDefHelper.type() |
static TypeCode |
OperationDescriptionHelper.type() |
static TypeCode |
OperationModeHelper.type() |
static TypeCode |
PERSIST_STOREHelper.type() |
static TypeCode |
ParDescriptionSeqHelper.type() |
static TypeCode |
ParameterDescriptionHelper.type() |
static TypeCode |
PolicyCurrentHelper.type() |
static TypeCode |
PolicyManagerHelper.type() |
static TypeCode |
PolicyTypeSeqHelper.type() |
static TypeCode |
PrimitiveDefHelper.type() |
TypeCode |
PrimitiveDefPOATie.type() |
static TypeCode |
PrimitiveKindHelper.type() |
static TypeCode |
PrincipalHelper.type() |
static TypeCode |
RepositoryHelper.type() |
static TypeCode |
RepositoryIdSeqHelper.type() |
static TypeCode |
ScopedNameHelper.type() |
static TypeCode |
SequenceDefHelper.type() |
TypeCode |
SequenceDefPOATie.type() |
static TypeCode |
StringDefHelper.type() |
TypeCode |
StringDefPOATie.type() |
static TypeCode |
StructDefHelper.type() |
TypeCode |
StructDefPOATie.type() |
static TypeCode |
StructMemberSeqHelper.type() |
static TypeCode |
SystemExceptionHelper.type() |
static TypeCode |
TCKindHelper.type() |
static TypeCode |
TRANSACTION_MODEHelper.type() |
static TypeCode |
TRANSACTION_REQUIREDHelper.type() |
static TypeCode |
TRANSACTION_ROLLEDBACKHelper.type() |
static TypeCode |
TRANSACTION_UNAVAILABLEHelper.type() |
static TypeCode |
TRANSIENTHelper.type() |
static TypeCode |
TypeDescriptionHelper.type() |
static TypeCode |
TypedefDefHelper.type() |
TypeCode |
TypedefDefPOATie.type() |
static TypeCode |
UNKNOWNHelper.type() |
static TypeCode |
UnionDefHelper.type() |
TypeCode |
UnionDefPOATie.type() |
static TypeCode |
UnionMemberSeqHelper.type() |
static TypeCode |
ValueBoxDefHelper.type() |
TypeCode |
ValueBoxDefPOATie.type() |
static TypeCode |
ValueDefHelper.type() |
TypeCode |
ValueDefPOATie.type() |
static TypeCode |
ValueDefSeqHelper.type() |
static TypeCode |
ValueDescriptionHelper.type() |
static TypeCode |
ValueMemberDefHelper.type() |
TypeCode |
ValueMemberDefPOATie.type() |
static TypeCode |
ValueMemberSeqHelper.type() |
static TypeCode |
ValueModifierHelper.type() |
static TypeCode |
WstringDefHelper.type() |
TypeCode |
WstringDefPOATie.type() |
TypeCode |
_AliasDefStub.type() |
TypeCode |
_ArrayDefStub.type() |
TypeCode |
_AttributeDefStub.type() |
TypeCode |
_ConstantDefStub.type() |
TypeCode |
_EnumDefStub.type() |
TypeCode |
_ExceptionDefStub.type() |
TypeCode |
_FixedDefStub.type() |
TypeCode |
_InterfaceDefStub.type() |
TypeCode |
_NativeDefStub.type() |
TypeCode |
_PrimitiveDefStub.type() |
TypeCode |
_SequenceDefStub.type() |
TypeCode |
_StringDefStub.type() |
TypeCode |
_StructDefStub.type() |
TypeCode |
_TypedefDefStub.type() |
TypeCode |
_UnionDefStub.type() |
TypeCode |
_ValueBoxDefStub.type() |
TypeCode |
_ValueDefStub.type() |
TypeCode |
_ValueMemberDefStub.type() |
TypeCode |
_WstringDefStub.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 |
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 |
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 |
LongSeqHelper.type() |
static TypeCode |
LongLongSeqHelper.type() |
static TypeCode |
IdentifierHelper.type() |
TypeCode |
IDLTypeOperations.type() |
static TypeCode |
IDLTypeHelper.type() |
static TypeCode |
FloatSeqHelper.type() |
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() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ExceptionList.add(TypeCode exc) |
abstract TypeCode |
ORB.create_alias_tc(java.lang.String id,
java.lang.String name,
TypeCode original_type) |
abstract TypeCode |
ORB.create_array_tc(int length,
TypeCode element_type) |
abstract TypeCode |
ORB.create_sequence_tc(int bound,
TypeCode element_type) |
abstract TypeCode |
ORB.create_union_tc(java.lang.String id,
java.lang.String name,
TypeCode discriminator_type,
UnionMember[] members) |
TypeCode |
ORB.create_value_box_tc(java.lang.String id,
java.lang.String name,
TypeCode boxed_type) |
TypeCode |
ORB.create_value_tc(java.lang.String id,
java.lang.String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members) |
boolean |
TypeCodeOperations.equal(TypeCode tc) |
abstract boolean |
TypeCode.equal(TypeCode tc) |
boolean |
TypeCodeOperations.equivalent(TypeCode tc) |
abstract boolean |
TypeCode.equivalent(TypeCode tc) |
TypeCode |
RepositoryOperations.get_canonical_typecode(TypeCode tc) |
TypeCode |
RepositoryPOATie.get_canonical_typecode(TypeCode tc) |
TypeCode |
_RepositoryStub.get_canonical_typecode(TypeCode tc) |
void |
Any.insert_fixed(java.math.BigDecimal f,
TypeCode t) |
abstract void |
Any.insert_Object(Object obj,
TypeCode type) |
abstract void |
Any.insert_TypeCode(TypeCode value) |
abstract void |
Any.insert_Value(java.io.Serializable v,
TypeCode t) |
abstract void |
Any.read_value(InputStream is,
TypeCode type) |
abstract void |
Request.set_return_type(TypeCode tc) |
abstract void |
Any.type(TypeCode type) |
void |
DataOutputStream.write_TypeCode(TypeCode value) |
Constructor and Description |
---|
AttributeDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
AttributeMode mode) |
ConstantDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
Any value) |
ExceptionDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type) |
OperationDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode result,
OperationMode mode,
java.lang.String[] contexts,
ParameterDescription[] parameters,
ExceptionDescription[] exceptions) |
ParameterDescription(java.lang.String name,
TypeCode type,
IDLType type_def,
ParameterMode mode) |
StructMember(java.lang.String name,
TypeCode type,
IDLType type_def) |
TypeCodeHolder(TypeCode initial) |
TypeDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type) |
UnionMember(java.lang.String name,
Any label,
TypeCode type,
IDLType type_def) |
ValueMember(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
IDLType type_def,
short access) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ORB.create_local_interface_tc(java.lang.String id,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
DescriptionHolder._type() |
static TypeCode |
DescriptionHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
DescriptionHolder._type() |
TypeCode |
DescriptionSeqHolder._type() |
static TypeCode |
DescriptionHelper.type() |
static TypeCode |
DescriptionSeqHelper.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(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
OperationDescription[] operations,
AttributeDescription[] attributes,
java.lang.String[] base_interfaces,
TypeCode type,
boolean is_abstract) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ObjectIdListHolder._type() |
static TypeCode |
InconsistentTypeCodeHelper.type() |
static TypeCode |
InvalidNameHelper.type() |
static TypeCode |
ObjectIdHelper.type() |
static TypeCode |
ObjectIdListHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
Streamable._type() |
abstract TypeCode |
InputStream.read_TypeCode() |
Modifier and Type | Method and Description |
---|---|
abstract void |
OutputStream.write_TypeCode(TypeCode value) |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
BadKindHelper.type() |
static TypeCode |
BoundsHelper.type() |
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(java.lang.String name,
java.lang.String id,
boolean is_abstract,
boolean is_custom,
java.lang.String defined_in,
java.lang.String version,
OperationDescription[] operations,
AttributeDescription[] attributes,
ValueMember[] members,
Initializer[] initializers,
java.lang.String[] supported_interfaces,
java.lang.String[] abstract_base_values,
boolean is_truncatable,
java.lang.String base_value,
TypeCode type) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ExternalEndpointErrorCodeHolder._type() |
TypeCode |
ExternalEndpointErrorHolder._type() |
TypeCode |
MessageTypeHolder._type() |
TypeCode |
BridgeHolder._type() |
TypeCode |
JMSDestinationHolder._type() |
TypeCode |
ExternalEndpointRoleHolder._type() |
TypeCode |
ExternalEndpointConnectorHolder._type() |
TypeCode |
BridgeIDSeqHolder._type() |
TypeCode |
ExternalEndpointHolder._type() |
TypeCode |
ExternalEndpointErrorSeqHolder._type() |
TypeCode |
JMSDestinationTypeHolder._type() |
TypeCode |
FlowStyleHolder._type() |
TypeCode |
BridgeFactoryHolder._type() |
static TypeCode |
BridgeHelper.type() |
static TypeCode |
BridgeFactoryHelper.type() |
static TypeCode |
BridgeNotFoundHelper.type() |
static TypeCode |
ExternalEndpointConnectorHelper.type() |
static TypeCode |
BridgeIDSeqHelper.type() |
static TypeCode |
InvalidExternalEndPointsHelper.type() |
static TypeCode |
ExternalEndpointErrorHelper.type() |
static TypeCode |
BridgeAlreadyStartedHelper.type() |
static TypeCode |
BridgeInactiveHelper.type() |
static TypeCode |
BridgeIDHelper.type() |
static TypeCode |
ExternalEndpointHelper.type() |
static TypeCode |
MessageTypeHelper.type() |
static TypeCode |
JMSDestinationTypeHelper.type() |
static TypeCode |
ExternalEndpointErrorCodeHelper.type() |
static TypeCode |
JMSDestinationHelper.type() |
static TypeCode |
ExternalEndpointRoleHelper.type() |
static TypeCode |
ExternalEndpointErrorSeqHelper.type() |
static TypeCode |
FlowStyleHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AnySequenceHolder._type() |
TypeCode |
BagFactoryHolder._type() |
TypeCode |
BagHolder._type() |
TypeCode |
CSequenceHolder._type() |
TypeCode |
CollectionFactoriesHolder._type() |
TypeCode |
CollectionFactoryHolder._type() |
TypeCode |
CollectionHolder._type() |
TypeCode |
CommandHolder._type() |
TypeCode |
ComparatorHolder._type() |
TypeCode |
DequeFactoryHolder._type() |
TypeCode |
DequeHolder._type() |
TypeCode |
ElementInvalidReasonHolder._type() |
TypeCode |
EqualityCollectionHolder._type() |
TypeCode |
EqualityIteratorHolder._type() |
TypeCode |
EqualityKeyCollectionHolder._type() |
TypeCode |
EqualityKeyIteratorHolder._type() |
TypeCode |
EqualityKeySortedCollectionHolder._type() |
TypeCode |
EqualityKeySortedIteratorHolder._type() |
TypeCode |
EqualitySequenceFactoryHolder._type() |
TypeCode |
EqualitySequenceHolder._type() |
TypeCode |
EqualitySequentialCollectionHolder._type() |
TypeCode |
EqualitySequentialIteratorHolder._type() |
TypeCode |
EqualitySortedCollectionHolder._type() |
TypeCode |
EqualitySortedIteratorHolder._type() |
TypeCode |
HeapFactoryHolder._type() |
TypeCode |
HeapHolder._type() |
TypeCode |
IteratorHolder._type() |
TypeCode |
IteratorInvalidReasonHolder._type() |
TypeCode |
KeyBagFactoryHolder._type() |
TypeCode |
KeyBagHolder._type() |
TypeCode |
KeyCollectionHolder._type() |
TypeCode |
KeyIteratorHolder._type() |
TypeCode |
KeySetFactoryHolder._type() |
TypeCode |
KeySetHolder._type() |
TypeCode |
KeySortedBagFactoryHolder._type() |
TypeCode |
KeySortedBagHolder._type() |
TypeCode |
KeySortedCollectionHolder._type() |
TypeCode |
KeySortedIteratorHolder._type() |
TypeCode |
KeySortedSetFactoryHolder._type() |
TypeCode |
KeySortedSetHolder._type() |
TypeCode |
LowerBoundStyleHolder._type() |
TypeCode |
MapFactoryHolder._type() |
TypeCode |
MapHolder._type() |
TypeCode |
NVPairHolder._type() |
TypeCode |
OperationsHolder._type() |
TypeCode |
OrderedCollectionHolder._type() |
TypeCode |
OrderedIteratorHolder._type() |
TypeCode |
ParameterListHolder._type() |
TypeCode |
PriorityQueueFactoryHolder._type() |
TypeCode |
PriorityQueueHolder._type() |
TypeCode |
QueueFactoryHolder._type() |
TypeCode |
QueueHolder._type() |
TypeCode |
RACollectionFactoriesHolder._type() |
TypeCode |
RACollectionFactoryHolder._type() |
TypeCode |
RelationFactoryHolder._type() |
TypeCode |
RelationHolder._type() |
TypeCode |
RestrictedAccessCollectionHolder._type() |
TypeCode |
SequenceFactoryHolder._type() |
TypeCode |
SequentialCollectionHolder._type() |
TypeCode |
SequentialIteratorHolder._type() |
TypeCode |
SetFactoryHolder._type() |
TypeCode |
SetHolder._type() |
TypeCode |
SortedBagFactoryHolder._type() |
TypeCode |
SortedBagHolder._type() |
TypeCode |
SortedCollectionHolder._type() |
TypeCode |
SortedIteratorHolder._type() |
TypeCode |
SortedMapFactoryHolder._type() |
TypeCode |
SortedMapHolder._type() |
TypeCode |
SortedRelationFactoryHolder._type() |
TypeCode |
SortedRelationHolder._type() |
TypeCode |
SortedSetFactoryHolder._type() |
TypeCode |
SortedSetHolder._type() |
TypeCode |
StackFactoryHolder._type() |
TypeCode |
StackHolder._type() |
TypeCode |
UpperBoundStyleHolder._type() |
TypeCode |
CollectionOperations.element_type() |
TypeCode |
OperationsOperations.element_type() |
TypeCode |
BagPOATie.element_type() |
TypeCode |
CSequencePOATie.element_type() |
TypeCode |
CollectionPOATie.element_type() |
TypeCode |
EqualityCollectionPOATie.element_type() |
TypeCode |
EqualityKeyCollectionPOATie.element_type() |
TypeCode |
EqualityKeySortedCollectionPOATie.element_type() |
TypeCode |
EqualitySequencePOATie.element_type() |
TypeCode |
EqualitySequentialCollectionPOATie.element_type() |
TypeCode |
EqualitySortedCollectionPOATie.element_type() |
TypeCode |
HeapPOATie.element_type() |
TypeCode |
KeyBagPOATie.element_type() |
TypeCode |
KeyCollectionPOATie.element_type() |
TypeCode |
KeySetPOATie.element_type() |
TypeCode |
KeySortedBagPOATie.element_type() |
TypeCode |
KeySortedCollectionPOATie.element_type() |
TypeCode |
KeySortedSetPOATie.element_type() |
TypeCode |
MapPOATie.element_type() |
TypeCode |
OperationsPOATie.element_type() |
TypeCode |
OrderedCollectionPOATie.element_type() |
TypeCode |
RelationPOATie.element_type() |
TypeCode |
SequentialCollectionPOATie.element_type() |
TypeCode |
SetPOATie.element_type() |
TypeCode |
SortedBagPOATie.element_type() |
TypeCode |
SortedCollectionPOATie.element_type() |
TypeCode |
SortedMapPOATie.element_type() |
TypeCode |
SortedRelationPOATie.element_type() |
TypeCode |
SortedSetPOATie.element_type() |
TypeCode |
_BagStub.element_type() |
TypeCode |
_CSequenceStub.element_type() |
TypeCode |
_CollectionStub.element_type() |
TypeCode |
_EqualityCollectionStub.element_type() |
TypeCode |
_EqualityKeyCollectionStub.element_type() |
TypeCode |
_EqualityKeySortedCollectionStub.element_type() |
TypeCode |
_EqualitySequenceStub.element_type() |
TypeCode |
_EqualitySequentialCollectionStub.element_type() |
TypeCode |
_EqualitySortedCollectionStub.element_type() |
TypeCode |
_HeapStub.element_type() |
TypeCode |
_KeyBagStub.element_type() |
TypeCode |
_KeyCollectionStub.element_type() |
TypeCode |
_KeySetStub.element_type() |
TypeCode |
_KeySortedBagStub.element_type() |
TypeCode |
_KeySortedCollectionStub.element_type() |
TypeCode |
_KeySortedSetStub.element_type() |
TypeCode |
_MapStub.element_type() |
TypeCode |
_OperationsStub.element_type() |
TypeCode |
_OrderedCollectionStub.element_type() |
TypeCode |
_RelationStub.element_type() |
TypeCode |
_SequentialCollectionStub.element_type() |
TypeCode |
_SetStub.element_type() |
TypeCode |
_SortedBagStub.element_type() |
TypeCode |
_SortedCollectionStub.element_type() |
TypeCode |
_SortedMapStub.element_type() |
TypeCode |
_SortedRelationStub.element_type() |
TypeCode |
_SortedSetStub.element_type() |
TypeCode |
OperationsOperations.key_type() |
TypeCode |
KeyCollectionOperations.key_type() |
TypeCode |
EqualityKeyCollectionPOATie.key_type() |
TypeCode |
EqualityKeySortedCollectionPOATie.key_type() |
TypeCode |
KeyBagPOATie.key_type() |
TypeCode |
KeyCollectionPOATie.key_type() |
TypeCode |
KeySetPOATie.key_type() |
TypeCode |
KeySortedBagPOATie.key_type() |
TypeCode |
KeySortedCollectionPOATie.key_type() |
TypeCode |
KeySortedSetPOATie.key_type() |
TypeCode |
MapPOATie.key_type() |
TypeCode |
OperationsPOATie.key_type() |
TypeCode |
RelationPOATie.key_type() |
TypeCode |
SortedMapPOATie.key_type() |
TypeCode |
SortedRelationPOATie.key_type() |
TypeCode |
_EqualityKeyCollectionStub.key_type() |
TypeCode |
_EqualityKeySortedCollectionStub.key_type() |
TypeCode |
_KeyBagStub.key_type() |
TypeCode |
_KeyCollectionStub.key_type() |
TypeCode |
_KeySetStub.key_type() |
TypeCode |
_KeySortedBagStub.key_type() |
TypeCode |
_KeySortedCollectionStub.key_type() |
TypeCode |
_KeySortedSetStub.key_type() |
TypeCode |
_MapStub.key_type() |
TypeCode |
_OperationsStub.key_type() |
TypeCode |
_RelationStub.key_type() |
TypeCode |
_SortedMapStub.key_type() |
TypeCode |
_SortedRelationStub.key_type() |
static TypeCode |
AnySequenceHelper.type() |
static TypeCode |
BagFactoryHelper.type() |
static TypeCode |
BagHelper.type() |
static TypeCode |
CSequenceHelper.type() |
static TypeCode |
CollectionFactoriesHelper.type() |
static TypeCode |
CollectionFactoryHelper.type() |
static TypeCode |
CollectionHelper.type() |
static TypeCode |
CommandHelper.type() |
static TypeCode |
ComparatorHelper.type() |
static TypeCode |
DequeFactoryHelper.type() |
static TypeCode |
DequeHelper.type() |
static TypeCode |
ElementInvalidHelper.type() |
static TypeCode |
ElementInvalidReasonHelper.type() |
static TypeCode |
EmptyCollectionHelper.type() |
static TypeCode |
EqualityCollectionHelper.type() |
static TypeCode |
EqualityIteratorHelper.type() |
static TypeCode |
EqualityKeyCollectionHelper.type() |
static TypeCode |
EqualityKeyIteratorHelper.type() |
static TypeCode |
EqualityKeySortedCollectionHelper.type() |
static TypeCode |
EqualityKeySortedIteratorHelper.type() |
static TypeCode |
EqualitySequenceFactoryHelper.type() |
static TypeCode |
EqualitySequenceHelper.type() |
static TypeCode |
EqualitySequentialCollectionHelper.type() |
static TypeCode |
EqualitySequentialIteratorHelper.type() |
static TypeCode |
EqualitySortedCollectionHelper.type() |
static TypeCode |
EqualitySortedIteratorHelper.type() |
static TypeCode |
HeapFactoryHelper.type() |
static TypeCode |
HeapHelper.type() |
static TypeCode |
IstringHelper.type() |
static TypeCode |
IteratorHelper.type() |
static TypeCode |
IteratorInBetweenHelper.type() |
static TypeCode |
IteratorInvalidHelper.type() |
static TypeCode |
IteratorInvalidReasonHelper.type() |
static TypeCode |
KeyBagFactoryHelper.type() |
static TypeCode |
KeyBagHelper.type() |
static TypeCode |
KeyCollectionHelper.type() |
static TypeCode |
KeyInvalidHelper.type() |
static TypeCode |
KeyIteratorHelper.type() |
static TypeCode |
KeySetFactoryHelper.type() |
static TypeCode |
KeySetHelper.type() |
static TypeCode |
KeySortedBagFactoryHelper.type() |
static TypeCode |
KeySortedBagHelper.type() |
static TypeCode |
KeySortedCollectionHelper.type() |
static TypeCode |
KeySortedIteratorHelper.type() |
static TypeCode |
KeySortedSetFactoryHelper.type() |
static TypeCode |
KeySortedSetHelper.type() |
static TypeCode |
LowerBoundStyleHelper.type() |
static TypeCode |
MapFactoryHelper.type() |
static TypeCode |
MapHelper.type() |
static TypeCode |
NVPairHelper.type() |
static TypeCode |
OperationsHelper.type() |
static TypeCode |
OrderedCollectionHelper.type() |
static TypeCode |
OrderedIteratorHelper.type() |
static TypeCode |
ParameterInvalidHelper.type() |
static TypeCode |
ParameterListHelper.type() |
static TypeCode |
PositionInvalidHelper.type() |
static TypeCode |
PriorityQueueFactoryHelper.type() |
static TypeCode |
PriorityQueueHelper.type() |
static TypeCode |
QueueFactoryHelper.type() |
static TypeCode |
QueueHelper.type() |
static TypeCode |
RACollectionFactoriesHelper.type() |
static TypeCode |
RACollectionFactoryHelper.type() |
static TypeCode |
RelationFactoryHelper.type() |
static TypeCode |
RelationHelper.type() |
static TypeCode |
RestrictedAccessCollectionHelper.type() |
static TypeCode |
SequenceFactoryHelper.type() |
static TypeCode |
SequentialCollectionHelper.type() |
static TypeCode |
SequentialIteratorHelper.type() |
static TypeCode |
SetFactoryHelper.type() |
static TypeCode |
SetHelper.type() |
static TypeCode |
SortedBagFactoryHelper.type() |
static TypeCode |
SortedBagHelper.type() |
static TypeCode |
SortedCollectionHelper.type() |
static TypeCode |
SortedIteratorHelper.type() |
static TypeCode |
SortedMapFactoryHelper.type() |
static TypeCode |
SortedMapHelper.type() |
static TypeCode |
SortedRelationFactoryHelper.type() |
static TypeCode |
SortedRelationHelper.type() |
static TypeCode |
SortedSetFactoryHelper.type() |
static TypeCode |
SortedSetHelper.type() |
static TypeCode |
StackFactoryHelper.type() |
static TypeCode |
StackHelper.type() |
static TypeCode |
UpperBoundStyleHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
LockCoordinatorHolder._type() |
TypeCode |
LockSetFactoryHolder._type() |
TypeCode |
LockSetHolder._type() |
TypeCode |
TransactionalLockSetHolder._type() |
TypeCode |
lock_modeHolder._type() |
static TypeCode |
LockCoordinatorHelper.type() |
static TypeCode |
LockNotHeldHelper.type() |
static TypeCode |
LockSetFactoryHelper.type() |
static TypeCode |
LockSetHelper.type() |
static TypeCode |
TransactionalLockSetHelper.type() |
static TypeCode |
lock_modeHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ConsumerAdminHolder._type() |
TypeCode |
EventChannelHolder._type() |
TypeCode |
ProxyPullConsumerHolder._type() |
TypeCode |
ProxyPullSupplierHolder._type() |
TypeCode |
ProxyPushConsumerHolder._type() |
TypeCode |
ProxyPushSupplierHolder._type() |
TypeCode |
SupplierAdminHolder._type() |
static TypeCode |
AlreadyConnectedHelper.type() |
static TypeCode |
ConsumerAdminHelper.type() |
static TypeCode |
EventChannelHelper.type() |
static TypeCode |
ProxyPullConsumerHelper.type() |
static TypeCode |
ProxyPullSupplierHelper.type() |
static TypeCode |
ProxyPushConsumerHelper.type() |
static TypeCode |
ProxyPushSupplierHelper.type() |
static TypeCode |
SupplierAdminHelper.type() |
static TypeCode |
TypeErrorHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
PullConsumerHolder._type() |
TypeCode |
PullSupplierHolder._type() |
TypeCode |
PushConsumerHolder._type() |
TypeCode |
PushSupplierHolder._type() |
static TypeCode |
DisconnectedHelper.type() |
static TypeCode |
PullConsumerHelper.type() |
static TypeCode |
PullSupplierHelper.type() |
static TypeCode |
PushConsumerHelper.type() |
static TypeCode |
PushSupplierHelper.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 |
---|---|
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() |
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 |
AdminPropertiesAdminHolder._type() |
TypeCode |
EventBatchHolder._type() |
TypeCode |
EventHeaderHolder._type() |
TypeCode |
EventTypeHolder._type() |
TypeCode |
EventTypeSeqHolder._type() |
TypeCode |
FixedEventHeaderHolder._type() |
TypeCode |
NamedPropertyRangeHolder._type() |
TypeCode |
NamedPropertyRangeSeqHolder._type() |
TypeCode |
PropertyErrorHolder._type() |
TypeCode |
PropertyErrorSeqHolder._type() |
TypeCode |
PropertyHolder._type() |
TypeCode |
PropertyRangeHolder._type() |
TypeCode |
PropertySeqHolder._type() |
TypeCode |
QoSAdminHolder._type() |
TypeCode |
QoSError_codeHolder._type() |
TypeCode |
StructuredEventHolder._type() |
static TypeCode |
AdminPropertiesAdminHelper.type() |
static TypeCode |
AdminPropertiesHelper.type() |
static TypeCode |
EventBatchHelper.type() |
static TypeCode |
EventHeaderHelper.type() |
static TypeCode |
EventTypeHelper.type() |
static TypeCode |
EventTypeSeqHelper.type() |
static TypeCode |
FilterableEventBodyHelper.type() |
static TypeCode |
FixedEventHeaderHelper.type() |
static TypeCode |
IstringHelper.type() |
static TypeCode |
NamedPropertyRangeHelper.type() |
static TypeCode |
NamedPropertyRangeSeqHelper.type() |
static TypeCode |
OptionalHeaderFieldsHelper.type() |
static TypeCode |
PropertyErrorHelper.type() |
static TypeCode |
PropertyErrorSeqHelper.type() |
static TypeCode |
PropertyHelper.type() |
static TypeCode |
PropertyNameHelper.type() |
static TypeCode |
PropertyRangeHelper.type() |
static TypeCode |
PropertySeqHelper.type() |
static TypeCode |
PropertyValueHelper.type() |
static TypeCode |
QoSAdminHelper.type() |
static TypeCode |
QoSError_codeHelper.type() |
static TypeCode |
QoSPropertiesHelper.type() |
static TypeCode |
StructuredEventHelper.type() |
static TypeCode |
UnsupportedAdminHelper.type() |
static TypeCode |
UnsupportedQoSHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AdminIDSeqHolder._type() |
TypeCode |
AdminLimitHolder._type() |
TypeCode |
ChannelIDSeqHolder._type() |
TypeCode |
ClientTypeHolder._type() |
TypeCode |
ConsumerAdminHolder._type() |
TypeCode |
EventChannelFactoryHolder._type() |
TypeCode |
EventChannelHolder._type() |
TypeCode |
InterFilterGroupOperatorHolder._type() |
TypeCode |
ObtainInfoModeHolder._type() |
TypeCode |
ProxyConsumerHolder._type() |
TypeCode |
ProxyIDSeqHolder._type() |
TypeCode |
ProxyPullConsumerHolder._type() |
TypeCode |
ProxyPullSupplierHolder._type() |
TypeCode |
ProxyPushConsumerHolder._type() |
TypeCode |
ProxyPushSupplierHolder._type() |
TypeCode |
ProxySupplierHolder._type() |
TypeCode |
ProxyTypeHolder._type() |
TypeCode |
SequenceProxyPullConsumerHolder._type() |
TypeCode |
SequenceProxyPullSupplierHolder._type() |
TypeCode |
SequenceProxyPushConsumerHolder._type() |
TypeCode |
SequenceProxyPushSupplierHolder._type() |
TypeCode |
StructuredProxyPullConsumerHolder._type() |
TypeCode |
StructuredProxyPullSupplierHolder._type() |
TypeCode |
StructuredProxyPushConsumerHolder._type() |
TypeCode |
StructuredProxyPushSupplierHolder._type() |
TypeCode |
SupplierAdminHolder._type() |
static TypeCode |
AdminIDHelper.type() |
static TypeCode |
AdminIDSeqHelper.type() |
static TypeCode |
AdminLimitExceededHelper.type() |
static TypeCode |
AdminLimitHelper.type() |
static TypeCode |
AdminNotFoundHelper.type() |
static TypeCode |
ChannelIDHelper.type() |
static TypeCode |
ChannelIDSeqHelper.type() |
static TypeCode |
ChannelNotFoundHelper.type() |
static TypeCode |
ClientTypeHelper.type() |
static TypeCode |
ConnectionAlreadyActiveHelper.type() |
static TypeCode |
ConnectionAlreadyInactiveHelper.type() |
static TypeCode |
ConsumerAdminHelper.type() |
static TypeCode |
EventChannelFactoryHelper.type() |
static TypeCode |
EventChannelHelper.type() |
static TypeCode |
InterFilterGroupOperatorHelper.type() |
static TypeCode |
NotConnectedHelper.type() |
static TypeCode |
ObtainInfoModeHelper.type() |
static TypeCode |
ProxyConsumerHelper.type() |
static TypeCode |
ProxyIDHelper.type() |
static TypeCode |
ProxyIDSeqHelper.type() |
static TypeCode |
ProxyNotFoundHelper.type() |
static TypeCode |
ProxyPullConsumerHelper.type() |
static TypeCode |
ProxyPullSupplierHelper.type() |
static TypeCode |
ProxyPushConsumerHelper.type() |
static TypeCode |
ProxyPushSupplierHelper.type() |
static TypeCode |
ProxySupplierHelper.type() |
static TypeCode |
ProxyTypeHelper.type() |
static TypeCode |
SequenceProxyPullConsumerHelper.type() |
static TypeCode |
SequenceProxyPullSupplierHelper.type() |
static TypeCode |
SequenceProxyPushConsumerHelper.type() |
static TypeCode |
SequenceProxyPushSupplierHelper.type() |
static TypeCode |
StructuredProxyPullConsumerHelper.type() |
static TypeCode |
StructuredProxyPullSupplierHelper.type() |
static TypeCode |
StructuredProxyPushConsumerHelper.type() |
static TypeCode |
StructuredProxyPushSupplierHelper.type() |
static TypeCode |
SupplierAdminHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
SequenceNumbersHolder._type() |
TypeCode |
SequenceProxyPullSupplierAckHolder._type() |
TypeCode |
SequenceProxyPushSupplierAckHolder._type() |
TypeCode |
StructuredProxyPullSupplierAckHolder._type() |
TypeCode |
StructuredProxyPushSupplierAckHolder._type() |
static TypeCode |
SequenceNumbersHelper.type() |
static TypeCode |
SequenceProxyPullSupplierAckHelper.type() |
static TypeCode |
SequenceProxyPushSupplierAckHelper.type() |
static TypeCode |
StructuredProxyPullSupplierAckHelper.type() |
static TypeCode |
StructuredProxyPushSupplierAckHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
NotifyPublishHolder._type() |
TypeCode |
NotifySubscribeHolder._type() |
TypeCode |
PullConsumerHolder._type() |
TypeCode |
PullSupplierHolder._type() |
TypeCode |
PushConsumerHolder._type() |
TypeCode |
PushSupplierHolder._type() |
TypeCode |
SequencePullConsumerHolder._type() |
TypeCode |
SequencePullSupplierHolder._type() |
TypeCode |
SequencePushConsumerHolder._type() |
TypeCode |
SequencePushSupplierHolder._type() |
TypeCode |
StructuredPullConsumerHolder._type() |
TypeCode |
StructuredPullSupplierHolder._type() |
TypeCode |
StructuredPushConsumerHolder._type() |
TypeCode |
StructuredPushSupplierHolder._type() |
static TypeCode |
InvalidEventTypeHelper.type() |
static TypeCode |
NotifyPublishHelper.type() |
static TypeCode |
NotifySubscribeHelper.type() |
static TypeCode |
PullConsumerHelper.type() |
static TypeCode |
PullSupplierHelper.type() |
static TypeCode |
PushConsumerHelper.type() |
static TypeCode |
PushSupplierHelper.type() |
static TypeCode |
SequencePullConsumerHelper.type() |
static TypeCode |
SequencePullSupplierHelper.type() |
static TypeCode |
SequencePushConsumerHelper.type() |
static TypeCode |
SequencePushSupplierHelper.type() |
static TypeCode |
StructuredPullConsumerHelper.type() |
static TypeCode |
StructuredPullSupplierHelper.type() |
static TypeCode |
StructuredPushConsumerHelper.type() |
static TypeCode |
StructuredPushSupplierHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
SequenceNumbersHolder._type() |
TypeCode |
SequencePullSupplierAckHolder._type() |
TypeCode |
SequencePushSupplierAckHolder._type() |
TypeCode |
StructuredPullSupplierAckHolder._type() |
TypeCode |
StructuredPushSupplierAckHolder._type() |
static TypeCode |
SequenceNumbersHelper.type() |
static TypeCode |
SequencePullSupplierAckHelper.type() |
static TypeCode |
SequencePushSupplierAckHelper.type() |
static TypeCode |
StructuredPullSupplierAckHelper.type() |
static TypeCode |
StructuredPushSupplierAckHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
CallbackIDSeqHolder._type() |
TypeCode |
ConstraintExpHolder._type() |
TypeCode |
ConstraintExpSeqHolder._type() |
TypeCode |
ConstraintIDSeqHolder._type() |
TypeCode |
ConstraintInfoHolder._type() |
TypeCode |
ConstraintInfoSeqHolder._type() |
TypeCode |
FilterAdminHolder._type() |
TypeCode |
FilterFactoryHolder._type() |
TypeCode |
FilterHolder._type() |
TypeCode |
FilterIDSeqHolder._type() |
TypeCode |
MappingConstraintInfoHolder._type() |
TypeCode |
MappingConstraintInfoSeqHolder._type() |
TypeCode |
MappingConstraintPairHolder._type() |
TypeCode |
MappingConstraintPairSeqHolder._type() |
TypeCode |
MappingFilterHolder._type() |
static TypeCode |
CallbackIDHelper.type() |
static TypeCode |
CallbackIDSeqHelper.type() |
static TypeCode |
CallbackNotFoundHelper.type() |
static TypeCode |
ConstraintExpHelper.type() |
static TypeCode |
ConstraintExpSeqHelper.type() |
static TypeCode |
ConstraintIDHelper.type() |
static TypeCode |
ConstraintIDSeqHelper.type() |
static TypeCode |
ConstraintInfoHelper.type() |
static TypeCode |
ConstraintInfoSeqHelper.type() |
static TypeCode |
ConstraintNotFoundHelper.type() |
static TypeCode |
DuplicateConstraintIDHelper.type() |
static TypeCode |
FilterAdminHelper.type() |
static TypeCode |
FilterFactoryHelper.type() |
static TypeCode |
FilterHelper.type() |
static TypeCode |
FilterIDHelper.type() |
static TypeCode |
FilterIDSeqHelper.type() |
static TypeCode |
FilterNotFoundHelper.type() |
static TypeCode |
InvalidConstraintHelper.type() |
static TypeCode |
InvalidGrammarHelper.type() |
static TypeCode |
InvalidValueHelper.type() |
static TypeCode |
MappingConstraintInfoHelper.type() |
static TypeCode |
MappingConstraintInfoSeqHelper.type() |
static TypeCode |
MappingConstraintPairHelper.type() |
static TypeCode |
MappingConstraintPairSeqHelper.type() |
static TypeCode |
MappingFilterHelper.type() |
static TypeCode |
UnsupportedFilterableDataHelper.type() |
TypeCode |
MappingFilterOperations.value_type() |
TypeCode |
MappingFilterPOATie.value_type() |
TypeCode |
_MappingFilterStub.value_type() |
Modifier and Type | Field and Description |
---|---|
TypeCode[] |
PropertyTypesHolder.value |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ExceptionReasonHolder._type() |
TypeCode |
PropertiesHolder._type() |
TypeCode |
PropertyHolder._type() |
TypeCode |
PropertiesIteratorHolder._type() |
TypeCode |
PropertyDefHolder._type() |
TypeCode |
PropertyDefsHolder._type() |
TypeCode |
PropertyExceptionHolder._type() |
TypeCode |
PropertyExceptionsHolder._type() |
TypeCode |
PropertyModeHolder._type() |
TypeCode |
PropertyModeTypeHolder._type() |
TypeCode |
PropertyModesHolder._type() |
TypeCode |
PropertyNamesHolder._type() |
TypeCode |
PropertyNamesIteratorHolder._type() |
TypeCode |
PropertyTypesHolder._type() |
TypeCode |
PropertySetDefFactoryHolder._type() |
TypeCode |
PropertySetDefHolder._type() |
TypeCode |
PropertySetFactoryHolder._type() |
TypeCode |
PropertySetHolder._type() |
static TypeCode[] |
PropertyTypesHelper.extract(Any any) |
static TypeCode[] |
PropertyTypesHelper.read(InputStream _in) |
static TypeCode |
ConflictingPropertyHelper.type() |
static TypeCode |
ConstraintNotSupportedHelper.type() |
static TypeCode |
ExceptionReasonHelper.type() |
static TypeCode |
FixedPropertyHelper.type() |
static TypeCode |
InvalidPropertyNameHelper.type() |
static TypeCode |
MultipleExceptionsHelper.type() |
static TypeCode |
PropertiesHelper.type() |
static TypeCode |
PropertiesIteratorHelper.type() |
static TypeCode |
PropertyDefHelper.type() |
static TypeCode |
PropertyDefsHelper.type() |
static TypeCode |
PropertyExceptionHelper.type() |
static TypeCode |
PropertyExceptionsHelper.type() |
static TypeCode |
PropertyHelper.type() |
static TypeCode |
PropertyModeHelper.type() |
static TypeCode |
PropertyModeTypeHelper.type() |
static TypeCode |
PropertyModesHelper.type() |
static TypeCode |
PropertyNameHelper.type() |
static TypeCode |
PropertyNamesHelper.type() |
static TypeCode |
PropertyNamesIteratorHelper.type() |
static TypeCode |
PropertyNotFoundHelper.type() |
static TypeCode |
PropertySetDefFactoryHelper.type() |
static TypeCode |
PropertySetDefHelper.type() |
static TypeCode |
PropertySetFactoryHelper.type() |
static TypeCode |
PropertySetHelper.type() |
static TypeCode |
PropertyTypesHelper.type() |
static TypeCode |
ReadOnlyPropertyHelper.type() |
static TypeCode |
UnsupportedModeHelper.type() |
static TypeCode |
UnsupportedPropertyHelper.type() |
static TypeCode |
UnsupportedTypeCodeHelper.type() |
Modifier and Type | Method and Description |
---|---|
PropertySet |
PropertySetFactoryOperations.create_constrained_propertyset(TypeCode[] allowed_property_types,
Property[] allowed_properties) |
PropertySet |
PropertySetFactoryPOATie.create_constrained_propertyset(TypeCode[] allowed_property_types,
Property[] allowed_properties) |
PropertySet |
_PropertySetFactoryStub.create_constrained_propertyset(TypeCode[] allowed_property_types,
Property[] allowed_properties) |
PropertySetDef |
PropertySetDefFactoryOperations.create_constrained_propertysetdef(TypeCode[] allowed_property_types,
PropertyDef[] allowed_property_defs) |
PropertySetDef |
PropertySetDefFactoryPOATie.create_constrained_propertysetdef(TypeCode[] allowed_property_types,
PropertyDef[] allowed_property_defs) |
PropertySetDef |
_PropertySetDefFactoryStub.create_constrained_propertysetdef(TypeCode[] allowed_property_types,
PropertyDef[] allowed_property_defs) |
static void |
PropertyTypesHelper.insert(Any any,
TypeCode[] s) |
static void |
PropertyTypesHelper.write(OutputStream _out,
TypeCode[] _s) |
Constructor and Description |
---|
PropertyTypesHolder(TypeCode[] initial) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
UTOHolder._type() |
TypeCode |
TIOHolder._type() |
TypeCode |
TimeComparisonHolder._type() |
TypeCode |
OverlapTypeHolder._type() |
TypeCode |
ComparisonTypeHolder._type() |
TypeCode |
TimeServiceHolder._type() |
static TypeCode |
TimeComparisonHelper.type() |
static TypeCode |
OverlapTypeHelper.type() |
static TypeCode |
TIOHelper.type() |
static TypeCode |
UTOHelper.type() |
static TypeCode |
TimeUnavailableHelper.type() |
static TypeCode |
TimeServiceHelper.type() |
static TypeCode |
ComparisonTypeHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ControlHolder._type() |
TypeCode |
CoordinatorHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
PropagationContextHolder._type() |
TypeCode |
RecoveryCoordinatorHolder._type() |
TypeCode |
ResourceHolder._type() |
TypeCode |
StatusHolder._type() |
TypeCode |
SubtransactionAwareResourceHolder._type() |
TypeCode |
SynchronizationHolder._type() |
TypeCode |
TerminatorHolder._type() |
TypeCode |
TransIdentityHolder._type() |
TypeCode |
TransactionFactoryHolder._type() |
TypeCode |
TransactionalObjectHolder._type() |
TypeCode |
VoteHolder._type() |
TypeCode |
otid_tHolder._type() |
static TypeCode |
ControlHelper.type() |
static TypeCode |
CoordinatorHelper.type() |
static TypeCode |
CurrentHelper.type() |
static TypeCode |
HeuristicCommitHelper.type() |
static TypeCode |
HeuristicHazardHelper.type() |
static TypeCode |
HeuristicMixedHelper.type() |
static TypeCode |
HeuristicRollbackHelper.type() |
static TypeCode |
InactiveHelper.type() |
static TypeCode |
InvalidControlHelper.type() |
static TypeCode |
NoTransactionHelper.type() |
static TypeCode |
NotPreparedHelper.type() |
static TypeCode |
NotSubtransactionHelper.type() |
static TypeCode |
PropagationContextHelper.type() |
static TypeCode |
RecoveryCoordinatorHelper.type() |
static TypeCode |
ResourceHelper.type() |
static TypeCode |
StatusHelper.type() |
static TypeCode |
SubtransactionAwareResourceHelper.type() |
static TypeCode |
SubtransactionsUnavailableHelper.type() |
static TypeCode |
SynchronizationHelper.type() |
static TypeCode |
SynchronizationUnavailableHelper.type() |
static TypeCode |
TerminatorHelper.type() |
static TypeCode |
TransIdentityHelper.type() |
static TypeCode |
TransactionFactoryHelper.type() |
static TypeCode |
TransactionalObjectHelper.type() |
static TypeCode |
UnavailableHelper.type() |
static TypeCode |
VoteHelper.type() |
static TypeCode |
otid_tHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypedConsumerAdminHolder._type() |
TypeCode |
TypedEventChannelHolder._type() |
TypeCode |
TypedProxyPullSupplierHolder._type() |
TypeCode |
TypedProxyPushConsumerHolder._type() |
TypeCode |
TypedSupplierAdminHolder._type() |
static TypeCode |
InterfaceNotSupportedHelper.type() |
static TypeCode |
KeyHelper.type() |
static TypeCode |
NoSuchImplementationHelper.type() |
static TypeCode |
TypedConsumerAdminHelper.type() |
static TypeCode |
TypedEventChannelHelper.type() |
static TypeCode |
TypedProxyPullSupplierHelper.type() |
static TypeCode |
TypedProxyPushConsumerHelper.type() |
static TypeCode |
TypedSupplierAdminHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypedPullSupplierHolder._type() |
TypeCode |
TypedPushConsumerHolder._type() |
static TypeCode |
TypedPullSupplierHelper.type() |
static TypeCode |
TypedPushConsumerHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypedConsumerAdminHolder._type() |
TypeCode |
TypedEventChannelFactoryHolder._type() |
TypeCode |
TypedEventChannelHolder._type() |
TypeCode |
TypedProxyPullConsumerHolder._type() |
TypeCode |
TypedProxyPullSupplierHolder._type() |
TypeCode |
TypedProxyPushConsumerHolder._type() |
TypeCode |
TypedProxyPushSupplierHolder._type() |
TypeCode |
TypedSupplierAdminHolder._type() |
static TypeCode |
KeyHelper.type() |
static TypeCode |
TypedConsumerAdminHelper.type() |
static TypeCode |
TypedEventChannelFactoryHelper.type() |
static TypeCode |
TypedEventChannelHelper.type() |
static TypeCode |
TypedProxyPullConsumerHelper.type() |
static TypeCode |
TypedProxyPullSupplierHelper.type() |
static TypeCode |
TypedProxyPushConsumerHelper.type() |
static TypeCode |
TypedProxyPushSupplierHelper.type() |
static TypeCode |
TypedSupplierAdminHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypedPullSupplierHolder._type() |
TypeCode |
TypedPushConsumerHolder._type() |
static TypeCode |
TypedPullSupplierHelper.type() |
static TypeCode |
TypedPushConsumerHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AuthorizationElementContentsHolder._type() |
TypeCode |
AuthorizationElementHolder._type() |
TypeCode |
AuthorizationTokenHolder._type() |
TypeCode |
CompleteEstablishContextHolder._type() |
TypeCode |
ContextErrorHolder._type() |
TypeCode |
EstablishContextHolder._type() |
TypeCode |
GSSTokenHolder._type() |
TypeCode |
GSS_NT_ExportedNameHolder._type() |
TypeCode |
GSS_NT_ExportedNameListHolder._type() |
TypeCode |
IdentityExtensionHolder._type() |
TypeCode |
IdentityTokenHolder._type() |
TypeCode |
MessageInContextHolder._type() |
TypeCode |
OIDHolder._type() |
TypeCode |
OIDListHolder._type() |
TypeCode |
SASContextBodyHolder._type() |
TypeCode |
UTF8StringHolder._type() |
TypeCode |
X501DistinguishedNameHolder._type() |
TypeCode |
X509CertificateChainHolder._type() |
static TypeCode |
AuthorizationElementContentsHelper.type() |
static TypeCode |
AuthorizationElementHelper.type() |
static TypeCode |
AuthorizationElementTypeHelper.type() |
static TypeCode |
AuthorizationTokenHelper.type() |
static TypeCode |
CompleteEstablishContextHelper.type() |
static TypeCode |
ContextErrorHelper.type() |
static TypeCode |
ContextIdHelper.type() |
static TypeCode |
EstablishContextHelper.type() |
static TypeCode |
GSSTokenHelper.type() |
static TypeCode |
GSS_NT_ExportedNameHelper.type() |
static TypeCode |
GSS_NT_ExportedNameListHelper.type() |
static TypeCode |
IdentityExtensionHelper.type() |
static TypeCode |
IdentityTokenHelper.type() |
static TypeCode |
IdentityTokenTypeHelper.type() |
static TypeCode |
MessageInContextHelper.type() |
static TypeCode |
MsgTypeHelper.type() |
static TypeCode |
OIDHelper.type() |
static TypeCode |
OIDListHelper.type() |
static TypeCode |
SASContextBodyHelper.type() |
static TypeCode |
StringOIDHelper.type() |
static TypeCode |
UTF8StringHelper.type() |
static TypeCode |
X501DistinguishedNameHelper.type() |
static TypeCode |
X509CertificateChainHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AS_ContextSecHolder._type() |
TypeCode |
CompoundSecMechHolder._type() |
TypeCode |
CompoundSecMechListHolder._type() |
TypeCode |
CompoundSecMechanismsHolder._type() |
TypeCode |
SAS_ContextSecHolder._type() |
TypeCode |
SECIOP_SEC_TRANSHolder._type() |
TypeCode |
ServiceConfigurationHolder._type() |
TypeCode |
ServiceConfigurationListHolder._type() |
TypeCode |
ServiceSpecificNameHolder._type() |
TypeCode |
TLS_SEC_TRANSHolder._type() |
TypeCode |
TransportAddressHolder._type() |
TypeCode |
TransportAddressListHolder._type() |
static TypeCode |
AS_ContextSecHelper.type() |
static TypeCode |
AssociationOptionsHelper.type() |
static TypeCode |
CompoundSecMechHelper.type() |
static TypeCode |
CompoundSecMechListHelper.type() |
static TypeCode |
CompoundSecMechanismsHelper.type() |
static TypeCode |
SAS_ContextSecHelper.type() |
static TypeCode |
SECIOP_SEC_TRANSHelper.type() |
static TypeCode |
ServiceConfigurationHelper.type() |
static TypeCode |
ServiceConfigurationListHelper.type() |
static TypeCode |
ServiceConfigurationSyntaxHelper.type() |
static TypeCode |
ServiceSpecificNameHelper.type() |
static TypeCode |
TLS_SEC_TRANSHelper.type() |
static TypeCode |
TransportAddressHelper.type() |
static TypeCode |
TransportAddressListHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
BuiltinTopicKey_tHolder._type() |
TypeCode |
ConditionHolder._type() |
TypeCode |
ConditionSeqHolder._type() |
TypeCode |
DomainParticipantQosHolder._type() |
TypeCode |
PublisherQosHolder._type() |
TypeCode |
SubscriberQosHolder._type() |
TypeCode |
TopicQosHolder._type() |
TypeCode |
DataWriterQosHolder._type() |
TypeCode |
DataReaderSeqHolder._type() |
TypeCode |
DataReaderQosHolder._type() |
TypeCode |
InstanceHandleSeqHolder._type() |
TypeCode |
SubscriptionBuiltinTopicDataHolder._type() |
TypeCode |
PublicationBuiltinTopicDataHolder._type() |
TypeCode |
ContentFilteredTopicHolder._type() |
TypeCode |
DataReaderHolder._type() |
TypeCode |
DataReaderListenerHolder._type() |
TypeCode |
DataWriterHolder._type() |
TypeCode |
DataWriterListenerHolder._type() |
TypeCode |
DeadlineQosPolicyHolder._type() |
TypeCode |
DestinationOrderQosPolicyHolder._type() |
TypeCode |
DestinationOrderQosPolicyKindHolder._type() |
TypeCode |
DomainParticipantFactoryHolder._type() |
TypeCode |
DomainParticipantHolder._type() |
TypeCode |
DomainParticipantListenerHolder._type() |
TypeCode |
DurabilityQosPolicyHolder._type() |
TypeCode |
DurabilityQosPolicyKindHolder._type() |
TypeCode |
Duration_tHolder._type() |
TypeCode |
EntityFactoryQosPolicyHolder._type() |
TypeCode |
EntityHolder._type() |
TypeCode |
GroupDataQosPolicyHolder._type() |
TypeCode |
GuardConditionHolder._type() |
TypeCode |
HistoryQosPolicyHolder._type() |
TypeCode |
HistoryQosPolicyKindHolder._type() |
TypeCode |
InconsistentTopicStatusHolder._type() |
TypeCode |
InstanceStateSeqHolder._type() |
TypeCode |
LatencyBudgetQosPolicyHolder._type() |
TypeCode |
LifespanQosPolicyHolder._type() |
TypeCode |
ListenerHolder._type() |
TypeCode |
LivelinessChangedStatusHolder._type() |
TypeCode |
LivelinessLostStatusHolder._type() |
TypeCode |
LivelinessQosPolicyHolder._type() |
TypeCode |
LivelinessQosPolicyKindHolder._type() |
TypeCode |
MultiTopicHolder._type() |
TypeCode |
OfferedDeadlineMissedStatusHolder._type() |
TypeCode |
OfferedIncompatibleQosStatusHolder._type() |
TypeCode |
OwnershipQosPolicyHolder._type() |
TypeCode |
OwnershipQosPolicyKindHolder._type() |
TypeCode |
OwnershipStrengthQosPolicyHolder._type() |
TypeCode |
ParticipantBuiltinTopicDataHolder._type() |
TypeCode |
PartitionQosPolicyHolder._type() |
TypeCode |
PresentationQosPolicyAccessScopeKindHolder._type() |
TypeCode |
PresentationQosPolicyHolder._type() |
TypeCode |
PublicationMatchStatusHolder._type() |
TypeCode |
PublisherHolder._type() |
TypeCode |
PublisherListenerHolder._type() |
TypeCode |
QosPolicyCountHolder._type() |
TypeCode |
QosPolicyCountSeqHolder._type() |
TypeCode |
QueryConditionHolder._type() |
TypeCode |
ReadConditionHolder._type() |
TypeCode |
ReaderDataLifecycleQosPolicyHolder._type() |
TypeCode |
ReliabilityQosPolicyHolder._type() |
TypeCode |
ReliabilityQosPolicyKindHolder._type() |
TypeCode |
RequestedDeadlineMissedStatusHolder._type() |
TypeCode |
RequestedIncompatibleQosStatusHolder._type() |
TypeCode |
ResourceLimitsQosPolicyHolder._type() |
TypeCode |
SampleInfoHolder._type() |
TypeCode |
SampleInfoSeqHolder._type() |
TypeCode |
SampleLostStatusHolder._type() |
TypeCode |
SampleRejectedStatusHolder._type() |
TypeCode |
SampleRejectedStatusKindHolder._type() |
TypeCode |
SampleStateSeqHolder._type() |
TypeCode |
StatusConditionHolder._type() |
TypeCode |
StringSeqHolder._type() |
TypeCode |
SubscriberHolder._type() |
TypeCode |
SubscriberListenerHolder._type() |
TypeCode |
SubscriptionMatchStatusHolder._type() |
TypeCode |
TimeBasedFilterQosPolicyHolder._type() |
TypeCode |
Time_tHolder._type() |
TypeCode |
TopicBuiltinTopicDataHolder._type() |
TypeCode |
TopicDataQosPolicyHolder._type() |
TypeCode |
TopicDescriptionHolder._type() |
TypeCode |
TopicHolder._type() |
TypeCode |
TopicListenerHolder._type() |
TypeCode |
TopicSeqHolder._type() |
TypeCode |
TransportPriorityQosPolicyHolder._type() |
TypeCode |
TypeSupportHolder._type() |
TypeCode |
UserDataQosPolicyHolder._type() |
TypeCode |
ViewStateSeqHolder._type() |
TypeCode |
WaitSetHolder._type() |
TypeCode |
WriterDataLifecycleQosPolicyHolder._type() |
static TypeCode |
BuiltinTopicKey_tHelper.type() |
static TypeCode |
ConditionHelper.type() |
static TypeCode |
ConditionSeqHelper.type() |
static TypeCode |
ContentFilteredTopicHelper.type() |
static TypeCode |
DataReaderHelper.type() |
static TypeCode |
DataReaderListenerHelper.type() |
static TypeCode |
DataReaderQosHelper.type() |
static TypeCode |
DataReaderSeqHelper.type() |
static TypeCode |
DataWriterHelper.type() |
static TypeCode |
DataWriterListenerHelper.type() |
static TypeCode |
DataWriterQosHelper.type() |
static TypeCode |
DeadlineQosPolicyHelper.type() |
static TypeCode |
DestinationOrderQosPolicyHelper.type() |
static TypeCode |
DestinationOrderQosPolicyKindHelper.type() |
static TypeCode |
DomainId_tHelper.type() |
static TypeCode |
DomainParticipantFactoryHelper.type() |
static TypeCode |
DomainParticipantHelper.type() |
static TypeCode |
DomainParticipantListenerHelper.type() |
static TypeCode |
DomainParticipantQosHelper.type() |
static TypeCode |
DurabilityQosPolicyHelper.type() |
static TypeCode |
DurabilityQosPolicyKindHelper.type() |
static TypeCode |
Duration_tHelper.type() |
static TypeCode |
EntityFactoryQosPolicyHelper.type() |
static TypeCode |
EntityHelper.type() |
static TypeCode |
GroupDataQosPolicyHelper.type() |
static TypeCode |
GuardConditionHelper.type() |
static TypeCode |
HistoryQosPolicyHelper.type() |
static TypeCode |
HistoryQosPolicyKindHelper.type() |
static TypeCode |
InconsistentTopicStatusHelper.type() |
static TypeCode |
InstanceHandleSeqHelper.type() |
static TypeCode |
InstanceHandle_tHelper.type() |
static TypeCode |
InstanceStateKindHelper.type() |
static TypeCode |
InstanceStateMaskHelper.type() |
static TypeCode |
InstanceStateSeqHelper.type() |
static TypeCode |
LatencyBudgetQosPolicyHelper.type() |
static TypeCode |
LifespanQosPolicyHelper.type() |
static TypeCode |
ListenerHelper.type() |
static TypeCode |
LivelinessChangedStatusHelper.type() |
static TypeCode |
LivelinessLostStatusHelper.type() |
static TypeCode |
LivelinessQosPolicyHelper.type() |
static TypeCode |
LivelinessQosPolicyKindHelper.type() |
static TypeCode |
MultiTopicHelper.type() |
static TypeCode |
OfferedDeadlineMissedStatusHelper.type() |
static TypeCode |
OfferedIncompatibleQosStatusHelper.type() |
static TypeCode |
OwnershipQosPolicyHelper.type() |
static TypeCode |
OwnershipQosPolicyKindHelper.type() |
static TypeCode |
OwnershipStrengthQosPolicyHelper.type() |
static TypeCode |
ParticipantBuiltinTopicDataHelper.type() |
static TypeCode |
PartitionQosPolicyHelper.type() |
static TypeCode |
PresentationQosPolicyAccessScopeKindHelper.type() |
static TypeCode |
PresentationQosPolicyHelper.type() |
static TypeCode |
PublicationBuiltinTopicDataHelper.type() |
static TypeCode |
PublicationMatchStatusHelper.type() |
static TypeCode |
PublisherHelper.type() |
static TypeCode |
PublisherListenerHelper.type() |
static TypeCode |
PublisherQosHelper.type() |
static TypeCode |
QosPolicyCountHelper.type() |
static TypeCode |
QosPolicyCountSeqHelper.type() |
static TypeCode |
QosPolicyId_tHelper.type() |
static TypeCode |
QueryConditionHelper.type() |
static TypeCode |
ReadConditionHelper.type() |
static TypeCode |
ReaderDataLifecycleQosPolicyHelper.type() |
static TypeCode |
ReliabilityQosPolicyHelper.type() |
static TypeCode |
ReliabilityQosPolicyKindHelper.type() |
static TypeCode |
RequestedDeadlineMissedStatusHelper.type() |
static TypeCode |
RequestedIncompatibleQosStatusHelper.type() |
static TypeCode |
ResourceLimitsQosPolicyHelper.type() |
static TypeCode |
ReturnCode_tHelper.type() |
static TypeCode |
SampleInfoHelper.type() |
static TypeCode |
SampleInfoSeqHelper.type() |
static TypeCode |
SampleLostStatusHelper.type() |
static TypeCode |
SampleRejectedStatusHelper.type() |
static TypeCode |
SampleRejectedStatusKindHelper.type() |
static TypeCode |
SampleStateKindHelper.type() |
static TypeCode |
SampleStateMaskHelper.type() |
static TypeCode |
SampleStateSeqHelper.type() |
static TypeCode |
StatusConditionHelper.type() |
static TypeCode |
StatusKindHelper.type() |
static TypeCode |
StatusKindMaskHelper.type() |
static TypeCode |
StringSeqHelper.type() |
static TypeCode |
SubscriberHelper.type() |
static TypeCode |
SubscriberListenerHelper.type() |
static TypeCode |
SubscriberQosHelper.type() |
static TypeCode |
SubscriptionBuiltinTopicDataHelper.type() |
static TypeCode |
SubscriptionMatchStatusHelper.type() |
static TypeCode |
TimeBasedFilterQosPolicyHelper.type() |
static TypeCode |
Time_tHelper.type() |
static TypeCode |
TopicBuiltinTopicDataHelper.type() |
static TypeCode |
TopicDataQosPolicyHelper.type() |
static TypeCode |
TopicDescriptionHelper.type() |
static TypeCode |
TopicHelper.type() |
static TypeCode |
TopicListenerHelper.type() |
static TypeCode |
TopicQosHelper.type() |
static TypeCode |
TopicSeqHelper.type() |
static TypeCode |
TransportPriorityQosPolicyHelper.type() |
static TypeCode |
TypeSupportHelper.type() |
static TypeCode |
UserDataQosPolicyHelper.type() |
static TypeCode |
ViewStateKindHelper.type() |
static TypeCode |
ViewStateMaskHelper.type() |
static TypeCode |
ViewStateSeqHelper.type() |
static TypeCode |
WaitSetHelper.type() |
static TypeCode |
WriterDataLifecycleQosPolicyHelper.type() |
Modifier and Type | Field and Description |
---|---|
TypeCode[] |
ExceptionListHolder.value |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ExceptionListHolder._type() |
TypeCode |
ParameterHolder._type() |
TypeCode |
ParameterListHolder._type() |
static TypeCode[] |
ExceptionListHelper.extract(Any any) |
static TypeCode[] |
ExceptionListHelper.read(InputStream _in) |
static TypeCode |
ContextListHelper.type() |
static TypeCode |
ExceptionListHelper.type() |
static TypeCode |
ParameterHelper.type() |
static TypeCode |
ParameterListHelper.type() |
static TypeCode |
RequestContextHelper.type() |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionListHelper.insert(Any any,
TypeCode[] s) |
static void |
ExceptionListHelper.write(OutputStream _out,
TypeCode[] _s) |
Constructor and Description |
---|
ExceptionListHolder(TypeCode[] initial) |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AnySeqHolder._type() |
TypeCode |
DynAnyFactoryHolder._type() |
TypeCode |
DynAnyHolder._type() |
TypeCode |
DynAnySeqHolder._type() |
TypeCode |
DynArrayHolder._type() |
TypeCode |
DynEnumHolder._type() |
TypeCode |
DynFixedHolder._type() |
TypeCode |
DynSequenceHolder._type() |
TypeCode |
DynStructHolder._type() |
TypeCode |
DynUnionHolder._type() |
TypeCode |
DynValueHolder._type() |
TypeCode |
NameDynAnyPairHolder._type() |
TypeCode |
NameDynAnyPairSeqHolder._type() |
TypeCode |
NameValuePairHolder._type() |
TypeCode |
NameValuePairSeqHolder._type() |
TypeCode |
DynAnyPOATie.get_typecode() |
TypeCode |
DynArrayPOATie.get_typecode() |
TypeCode |
DynEnumPOATie.get_typecode() |
TypeCode |
DynFixedPOATie.get_typecode() |
TypeCode |
DynSequencePOATie.get_typecode() |
TypeCode |
DynStructPOATie.get_typecode() |
TypeCode |
DynUnionPOATie.get_typecode() |
TypeCode |
DynValuePOATie.get_typecode() |
TypeCode |
_DynValueStub.get_typecode() |
TypeCode |
_DynUnionStub.get_typecode() |
TypeCode |
_DynStructStub.get_typecode() |
TypeCode |
_DynSequenceStub.get_typecode() |
TypeCode |
_DynFixedStub.get_typecode() |
TypeCode |
_DynEnumStub.get_typecode() |
TypeCode |
_DynArrayStub.get_typecode() |
TypeCode |
_DynAnyStub.get_typecode() |
TypeCode |
DynAnyOperations.get_typecode() |
TypeCode |
DynAnyPOATie.type() |
TypeCode |
DynArrayPOATie.type() |
TypeCode |
DynEnumPOATie.type() |
TypeCode |
DynFixedPOATie.type() |
TypeCode |
DynSequencePOATie.type() |
TypeCode |
DynStructPOATie.type() |
TypeCode |
DynUnionPOATie.type() |
TypeCode |
DynValuePOATie.type() |
TypeCode |
_DynValueStub.type() |
TypeCode |
_DynUnionStub.type() |
TypeCode |
_DynStructStub.type() |
TypeCode |
_DynSequenceStub.type() |
TypeCode |
_DynFixedStub.type() |
TypeCode |
_DynEnumStub.type() |
TypeCode |
_DynArrayStub.type() |
TypeCode |
_DynAnyStub.type() |
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() |
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) |
DynAny |
_DynAnyFactoryStub.create_dyn_any_from_type_code(TypeCode type) |
DynAny |
DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type) |
void |
DynAnyPOATie.insert_typecode(TypeCode value) |
void |
DynArrayPOATie.insert_typecode(TypeCode value) |
void |
DynEnumPOATie.insert_typecode(TypeCode value) |
void |
DynFixedPOATie.insert_typecode(TypeCode value) |
void |
DynSequencePOATie.insert_typecode(TypeCode value) |
void |
DynStructPOATie.insert_typecode(TypeCode value) |
void |
DynUnionPOATie.insert_typecode(TypeCode value) |
void |
DynValuePOATie.insert_typecode(TypeCode value) |
void |
_DynValueStub.insert_typecode(TypeCode value) |
void |
_DynUnionStub.insert_typecode(TypeCode value) |
void |
_DynStructStub.insert_typecode(TypeCode value) |
void |
_DynSequenceStub.insert_typecode(TypeCode value) |
void |
_DynFixedStub.insert_typecode(TypeCode value) |
void |
_DynEnumStub.insert_typecode(TypeCode value) |
void |
_DynArrayStub.insert_typecode(TypeCode value) |
void |
_DynAnyStub.insert_typecode(TypeCode value) |
void |
DynAnyOperations.insert_typecode(TypeCode value) |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
InconsistentTypeCodeHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
TypeMismatchHelper.type() |
static TypeCode |
InvalidValueHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
BufferHolder._type() |
TypeCode |
BufferListHolder._type() |
TypeCode |
ConnectionHolder._type() |
TypeCode |
ConnectionZeroCopyHolder._type() |
TypeCode |
FactoriesHolder._type() |
TypeCode |
HandleHolder._type() |
TypeCode |
ListenerHolder._type() |
TypeCode |
ObjectKeyHolder._type() |
TypeCode |
ProfileHolder._type() |
static TypeCode |
BufferHelper.type() |
static TypeCode |
BufferListHelper.type() |
static TypeCode |
ConnectionHelper.type() |
static TypeCode |
ConnectionZeroCopyHelper.type() |
static TypeCode |
FactoriesHelper.type() |
static TypeCode |
HandleHelper.type() |
static TypeCode |
ListenerHelper.type() |
static TypeCode |
ObjectKeyHelper.type() |
static TypeCode |
ProfileHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
CancelRequestHeaderHolder._type() |
TypeCode |
FragmentHeader_1_2Holder._type() |
TypeCode |
IORAddressingInfoHolder._type() |
TypeCode |
LocateReplyHeader_1_0Holder._type() |
TypeCode |
LocateReplyHeader_1_2Holder._type() |
TypeCode |
LocateRequestHeader_1_0Holder._type() |
TypeCode |
LocateRequestHeader_1_2Holder._type() |
TypeCode |
LocateStatusType_1_0Holder._type() |
TypeCode |
LocateStatusType_1_2Holder._type() |
TypeCode |
MessageHeader_1_0Holder._type() |
TypeCode |
MessageHeader_1_1Holder._type() |
TypeCode |
MsgType_1_0Holder._type() |
TypeCode |
MsgType_1_1Holder._type() |
TypeCode |
ReplyHeader_1_0Holder._type() |
TypeCode |
ReplyHeader_1_2Holder._type() |
TypeCode |
ReplyStatusType_1_0Holder._type() |
TypeCode |
ReplyStatusType_1_2Holder._type() |
TypeCode |
RequestHeader_1_0Holder._type() |
TypeCode |
RequestHeader_1_1Holder._type() |
TypeCode |
RequestHeader_1_2Holder._type() |
TypeCode |
SystemExceptionReplyBodyHolder._type() |
TypeCode |
TargetAddressHolder._type() |
TypeCode |
VersionHolder._type() |
static TypeCode |
AddressingDispositionHelper.type() |
static TypeCode |
CancelRequestHeaderHelper.type() |
static TypeCode |
FragmentHeader_1_2Helper.type() |
static TypeCode |
IORAddressingInfoHelper.type() |
static TypeCode |
LocateReplyHeader_1_0Helper.type() |
static TypeCode |
LocateReplyHeader_1_1Helper.type() |
static TypeCode |
LocateReplyHeader_1_2Helper.type() |
static TypeCode |
LocateRequestHeader_1_0Helper.type() |
static TypeCode |
LocateRequestHeader_1_1Helper.type() |
static TypeCode |
LocateRequestHeader_1_2Helper.type() |
static TypeCode |
LocateStatusType_1_0Helper.type() |
static TypeCode |
LocateStatusType_1_2Helper.type() |
static TypeCode |
MessageHeader_1_0Helper.type() |
static TypeCode |
MessageHeader_1_1Helper.type() |
static TypeCode |
MessageHeader_1_2Helper.type() |
static TypeCode |
MsgType_1_0Helper.type() |
static TypeCode |
MsgType_1_1Helper.type() |
static TypeCode |
ReplyHeader_1_0Helper.type() |
static TypeCode |
ReplyHeader_1_1Helper.type() |
static TypeCode |
ReplyHeader_1_2Helper.type() |
static TypeCode |
ReplyStatusType_1_0Helper.type() |
static TypeCode |
ReplyStatusType_1_2Helper.type() |
static TypeCode |
RequestHeader_1_0Helper.type() |
static TypeCode |
RequestHeader_1_1Helper.type() |
static TypeCode |
RequestHeader_1_2Helper.type() |
static TypeCode |
SystemExceptionReplyBodyHelper.type() |
static TypeCode |
TargetAddressHelper.type() |
static TypeCode |
VersionHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ErrorTokenHolder._type() |
TypeCode |
InitialContextTokenHolder._type() |
static TypeCode |
ErrorCodeHelper.type() |
static TypeCode |
ErrorTokenHelper.type() |
static TypeCode |
InitialContextTokenHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
BiDirIIOPServiceContextHolder._type() |
TypeCode |
ListenPointHolder._type() |
TypeCode |
ListenPointListHolder._type() |
TypeCode |
ProfileBody_1_0Holder._type() |
TypeCode |
ProfileBody_1_1Holder._type() |
TypeCode |
VersionHolder._type() |
static TypeCode |
BiDirIIOPServiceContextHelper.type() |
static TypeCode |
ListenPointHelper.type() |
static TypeCode |
ListenPointListHelper.type() |
static TypeCode |
ProfileBody_1_0Helper.type() |
static TypeCode |
ProfileBody_1_1Helper.type() |
static TypeCode |
VersionHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TaggedComponentSeqHolder._type() |
TypeCode |
CodecFactoryHolder._type() |
TypeCode |
CodecHolder._type() |
TypeCode |
EncodingHolder._type() |
TypeCode |
TaggedProfileHolder._type() |
TypeCode |
TaggedComponentHolder._type() |
TypeCode |
ServiceContextListHolder._type() |
TypeCode |
ServiceContextHolder._type() |
TypeCode |
MultipleComponentProfileHolder._type() |
TypeCode |
IORHolder._type() |
static TypeCode |
CodecHelper.type() |
static TypeCode |
EncodingFormatHelper.type() |
static TypeCode |
EncodingHelper.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 |
CodecLocalTie.decode_value(byte[] data,
TypeCode tc) |
Any |
CodecOperations.decode_value(byte[] data,
TypeCode tc) |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
UnknownEncodingHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
TypeMismatchHelper.type() |
static TypeCode |
InvalidTypeForEncodingHelper.type() |
static TypeCode |
FormatMismatchHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ExceptionHolder._type() |
TypeCode |
ExceptionHolderHolder._type() |
TypeCode |
MaxHopsPolicyHolder._type() |
TypeCode |
PolicyValueHolder._type() |
TypeCode |
PolicyValueSeqHolder._type() |
TypeCode |
PriorityRangeHolder._type() |
TypeCode |
QueueOrderPolicyHolder._type() |
TypeCode |
RebindPolicyHolder._type() |
TypeCode |
RelativeRequestTimeoutPolicyHolder._type() |
TypeCode |
RelativeRoundtripTimeoutPolicyHolder._type() |
TypeCode |
ReplyEndTimePolicyHolder._type() |
TypeCode |
ReplyHandlerHolder._type() |
TypeCode |
ReplyPriorityPolicyHolder._type() |
TypeCode |
ReplyStartTimePolicyHolder._type() |
TypeCode |
RequestEndTimePolicyHolder._type() |
TypeCode |
RequestPriorityPolicyHolder._type() |
TypeCode |
RequestStartTimePolicyHolder._type() |
TypeCode |
RoutingPolicyHolder._type() |
TypeCode |
RoutingTypeRangeHolder._type() |
TypeCode |
SyncScopePolicyHolder._type() |
static TypeCode |
ExceptionHolderHelper.type() |
static TypeCode |
MaxHopsPolicyHelper.type() |
static TypeCode |
OrderingHelper.type() |
static TypeCode |
PolicyValueHelper.type() |
static TypeCode |
PolicyValueSeqHelper.type() |
static TypeCode |
PriorityHelper.type() |
static TypeCode |
PriorityRangeHelper.type() |
static TypeCode |
QueueOrderPolicyHelper.type() |
static TypeCode |
RebindModeHelper.type() |
static TypeCode |
RebindPolicyHelper.type() |
static TypeCode |
RelativeRequestTimeoutPolicyHelper.type() |
static TypeCode |
RelativeRoundtripTimeoutPolicyHelper.type() |
static TypeCode |
ReplyEndTimePolicyHelper.type() |
static TypeCode |
ReplyHandlerHelper.type() |
static TypeCode |
ReplyPriorityPolicyHelper.type() |
static TypeCode |
ReplyStartTimePolicyHelper.type() |
static TypeCode |
RequestEndTimePolicyHelper.type() |
static TypeCode |
RequestPriorityPolicyHelper.type() |
static TypeCode |
RequestStartTimePolicyHelper.type() |
static TypeCode |
RoutingPolicyHelper.type() |
static TypeCode |
RoutingTypeHelper.type() |
static TypeCode |
RoutingTypeRangeHelper.type() |
static TypeCode |
SyncScopePolicyHelper.type() |
static TypeCode |
TimeoutHelper.type() |
static TypeCode |
SyncScopeHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ClientRequestInfoHolder._type() |
TypeCode |
ClientRequestInterceptorHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
IORInfoHolder._type() |
TypeCode |
IORInterceptorHolder._type() |
TypeCode |
InterceptorHolder._type() |
TypeCode |
ORBInitInfoHolder._type() |
TypeCode |
ORBInitializerHolder._type() |
TypeCode |
PolicyFactoryHolder._type() |
TypeCode |
RequestInfoHolder._type() |
TypeCode |
ServerRequestInfoHolder._type() |
TypeCode |
ServerRequestInterceptorHolder._type() |
TypeCode[] |
RequestInfoOperations.exceptions() |
static TypeCode |
ClientRequestInfoHelper.type() |
static TypeCode |
ClientRequestInterceptorHelper.type() |
static TypeCode |
IORInfoHelper.type() |
static TypeCode |
IORInterceptorHelper.type() |
static TypeCode |
InterceptorHelper.type() |
static TypeCode |
ORBInitInfoHelper.type() |
static TypeCode |
ORBInitializerHelper.type() |
static TypeCode |
PolicyFactoryHelper.type() |
static TypeCode |
ReplyStatusHelper.type() |
static TypeCode |
RequestInfoHelper.type() |
static TypeCode |
ServerRequestInfoHelper.type() |
static TypeCode |
ServerRequestInterceptorHelper.type() |
static TypeCode |
SlotIdHelper.type() |
static TypeCode |
InvalidSlotHelper.type() |
static TypeCode |
ForwardRequestHelper.type() |
static TypeCode |
CurrentHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
ObjectIdHelper.type() |
static TypeCode |
InvalidNameHelper.type() |
static TypeCode |
DuplicateNameHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AdapterActivatorHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
IdAssignmentPolicyHolder._type() |
TypeCode |
IdAssignmentPolicyValueHolder._type() |
TypeCode |
IdUniquenessPolicyHolder._type() |
TypeCode |
IdUniquenessPolicyValueHolder._type() |
TypeCode |
ImplicitActivationPolicyHolder._type() |
TypeCode |
ImplicitActivationPolicyValueHolder._type() |
TypeCode |
LifespanPolicyHolder._type() |
TypeCode |
LifespanPolicyValueHolder._type() |
TypeCode |
POAHolder._type() |
TypeCode |
POAListHolder._type() |
TypeCode |
POAManagerHolder._type() |
TypeCode |
RequestProcessingPolicyHolder._type() |
TypeCode |
RequestProcessingPolicyValueHolder._type() |
TypeCode |
ServantActivatorHolder._type() |
TypeCode |
ServantManagerHolder._type() |
TypeCode |
ServantRetentionPolicyHolder._type() |
TypeCode |
ServantRetentionPolicyValueHolder._type() |
TypeCode |
ThreadPolicyHolder._type() |
TypeCode |
ThreadPolicyValueHolder._type() |
static TypeCode |
AdapterActivatorHelper.type() |
static TypeCode |
IdAssignmentPolicyHelper.type() |
static TypeCode |
IdAssignmentPolicyValueHelper.type() |
static TypeCode |
IdUniquenessPolicyHelper.type() |
static TypeCode |
IdUniquenessPolicyValueHelper.type() |
static TypeCode |
ImplicitActivationPolicyHelper.type() |
static TypeCode |
ImplicitActivationPolicyValueHelper.type() |
static TypeCode |
LifespanPolicyHelper.type() |
static TypeCode |
LifespanPolicyValueHelper.type() |
static TypeCode |
ObjectIdHelper.type() |
static TypeCode |
POAListHelper.type() |
static TypeCode |
POAManagerHelper.type() |
static TypeCode |
RequestProcessingPolicyHelper.type() |
static TypeCode |
RequestProcessingPolicyValueHelper.type() |
static TypeCode |
ServantManagerHelper.type() |
static TypeCode |
ServantRetentionPolicyHelper.type() |
static TypeCode |
ServantRetentionPolicyValueHelper.type() |
static TypeCode |
ThreadPolicyHelper.type() |
static TypeCode |
ThreadPolicyValueHelper.type() |
static TypeCode |
ServantActivatorHelper.type() |
static TypeCode |
POAHelper.type() |
static TypeCode |
ForwardRequestHelper.type() |
static TypeCode |
CurrentHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
NoContextHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
StateHolder._type() |
static TypeCode |
StateHelper.type() |
static TypeCode |
AdapterInactiveHelper.type() |
Modifier and Type | Method and Description |
---|---|
static TypeCode |
AdapterInactiveHelper.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 |
ClientProtocolPolicyHolder._type() |
TypeCode |
PriorityModelHolder._type() |
TypeCode |
ProtocolHolder._type() |
TypeCode |
ProtocolListHolder._type() |
TypeCode |
ProtocolPropertiesHolder._type() |
TypeCode |
RTORBHolder._type() |
TypeCode |
TCPProtocolPropertiesHolder._type() |
static TypeCode |
ClientProtocolPolicyHelper.type() |
static TypeCode |
NativePriorityHelper.type() |
static TypeCode |
PriorityHelper.type() |
static TypeCode |
PriorityModelHelper.type() |
static TypeCode |
ProtocolHelper.type() |
static TypeCode |
ProtocolListHelper.type() |
static TypeCode |
ProtocolPropertiesHelper.type() |
static TypeCode |
RTORBHelper.type() |
static TypeCode |
TCPProtocolPropertiesHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AssociationStatusHolder._type() |
TypeCode |
AttributeListHolder._type() |
TypeCode |
AttributeTypeHolder._type() |
TypeCode |
AttributeTypeListHolder._type() |
TypeCode |
AuditCombinatorHolder._type() |
TypeCode |
AuditEventTypeHolder._type() |
TypeCode |
AuditEventTypeListHolder._type() |
TypeCode |
AuthenticationMethodListHolder._type() |
TypeCode |
AuthenticationStatusHolder._type() |
TypeCode |
CommunicationDirectionHolder._type() |
TypeCode |
CredentialTypeHolder._type() |
TypeCode |
DayOfTheWeekHolder._type() |
TypeCode |
DelegationDirectiveHolder._type() |
TypeCode |
DelegationModeHolder._type() |
TypeCode |
DelegationStateHolder._type() |
TypeCode |
EstablishTrustHolder._type() |
TypeCode |
ExtensibleFamilyHolder._type() |
TypeCode |
InvocationCredentialsTypeHolder._type() |
TypeCode |
MechandOptionsHolder._type() |
TypeCode |
MechandOptionsListHolder._type() |
TypeCode |
MechanismTypeListHolder._type() |
TypeCode |
OpaqueBufferHolder._type() |
TypeCode |
OpaqueHolder._type() |
TypeCode |
OptionsDirectionPairHolder._type() |
TypeCode |
OptionsDirectionPairListHolder._type() |
TypeCode |
QOPHolder._type() |
TypeCode |
RequiresSupportsHolder._type() |
TypeCode |
RightHolder._type() |
TypeCode |
RightsCombinatorHolder._type() |
TypeCode |
RightsListHolder._type() |
TypeCode |
SecAttributeHolder._type() |
TypeCode |
SecurityContextStateHolder._type() |
TypeCode |
SecurityContextTypeHolder._type() |
TypeCode |
SecurityFeatureHolder._type() |
TypeCode |
SecurityMechanismDataHolder._type() |
TypeCode |
SecurityMechanismDataListHolder._type() |
TypeCode |
SelectorValueHolder._type() |
TypeCode |
SelectorValueListHolder._type() |
static TypeCode |
AssociationOptionsHelper.type() |
static TypeCode |
AssociationStatusHelper.type() |
static TypeCode |
AttributeListHelper.type() |
static TypeCode |
AttributeTypeHelper.type() |
static TypeCode |
AttributeTypeListHelper.type() |
static TypeCode |
AuditChannelIdHelper.type() |
static TypeCode |
AuditCombinatorHelper.type() |
static TypeCode |
AuditEventTypeHelper.type() |
static TypeCode |
AuditEventTypeListHelper.type() |
static TypeCode |
AuthenticationMethodHelper.type() |
static TypeCode |
AuthenticationMethodListHelper.type() |
static TypeCode |
AuthenticationStatusHelper.type() |
static TypeCode |
CommunicationDirectionHelper.type() |
static TypeCode |
CredentialTypeHelper.type() |
static TypeCode |
DayOfTheWeekHelper.type() |
static TypeCode |
DelegationDirectiveHelper.type() |
static TypeCode |
DelegationModeHelper.type() |
static TypeCode |
DelegationStateHelper.type() |
static TypeCode |
EstablishTrustHelper.type() |
static TypeCode |
EventTypeHelper.type() |
static TypeCode |
ExtensibleFamilyHelper.type() |
static TypeCode |
IntervalTHelper.type() |
static TypeCode |
InvocationCredentialsTypeHelper.type() |
static TypeCode |
MechandOptionsHelper.type() |
static TypeCode |
MechandOptionsListHelper.type() |
static TypeCode |
MechanismTypeHelper.type() |
static TypeCode |
MechanismTypeListHelper.type() |
static TypeCode |
OpaqueBufferHelper.type() |
static TypeCode |
OpaqueHelper.type() |
static TypeCode |
OptionsDirectionPairHelper.type() |
static TypeCode |
OptionsDirectionPairListHelper.type() |
static TypeCode |
QOPHelper.type() |
static TypeCode |
RequiresSupportsHelper.type() |
static TypeCode |
RightHelper.type() |
static TypeCode |
RightsCombinatorHelper.type() |
static TypeCode |
RightsListHelper.type() |
static TypeCode |
SecAttributeHelper.type() |
static TypeCode |
SecurityAttributeTypeHelper.type() |
static TypeCode |
SecurityContextStateHelper.type() |
static TypeCode |
SecurityContextTypeHelper.type() |
static TypeCode |
SecurityFeatureHelper.type() |
static TypeCode |
SecurityMechanismDataHelper.type() |
static TypeCode |
SecurityMechanismDataListHelper.type() |
static TypeCode |
SecurityNameHelper.type() |
static TypeCode |
SelectorTypeHelper.type() |
static TypeCode |
SelectorValueHelper.type() |
static TypeCode |
SelectorValueListHelper.type() |
static TypeCode |
TimeTHelper.type() |
static TypeCode |
TransportTypeHelper.type() |
static TypeCode |
UtcTHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AccessPolicyHolder._type() |
TypeCode |
AuditPolicyHolder._type() |
TypeCode |
DelegationPolicyHolder._type() |
TypeCode |
DomainAccessPolicyHolder._type() |
TypeCode |
SecureInvocationPolicyHolder._type() |
static TypeCode |
AccessPolicyHelper.type() |
static TypeCode |
AuditPolicyHelper.type() |
static TypeCode |
DelegationPolicyHelper.type() |
static TypeCode |
DomainAccessPolicyHelper.type() |
static TypeCode |
SecureInvocationPolicyHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
CurrentHolder._type() |
static TypeCode |
CurrentHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
AccessDecisionHolder._type() |
TypeCode |
AuditChannelHolder._type() |
TypeCode |
AuditDecisionHolder._type() |
TypeCode |
CredentialsHolder._type() |
TypeCode |
CredentialsListHolder._type() |
TypeCode |
CurrentHolder._type() |
TypeCode |
DelegationDirectivePolicyHolder._type() |
TypeCode |
DelegationModeHolder._type() |
TypeCode |
EstablishTrustPolicyHolder._type() |
TypeCode |
InvocationCredentialsPolicyHolder._type() |
TypeCode |
MechanismPolicyHolder._type() |
TypeCode |
PrincipalAuthenticatorHolder._type() |
TypeCode |
QOPPolicyHolder._type() |
TypeCode |
ReceivedCredentialsHolder._type() |
TypeCode |
RequiredRightsHolder._type() |
static TypeCode |
AccessDecisionHelper.type() |
static TypeCode |
AuditChannelHelper.type() |
static TypeCode |
AuditDecisionHelper.type() |
static TypeCode |
CredentialsHelper.type() |
static TypeCode |
CredentialsListHelper.type() |
static TypeCode |
CurrentHelper.type() |
static TypeCode |
DelegationDirectivePolicyHelper.type() |
static TypeCode |
DelegationModeHelper.type() |
static TypeCode |
EstablishTrustPolicyHelper.type() |
static TypeCode |
InvocationCredentialsPolicyHelper.type() |
static TypeCode |
MechanismPolicyHelper.type() |
static TypeCode |
PrincipalAuthenticatorHelper.type() |
static TypeCode |
QOPPolicyHelper.type() |
static TypeCode |
ReceivedCredentialsHelper.type() |
static TypeCode |
RequiredRightsHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ClientSecurityContextHolder._type() |
TypeCode |
SecurityContextHolder._type() |
TypeCode |
ServerSecurityContextHolder._type() |
TypeCode |
VaultHolder._type() |
static TypeCode |
ClientSecurityContextHelper.type() |
static TypeCode |
SecurityContextHelper.type() |
static TypeCode |
ServerSecurityContextHelper.type() |
static TypeCode |
VaultHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
SSLHolder._type() |
static TypeCode |
SSLHelper.type() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
UtcTHolder._type() |
TypeCode |
IntervalTHolder._type() |
static TypeCode |
TimeTHelper.type() |
static TypeCode |
UtcTHelper.type() |
static TypeCode |
TdfTHelper.type() |
static TypeCode |
InaccuracyTHelper.type() |
static TypeCode |
IntervalTHelper.type() |