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

HSKeepAliveEventListener

public interface HSKeepAliveEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface for keep-alive related events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSKeepAliveEvent event)
Handles the given keep-alive attribute creation event.

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

public voidhandleDelete(HSKeepAliveEvent event)
Handles the given keep-alive attribute removal event.

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

public voidhandleUpdate(HSKeepAliveEvent event)
Handles the given keep-alive attribute modification event.

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