Uses of Interface
org.exolab.core.mipc.MultiplexConnectionIfc

Packages that use MultiplexConnectionIfc
org.exolab.core.mipc   
 

Uses of MultiplexConnectionIfc in org.exolab.core.mipc
 

Classes in org.exolab.core.mipc that implement MultiplexConnectionIfc
 class MultiplexConnection
          The MultiplexConnection encapsulates a single network connection.
 class MultiplexSSLConnection
          The MultiplexSSLConnection encapsulates a single network connection.
 

Methods in org.exolab.core.mipc that return MultiplexConnectionIfc
 MultiplexConnectionIfc ObjectChannel.getConnection()
          Get the connection that this encapsulates
 

Methods in org.exolab.core.mipc with parameters of type MultiplexConnectionIfc
 void ConnectionNotifierIfc.connected(MultiplexConnectionIfc newConnection)
          A new connection has been established.
 void DisconnectionEventListener.disconnected(MultiplexConnectionIfc connection)
          A multiplex connection has been terminated.
 

Constructors in org.exolab.core.mipc with parameters of type MultiplexConnectionIfc
ObjectChannel(java.lang.String label, MultiplexConnectionIfc connection)
          Creates a new ObjectChannel with the given name on the specified connection.
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.