org.omg.CORBA
Interface OperationDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
OperationDef
All Known Implementing Classes:
_OperationDefStub, OperationDef, OperationDefPOA, OperationDefPOATie

public interface OperationDefOperations
extends ContainedOperations

Generated from IDL interface "OperationDef".

Version:
generated at Jan 1, 2011 11:42:49 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 java.lang.String[] contexts()
           
 void contexts(java.lang.String[] arg)
           
 ExceptionDef[] exceptions()
           
 void exceptions(ExceptionDef[] arg)
           
 OperationMode mode()
           
 void mode(OperationMode arg)
           
 ParameterDescription[] params()
           
 void params(ParameterDescription[] arg)
           
 IDLType result_def()
           
 void result_def(IDLType arg)
           
 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

result

TypeCode result()

result_def

IDLType result_def()

result_def

void result_def(IDLType arg)

params

ParameterDescription[] params()

params

void params(ParameterDescription[] arg)

mode

OperationMode mode()

mode

void mode(OperationMode arg)

contexts

java.lang.String[] contexts()

contexts

void contexts(java.lang.String[] arg)

exceptions

ExceptionDef[] exceptions()

exceptions

void exceptions(ExceptionDef[] arg)