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://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.