src/java.corba/share/classes/com/sun/corba/se/pept/transport/InboundConnectionCache.java

Print this page

        

*** 34,41 **** --- 34,43 ---- public Connection get(Acceptor acceptor); // REVISIT public void put(Acceptor acceptor, Connection connection); public void remove(Connection connection); + + public Acceptor getAcceptor(); } // End of file.