| 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 | Field and Description |
|---|---|
ExceptionDescription[] |
OperationDescription.exceptions |
ExceptionDescription[] |
ExcDescriptionSeqHolder.value |
ExceptionDescription |
ExceptionDescriptionHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionDescription[] |
ExcDescriptionSeqHelper.extract(Any a) |
static ExceptionDescription |
ExceptionDescriptionHelper.extract(Any a) |
static ExceptionDescription[] |
ExcDescriptionSeqHelper.read(InputStream istream) |
static ExceptionDescription |
ExceptionDescriptionHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExceptionDescriptionHelper.insert(Any a,
ExceptionDescription that) |
static void |
ExcDescriptionSeqHelper.insert(Any a,
ExceptionDescription[] that) |
static void |
ExceptionDescriptionHelper.write(OutputStream ostream,
ExceptionDescription value) |
static void |
ExcDescriptionSeqHelper.write(OutputStream ostream,
ExceptionDescription[] value) |
| Constructor and Description |
|---|
ExcDescriptionSeqHolder(ExceptionDescription[] initialValue) |
ExceptionDescriptionHolder(ExceptionDescription initialValue) |
OperationDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _result,
OperationMode _mode,
String[] _contexts,
ParameterDescription[] _parameters,
ExceptionDescription[] _exceptions) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.