public class TransactionalLifecycle extends Object implements org.kuali.rice.core.api.lifecycle.Lifecycle
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TRANSACTION_MANAGER_NAME
Name 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)
public boolean isStarted()
isStarted in interface org.kuali.rice.core.api.lifecycle.Lifecyclepublic void start() throws Exception
start in interface org.kuali.rice.core.api.lifecycle.LifecycleExceptionpublic void stop() throws Exception
stop in interface org.kuali.rice.core.api.lifecycle.LifecycleExceptionCopyright © 2005–2017 The Kuali Foundation. All rights reserved.