Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.diagnostics.watch
Class JMXWatchNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by weblogic.diagnostics.watch.JMXWatchNotification
All Implemented Interfaces:
Serializable

public final class JMXWatchNotification
extends Notification
implements Serializable

An extended JMX notification object which includes additonal information about the notification. This information is contained in the referenced WatchNotification object returned from method getExtendedInfo.

See Also:
Serialized Form

Field Summary
static String GLOBAL_JMX_NOTIFICATION_PRODUCER_NAME
          The "short" name of the MBean which distributes the JMX notifications.
 
Fields inherited from class javax.management.Notification
source
 
Method Summary
 WatchNotification getExtendedInfo()
          Provides additional information about this notification.
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBAL_JMX_NOTIFICATION_PRODUCER_NAME

public static final String GLOBAL_JMX_NOTIFICATION_PRODUCER_NAME
The "short" name of the MBean which distributes the JMX notifications. Users can express interest in notifications posted by this MBean in order to receive JMX notifications.

See Also:
Constant Field Values
Method Detail

getExtendedInfo

public WatchNotification getExtendedInfo()
Provides additional information about this notification.

Returns:
a WatchNotification object containing additional information

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
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.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02