FileDocCategorySizeDatePackage
HSKeepAliveEvent.javaAPI DocGlassfish v2 API2741Fri May 04 22:33:36 BST 2007com.sun.enterprise.admin.event.http

HSKeepAliveEvent

public class HSKeepAliveEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
An event related to changes to the keep-alive element in domain.xml.

Fields Summary
public static final String
eventType
Event type
Constructors Summary
public HSKeepAliveEvent(String instance, int action)
Constructor

param
instance The name of the instance to which the event applies
param
action The type of event, which must be one of ElementChangeEvent.ACTION_ELEMENT_*
exception
IllegalArgumentException if the specified action is not valid


                                           
         
        super(instance, HSKeepAliveEvent.eventType, action, null);
    
Methods Summary