Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » iiop » rmi » ir » [javadoc | source]
org.jboss.iiop.rmi.ir
public class: InterfaceRepository [javadoc | source]
java.lang.Object
   org.jboss.iiop.rmi.ir.InterfaceRepository
An Interface Repository.
Field Summary
 RepositoryImpl impl    The repository implementation. 
Constructor:
 public InterfaceRepository(ORB orb,
    POA poa,
    String name) 
Method from org.jboss.iiop.rmi.ir.InterfaceRepository Summary:
finishBuild,   getReference,   mapClass,   shutdown
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.iiop.rmi.ir.InterfaceRepository Detail:
 public  void finishBuild() throws IRConstructionException 
    Finish the build.
 public Repository getReference() 
    Return a CORBA reference to this IR.
 public  void mapClass(Class cls) throws IRConstructionException, RMIIIOPViolationException 
    Add mapping for a class.
 public  void shutdown() 
    Deactivate all CORBA objects in this IR.