public class OperationDef extends Contained implements OperationDefOperations
absolute_name, containing_repository, defined_in, id, version
Constructor and Description |
---|
OperationDef(java.lang.reflect.Method m,
java.lang.Class def_in,
java.lang.Class irHelper,
InterfaceDef i_def,
org.slf4j.Logger logger,
java.lang.ClassLoader loader,
POA poa) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
contexts() |
void |
contexts(java.lang.String[] a) |
OperationDescription |
describe_operation() |
Description |
describe() |
void |
destroy() |
ExceptionDef[] |
exceptions() |
void |
exceptions(ExceptionDef[] a) |
OperationMode |
mode() |
void |
mode(OperationMode a) |
ParameterDescription[] |
params() |
void |
params(ParameterDescription[] a) |
IDLType |
result_def() |
void |
result_def(IDLType a) |
TypeCode |
result() |
absolute_name, containing_repository, createContained, createContainedReference, defined_in, id, id, move, name, name, version, version
def_kind, getName, getReference, setReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
absolute_name, containing_repository, defined_in, id, id, move, name, name, version, version
def_kind
public OperationDef(java.lang.reflect.Method m, java.lang.Class def_in, java.lang.Class irHelper, InterfaceDef i_def, org.slf4j.Logger logger, java.lang.ClassLoader loader, POA poa)
public IDLType result_def()
result_def
in interface OperationDefOperations
public void result_def(IDLType a)
result_def
in interface OperationDefOperations
public OperationMode mode()
mode
in interface OperationDefOperations
public void mode(OperationMode a)
mode
in interface OperationDefOperations
public TypeCode result()
result
in interface OperationDefOperations
public ParameterDescription[] params()
params
in interface OperationDefOperations
public void params(ParameterDescription[] a)
params
in interface OperationDefOperations
public java.lang.String[] contexts()
contexts
in interface OperationDefOperations
public void contexts(java.lang.String[] a)
contexts
in interface OperationDefOperations
public ExceptionDef[] exceptions()
exceptions
in interface OperationDefOperations
public void exceptions(ExceptionDef[] a)
exceptions
in interface OperationDefOperations
public OperationDescription describe_operation()
public void destroy()
destroy
in interface IRObjectOperations
destroy
in class IRObject
public Description describe()
describe
in interface ContainedOperations
describe
in class Contained