| 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).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AliasDef
org/omg/CORBA/AliasDef.java .
|
interface |
ArrayDef
org/omg/CORBA/ArrayDef.java .
|
interface |
EnumDef
org/omg/CORBA/EnumDef.java .
|
interface |
InterfaceDef
org/omg/CORBA/InterfaceDef.java .
|
interface |
NativeDef
org/omg/CORBA/NativeDef.java .
|
interface |
PrimitiveDef
org/omg/CORBA/PrimitiveDef.java .
|
interface |
SequenceDef
org/omg/CORBA/SequenceDef.java .
|
interface |
StringDef
org/omg/CORBA/StringDef.java .
|
interface |
StructDef
org/omg/CORBA/StructDef.java .
|
interface |
TypedefDef
org/omg/CORBA/TypedefDef.java .
|
interface |
UnionDef
org/omg/CORBA/UnionDef.java .
|
interface |
ValueBoxDef
org/omg/CORBA/ValueBoxDef.java .
|
interface |
ValueDef
org/omg/CORBA/ValueDef.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
_AliasDefStub
org/omg/CORBA/_AliasDefStub.java .
|
class |
_ArrayDefStub
org/omg/CORBA/_ArrayDefStub.java .
|
class |
_EnumDefStub
org/omg/CORBA/_EnumDefStub.java .
|
class |
_IDLTypeStub
The Stub for IDLType.
|
class |
_InterfaceDefStub
org/omg/CORBA/_InterfaceDefStub.java .
|
class |
_NativeDefStub
org/omg/CORBA/_NativeDefStub.java .
|
class |
_PrimitiveDefStub
org/omg/CORBA/_PrimitiveDefStub.java .
|
class |
_SequenceDefStub
org/omg/CORBA/_SequenceDefStub.java .
|
class |
_StringDefStub
org/omg/CORBA/_StringDefStub.java .
|
class |
_StructDefStub
org/omg/CORBA/_StructDefStub.java .
|
class |
_TypedefDefStub
org/omg/CORBA/_TypedefDefStub.java .
|
class |
_UnionDefStub
org/omg/CORBA/_UnionDefStub.java .
|
class |
_ValueBoxDefStub
org/omg/CORBA/_ValueBoxDefStub.java .
|
class |
_ValueDefStub
org/omg/CORBA/_ValueDefStub.java .
|
| Modifier and Type | Field and Description |
|---|---|
IDLType |
ParameterDescription.type_def |
IDLType |
ValueMember.type_def
The typedef that represents the IDL type of the
value
member described by this ValueMember object. |
IDLType |
UnionMember.type_def
The typedef that represents the IDL type of the union member described by this
UnionMember object. |
IDLType |
StructMember.type_def
The typedef that represents the IDL type of the struct member described by
this
StructMember object. |
| Modifier and Type | Method and Description |
|---|---|
IDLType |
UnionDefOperations.discriminator_type_def() |
IDLType |
_UnionDefStub.discriminator_type_def() |
IDLType |
UnionDefPOATie.discriminator_type_def() |
IDLType |
ArrayDefOperations.element_type_def() |
IDLType |
_ArrayDefStub.element_type_def() |
IDLType |
ArrayDefPOATie.element_type_def() |
IDLType |
SequenceDefOperations.element_type_def() |
IDLType |
_SequenceDefStub.element_type_def() |
IDLType |
SequenceDefPOATie.element_type_def() |
static IDLType |
IDLTypeHelper.extract(Any a) |
static IDLType |
IDLTypeHelper.narrow(Object obj) |
IDLType |
ValueBoxDefOperations.original_type_def() |
IDLType |
_ValueBoxDefStub.original_type_def() |
IDLType |
ValueBoxDefPOATie.original_type_def() |
IDLType |
AliasDefOperations.original_type_def() |
IDLType |
_AliasDefStub.original_type_def() |
IDLType |
AliasDefPOATie.original_type_def() |
static IDLType |
IDLTypeHelper.read(InputStream istream) |
IDLType |
OperationDefOperations.result_def() |
IDLType |
_OperationDefStub.result_def() |
IDLType |
OperationDefPOATie.result_def() |
IDLType |
ValueMemberDefOperations.type_def() |
IDLType |
_ValueMemberDefStub.type_def() |
IDLType |
ValueMemberDefPOATie.type_def() |
IDLType |
AttributeDefOperations.type_def() |
IDLType |
_AttributeDefStub.type_def() |
IDLType |
AttributeDefPOATie.type_def() |
IDLType |
ConstantDefOperations.type_def() |
IDLType |
_ConstantDefStub.type_def() |
IDLType |
ConstantDefPOATie.type_def() |
| Modifier and Type | Method and Description |
|---|---|
AliasDef |
_ValueDefStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
ValueDefPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_InterfaceDefStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
InterfaceDefPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_ExceptionDefStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
ExceptionDefPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_UnionDefStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
UnionDefPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_StructDefStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
StructDefPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_ModuleDefStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
ModuleDefPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_RepositoryStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
RepositoryPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
ContainerOperations.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
_ContainerStub.create_alias(String id,
String name,
String version,
IDLType original_type) |
AliasDef |
ContainerPOATie.create_alias(String id,
String name,
String version,
IDLType original_type) |
ArrayDef |
RepositoryOperations.create_array(int length,
IDLType element_type) |
ArrayDef |
_RepositoryStub.create_array(int length,
IDLType element_type) |
ArrayDef |
RepositoryPOATie.create_array(int length,
IDLType element_type) |
AttributeDef |
ValueDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
_ValueDefStub.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
ValueDefPOATie.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
InterfaceDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
_InterfaceDefStub.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
InterfaceDefPOATie.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
ConstantDef |
_ValueDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ValueDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_InterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
InterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ExceptionDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ExceptionDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_UnionDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
UnionDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_StructDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
StructDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ModuleDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ModuleDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_RepositoryStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
RepositoryPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ContainerOperations.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ContainerStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ContainerPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
OperationDef |
ValueDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
_ValueDefStub.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
ValueDefPOATie.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
InterfaceDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
_InterfaceDefStub.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
InterfaceDefPOATie.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
SequenceDef |
RepositoryOperations.create_sequence(int bound,
IDLType element_type) |
SequenceDef |
_RepositoryStub.create_sequence(int bound,
IDLType element_type) |
SequenceDef |
RepositoryPOATie.create_sequence(int bound,
IDLType element_type) |
UnionDef |
_ValueDefStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
ValueDefPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_InterfaceDefStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
InterfaceDefPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_ExceptionDefStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
ExceptionDefPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_UnionDefStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
UnionDefPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_StructDefStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
StructDefPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_ModuleDefStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
ModuleDefPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_RepositoryStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
RepositoryPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
ContainerOperations.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
_ContainerStub.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
UnionDef |
ContainerPOATie.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
ValueBoxDef |
_ValueDefStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
ValueDefPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_InterfaceDefStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
InterfaceDefPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_ExceptionDefStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
ExceptionDefPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_UnionDefStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
UnionDefPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_StructDefStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
StructDefPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_ModuleDefStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
ModuleDefPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_RepositoryStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
RepositoryPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
ContainerOperations.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
_ContainerStub.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueBoxDef |
ContainerPOATie.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueMemberDef |
ValueDefOperations.create_value_member(String id,
String name,
String version,
IDLType type_def,
short access) |
ValueMemberDef |
_ValueDefStub.create_value_member(String id,
String name,
String version,
IDLType type_def,
short access) |
ValueMemberDef |
ValueDefPOATie.create_value_member(String id,
String name,
String version,
IDLType type_def,
short access) |
void |
UnionDefOperations.discriminator_type_def(IDLType newDiscriminator_type_def) |
void |
_UnionDefStub.discriminator_type_def(IDLType newDiscriminator_type_def) |
void |
UnionDefPOATie.discriminator_type_def(IDLType newDiscriminator_type_def) |
void |
ArrayDefOperations.element_type_def(IDLType newElement_type_def) |
void |
_ArrayDefStub.element_type_def(IDLType newElement_type_def) |
void |
ArrayDefPOATie.element_type_def(IDLType newElement_type_def) |
void |
SequenceDefOperations.element_type_def(IDLType newElement_type_def) |
void |
_SequenceDefStub.element_type_def(IDLType newElement_type_def) |
void |
SequenceDefPOATie.element_type_def(IDLType newElement_type_def) |
static void |
IDLTypeHelper.insert(Any a,
IDLType that) |
void |
ValueBoxDefOperations.original_type_def(IDLType newOriginal_type_def) |
void |
_ValueBoxDefStub.original_type_def(IDLType newOriginal_type_def) |
void |
ValueBoxDefPOATie.original_type_def(IDLType newOriginal_type_def) |
void |
AliasDefOperations.original_type_def(IDLType newOriginal_type_def) |
void |
_AliasDefStub.original_type_def(IDLType newOriginal_type_def) |
void |
AliasDefPOATie.original_type_def(IDLType newOriginal_type_def) |
void |
OperationDefOperations.result_def(IDLType newResult_def) |
void |
_OperationDefStub.result_def(IDLType newResult_def) |
void |
OperationDefPOATie.result_def(IDLType newResult_def) |
void |
ValueMemberDefOperations.type_def(IDLType newType_def) |
void |
_ValueMemberDefStub.type_def(IDLType newType_def) |
void |
ValueMemberDefPOATie.type_def(IDLType newType_def) |
void |
AttributeDefOperations.type_def(IDLType newType_def) |
void |
_AttributeDefStub.type_def(IDLType newType_def) |
void |
AttributeDefPOATie.type_def(IDLType newType_def) |
void |
ConstantDefOperations.type_def(IDLType newType_def) |
void |
_ConstantDefStub.type_def(IDLType newType_def) |
void |
ConstantDefPOATie.type_def(IDLType newType_def) |
static void |
IDLTypeHelper.write(OutputStream ostream,
IDLType value) |
| Constructor and Description |
|---|
ParameterDescription(String _name,
TypeCode _type,
IDLType _type_def,
ParameterMode _mode) |
StructMember(String __name,
TypeCode __type,
IDLType __type_def)
Constructs a
StructMember object initialized with the
given values. |
UnionMember(String __name,
Any __label,
TypeCode __type,
IDLType __type_def)
Constructs a new
UnionMember object with its fields initialized
to the given values. |
ValueMember(String __name,
String __id,
String __defined_in,
String __version,
TypeCode __type,
IDLType __type_def,
short __access)
Constructs a
ValueMember object initialized with
the given values. |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.