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.ComponentIR | |
org.omg.CORBA.ContainerPackage |
Modifier and Type | Method and Description |
---|---|
Description[] |
_ValueDefStub.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[] |
_StructDefStub.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[] |
_ModuleDefStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_LocalInterfaceDefStub.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[] |
_ExtValueDefStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_ExtLocalInterfaceDefStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_ExtInterfaceDefStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_ExtAbstractInterfaceDefStub.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[] |
_ContainerStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_AbstractInterfaceDefStub.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) |
Description[] |
UnionDefPOATie.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[] |
RepositoryPOATie.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[] |
LocalInterfaceDefPOATie.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[] |
ExtValueDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
ExtLocalInterfaceDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
ExtInterfaceDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
ExtAbstractInterfaceDefPOATie.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[] |
ContainerPOATie.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[] |
AbstractInterfaceDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Modifier and Type | Method and Description |
---|---|
Description[] |
_RepositoryStub.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[] |
_HomeDefStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_EventDefStub.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
_ComponentDefStub.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[] |
ModuleDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
HomeDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
EventDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description[] |
ComponentDefPOATie.describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Modifier and Type | Field and Description |
---|---|
Description[] |
DescriptionSeqHolder.value |
Description |
DescriptionHolder.value |
Modifier and Type | Method and Description |
---|---|
static Description[] |
DescriptionSeqHelper.extract(Any a) |
static Description |
DescriptionHelper.extract(Any a) |
static Description[] |
DescriptionSeqHelper.read(InputStream istream) |
static Description |
DescriptionHelper.read(InputStream istream) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
DescriptionHolder(Description initialValue) |
DescriptionSeqHolder(Description[] initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.