org.jacorb.ir
Class OperationDef

java.lang.Object
  extended by org.jacorb.ir.IRObject
      extended by org.jacorb.ir.Contained
          extended by org.jacorb.ir.OperationDef
All Implemented Interfaces:
org.omg.CORBA.IRObjectOperations

public class OperationDef
extends Contained


Field Summary
 
Fields inherited from class org.jacorb.ir.Contained
absolute_name, containing_repository, defined_in, id, version
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, fileSeparator, myRef, name, orb
 
Constructor Summary
OperationDef(java.lang.reflect.Method m, java.lang.Class def_in, java.lang.Class irHelper, org.omg.CORBA.InterfaceDef i_def, org.apache.avalon.framework.logger.Logger logger, java.lang.ClassLoader loader, org.omg.PortableServer.POA poa)
           
 
Method Summary
 java.lang.String[] contexts()
           
 void contexts(java.lang.String[] a)
           
 org.omg.CORBA.OperationDescription describe_operation()
           
 org.omg.CORBA.ContainedPackage.Description describe()
           
 void destroy()
           
 org.omg.CORBA.ExceptionDef[] exceptions()
           
 void exceptions(org.omg.CORBA.ExceptionDef[] a)
           
 org.omg.CORBA.OperationMode mode()
           
 void mode(org.omg.CORBA.OperationMode a)
           
 org.omg.CORBA.ParameterDescription[] params()
           
 void params(org.omg.CORBA.ParameterDescription[] a)
           
 org.omg.CORBA.IDLType result_def()
           
 void result_def(org.omg.CORBA.IDLType a)
           
 org.omg.CORBA.TypeCode result()
           
 
Methods inherited from class org.jacorb.ir.Contained
absolute_name, containing_repository, createContained, createContainedReference, defined_in, id, id, move, name, name, version, version
 
Methods inherited from class org.jacorb.ir.IRObject
def_kind, getName, getReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationDef

public OperationDef(java.lang.reflect.Method m,
                    java.lang.Class def_in,
                    java.lang.Class irHelper,
                    org.omg.CORBA.InterfaceDef i_def,
                    org.apache.avalon.framework.logger.Logger logger,
                    java.lang.ClassLoader loader,
                    org.omg.PortableServer.POA poa)
Method Detail

result_def

public org.omg.CORBA.IDLType result_def()

result_def

public void result_def(org.omg.CORBA.IDLType a)

mode

public org.omg.CORBA.OperationMode mode()

mode

public void mode(org.omg.CORBA.OperationMode a)

result

public org.omg.CORBA.TypeCode result()

params

public org.omg.CORBA.ParameterDescription[] params()

params

public void params(org.omg.CORBA.ParameterDescription[] a)

contexts

public java.lang.String[] contexts()

contexts

public void contexts(java.lang.String[] a)

exceptions

public org.omg.CORBA.ExceptionDef[] exceptions()

exceptions

public void exceptions(org.omg.CORBA.ExceptionDef[] a)

describe_operation

public org.omg.CORBA.OperationDescription describe_operation()

destroy

public void destroy()
Specified by:
destroy in interface org.omg.CORBA.IRObjectOperations
Specified by:
destroy in class IRObject

describe

public org.omg.CORBA.ContainedPackage.Description describe()
Specified by:
describe in class Contained