Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » iiop » rmi » ir » [javadoc | source]
org.jboss.iiop.rmi.ir
class: OperationDefImpl [javadoc | source]
java.lang.Object
   org.jboss.iiop.rmi.ir.IRObjectImpl
      org.jboss.iiop.rmi.ir.ContainedImpl
         org.jboss.iiop.rmi.ir.OperationDefImpl

All Implemented Interfaces:
    org.omg.CORBA.OperationDefOperations, LocalContained, IRObjectOperations

OperationDef IR object.
Fields inherited from org.jboss.iiop.rmi.ir.ContainedImpl:
id,  name,  version,  defined_in,  absolute_name
Fields inherited from org.jboss.iiop.rmi.ir.IRObjectImpl:
repository,  def_kind
Constructor:
 OperationDefImpl(String id,
    String name,
    String version,
    LocalContainer defined_in,
    TypeCode typeCode,
    ParameterDescription[] params,
    ExceptionDef[] exceptions,
    RepositoryImpl repository) 
Method from org.jboss.iiop.rmi.ir.OperationDefImpl Summary:
allDone,   contexts,   contexts,   describe,   exceptions,   exceptions,   getReference,   mode,   mode,   params,   params,   result,   result_def,   result_def
Methods from org.jboss.iiop.rmi.ir.ContainedImpl:
absolute_name,   containing_repository,   defined_in,   describe,   getObjectId,   id,   id,   move,   name,   name,   version,   version
Methods from org.jboss.iiop.rmi.ir.IRObjectImpl:
allDone,   def_kind,   destroy,   getORB,   getObjectId,   getPOA,   getReference,   getRepository,   servantToReference,   shutdown
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.iiop.rmi.ir.OperationDefImpl Detail:
 public  void allDone() throws IRConstructionException 
 public String[] contexts() 
 public  void contexts(String[] arg) 
 public Description describe() 
 public ExceptionDef[] exceptions() 
 public  void exceptions(ExceptionDef[] arg) 
 public IRObject getReference() 
 public OperationMode mode() 
 public  void mode(OperationMode arg) 
 public ParameterDescription[] params() 
 public  void params(ParameterDescription[] arg) 
 public TypeCode result() 
 public IDLType result_def() 
 public  void result_def(IDLType arg)