public class TransactionalLifecycle extends Object implements Lifecycle
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_TRANSACTION_MANAGER_NAMEName of the transaction manager to pull from the GlobalResourceLoader. | 
| Constructor and Description | 
|---|
| TransactionalLifecycle() | 
| TransactionalLifecycle(String transactionManagerName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isStarted() | 
| void | setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) | 
| void | start() | 
| void | stop() | 
public static final String DEFAULT_TRANSACTION_MANAGER_NAME
public TransactionalLifecycle(String transactionManagerName)
public TransactionalLifecycle()
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.