|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wideplay.warp.persist.spi.TransactionMatcher
public class TransactionMatcher
Transaction matcher configuration, represents one call to
TransactionStrategyBuilder.forAll(com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher)
.
Constructor Summary | |
---|---|
TransactionMatcher()
Creates a TransactionMatcher with default class and method matcher. |
|
TransactionMatcher(com.google.inject.matcher.Matcher<? super Class<?>> txClassMatcher)
Creates a TransactionMatcher with given class matcher and default method matcher. |
|
TransactionMatcher(com.google.inject.matcher.Matcher<? super Class<?>> txClassMatcher,
com.google.inject.matcher.Matcher<? super Method> txMethodMatcher)
Creates a TransactionMatcher with given class and method matcher. |
Method Summary | |
---|---|
com.google.inject.matcher.Matcher<? super Class<?>> |
getClassMatcher()
|
com.google.inject.matcher.Matcher<? super Method> |
getMethodMatcher()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionMatcher()
TransactionMatcher
with default class and method matcher.
Defaults
public TransactionMatcher(com.google.inject.matcher.Matcher<? super Class<?>> txClassMatcher)
TransactionMatcher
with given class matcher and default method matcher.
txClassMatcher
- the class matcherpublic TransactionMatcher(com.google.inject.matcher.Matcher<? super Class<?>> txClassMatcher, com.google.inject.matcher.Matcher<? super Method> txMethodMatcher)
TransactionMatcher
with given class and method matcher.
txClassMatcher
- the class matchertxMethodMatcher
- the method matcherMethod Detail |
---|
public com.google.inject.matcher.Matcher<? super Class<?>> getClassMatcher()
public com.google.inject.matcher.Matcher<? super Method> getMethodMatcher()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |