Package | Description |
---|---|
org.omg.CORBA |
Modifier and Type | Field and Description |
---|---|
ExceptionDef[] |
ExceptionDefSeqHolder.value |
ExceptionDef |
ExceptionDefHolder.value |
Modifier and Type | Method and Description |
---|---|
ExceptionDef |
ContainerOperations.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef[] |
OperationDefOperations.exceptions() |
static ExceptionDef[] |
ExceptionDefSeqHelper.extract(Any any) |
static ExceptionDef |
ExceptionDefHelper.extract(Any any) |
static ExceptionDef |
ExceptionDefHelper.narrow(Object obj) |
static ExceptionDef[] |
ExceptionDefSeqHelper.read(InputStream _in) |
static ExceptionDef |
ExceptionDefHelper.read(InputStream in) |
static ExceptionDef |
ExceptionDefHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
ExtAttributeDef |
ExtValueDefOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
ExtAttributeDef |
ExtValueDefOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
ExtAttributeDef |
InterfaceAttrExtensionOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
ExtAttributeDef |
InterfaceAttrExtensionOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
OperationDef |
InterfaceDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
ValueDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
void |
OperationDefOperations.exceptions(ExceptionDef[] arg) |
static void |
ExceptionDefHelper.insert(Any any,
ExceptionDef s) |
static void |
ExceptionDefSeqHelper.insert(Any any,
ExceptionDef[] s) |
static void |
ExceptionDefHelper.write(OutputStream _out,
ExceptionDef s) |
static void |
ExceptionDefSeqHelper.write(OutputStream _out,
ExceptionDef[] _s) |
Constructor and Description |
---|
ExceptionDefHolder(ExceptionDef initial) |
ExceptionDefSeqHolder(ExceptionDef[] initial) |
Copyright © 2013. All Rights Reserved.