xmlBlaster 2.2.0 API

org.xmlBlaster.j2ee.k2
Class BlasterConnectionManager.ConnectionListener

java.lang.Object
  extended by org.xmlBlaster.j2ee.k2.BlasterConnectionManager.ConnectionListener
All Implemented Interfaces:
java.util.EventListener, javax.resource.spi.ConnectionEventListener
Enclosing class:
BlasterConnectionManager

 class BlasterConnectionManager.ConnectionListener
extends java.lang.Object
implements javax.resource.spi.ConnectionEventListener


Field Summary
(package private)  javax.resource.spi.ManagedConnection mc
           
 
Constructor Summary
BlasterConnectionManager.ConnectionListener(javax.resource.spi.ManagedConnection mc)
           
 
Method Summary
 void connectionClosed(javax.resource.spi.ConnectionEvent event)
           
 void connectionErrorOccurred(javax.resource.spi.ConnectionEvent event)
           
 void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)
           
 void localTransactionRolledback(javax.resource.spi.ConnectionEvent event)
           
 void localTransactionStarted(javax.resource.spi.ConnectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mc

javax.resource.spi.ManagedConnection mc
Constructor Detail

BlasterConnectionManager.ConnectionListener

public BlasterConnectionManager.ConnectionListener(javax.resource.spi.ManagedConnection mc)
Method Detail

connectionClosed

public void connectionClosed(javax.resource.spi.ConnectionEvent event)
Specified by:
connectionClosed in interface javax.resource.spi.ConnectionEventListener

connectionErrorOccurred

public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent event)
Specified by:
connectionErrorOccurred in interface javax.resource.spi.ConnectionEventListener

localTransactionStarted

public void localTransactionStarted(javax.resource.spi.ConnectionEvent event)
Specified by:
localTransactionStarted in interface javax.resource.spi.ConnectionEventListener

localTransactionCommitted

public void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)
Specified by:
localTransactionCommitted in interface javax.resource.spi.ConnectionEventListener

localTransactionRolledback

public void localTransactionRolledback(javax.resource.spi.ConnectionEvent event)
Specified by:
localTransactionRolledback in interface javax.resource.spi.ConnectionEventListener

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.