Oracle

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://edocs.bea.com/wls/docs103
Copyright 2008 Oracle