Uses of Class
org.omg.CORBA.ContainedPackage.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.ContainedPackage -
-
Uses of Description in org.omg.CORBA
Methods in org.omg.CORBA that return Description Modifier and Type Method Description Description
_AliasDefStub. describe()
Description
_AttributeDefStub. describe()
Description
_ConstantDefStub. describe()
Description
_ContainedStub. describe()
Description
_EnumDefStub. describe()
Description
_ExceptionDefStub. describe()
Description
_InterfaceDefStub. describe()
Description
_ModuleDefStub. describe()
Description
_NativeDefStub. describe()
Description
_OperationDefStub. describe()
Description
_StructDefStub. describe()
Description
_TypedefDefStub. describe()
Description
_UnionDefStub. describe()
Description
_ValueDefStub. describe()
Description
_ValueMemberDefStub. describe()
Description
AliasDefPOATie. describe()
Description
AttributeDefPOATie. describe()
Description
ConstantDefPOATie. describe()
Description
ContainedOperations. describe()
Description
ContainedPOATie. describe()
Description
EnumDefPOATie. describe()
Description
ExceptionDefPOATie. describe()
Description
InterfaceDefPOATie. describe()
Description
ModuleDefPOATie. describe()
Description
NativeDefPOATie. describe()
Description
OperationDefPOATie. describe()
Description
StructDefPOATie. describe()
Description
TypedefDefPOATie. describe()
Description
UnionDefPOATie. describe()
Description
ValueDefPOATie. describe()
Description
ValueMemberDefPOATie. describe()
-
Uses of Description in org.omg.CORBA.ContainedPackage
Fields in org.omg.CORBA.ContainedPackage declared as Description Modifier and Type Field Description Description
DescriptionHolder. value
Methods in org.omg.CORBA.ContainedPackage that return Description Modifier and Type Method Description static Description
DescriptionHelper. extract(Any a)
static Description
DescriptionHelper. read(InputStream istream)
Methods in org.omg.CORBA.ContainedPackage with parameters of type Description Modifier and Type Method Description static void
DescriptionHelper. insert(Any a, Description that)
static void
DescriptionHelper. write(OutputStream ostream, Description value)
Constructors in org.omg.CORBA.ContainedPackage with parameters of type Description Constructor Description DescriptionHolder(Description initialValue)
-