org.openejb.assembler
Class DeploymentInfoTxPolicySource

java.lang.Object
  extended byorg.openejb.assembler.DeploymentInfoTxPolicySource
All Implemented Interfaces:
TransactionPolicySource

public class DeploymentInfoTxPolicySource
extends Object
implements TransactionPolicySource


Constructor Summary
DeploymentInfoTxPolicySource(CoreDeploymentInfo deployment)
           
 
Method Summary
 TransactionPolicy getTransactionPolicy(String methodIntf, InterfaceMethodSignature signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentInfoTxPolicySource

public DeploymentInfoTxPolicySource(CoreDeploymentInfo deployment)
Method Detail

getTransactionPolicy

public TransactionPolicy getTransactionPolicy(String methodIntf,
                                              InterfaceMethodSignature signature)
Specified by:
getTransactionPolicy in interface TransactionPolicySource


Copyright © 1999-2005 OpenEJB. All Rights Reserved.