org.objectweb.jonas.management
Class AttributeRemoveNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.objectweb.jonas.management.AttributeRemoveNotification
All Implemented Interfaces:
java.io.Serializable

public class AttributeRemoveNotification
extends javax.management.Notification

TO DO

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
AttributeRemoveNotification(java.lang.Object source, long sequenceNumber, long timeStamp, java.lang.String message, java.lang.String attributeName, java.lang.String removedValue)
          TO DO
 
Method Summary
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
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(java.lang.Object source,
                                   long sequenceNumber,
                                   long timeStamp,
                                   java.lang.String message,
                                   java.lang.String attributeName,
                                   java.lang.String removedValue)
TO DO