FileDocCategorySizeDatePackage
JmsServiceEventListener.javaAPI DocGlassfish v2 API3552Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.jms

JmsServiceEventListener

public interface JmsServiceEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle jms-service element events.
author:
alexkrav

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(JmsServiceEvent event)
Handles element additions. It is called whenever a JmsServiceEvent is received.

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

public voidhandleDelete(JmsServiceEvent event)
Handles jms-service element removal. It is called whenever a JmsServiceEvent is received.

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

public voidhandleUpdate(JmsServiceEvent event)
Handles jms-service element modification (attributes/properties values changed). It is called whenever a JmsServiceEvent is received.

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