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

Part Number E13941-04

weblogic.management
Class AttributeRemoveNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by javax.management.AttributeChangeNotification
              extended by weblogic.management.internal.AttributeChangeNotification
                  extended by weblogic.management.AttributeRemoveNotification
All Implemented Interfaces:
Serializable

Deprecated. 9.0.0.0

public final class AttributeRemoveNotification
extends weblogic.management.internal.AttributeChangeNotification

This notification provides support for removing a value from an attribute of an MBean when that attribute is a type array. The notification informs the consumer that a value has been removed from that collection. It provides the name of the object, the attribute, the value and the type of the entry added to the array.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.AttributeChangeNotification
ATTRIBUTE_CHANGE
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
AttributeRemoveNotification(ObjectName objectName, long seqno, long time, String s, String propertyName, String propertyClassName, Object removedValue)
          Deprecated. Construct this change notification setting the newValue to an entry this being add to the array.
AttributeRemoveNotification(ObjectName source, String name, Object removedValue)
          Deprecated. This contructor is superseded by the constructor which accepts a type.
AttributeRemoveNotification(ObjectName source, String name, String type, Object removedValue)
          Deprecated. Constructor for the AttributeRemoveNotification object
 
Method Summary
 Object getRemovedValue()
          Deprecated. Gets the value that was removed from the array.
 
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

AttributeRemoveNotification

public AttributeRemoveNotification(ObjectName source,
                                   String name,
                                   Object removedValue)
Deprecated. 
This contructor is superseded by the constructor which accepts a type.

Parameters:
source -
name -
removedValue -

AttributeRemoveNotification

public AttributeRemoveNotification(ObjectName source,
                                   String name,
                                   String type,
                                   Object removedValue)
Deprecated. 
Constructor for the AttributeRemoveNotification object

Parameters:
source - The objectName for the MBean
name - The name of the attribute
type - The type of an an element in the array.
removedValue - The value that was removed.

AttributeRemoveNotification

public AttributeRemoveNotification(ObjectName objectName,
                                   long seqno,
                                   long time,
                                   String s,
                                   String propertyName,
                                   String propertyClassName,
                                   Object removedValue)
Deprecated. 
Construct this change notification setting the newValue to an entry this being add to the array.

Parameters:
objectName -
seqno -
time -
s -
propertyName -
propertyClassName -
removedValue -
Method Detail

getRemovedValue

public Object getRemovedValue()
Deprecated. 
Gets the value that was removed from the array.

Returns:
The removedValue value

Copyright 1996, 2010, 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.4)

Part Number E13941-04