jremote jbase5.2.1

com.jbase.jremote.jca
Interface EventNotifier


public interface EventNotifier

The interface for event notifcation.

Author:
aphethean

Field Summary
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
           
 
Method Summary
 void notify(javax.resource.spi.ConnectionEventListener listener, javax.resource.spi.ConnectionEvent event)
           
 

Field Detail

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
Method Detail

notify

void notify(javax.resource.spi.ConnectionEventListener listener,
            javax.resource.spi.ConnectionEvent event)

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.