Uses of Class
org.omg.CORBA.DefinitionKind
-
Packages that use DefinitionKind Package Description com.sun.org.omg.CORBA org.glassfish.corba.org.omg.CORBA org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.ContainedPackage org.omg.CORBA.ContainerPackage -
-
Uses of DefinitionKind in com.sun.org.omg.CORBA
Methods in com.sun.org.omg.CORBA that return DefinitionKind Modifier and Type Method Description DefinitionKind
IRObjectOperations. def_kind()
static DefinitionKind
DefinitionKindHelper. extract(Any a)
static DefinitionKind
DefinitionKindHelper. read(InputStream istream)
Methods in com.sun.org.omg.CORBA with parameters of type DefinitionKind Modifier and Type Method Description static void
DefinitionKindHelper. insert(Any a, DefinitionKind that)
static void
DefinitionKindHelper. write(OutputStream ostream, DefinitionKind value)
-
Uses of DefinitionKind in org.glassfish.corba.org.omg.CORBA
Methods in org.glassfish.corba.org.omg.CORBA that return DefinitionKind Modifier and Type Method Description DefinitionKind
_IDLTypeStub. def_kind()
-
Uses of DefinitionKind in org.omg.CORBA
Fields in org.omg.CORBA declared as DefinitionKind Modifier and Type Field Description static DefinitionKind
DefinitionKind. dk_AbstractInterface
The static instance ofDefinitionKind
indicating that an Interface Repository object represents an abstract interface.static DefinitionKind
DefinitionKind. dk_Alias
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Alias.static DefinitionKind
DefinitionKind. dk_all
The wildcardDefinitionKind
constant, useful in all occasions where anyDefinitionKind
is appropriate.static DefinitionKind
DefinitionKind. dk_Array
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Array.static DefinitionKind
DefinitionKind. dk_Attribute
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Attribute.static DefinitionKind
DefinitionKind. dk_Constant
The static instance ofDefinitionKind
indicating that an Interface Repository object is a constant.static DefinitionKind
DefinitionKind. dk_Enum
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Enum.static DefinitionKind
DefinitionKind. dk_Exception
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Exception.static DefinitionKind
DefinitionKind. dk_Fixed
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Fixed value.static DefinitionKind
DefinitionKind. dk_Interface
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Interface.static DefinitionKind
DefinitionKind. dk_Module
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Module.static DefinitionKind
DefinitionKind. dk_Native
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Native value.static DefinitionKind
DefinitionKind. dk_none
The static instance ofDefinitionKind
indicating that an Interface Repository object has no definition kind.static DefinitionKind
DefinitionKind. dk_Operation
The static instance ofDefinitionKind
indicating that an Interface Repository object is an Operation.static DefinitionKind
DefinitionKind. dk_Primitive
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Primitive.static DefinitionKind
DefinitionKind. dk_Repository
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Repository.static DefinitionKind
DefinitionKind. dk_Sequence
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Sequence.static DefinitionKind
DefinitionKind. dk_String
The static instance ofDefinitionKind
indicating that an Interface Repository object is a String.static DefinitionKind
DefinitionKind. dk_Struct
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Struct.static DefinitionKind
DefinitionKind. dk_Typedef
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Typedef.static DefinitionKind
DefinitionKind. dk_Union
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Union.static DefinitionKind
DefinitionKind. dk_Value
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Value.static DefinitionKind
DefinitionKind. dk_ValueBox
The static instance ofDefinitionKind
indicating that an Interface Repository object is a ValueBox.static DefinitionKind
DefinitionKind. dk_ValueMember
The static instance ofDefinitionKind
indicating that an Interface Repository object is a ValueMember.static DefinitionKind
DefinitionKind. dk_Wstring
The static instance ofDefinitionKind
indicating that an Interface Repository object is a Wstring.Methods in org.omg.CORBA that return DefinitionKind Modifier and Type Method Description DefinitionKind
_AliasDefStub. def_kind()
DefinitionKind
_ArrayDefStub. def_kind()
DefinitionKind
_AttributeDefStub. def_kind()
DefinitionKind
_ConstantDefStub. def_kind()
DefinitionKind
_ContainedStub. def_kind()
DefinitionKind
_ContainerStub. def_kind()
DefinitionKind
_EnumDefStub. def_kind()
DefinitionKind
_ExceptionDefStub. def_kind()
DefinitionKind
_IDLTypeStub. def_kind()
DefinitionKind
_InterfaceDefStub. def_kind()
DefinitionKind
_ModuleDefStub. def_kind()
DefinitionKind
_NativeDefStub. def_kind()
DefinitionKind
_OperationDefStub. def_kind()
DefinitionKind
_PrimitiveDefStub. def_kind()
DefinitionKind
_RepositoryStub. def_kind()
DefinitionKind
_SequenceDefStub. def_kind()
DefinitionKind
_StringDefStub. def_kind()
DefinitionKind
_StructDefStub. def_kind()
DefinitionKind
_TypedefDefStub. def_kind()
DefinitionKind
_UnionDefStub. def_kind()
DefinitionKind
_ValueBoxDefStub. def_kind()
DefinitionKind
_ValueDefStub. def_kind()
DefinitionKind
_ValueMemberDefStub. def_kind()
DefinitionKind
AliasDefPOATie. def_kind()
DefinitionKind
ArrayDefPOATie. def_kind()
DefinitionKind
AttributeDefPOATie. def_kind()
DefinitionKind
ConstantDefPOATie. def_kind()
DefinitionKind
ContainedPOATie. def_kind()
DefinitionKind
ContainerPOATie. def_kind()
DefinitionKind
EnumDefPOATie. def_kind()
DefinitionKind
ExceptionDefPOATie. def_kind()
DefinitionKind
InterfaceDefPOATie. def_kind()
DefinitionKind
IRObjectOperations. def_kind()
Returns theDefinitionKind
corresponding to this Interface Repository object.DefinitionKind
ModuleDefPOATie. def_kind()
DefinitionKind
NativeDefPOATie. def_kind()
DefinitionKind
OperationDefPOATie. def_kind()
DefinitionKind
PrimitiveDefPOATie. def_kind()
DefinitionKind
RepositoryPOATie. def_kind()
DefinitionKind
SequenceDefPOATie. def_kind()
DefinitionKind
StringDefPOATie. def_kind()
DefinitionKind
StructDefPOATie. def_kind()
DefinitionKind
TypedefDefPOATie. def_kind()
DefinitionKind
UnionDefPOATie. def_kind()
DefinitionKind
ValueBoxDefPOATie. def_kind()
DefinitionKind
ValueDefPOATie. def_kind()
DefinitionKind
ValueMemberDefPOATie. def_kind()
static DefinitionKind
DefinitionKindHelper. extract(Any a)
static DefinitionKind
DefinitionKind. from_int(int i)
Creates aDefinitionKind
instance corresponding to the given code .static DefinitionKind
DefinitionKindHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type DefinitionKind Modifier and Type Method Description Contained[]
_ContainerStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_ExceptionDefStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_InterfaceDefStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_ModuleDefStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_RepositoryStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_StructDefStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_UnionDefStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_ValueDefStub. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ContainerOperations. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ContainerPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ExceptionDefPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
InterfaceDefPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ModuleDefPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
RepositoryPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
StructDefPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
UnionDefPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ValueDefPOATie. contents(DefinitionKind limit_type, boolean exclude_inherited)
Description[]
_ContainerStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_ExceptionDefStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_InterfaceDefStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_ModuleDefStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_RepositoryStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_StructDefStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_UnionDefStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
_ValueDefStub. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
ContainerOperations. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
ContainerPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
ExceptionDefPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
InterfaceDefPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
ModuleDefPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
RepositoryPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
StructDefPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
UnionDefPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
Description[]
ValueDefPOATie. describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
static void
DefinitionKindHelper. insert(Any a, DefinitionKind that)
Contained[]
_ContainerStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_ExceptionDefStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_InterfaceDefStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_ModuleDefStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_RepositoryStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_StructDefStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_UnionDefStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
_ValueDefStub. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ContainerOperations. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ContainerPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ExceptionDefPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
InterfaceDefPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ModuleDefPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
RepositoryPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
StructDefPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
UnionDefPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
Contained[]
ValueDefPOATie. lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
static void
DefinitionKindHelper. write(OutputStream ostream, DefinitionKind value)
-
Uses of DefinitionKind in org.omg.CORBA.ContainedPackage
Fields in org.omg.CORBA.ContainedPackage declared as DefinitionKind Modifier and Type Field Description DefinitionKind
Description. kind
Constructors in org.omg.CORBA.ContainedPackage with parameters of type DefinitionKind Constructor Description Description(DefinitionKind _kind, Any _value)
-
Uses of DefinitionKind in org.omg.CORBA.ContainerPackage
Fields in org.omg.CORBA.ContainerPackage declared as DefinitionKind Modifier and Type Field Description DefinitionKind
Description. kind
Constructors in org.omg.CORBA.ContainerPackage with parameters of type DefinitionKind Constructor Description Description(Contained _contained_object, DefinitionKind _kind, Any _value)
-