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

JTSEvent

public class JTSEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
It informs the changes for transaction-service config element, its creation/deletion and changes of its attributes and properties
author:
Satish Viswanatham

Fields Summary
public static final String
eventType
Event type
Constructors Summary
public JTSEvent(String instance, int action)
Create a new JTSEvent.

param
instance name of the instance to which the event applies
param
action type of action - one of ElementChangeEvent.ACTION_ELEMENT_*
throws
IllegalArgumentException if specified action is not valid


                                         
         
        super(instance, eventType, action, null);
    
Methods Summary