jrun.jms.core.kernel.mipc
Interface DisconnectionEventListener

All Known Implementing Classes:
IpcJmsServerStub, IpcServerChannel

public interface DisconnectionEventListener

This interface is implemented by clients that wish to be notified when a MultiplexConnection is abnormally terminated

Version:
$Revision: 1.2 $
Author:
Jim Alateras
See Also:
org.exolab.core.mipc.MultiplexConnection

Method Summary
 void disconnected(MultiplexConnectionIfc connection)
          A multiplex connection has been terminated.
 

Method Detail

disconnected

public void disconnected(MultiplexConnectionIfc connection)
A multiplex connection has been terminated.
Parameters:
connection - The terminated connection


Copyright � 2002 Macromedia Corporation. All Rights Reserved.