The Spring Framework

org.springframework.transaction.config
Class TxNamespaceUtils

java.lang.Object
  extended by org.springframework.transaction.config.TxNamespaceUtils

 class TxNamespaceUtils
extends Object

Since:
2.0
Author:
Rob Harrop, Juergen Hoeller

Field Summary
static String TRANSACTION_ATTRIBUTE_SOURCE
           
static String TRANSACTION_MANAGER_ATTRIBUTE
           
static String TRANSACTION_MANAGER_PROPERTY
           
 
Constructor Summary
TxNamespaceUtils()
           
 
Method Summary
static Class getAnnotationTransactionAttributeSourceClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSACTION_MANAGER_ATTRIBUTE

public static final String TRANSACTION_MANAGER_ATTRIBUTE
See Also:
Constant Field Values

TRANSACTION_MANAGER_PROPERTY

public static final String TRANSACTION_MANAGER_PROPERTY

TRANSACTION_ATTRIBUTE_SOURCE

public static final String TRANSACTION_ATTRIBUTE_SOURCE
See Also:
Constant Field Values
Constructor Detail

TxNamespaceUtils

TxNamespaceUtils()
Method Detail

getAnnotationTransactionAttributeSourceClass

public static Class getAnnotationTransactionAttributeSourceClass()

The Spring Framework

Copyright © 2002-2006 The Spring Framework.