Package org.keycloak.transaction
Interface JtaTransactionManagerLookup
- All Superinterfaces:
 Provider,ProviderFactory<JtaTransactionManagerLookup>
- All Known Implementing Classes:
 JBossJtaTransactionManagerLookup
public interface JtaTransactionManagerLookup
extends Provider, ProviderFactory<JtaTransactionManagerLookup>
JTA TransactionManager lookup
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()This is called when the server shuts down.default JtaTransactionManagerLookupcreate(KeycloakSession session) jakarta.transaction.TransactionManagerMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, getId, init, order, postInit 
- 
Method Details
- 
close
default void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
 closein interfaceProvider- Specified by:
 closein interfaceProviderFactory<JtaTransactionManagerLookup>
 - 
create
- Specified by:
 createin interfaceProviderFactory<JtaTransactionManagerLookup>
 - 
getTransactionManager
jakarta.transaction.TransactionManager getTransactionManager() 
 -