BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management
Class AttributeRemoveNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.AttributeChangeNotification
                    |
                    +--weblogic.management.internal.AttributeChangeNotification
                          |
                          +--weblogic.management.AttributeRemoveNotification

public class AttributeRemoveNotification
extends weblogic.management.internal.AttributeChangeNotification

The notification broadcasted by a WebLogicMBean when an remover is invoked. The old value is null, the new value is the item being removed.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class javax.management.AttributeChangeNotification
ATTRIBUTE_CHANGE
 
Fields inherited from class javax.management.Notification
source
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AttributeRemoveNotification(javax.management.ObjectName source, java.lang.String name, java.lang.Object removedValue)
          This contructor is superseded by following constructor
AttributeRemoveNotification(javax.management.ObjectName source, java.lang.String name, java.lang.String type, java.lang.Object removedValue)
           
 
Method Summary
 java.lang.Object getRemovedValue()
           
 
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, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeRemoveNotification

public AttributeRemoveNotification(javax.management.ObjectName source,
                                   java.lang.String name,
                                   java.lang.Object removedValue)
This contructor is superseded by following constructor

public AttributeRemoveNotification( ObjectName source, String name, String type, Object removedValue )

AttributeRemoveNotification

public AttributeRemoveNotification(javax.management.ObjectName source,
                                   java.lang.String name,
                                   java.lang.String type,
                                   java.lang.Object removedValue)
Method Detail

getRemovedValue

public java.lang.Object getRemovedValue()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.