com.jbase.jremote.jca
Interface EventNotifier
public interface EventNotifier
The interface for event notifcation.
- Author:
- aphethean
Method Summary |
void |
notify(javax.resource.spi.ConnectionEventListener listener,
javax.resource.spi.ConnectionEvent event)
|
CONNECTION_ERROR_NOTIFIER
static final EventNotifier CONNECTION_ERROR_NOTIFIER
CONNECTION_CLOSE_NOTIFIER
static final EventNotifier CONNECTION_CLOSE_NOTIFIER
LOCALTRANS_STARTED_NOTIFIER
static final EventNotifier LOCALTRANS_STARTED_NOTIFIER
LOCALTRANS_COMMITTED_NOTIFIER
static final EventNotifier LOCALTRANS_COMMITTED_NOTIFIER
LOCALTRANS_ROLLEDBACK_NOTIFIER
static final EventNotifier LOCALTRANS_ROLLEDBACK_NOTIFIER
notify
void notify(javax.resource.spi.ConnectionEventListener listener,
javax.resource.spi.ConnectionEvent event)
Copyright © 2010 TEMENOS. All Rights Reserved.