org.jboss.remoting.transport.multiplex
Interface VirtualSocket.DisconnectListener

All Known Implementing Classes:
MultiplexServerInvoker
Enclosing interface:
VirtualSocket

public static interface VirtualSocket.DisconnectListener

A class that implements DisconnectListener can register to be notified if the remote peer of this VirtualSocket has disconnected.


Method Summary
 void notifyDisconnected(VirtualSocket virtualSocket)
           
 

Method Detail

notifyDisconnected

public void notifyDisconnected(VirtualSocket virtualSocket)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.