org.apache.aries.transaction
Class BundleWideTxData

java.lang.Object
  extended by org.apache.aries.transaction.BundleWideTxData

public final class BundleWideTxData
extends Object


Constructor Summary
BundleWideTxData(String value, String method, String bean)
           
 
Method Summary
 List<Pattern> getBean()
           
 List<Pattern> getMethod()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleWideTxData

public BundleWideTxData(String value,
                        String method,
                        String bean)
Method Detail

getValue

public String getValue()

getMethod

public List<Pattern> getMethod()

getBean

public List<Pattern> getBean()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.