クラス
org.seasar.jca.outbound.support.ConnectionManagementContext の使用

ConnectionManagementContext を使用しているパッケージ
org.seasar.jca.outbound outbound communicationのサポートを提供します. 
org.seasar.jca.outbound.policy コネクション管理のポリシーを提供します. 
org.seasar.jca.outbound.support コネクション管理のサポート機能を提供します. 
 

org.seasar.jca.outbound での ConnectionManagementContext の使用
 

ConnectionManagementContext 型のパラメータを持つ org.seasar.jca.outbound のメソッド
 void ConnectionManagerImpl.NoPoolingPolicy.allocate(ConnectionManagementContext context)
           
 

org.seasar.jca.outbound.policy での ConnectionManagementContext の使用
 

ConnectionManagementContext 型のパラメータを持つ org.seasar.jca.outbound.policy のメソッド
 void ThreadBoundedPoolingPolicy.allocate(ConnectionManagementContext context)
           
 void ConnectionManagementPolicy.allocate(ConnectionManagementContext context)
          コネクションを割り当てます.
 void BasicPoolingPolicy.allocate(ConnectionManagementContext context)
           
 void AbstractTransactionBoundedPoolingPolicy.allocate(ConnectionManagementContext context)
           
 void AbstractPolicy.allocate(ConnectionManagementContext context)
           
protected  ManagedConnection BasicPoolingPolicy.allocateFromFreePool(ConnectionManagementContext context)
          未使用のプールからマネージドコネクションを割り当てます.
protected  void AbstractTransactionBoundedPoolingPolicy.allocateNew(ConnectionManagementContext context, Transaction tx, ManagedConnectionPool<Object> pool)
          後続のコネクション管理ポリシーから取得したマネージドコネクションをプールします.
protected  void AbstractTransactionBoundedPoolingPolicy.allocateUnboundConnection(ConnectionManagementContext context)
          スレッドがトランザクションに関連づけられていない場合で,ローカルトランザクションが許可されている場合は,後続のコネクション管理ポリシーからコネクションを割り当てます.
protected  void AbstractPolicy.assertValidMCF(ConnectionManagementContext context)
          マネージドコネクションファクトリが妥当か検証します.
protected  void XATransactionBoundedPoolingPolicy.associateTx(Transaction tx, ManagedConnectionPool<Object> pool, ConnectionManagementContext context)
           
protected  void LocalTransactionBoundedPoolingPolicy.associateTx(Transaction tx, ManagedConnectionPool<Object> pool, ConnectionManagementContext context)
           
protected abstract  void AbstractTransactionBoundedPoolingPolicy.associateTx(Transaction tx, ManagedConnectionPool<Object> pool, ConnectionManagementContext context)
          コネクションをトランザクションに関連づけます.
protected  void BasicPoolingPolicy.checkOut(ConnectionManagementContext context)
          プールからマネージドコネクションをチェックアウトします.
protected  void AbstractTransactionBoundedPoolingPolicy.checkOut(ConnectionManagementContext context)
          コネクションをチェックアウトします.
 

org.seasar.jca.outbound.support での ConnectionManagementContext の使用
 

ConnectionManagementContext を返す org.seasar.jca.outbound.support のメソッド
 ConnectionManagementContext ConnectionManagementContext.setLogicalConnectionHandle(Object logicalConnectionHandle)
          論理コネクションハンドラを設定します.
 ConnectionManagementContext ConnectionManagementContext.setManagedConnection(ManagedConnection managedConnection)
          マネージドコネクションを設定します.
 ConnectionManagementContext ConnectionManagementContext.setManagedConnectionFactory(ManagedConnectionFactory managedConnectionFactory)
          マネージドコネクションファクトリを設定します.
 ConnectionManagementContext ConnectionManagementContext.setRequestInfo(ConnectionRequestInfo requestInfo)
          コネクション要求情報を設定します.
 ConnectionManagementContext ConnectionManagementContext.setSubject(Subject subject)
          サブジェクトを設定します.
 



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