Package | Description |
---|---|
com.sun.corba.se.impl.corba | |
com.sun.corba.se.impl.dynamicany | |
com.sun.corba.se.impl.orb | |
org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
|
org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value
associated with an
any at
runtime, and extraction of the primitive constituents of the data value. |
Modifier and Type | Method and Description |
---|---|
TCKind |
TypeCodeImpl.kind() |
Modifier and Type | Method and Description |
---|---|
TCKind |
DynUnionImpl.discriminator_kind() |
TCKind |
DynUnionImpl.member_kind() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
ORBSingleton.get_primitive_tc(TCKind tckind) |
TypeCode |
ORBImpl.get_primitive_tc(TCKind tcKind)
Get the TypeCode for a primitive type.
|
Modifier and Type | Field and Description |
---|---|
static TCKind |
TCKind.tk_abstract_interface |
static TCKind |
TCKind.tk_alias |
static TCKind |
TCKind.tk_any |
static TCKind |
TCKind.tk_array |
static TCKind |
TCKind.tk_boolean |
static TCKind |
TCKind.tk_char |
static TCKind |
TCKind.tk_double |
static TCKind |
TCKind.tk_enum |
static TCKind |
TCKind.tk_except |
static TCKind |
TCKind.tk_fixed |
static TCKind |
TCKind.tk_float |
static TCKind |
TCKind.tk_long |
static TCKind |
TCKind.tk_longdouble |
static TCKind |
TCKind.tk_longlong |
static TCKind |
TCKind.tk_native |
static TCKind |
TCKind.tk_null |
static TCKind |
TCKind.tk_objref |
static TCKind |
TCKind.tk_octet |
static TCKind |
TCKind.tk_Principal |
static TCKind |
TCKind.tk_sequence |
static TCKind |
TCKind.tk_short |
static TCKind |
TCKind.tk_string |
static TCKind |
TCKind.tk_struct |
static TCKind |
TCKind.tk_TypeCode |
static TCKind |
TCKind.tk_ulong |
static TCKind |
TCKind.tk_ulonglong |
static TCKind |
TCKind.tk_union |
static TCKind |
TCKind.tk_ushort |
static TCKind |
TCKind.tk_value |
static TCKind |
TCKind.tk_value_box |
static TCKind |
TCKind.tk_void |
static TCKind |
TCKind.tk_wchar |
static TCKind |
TCKind.tk_wstring |
TCKind |
TCKindHolder.value |
Modifier and Type | Method and Description |
---|---|
TCKind |
DynValue.current_member_kind()
Deprecated.
Returns the
TCKind object that describes the current member. |
TCKind |
DynStruct.current_member_kind()
Deprecated.
Returns the
TCKind object that describes the kind of
the current member. |
TCKind |
DynUnion.discriminator_kind()
Deprecated.
Returns the TCKind object associated with the discriminator of this union.
|
static TCKind |
TCKindHelper.extract(Any a) |
static TCKind |
TCKind.from_int(int value) |
abstract TCKind |
TypeCode.kind()
Retrieves the kind of this
TypeCode object. |
TCKind |
DynUnion.member_kind()
Deprecated.
Returns the TCKind associated with the member of this union.
|
static TCKind |
TCKindHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
abstract TypeCode |
ORB.get_primitive_tc(TCKind tcKind)
Retrieves the
TypeCode object that represents
the given primitive IDL type. |
static void |
TCKindHelper.insert(Any a,
TCKind that) |
static void |
TCKindHelper.write(OutputStream ostream,
TCKind value) |
Constructor and Description |
---|
TCKindHolder(TCKind initialValue) |
Modifier and Type | Method and Description |
---|---|
TCKind |
DynValuePOATie.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynStructPOATie.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
_DynValueStub.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
_DynStructStub.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynValueOperations.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynStructOperations.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynUnionPOATie.discriminator_kind()
Returns the TCKind value of the discriminators TypeCode.
|
TCKind |
_DynUnionStub.discriminator_kind()
Returns the TCKind value of the discriminators TypeCode.
|
TCKind |
DynUnionOperations.discriminator_kind()
Returns the TCKind value of the discriminators TypeCode.
|
TCKind |
DynUnionPOATie.member_kind()
Returns the TCKind value of the currently active members TypeCode.
|
TCKind |
_DynUnionStub.member_kind()
Returns the TCKind value of the currently active members TypeCode.
|
TCKind |
DynUnionOperations.member_kind()
Returns the TCKind value of the currently active members TypeCode.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.