| 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 |
| Modifier and Type | Field and Description |
|---|---|
ValueDescription |
ValueDescriptionHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ValueDescription |
ValueDescriptionHelper.extract(Any a) |
static ValueDescription |
ValueDescriptionHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValueDescriptionHelper.insert(Any a,
ValueDescription that) |
static void |
ValueDescriptionHelper.write(OutputStream ostream,
ValueDescription value) |
| Constructor and Description |
|---|
ValueDescriptionHolder(ValueDescription initialValue) |
| Modifier and Type | Field and Description |
|---|---|
ValueDescription |
HomeDescription.primary_key |
| Constructor and Description |
|---|
HomeDescription(String _name,
String _id,
String _defined_in,
String _version,
String _base_home,
String _managed_component,
ValueDescription _primary_key,
OperationDescription[] _factories,
OperationDescription[] _finders,
OperationDescription[] _operations,
ExtAttributeDescription[] _attributes,
TypeCode _type) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.