org.seasar.jca.outbound
クラス ConnectionManagerImpl.Listener

java.lang.Object
  上位を拡張 org.seasar.jca.outbound.ConnectionManagerImpl.Listener
すべての実装されたインタフェース:
EventListener, ConnectionEventListener
含まれているクラス:
ConnectionManagerImpl

protected class ConnectionManagerImpl.Listener
extends Object
implements ConnectionEventListener

コネクション管理ポリシーにコネクションイベントを通知するためのコネクションイベントリスナです.

作成者:
koichik

コンストラクタの概要
protected ConnectionManagerImpl.Listener()
           
 
メソッドの概要
 void connectionClosed(ConnectionEvent event)
           
 void connectionErrorOccurred(ConnectionEvent event)
           
 void localTransactionCommitted(ConnectionEvent event)
           
 void localTransactionRolledback(ConnectionEvent event)
           
 void localTransactionStarted(ConnectionEvent event)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConnectionManagerImpl.Listener

protected ConnectionManagerImpl.Listener()
メソッドの詳細

connectionClosed

public void connectionClosed(ConnectionEvent event)
定義:
インタフェース ConnectionEventListener 内の connectionClosed

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)
定義:
インタフェース ConnectionEventListener 内の connectionErrorOccurred

localTransactionCommitted

public void localTransactionCommitted(ConnectionEvent event)
定義:
インタフェース ConnectionEventListener 内の localTransactionCommitted

localTransactionRolledback

public void localTransactionRolledback(ConnectionEvent event)
定義:
インタフェース ConnectionEventListener 内の localTransactionRolledback

localTransactionStarted

public void localTransactionStarted(ConnectionEvent event)
定義:
インタフェース ConnectionEventListener 内の localTransactionStarted


Copyright © 2005-2010 The Seasar Foundation. All Rights Reserved.