FileDocCategorySizeDatePackage
AvailabilityServiceEventListener.javaAPI DocGlassfish v2 API3589Fri May 04 22:33:36 BST 2007com.sun.enterprise.admin.event.availability

AvailabilityServiceEventListener

public interface AvailabilityServiceEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle availability-service element events.
author:
Larry White

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(AvailabilityServiceEvent event)
Handles availability-service element/attribute addtions. It is called whenever a AvailabilityServiceEvent is received.

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

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

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

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

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