FileDocCategorySizeDatePackage
JTSEventListener.javaAPI DocGlassfish v2 API3529Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.tx

JTSEventListener

public interface JTSEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle transaction service events.
author:
Satish Viswanatham

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(JTSEvent event)
Handles transaction-service element/attribute creation. It is called whenever a JTSEvent is received.

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

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

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

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

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