org.apache.aries.transaction
Class BundleWideTxDataUtil
java.lang.Object
org.apache.aries.transaction.BundleWideTxDataUtil
public class BundleWideTxDataUtil
- extends Object
Method Summary |
static String |
getAttribute(String compId,
String method,
List<BundleWideTxData> bundleData)
based on method name and its associated compId, to check which transaction attribute should apply to
this method from the bundle wide transaction configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleWideTxDataUtil
public BundleWideTxDataUtil()
getAttribute
public static String getAttribute(String compId,
String method,
List<BundleWideTxData> bundleData)
- based on method name and its associated compId, to check which transaction attribute should apply to
this method from the bundle wide transaction configuration.
if no transaction attribute should apply to this method, null should be returned
- Parameters:
compId
- method
- bundleData
-
- Returns:
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.