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
クラス 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.