org.apache.geronimo.messaging.cluster
Class ClusterEvent
java.lang.Object
org.apache.geronimo.messaging.cluster.ClusterEvent
- public class ClusterEvent
- extends Object
A cluster-wide event.
- Version:
- $Revision: 1.2 $ $Date: 2004/07/17 03:35:31 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEMBER_ADDED
public static final Object MEMBER_ADDED
- Event type when a member is added to a cluster.
MEMBER_REMOVED
public static final Object MEMBER_REMOVED
- Event type when a member is removed from a cluster.
ClusterEvent
public ClusterEvent(Cluster aCluster,
NodeInfo aMember,
Object aType)
getCluster
public Cluster getCluster()
- Returns:
- Returns the cluster.
getType
public Object getType()
- Returns:
- Returns the type.
getMember
public NodeInfo getMember()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.