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

HSAccessLogEventListener

public interface HSAccessLogEventListener 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(HSAccessLogEvent event)
Handles http-service/virtual-server 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 voidhandleDelete(HSAccessLogEvent event)
Handles http-service/virtual-server 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(HSAccessLogEvent event)
Handles http-service/virtual-server element/attribute modification. It is called whenever a HSVirtualServerEvent is received.

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