Package | Description |
---|---|
org.jacorb.ir | |
org.omg.CORBA |
Modifier and Type | Method and Description |
---|---|
ExceptionDescription |
ExceptionDef.describe_exception() |
Modifier and Type | Method and Description |
---|---|
void |
IdlWriter.printException(ExceptionDescription e,
int indentation)
print an IDL exception def
|
Modifier and Type | Field and Description |
---|---|
ExceptionDescription[] |
OperationDescription.exceptions |
ExceptionDescription[] |
ExcDescriptionSeqHolder.value |
ExceptionDescription |
ExceptionDescriptionHolder.value |
Modifier and Type | Method and Description |
---|---|
static ExceptionDescription |
ExceptionDescriptionHelper.extract(Any any) |
static ExceptionDescription[] |
ExcDescriptionSeqHelper.extract(Any any) |
static ExceptionDescription |
ExceptionDescriptionHelper.read(InputStream in) |
static ExceptionDescription[] |
ExcDescriptionSeqHelper.read(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionDescriptionHelper.insert(Any any,
ExceptionDescription s) |
static void |
ExcDescriptionSeqHelper.insert(Any any,
ExceptionDescription[] s) |
static void |
ExceptionDescriptionHelper.write(OutputStream out,
ExceptionDescription s) |
static void |
ExcDescriptionSeqHelper.write(OutputStream _out,
ExceptionDescription[] _s) |
Constructor and Description |
---|
ExcDescriptionSeqHolder(ExceptionDescription[] initial) |
ExceptionDescriptionHolder(ExceptionDescription initial) |
OperationDescription(String name,
String id,
String defined_in,
String version,
TypeCode result,
OperationMode mode,
String[] contexts,
ParameterDescription[] parameters,
ExceptionDescription[] exceptions) |
Copyright © 2017 JacORB. All rights reserved.