1 23 package com.sun.enterprise.admin.event.tx; 24 25 import com.sun.enterprise.admin.event.ElementChangeEvent; 26 27 33 public class JTSEvent extends ElementChangeEvent { 34 35 38 public static final String eventType = JTSEvent.class.getName(); 39 40 48 public JTSEvent(String instance, int action) { 49 super(instance, eventType, action, null); 50 } 51 52 } 53 | Popular Tags |