|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationDefOperations
Represents an interface operation that is stored in the Interface Repository. This interface provides methods for setting and retrieving the operation's contexts, mode, parameters, and result value. A method is also provided for retrieving a list of exceptions that may be raised by this operation.
Method Summary | |
---|---|
java.lang.String[] |
contexts()
The list of contexts. |
void |
contexts(java.lang.String[] arg0)
The list of contexts. |
ExceptionDef[] |
exceptions()
The list of exceptions. |
void |
exceptions(ExceptionDef[] arg0)
The list of exceptions. |
OperationMode |
mode()
The mode to be set. |
void |
mode(OperationMode arg0)
The mode to be set. |
ParameterDescription[] |
params()
The description of the parameters. |
void |
params(ParameterDescription[] arg0)
The description of the parameters. |
IDLType |
result_def()
The IDL type to set for the return value. |
void |
result_def(IDLType arg0)
The IDL type to set for the return value. |
TypeCode |
result()
|
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 |
---|
ExceptionDef[] exceptions()
void exceptions(ExceptionDef[] arg0)
java.lang.String[] contexts()
void contexts(java.lang.String[] arg0)
OperationMode mode()
void mode(OperationMode arg0)
ParameterDescription[] params()
void params(ParameterDescription[] arg0)
IDLType result_def()
void result_def(IDLType arg0)
TypeCode result()
TypeCode
of the result returned by this operation
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |