|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| 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 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 | |
|---|---|
abstract String |
getMessage()The message associated with the event that caused this DisconnectEvent to trigger. |
abstract Throwable |
getThrowable()The Throwable that caused this DisconnectEvent to trigger. |
abstract long |
getTime()The time in millis at which the DisconnectEvent was 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.
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||