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

HSRequestProcessingEventListener

public interface HSRequestProcessingEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface for request-processing related events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSRequestProcessingEvent event)
Handles the given request-processing attribute creation event.

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

public voidhandleDelete(HSRequestProcessingEvent event)
Handles the given request-processing attribute removal event.

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

public voidhandleUpdate(HSRequestProcessingEvent event)
Handles the given request-processing attribute modification event.

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