BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.common
Class DisconnectEvent

java.lang.Object
  |
  +--weblogic.common.DisconnectEvent

public class DisconnectEvent
extends java.lang.Object

Defines a DisconnectEvent that a T3Client can act upon by implementing the DisconnectListener interface.

Author:
Copyright (c) 1997-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
DisconnectListener

Method Summary
 java.lang.String getReason()
          Gets the reason for the DisconnectEvent as a String.
 java.lang.Object getSource()
          Gets the source for a DisconnectEvent.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSource

public java.lang.Object getSource()
Gets the source for a DisconnectEvent. The source is the object generating the DisconnectEvent, in this case a T3Client.

Returns:
Object generating the disconnect

getReason

public java.lang.String getReason()
Gets the reason for the DisconnectEvent as a String. Reasons are often associated with the timeout property of the client, that is, whether a soft, hard, or idle disconnect timeout was initiated by the WebLogic Server. A client may also be disconnected by its request, in which case the reason will be "Normal user disconnect."

Returns:
Reason for disconnect

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

Documentation is available at
http://www.weblogic.com/docs51