Uses of Class
org.omg.CORBA.ContainerPackage.Description
-
Packages that use Description Package Description 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.ContainerPackage -
-
Uses of Description in org.omg.CORBA
Methods in org.omg.CORBA that return Description Modifier and Type Method Description 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)
-
Uses of Description in org.omg.CORBA.ContainerPackage
Fields in org.omg.CORBA.ContainerPackage declared as Description Modifier and Type Field Description Description
DescriptionHolder. value
Description[]
DescriptionSeqHolder. value
Methods in org.omg.CORBA.ContainerPackage that return Description Modifier and Type Method Description static Description
DescriptionHelper. extract(Any a)
static Description[]
DescriptionSeqHelper. extract(Any a)
static Description
DescriptionHelper. read(InputStream istream)
static Description[]
DescriptionSeqHelper. read(InputStream istream)
Methods in org.omg.CORBA.ContainerPackage with parameters of type Description Modifier and Type Method Description static void
DescriptionHelper. insert(Any a, Description that)
static void
DescriptionSeqHelper. insert(Any a, Description[] that)
static void
DescriptionHelper. write(OutputStream ostream, Description value)
static void
DescriptionSeqHelper. write(OutputStream ostream, Description[] value)
Constructors in org.omg.CORBA.ContainerPackage with parameters of type Description Constructor Description DescriptionHolder(Description initialValue)
DescriptionSeqHolder(Description[] initialValue)
-