| Package | Description |
|---|---|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM 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 | Field and Description |
|---|---|
ServiceInformation |
ServiceInformationHolder.value
The
ServiceInformation value held by this
ServiceInformationHolder object in its
value field.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceInformation |
ServiceInformationHelper.extract(Any
|
static ServiceInformation |
ServiceInformationHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceInformationHelper.insert(Any
|
static void |
ServiceInformationHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
ServiceInformationHolder(ServiceInformation
Constructs a new
ServiceInformationHolder object with its
value field initialized to the given
ServiceInformation object.
|