org.omg.CORBA
Interface OperationDefOperations
- All Superinterfaces:
- ContainedOperations, IRObjectOperations
- All Known Subinterfaces:
- OperationDef
- All Known Implementing Classes:
- _OperationDefStub
public interface OperationDefOperations
- extends ContainedOperations
Methods inherited from interface org.omg.CORBA.ContainedOperations |
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version |
result
TypeCode result()
result_def
IDLType result_def()
result_def
void result_def(IDLType val)
params
ParameterDescription[] params()
params
void params(ParameterDescription[] val)
mode
OperationMode mode()
mode
void mode(OperationMode val)
contexts
String[] contexts()
contexts
void contexts(String[] val)
exceptions
ExceptionDef[] exceptions()
exceptions
void exceptions(ExceptionDef[] val)
native_exceptions
NativeDef[] native_exceptions()
native_exceptions
void native_exceptions(NativeDef[] val)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.