|
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
DisconnectListener
s. 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 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 |
---|
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/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |