FileDocCategorySizeDatePackage
ClusterEvent.javaAPI DocGlassfish v2 API2747Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

ClusterEvent

public class ClusterEvent extends ElementChangeEvent
ClusterEvent - emitted by DAS to send requests GMSClientMBean and any other listeners of type ClusterEventListener
author
Shreedhar Ganapathy Date: Aug 16, 2005
version
$Revision: 1.3 $

Fields Summary
public static final String
eventType
Constructors Summary
public ClusterEvent(String instance, int actionCode, String elementId)

      
                  
    
        super( instance, eventType, actionCode, elementId );
        System.out.println("ClusterChangeEvent: instance="+instance+
                           ":eventtype="+eventType+":actionCode="+actionCode+
                           ":elementID="+elementId);

    
Methods Summary