org.jacorb.ir
public class OperationDef extends Contained implements OperationDefOperations
Constructor Summary | |
---|---|
OperationDef(Method m, Class def_in, Class irHelper, InterfaceDef i_def, Logger logger, ClassLoader loader, POA poa) |
Method Summary | |
---|---|
String[] | contexts() |
void | contexts(String[] a) |
Description | describe() |
OperationDescription | describe_operation() |
void | destroy() |
ExceptionDef[] | exceptions() |
void | exceptions(ExceptionDef[] a) |
OperationMode | mode() |
void | mode(OperationMode a) |
ParameterDescription[] | params() |
void | params(ParameterDescription[] a) |
TypeCode | result() |
IDLType | result_def() |
void | result_def(IDLType a) |