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

HSHttpFileCacheEvent

public class HSHttpFileCacheEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
An event related to changes to the http-file-cache element in domain.xml.

Fields Summary
public static final String
eventType
Event type
Constructors Summary
public HSHttpFileCacheEvent(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, HSHttpFileCacheEvent.eventType, action, null);
    
Methods Summary