|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.management.Notification
javax.management.AttributeChangeNotification
weblogic.management.internal.AttributeChangeNotification
weblogic.management.AttributeAddNotification
public final class AttributeAddNotification
This notification provides support for adding a value to an attribute of an MBean when that attribute is a type array. The notification informs the consumer that a new value has been added to that collection. It provides the name of the object, the attribute, the value and the type of the entry added to the array.
Field Summary |
---|
Fields inherited from class javax.management.AttributeChangeNotification |
---|
ATTRIBUTE_CHANGE |
Fields inherited from class javax.management.Notification |
---|
source |
Constructor Summary | |
---|---|
AttributeAddNotification(ObjectName objectName,
long seqno,
long time,
String s,
String propertyName,
String propertyClassName,
Object added)
Deprecated. Construct this change notification setting the newValue to an entry this being add to the array. |
|
AttributeAddNotification(ObjectName source,
String name,
Object addedValue)
Deprecated. |
|
AttributeAddNotification(ObjectName source,
String name,
String type,
Object addedValue)
Deprecated. Constructor for the AttributeAddNotification object |
Method Summary | |
---|---|
Object |
getAddedValue()
Deprecated. Gets the value that was added. |
Methods inherited from class weblogic.management.internal.AttributeChangeNotification |
---|
getChangeNotificationCount, toString |
Methods inherited from class javax.management.AttributeChangeNotification |
---|
getAttributeName, getAttributeType, getNewValue, getOldValue |
Methods inherited from class javax.management.Notification |
---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData |
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 |
Constructor Detail |
---|
public AttributeAddNotification(ObjectName source, String name, Object addedValue)
source
- name of the MBean to which the attribute was added.name
- the name of the attributeaddedValue
- the value for that attributepublic AttributeAddNotification(ObjectName source, String name, String type, Object addedValue)
source
- name of the MBean to which the attribute was added.name
- the name of the attributetype
- the java class name of the attribute. This can be a super class
of the type that is the addedValue.addedValue
- the value for that attributepublic AttributeAddNotification(ObjectName objectName, long seqno, long time, String s, String propertyName, String propertyClassName, Object added)
objectName
- seqno
- time
- s
- propertyName
- propertyClassName
- added
- Method Detail |
---|
public Object getAddedValue()
|
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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |