public interface DisconnectEvent
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| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessage()
The message associated with the event that caused this
  
DisconnectEvent to trigger. | 
Throwable | 
getThrowable()
The  
Throwable that caused this
 DisconnectEvent to trigger. | 
long | 
getTime()
The time in millis at which the  
DisconnectEvent was
 triggered. | 
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.