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

java.lang.Object
  extended by com.continuent.tungsten.common.cluster.resource.notification.ClusterResourceNotificationFactory

public class ClusterResourceNotificationFactory
extends java.lang.Object

The function of this class is to convert notifications from various components in the system into notifications that can be more profitably used in the complex event processing required by the cluster policy manager.

Author:
edward

Constructor Summary
ClusterResourceNotificationFactory()
           
 
Method Summary
static ClusterResourceNotification createInstance(java.lang.String clusterName, java.lang.String memberName, java.util.Map<java.lang.String,java.lang.Object> monitorNotification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterResourceNotificationFactory

public ClusterResourceNotificationFactory()
Method Detail

createInstance

public static ClusterResourceNotification createInstance(java.lang.String clusterName,
                                                         java.lang.String memberName,
                                                         java.util.Map<java.lang.String,java.lang.Object> monitorNotification)