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

HSConnectionPoolEventListener

public interface HSConnectionPoolEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface for connection-pool related events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSConnectionPoolEvent event)
Handles the given connection-pool attribute creation event.

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

public voidhandleDelete(HSConnectionPoolEvent event)
Handles the given connection-pool attribute removal event.

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

public voidhandleUpdate(HSConnectionPoolEvent event)
Handles the given connection-pool attribute modification event.

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