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.InterfaceDefPackage | |
org.omg.CORBA.ValueDefPackage |
Modifier and Type | Field and Description |
---|---|
AttributeDescription |
AttributeDescriptionHolder.value |
AttributeDescription[] |
AttrDescriptionSeqHolder.value |
Modifier and Type | Method and Description |
---|---|
static AttributeDescription |
AttributeDescriptionHelper.extract(Any a) |
static AttributeDescription[] |
AttrDescriptionSeqHelper.extract(Any a) |
static AttributeDescription |
AttributeDescriptionHelper.read(InputStream istream) |
static AttributeDescription[] |
AttrDescriptionSeqHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
AttributeDescriptionHelper.insert(Any a,
AttributeDescription that) |
static void |
AttrDescriptionSeqHelper.insert(Any a,
AttributeDescription[] that) |
static void |
AttributeDescriptionHelper.write(OutputStream ostream,
AttributeDescription value) |
static void |
AttrDescriptionSeqHelper.write(OutputStream ostream,
AttributeDescription[] value) |
Constructor and Description |
---|
AttrDescriptionSeqHolder(AttributeDescription[] initialValue) |
AttributeDescriptionHolder(AttributeDescription initialValue) |
Modifier and Type | Field and Description |
---|---|
AttributeDescription[] |
FullInterfaceDescription.attributes |
Constructor and Description |
---|
FullInterfaceDescription(String _name,
String _id,
String _defined_in,
String _version,
OperationDescription[] _operations,
AttributeDescription[] _attributes,
String[] _base_interfaces,
TypeCode _type,
boolean _is_abstract) |
Modifier and Type | Field and Description |
---|---|
AttributeDescription[] |
FullValueDescription.attributes |
Constructor and Description |
---|
FullValueDescription(String _name,
String _id,
boolean _is_abstract,
boolean _is_custom,
String _defined_in,
String _version,
OperationDescription[] _operations,
AttributeDescription[] _attributes,
ValueMember[] _members,
Initializer[] _initializers,
String[] _supported_interfaces,
String[] _abstract_base_values,
boolean _is_truncatable,
String _base_value,
TypeCode _type) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.