org.jboss.web.loadbalancer.scheduler
Class HostStateChangedNotification

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.management.Notification (src) 
          extended byorg.jboss.web.loadbalancer.scheduler.HostStateChangedNotification
All Implemented Interfaces:
java.io.Serializable

public class HostStateChangedNotification
extends Notification (src)

A JMX-Notification that informs listeners about the fact that the state of a node changed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HostStateChangedNotification(Host (src)  source, java.lang.String message)
           
 
Methods inherited from class javax.management.Notification (src)
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

HostStateChangedNotification

public HostStateChangedNotification(Host (src)  source,
                                    java.lang.String message)