org.objectweb.jonas.management
Class AttributeRemoveNotification

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.management.Notification
          extended byorg.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
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
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