org.apache.aries.transaction
Class MatchedTxData

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

public final class MatchedTxData
extends Object


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

Constructor Detail

MatchedTxData

public MatchedTxData(String value,
                     Pattern method,
                     Pattern bean)
Method Detail

getValue

public String getValue()

getMethod

public Pattern getMethod()

getBean

public Pattern getBean()

toString

public String toString()
Overrides:
toString in class Object


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