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

HSHttpFileCacheEventListener

public interface HSHttpFileCacheEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface for http-file-cache related events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSHttpFileCacheEvent event)
Handles the given http-file-cache attribute creation event.

param
event Event to be processed.
exception
AdminEventListenerException if an error occurs during the processing of the event.

public voidhandleDelete(HSHttpFileCacheEvent event)
Handles the given http-file-cache attribute removal event.

param
event Event to be processed.
exception
AdminEventListenerException if an error occurs during the processing of the event.

public voidhandleUpdate(HSHttpFileCacheEvent event)
Handles the given http-file-cache attribute modification event.

param
event Event to be processed.
exception
AdminEventListenerException if an error occurs during the processing of the event.