站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

HostStateChangedNotification (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.web.loadbalancer.scheduler
Class HostStateChangedNotification

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

public class HostStateChangedNotification
extends javax.management.Notification

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

Version:
$Revision: 1.1 $
Author:
Thomas Peuss
See Also:
Serialized Form

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

HostStateChangedNotification

public HostStateChangedNotification(Host source,
                                    String message)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.