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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()This is called when the server shuts down.default JtaTransactionManagerLookupcreate(KeycloakSession session)javax.transaction.TransactionManagergetTransactionManager()-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, getId, init, order, postInit
-
-
-
-
Method Detail
-
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
default JtaTransactionManagerLookup create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<JtaTransactionManagerLookup>
-
getTransactionManager
javax.transaction.TransactionManager getTransactionManager()
-
-