public class FcrepoTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager
| Constructor and Description |
|---|
FcrepoTransactionManager()
Create a FcrepoTransactionManager
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBegin(Object transaction,
org.springframework.transaction.TransactionDefinition definition) |
protected void |
doCommit(org.springframework.transaction.support.DefaultTransactionStatus status) |
protected Object |
doGetTransaction() |
protected void |
doRollback(org.springframework.transaction.support.DefaultTransactionStatus status) |
String |
getAuthHost()
Get the authHost for the transaction manager.
|
String |
getAuthPassword()
Get the authPassword for the transaction manager.
|
String |
getAuthUsername()
Get the authUsername for the transaction manager.
|
String |
getBaseUrl()
Get the base url for the transaction manager.
|
void |
setAuthHost(String authHost)
Set the authHost for the transaction manager.
|
void |
setAuthPassword(String authPassword)
Set the authPassword for the transaction manager.
|
void |
setAuthUsername(String authUsername)
Set the authUsername for the transaction manager.
|
void |
setBaseUrl(String baseUrl)
Set the baseUrl for the transaction manager.
|
commit, determineTimeout, doCleanupAfterCompletion, doResume, doSetRollbackOnly, doSuspend, getDefaultTimeout, getTransaction, getTransactionSynchronization, invokeAfterCompletion, isExistingTransaction, isFailEarlyOnGlobalRollbackOnly, isGlobalRollbackOnParticipationFailure, isNestedTransactionAllowed, isRollbackOnCommitFailure, isValidateExistingTransaction, newTransactionStatus, prepareForCommit, prepareSynchronization, prepareTransactionStatus, registerAfterCompletionWithExistingTransaction, resume, rollback, setDefaultTimeout, setFailEarlyOnGlobalRollbackOnly, setGlobalRollbackOnParticipationFailure, setNestedTransactionAllowed, setRollbackOnCommitFailure, setTransactionSynchronization, setTransactionSynchronizationName, setValidateExistingTransaction, shouldCommitOnGlobalRollbackOnly, suspend, triggerBeforeCommit, triggerBeforeCompletion, useSavepointForNestedTransactionpublic FcrepoTransactionManager()
public void setBaseUrl(String baseUrl)
baseUrl - the fcrepo base urlpublic String getBaseUrl()
public void setAuthUsername(String authUsername)
authUsername - the username for authenticationpublic String getAuthUsername()
public void setAuthPassword(String authPassword)
authPassword - the password used for authenticationpublic String getAuthPassword()
public void setAuthHost(String authHost)
authHost - the host realm used for authenticationpublic String getAuthHost()
protected void doBegin(Object transaction, org.springframework.transaction.TransactionDefinition definition)
doBegin in class org.springframework.transaction.support.AbstractPlatformTransactionManagerprotected void doCommit(org.springframework.transaction.support.DefaultTransactionStatus status)
doCommit in class org.springframework.transaction.support.AbstractPlatformTransactionManagerprotected void doRollback(org.springframework.transaction.support.DefaultTransactionStatus status)
doRollback in class org.springframework.transaction.support.AbstractPlatformTransactionManagerprotected Object doGetTransaction()
doGetTransaction in class org.springframework.transaction.support.AbstractPlatformTransactionManagerCopyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.