org.openorb.compiler.idl.reflect
Interface idlOperation

All Superinterfaces:
idlObject
All Known Implementing Classes:
IdlOp

public interface idlOperation
extends idlObject

This interface is implemented by the IDL object that represents an IDL operation.

Version:
$Revision: 1.1 $ $Date: 2000/12/28 22:52:40 $
Author:
Jerome Daniel <daniel@intalio.com>

Method Summary
 java.lang.String[] contexts()
          Return the contexts
 idlException[] exceptions()
          Return the exceptions
 boolean isOneway()
          Return TRUE if this operation is marked as 'oneway'
 idlParameter[] parameters()
          Return the parameters
 idlObject returnType()
          Return the return type
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

isOneway

public boolean isOneway()
Return TRUE if this operation is marked as 'oneway'


returnType

public idlObject returnType()
Return the return type


parameters

public idlParameter[] parameters()
Return the parameters


exceptions

public idlException[] exceptions()
Return the exceptions


contexts

public java.lang.String[] contexts()
Return the contexts