com.continuent.tungsten.common.cluster.resource.notification
Class ManagerNotification

java.lang.Object
  extended by com.continuent.tungsten.common.cluster.resource.notification.ClusterResourceNotification
      extended by com.continuent.tungsten.common.cluster.resource.notification.ManagerNotification
All Implemented Interfaces:
java.io.Serializable

public class ManagerNotification
extends ClusterResourceNotification

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.continuent.tungsten.common.cluster.resource.notification.ClusterResourceNotification
CLUSTER_NAME, clusterName, MEMBER_NAME, memberName, NOTIFICATION_SOURCE, notificationSource, resource, RESOURCE_NAME, RESOURCE_PROPS, RESOURCE_STATE, RESOURCE_TYPE, resourceName, resourceProps, resourceState, resourceType, streamID, timeReceived, timeSent
 
Constructor Summary
ManagerNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState)
           
ManagerNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState, java.lang.String source)
           
 
Method Summary
 TungstenProperties getResourceProps()
           
 
Methods inherited from class com.continuent.tungsten.common.cluster.resource.notification.ClusterResourceNotification
getClusterName, getMemberName, getNotificationSource, getResource, getResourceName, getResourceState, getResourceType, getSource, getState, getTimeReceived, getTimeSent, getTrackerCount, getType, incrementTracker, setClusterName, setMemberName, setNotificationSource, setResource, setResourceName, setResourceProps, setResourceState, setResourceType, setTimeReceived, setTimeSent, toProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagerNotification

public ManagerNotification(NotificationStreamID streamID,
                           java.lang.String clusterName,
                           java.lang.String memberName,
                           java.lang.String resourceName,
                           ResourceState resourceState)

ManagerNotification

public ManagerNotification(java.lang.String clusterName,
                           java.lang.String memberName,
                           java.lang.String resourceName,
                           ResourceState resourceState,
                           java.lang.String source)
Method Detail

getResourceProps

public TungstenProperties getResourceProps()
Overrides:
getResourceProps in class ClusterResourceNotification