FileDocCategorySizeDatePackage
ManagementRuleEventListener.javaAPI DocGlassfish v2 API3369Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.selfmanagement

ManagementRuleEventListener

public interface ManagementRuleEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle management-rule element events.
author
Pankaj Jairath

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(ManagementRuleEvent event)
Handles management-rule element additions.

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

public voidhandleDelete(ManagementRuleEvent event)
Handles management-rule element removal.

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

public voidhandleUpdate(ManagementRuleEvent event)
Handles management-rule element modification - attributes, properties values changed.

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