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

JmsHostEventListener

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

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

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

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

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

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

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