BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.rmi.extensions
Interface DisconnectEvent


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.

See Also:
DisconnectMonitor, DisconnectListener
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

getMessage

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


getThrowable

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


getTime

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.