Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Deprecated.

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. This class is now deprecated; JMX Notification consumers should subscribe to WLDFWatchNotificationSourceRuntimeMBean, which generates a notification with a simple java.util.Map-based payload consisting only of simple Java types. JMX clients will no longer need to have a dependency on this class.

See Also:
Serialized Form

Field Summary
static String GLOBAL_JMX_NOTIFICATION_PRODUCER_NAME
          Deprecated. The "short" name of the MBean which distributes the JMX notifications.

 

Fields inherited from class javax.management.Notification
source

 

Method Summary
 WatchNotification getExtendedInfo()
          Deprecated. 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
Deprecated. 
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()
Deprecated. 
Provides additional information about this notification.
Returns:
a WatchNotification object containing additional information

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09