oss.net.pstream.jca
Class StreamerConnectionEventListener

java.lang.Object
  |
  +--oss.net.pstream.jca.StreamerConnectionEventListener
All Implemented Interfaces:
javax.resource.spi.ConnectionEventListener, java.util.EventListener

public class StreamerConnectionEventListener
extends java.lang.Object
implements javax.resource.spi.ConnectionEventListener

Author:
mgregory To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
StreamerConnectionEventListener(javax.resource.spi.ManagedConnection MC)
           
 
Method Summary
 void addListener(javax.resource.spi.ConnectionEventListener Listener)
           
 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)
           
 void removeListener(javax.resource.spi.ConnectionEventListener Listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamerConnectionEventListener

public StreamerConnectionEventListener(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
See Also:
ConnectionEventListener.connectionClosed(ConnectionEvent)

localTransactionStarted

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

localTransactionCommitted

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

localTransactionRolledback

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

connectionErrorOccurred

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

addListener

public void addListener(javax.resource.spi.ConnectionEventListener Listener)

removeListener

public void removeListener(javax.resource.spi.ConnectionEventListener Listener)


Copyright © 2000 Dummy Corp. All Rights Reserved.