org.prevayler.contrib.facade
Interface TransactionType.Determiner
- All Known Implementing Classes:
- MethodNameTransactionTypeDeterminer
- Enclosing class:
- TransactionType
public static interface TransactionType.Determiner
An interface describing a strategy for choosing a
TransactionType
for a given method.
- Since:
- 0_1
- Author:
- Jay Sachs [jay@contravariant.org]
determineTransactionType
TransactionType determineTransactionType(Method p_method)
- Given a
Method
, determine the appropriate
TransactionType
to be used in implemented a
Prevayler for that method.
- Parameters:
p_method
- the Method
in question
- Returns:
- the
TransactionType
appropriate for
that method.
Copyright © 2001-2013. All Rights Reserved.