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

HSHttpProtocolEventListener

public interface HSHttpProtocolEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface for http-protocol related events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSHttpProtocolEvent event)
Handles the given http-protocol attribute creation event.

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

public voidhandleDelete(HSHttpProtocolEvent event)
Handles the given http-protocol attribute removal event.

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

public voidhandleUpdate(HSHttpProtocolEvent event)
Handles the given http-protocol attribute modification event.

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