org.exolab.core.mipc
Interface ConnectionNotifierIfc
- public interface ConnectionNotifierIfc
This interface is implemented by clients that wish to be notified
by the MultiplexConnectionServer when it establishes new MultiplexConnections.
This is typically used by clients to establish channels on the
freshly minted MultiplexConnection.
- Version:
- $Revision: 1.2 $
- Author:
- Art Whitten
- See Also:
MultiplexConnectionServer
,
MultiplexConnection
connected
public void connected(MultiplexConnectionIfc newConnection)
- A new connection has been established. This callback is invoked before
messages are received. It is a great time to establish channel
consumers on the MultiplexConnection.
- Parameters:
newConnection
- The new connection that was established.
Copyright © 1999-2005 The Exolab Group. All Rights Reserved.