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

HSHttpAccessLogEventListener

public interface HSHttpAccessLogEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle HTTP service Access log events.
author:
Satish Viswanatham

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSHttpAccessLogEvent event)
Handles http-service/http-access-log element/attribute changes. It is called whenever a HSVirtualServerEvent is received.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleDelete(HSHttpAccessLogEvent event)
Handles http-service/http-access-log element/attribute removal. It is called whenever a HSVirtualServerEvent is received.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleUpdate(HSHttpAccessLogEvent event)
Handles http-service/http-access-log element/attribute modification. It is called whenever a HSVirtualServerEvent is received.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.