< prev index next >

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

Print this page

        

*** 57,67 **** public boolean initialize(); /** * Used to determine if an <code>Acceptor</code> has been initialized. * ! * @return <code>true</code. if the <code>Acceptor</code> has been * initialized. */ public boolean initialized(); /** --- 57,67 ---- public boolean initialize(); /** * Used to determine if an <code>Acceptor</code> has been initialized. * ! * @return <code>true</code>. if the <code>Acceptor</code> has been * initialized. */ public boolean initialized(); /**
*** 72,82 **** */ public String getConnectionCacheType(); /** * Set the ! * {@link com.sun.corba.se.pept.transport.Inbound.ConnectionCache InboundConnectionCache} * to be used by this <code>Acceptor</code>. * * PEPt uses separate caches for each type of <code>Acceptor</code> * as given by {@link #getConnectionCacheType}. * {@link #setConnectionCache} and {@link #getConnectionCache} support --- 72,82 ---- */ public String getConnectionCacheType(); /** * Set the ! * {@link com.sun.corba.se.pept.transport.InboundConnectionCache InboundConnectionCache} * to be used by this <code>Acceptor</code>. * * PEPt uses separate caches for each type of <code>Acceptor</code> * as given by {@link #getConnectionCacheType}. * {@link #setConnectionCache} and {@link #getConnectionCache} support
*** 86,96 **** */ public void setConnectionCache(InboundConnectionCache connectionCache); /** * Get the ! * {@link com.sun.corba.se.pept.transport.Inbound.ConnectionCache InboundConnectionCache} * used by this <code>Acceptor</code> * * PEPt uses separate caches for each type of <code>Acceptor</code> * as given by {@link #getConnectionCacheType}. * {@link #setConnectionCache} and {@link #getConnectionCache} support --- 86,96 ---- */ public void setConnectionCache(InboundConnectionCache connectionCache); /** * Get the ! * {@link com.sun.corba.se.pept.transport.InboundConnectionCache InboundConnectionCache} * used by this <code>Acceptor</code> * * PEPt uses separate caches for each type of <code>Acceptor</code> * as given by {@link #getConnectionCacheType}. * {@link #setConnectionCache} and {@link #getConnectionCache} support
< prev index next >