Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)
weblogic.management
Class AttributeRemoveNotification
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.management.Notification
javax.management.Notification
           javax.management.AttributeChangeNotification
javax.management.AttributeChangeNotification
               weblogic.management.internal.AttributeChangeNotification
weblogic.management.internal.AttributeChangeNotification
                   weblogic.management.AttributeRemoveNotification
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
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
 
 
 
| 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
 | 
 
 
| Methods inherited from class weblogic.management.internal.AttributeChangeNotification | 
| getChangeNotificationCount, toString | 
 
 
 
 
 
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.
 
AttributeRemoveNotification
public AttributeRemoveNotification(ObjectName source,
                                   String name,
                                   Object removedValue)
- Deprecated. - This contructor is superseded by the constructor which accepts
 a type.
 
AttributeRemoveNotification
public AttributeRemoveNotification(ObjectName source,
                                   String name,
                                   String type,
                                   Object removedValue)
- Deprecated. - Constructor for the AttributeRemoveNotification object
 
getRemovedValue
public Object getRemovedValue()
- Deprecated. - Gets the value that was removed from the array.
 
- 
- Returns:
- The removedValue value