Package | Description |
---|---|
org.omg.CORBA |
Modifier and Type | Field and Description |
---|---|
OperationDef |
OperationDefHolder.value |
Modifier and Type | Method and Description |
---|---|
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) |
static OperationDef |
OperationDefHelper.extract(Any any) |
static OperationDef |
OperationDefHelper.narrow(Object obj) |
static OperationDef |
OperationDefHelper.read(InputStream in) |
static OperationDef |
OperationDefHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
OperationDefHelper.insert(Any any,
OperationDef s) |
static void |
OperationDefHelper.write(OutputStream _out,
OperationDef s) |
Constructor and Description |
---|
OperationDefHolder(OperationDef initial) |
Copyright © 2013. All Rights Reserved.