1 22 package org.jboss.iiop.rmi.ir; 23 24 import org.omg.CORBA.IRObject ; 25 import org.omg.CORBA.IRObjectOperations ; 26 27 35 interface LocalIRObject 36 extends IRObjectOperations  37 { 38 41 public IRObject getReference(); 42 43 46 public void allDone() 47 throws IRConstructionException; 48 49 53 public RepositoryImpl getRepository(); 54 55 58 public void shutdown(); 59 } 60 61 | Popular Tags |