Uses of Class
org.omg.CORBA.TCKind
-
Packages that use TCKind Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.dynamicany com.sun.corba.ee.impl.io com.sun.corba.ee.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 -
-
Uses of TCKind in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba that return TCKind Modifier and Type Method Description TCKind
TypeCodeImpl. kind()
-
Uses of TCKind in com.sun.corba.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany that return TCKind Modifier and Type Method Description TCKind
DynAnyComplexImpl. current_member_kind()
TCKind
DynUnionImpl. discriminator_kind()
TCKind
DynUnionImpl. member_kind()
-
Uses of TCKind in com.sun.corba.ee.impl.io
Methods in com.sun.corba.ee.impl.io that return TCKind Modifier and Type Method Description (package private) TCKind
ValueHandlerImpl. getJavaCharTCKind()
Our JDK 1.3 and JDK 1.3.1 behavior subclasses override this. -
Uses of TCKind in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb with parameters of type TCKind Modifier and Type Method Description TypeCode
ORBImpl. get_primitive_tc(TCKind tcKind)
Get the TypeCode for a primitive type.TypeCode
ORBSingleton. get_primitive_tc(TCKind tckind)
-
Uses of TCKind in org.omg.CORBA
Fields in org.omg.CORBA declared as TCKind Modifier and Type Field Description static TCKind
TCKind. tk_abstract_interface
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_abstract_interface
.static TCKind
TCKind. tk_alias
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_alias
.static TCKind
TCKind. tk_any
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_any
.static TCKind
TCKind. tk_array
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_array
.static TCKind
TCKind. tk_boolean
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_boolean
.static TCKind
TCKind. tk_char
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_char
.static TCKind
TCKind. tk_double
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_double
.static TCKind
TCKind. tk_enum
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_enum
.static TCKind
TCKind. tk_except
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_except
.static TCKind
TCKind. tk_fixed
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_fixed
.static TCKind
TCKind. tk_float
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_float
.static TCKind
TCKind. tk_long
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_long
.static TCKind
TCKind. tk_longdouble
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_longdouble
.static TCKind
TCKind. tk_longlong
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_longlong
.static TCKind
TCKind. tk_native
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_native
.static TCKind
TCKind. tk_null
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_null
.static TCKind
TCKind. tk_objref
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_objref
.static TCKind
TCKind. tk_octet
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_octet
.static TCKind
TCKind. tk_Principal
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_Principal
.static TCKind
TCKind. tk_sequence
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_sequence
.static TCKind
TCKind. tk_short
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_short
.static TCKind
TCKind. tk_string
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_string
.static TCKind
TCKind. tk_struct
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_struct
.static TCKind
TCKind. tk_TypeCode
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_TypeCode
.static TCKind
TCKind. tk_ulong
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_ulong
.static TCKind
TCKind. tk_ulonglong
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_ulonglong
.static TCKind
TCKind. tk_union
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_union
.static TCKind
TCKind. tk_ushort
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_ushort
.static TCKind
TCKind. tk_value
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_value
.static TCKind
TCKind. tk_value_box
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_value_box
.static TCKind
TCKind. tk_void
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_void
.static TCKind
TCKind. tk_wchar
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_wchar
.static TCKind
TCKind. tk_wstring
TheTCKind
constant whosevalue
field is initialized withTCKind._tk_wstring
.Methods in org.omg.CORBA that return TCKind Modifier and Type Method Description TCKind
DynStruct. current_member_kind()
Deprecated.Returns theTCKind
object that describes the kind of the current member.TCKind
DynValue. current_member_kind()
Deprecated.Returns theTCKind
object that describes the current member.TCKind
DynUnion. discriminator_kind()
Deprecated.Returns the TCKind object associated with the discriminator of this union.static TCKind
TCKind. from_int(int i)
Converts the givenint
to the correspondingTCKind
instance.abstract TCKind
TypeCode. kind()
Retrieves the kind of thisTypeCode
object.TCKind
DynUnion. member_kind()
Deprecated.Returns the TCKind associated with the member of this union.Methods in org.omg.CORBA with parameters of type TCKind Modifier and Type Method Description abstract TypeCode
ORB. get_primitive_tc(TCKind tcKind)
Retrieves theTypeCode
object that represents the given primitive IDL type. -
Uses of TCKind in org.omg.DynamicAny
Methods in org.omg.DynamicAny that return TCKind Modifier and Type Method Description TCKind
_DynStructStub. 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
DynStructOperations. 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
DynValueOperations. current_member_kind()
Returns the TCKind associated with the member at the current position.TCKind
DynValuePOATie. current_member_kind()
Returns the TCKind associated with the member at the current position.TCKind
_DynUnionStub. discriminator_kind()
Returns the TCKind value of the discriminator's TypeCode.TCKind
DynUnionOperations. discriminator_kind()
Returns the TCKind value of the discriminator's TypeCode.TCKind
DynUnionPOATie. discriminator_kind()
Returns the TCKind value of the discriminator's 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.TCKind
DynUnionPOATie. member_kind()
Returns the TCKind value of the currently active members TypeCode.
-