|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.management.Notification
weblogic.diagnostics.watch.JMXWatchNotification
public final class JMXWatchNotification
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.
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 |
---|
public static final String GLOBAL_JMX_NOTIFICATION_PRODUCER_NAME
Method Detail |
---|
public WatchNotification getExtendedInfo()
|
Copyright 1996, 2013, 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.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |