BEA Systems, Inc.


weblogic.management
Class AttributeAddNotification

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

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

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

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
AttributeAddNotification(javax.management.ObjectName source, java.lang.String name, java.lang.Object addedValue)
          This contructor is superseded by following constructor
AttributeAddNotification(javax.management.ObjectName source, java.lang.String name, java.lang.String type, java.lang.Object addedValue)
           
 
Method Summary
 java.lang.Object getAddedValue()
           
 
Methods inherited from class weblogic.management.internal.AttributeChangeNotification
getChangeNotificationCount, getNewValue, getOldValue, toString
 
Methods inherited from class javax.management.AttributeChangeNotification
getAttributeName, getAttributeType
 
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

AttributeAddNotification

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

public AttributeAddNotification( ObjectName source, String name, String type, Object addedValue )

AttributeAddNotification

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

getAddedValue

public java.lang.Object getAddedValue()

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference