| 
 | Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface DisconnectEvent
An object of this type is passed to #onDisconnect method by
 the DisconnectMonitor while calling back on the registered
 DisconnectListeners.  The DisconnectListener is
 associated with the remote object.  This
 DisconnectEvent is delivered when the server hosting
 that remote object is disconnected.
DisconnectMonitor, 
DisconnectListener| Method Summary | |
|---|---|
|  String | getMessage()The message associated with the event that caused this DisconnectEventto trigger. | 
|  Throwable | getThrowable()The Throwablethat caused thisDisconnectEventto trigger. | 
|  long | getTime()The time in millis at which the DisconnectEventwas
 triggered. | 
| Method Detail | 
|---|
Throwable getThrowable()
Throwable that caused this
 DisconnectEvent to trigger. In some instances, for
 instance orderly shutdown, the return object may be null.
String getMessage()
DisconnectEvent to trigger.
long getTime()
DisconnectEvent was
 triggered.
| 
 | 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. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||