Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.rmi.extensions
Interface DisconnectEvent


public interface DisconnectEvent

An object of this type is passed 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.

See Also:
DisconnectMonitor, DisconnectListener

Method Summary
 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.
 

Method Detail

getThrowable

Throwable getThrowable()
The Throwable that caused this DisconnectEvent to trigger. In some instances, for instance orderly shutdown, the return object may be null.


getMessage

String getMessage()
The message associated with the event that caused this DisconnectEvent to trigger.


getTime

long getTime()
The time in millis at which the DisconnectEvent was triggered.


Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06