|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationDefOperations
An OperationDef represents the information needed to define an operation of an interface.
Method Summary | |
---|---|
java.lang.String[] |
contexts()
The contexts attribute specifies the list of context identifiers that apply to the operation. |
void |
contexts(java.lang.String[] value)
The contexts attribute specifies the list of context identifiers that apply to the operation. |
ExceptionDef[] |
exceptions()
The exceptions attribute specifies the list of exception types that can be raised by the operation. |
void |
exceptions(ExceptionDef[] value)
The exceptions attribute specifies the list of exception types that can be raised by the operation. |
OperationMode |
mode()
The mode attribute of accessor operations is OP_NORMAL. |
void |
mode(OperationMode value)
The mode attribute of accessor operations is OP_NORMAL. |
ParameterDescription[] |
params()
The params attribute describes the parameters of the operation. |
void |
params(ParameterDescription[] value)
The params attribute describes the parameters of the operation. |
IDLType |
result_def()
The result_def attribute identifies the definition of the returned type. |
void |
result_def(IDLType value)
The result_def attribute identifies the definition of the returned type. |
TypeCode |
result()
The result attribute is a TypeCode describing the type of the value returned by the operation. |
Methods inherited from interface org.omg.CORBA.ContainedOperations |
---|
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
---|
def_kind, destroy |
Method Detail |
---|
TypeCode result()
IDLType result_def()
void result_def(IDLType value)
ParameterDescription[] params()
void params(ParameterDescription[] value)
OperationMode mode()
void mode(OperationMode value)
java.lang.String[] contexts()
void contexts(java.lang.String[] value)
ExceptionDef[] exceptions()
void exceptions(ExceptionDef[] value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |