BEA Systems, Inc.

weblogic.rmi.extensions
Interface DisconnectListener


public interface DisconnectListener

Implementations of this interface, along with a remote object, are used to register with the DisconnectMonitor. When the remote server hosting the remote object goes away, this listener receives a callback with a DisconnectEvent containing details about the disconnect event.

See Also:
DisconnectMonitor, DisconnectEvent

Method Summary
 void onDisconnect(DisconnectEvent event)
           
 

Method Detail

onDisconnect

void onDisconnect(DisconnectEvent event)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.