@Deprecated
public final class AttributeRemoveNotification
extends weblogic.management.internal.WebLogicAttributeChangeNotification
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
To allow interop.
|
Constructor and Description |
---|
AttributeRemoveNotification(javax.management.ObjectName objectName,
long seqno,
long time,
java.lang.String s,
java.lang.String propertyName,
java.lang.String propertyClassName,
java.lang.Object removedValue)
Deprecated.
Construct this change notification setting the newValue to an entry this being add to the array.
|
AttributeRemoveNotification(javax.management.ObjectName source,
java.lang.String name,
java.lang.Object removedValue)
Deprecated.
This contructor is superseded by the constructor which accepts
a type.
|
AttributeRemoveNotification(javax.management.ObjectName source,
java.lang.String name,
java.lang.String type,
java.lang.Object removedValue)
Deprecated.
Constructor for the AttributeRemoveNotification object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRemovedValue()
Deprecated.
Gets the value that was removed from the array.
|
getChangeNotificationCount, toString
getAttributeName, getAttributeType, getNewValue, getOldValue
private static final long serialVersionUID
public AttributeRemoveNotification(javax.management.ObjectName source, java.lang.String name, java.lang.Object removedValue)
source
- name
- removedValue
- public AttributeRemoveNotification(javax.management.ObjectName source, java.lang.String name, java.lang.String type, java.lang.Object removedValue)
source
- The objectName for the MBeanname
- The name of the attributetype
- The type of an an element in the array.removedValue
- The value that was removed.public AttributeRemoveNotification(javax.management.ObjectName objectName, long seqno, long time, java.lang.String s, java.lang.String propertyName, java.lang.String propertyClassName, java.lang.Object removedValue)
objectName
- seqno
- time
- s
- propertyName
- propertyClassName
- removedValue
-