public interface EventNotifier
The interface for event notifcation.
Modifier and Type | Field and Description |
---|---|
static EventNotifier |
CONNECTION_CLOSE_NOTIFIER |
static EventNotifier |
CONNECTION_ERROR_NOTIFIER |
static EventNotifier |
LOCALTRANS_COMMITTED_NOTIFIER |
static EventNotifier |
LOCALTRANS_ROLLEDBACK_NOTIFIER |
static EventNotifier |
LOCALTRANS_STARTED_NOTIFIER |
Modifier and Type | Method and Description |
---|---|
void |
notify(javax.resource.spi.ConnectionEventListener listener,
javax.resource.spi.ConnectionEvent event) |
static final EventNotifier CONNECTION_ERROR_NOTIFIER
static final EventNotifier CONNECTION_CLOSE_NOTIFIER
static final EventNotifier LOCALTRANS_STARTED_NOTIFIER
static final EventNotifier LOCALTRANS_COMMITTED_NOTIFIER
static final EventNotifier LOCALTRANS_ROLLEDBACK_NOTIFIER