BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.com
Class ServerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--weblogic.com.ServerEvent

public class ServerEvent
extends java.util.EventObject

Instances of this class are instantiated in VB apps.

Author:
Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Method Summary
 ParamSet getParamSet()
          Returns the ParamSet object associated with the ServerEvent
 java.lang.String getTopic()
          Returns the name of the event topic associated with the ServerEvent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTopic

public java.lang.String getTopic()
Returns the name of the event topic associated with the ServerEvent

Returns:
String containing the name of the event topic

getParamSet

public ParamSet getParamSet()
Returns the ParamSet object associated with the ServerEvent

Returns:
ParamSet object

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