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

HSServiceEventListener

public interface HSServiceEventListener 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(HSServiceEvent event)
Handles http-service element/attribute creation. It is called whenever a HSServiceEvent is received.

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

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

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

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

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