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

HSHttpListenerEventListener

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

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSHttpListenerEvent event)
Handles notification for http-service/http-listener addition.

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

public voidhandleDelete(HSHttpListenerEvent event)
Handles notification for http-service/http-listener removal.

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

public voidhandleUpdate(HSHttpListenerEvent event)
Handles notification for http-service/http-listener modification.

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