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 void
close()
This is called when the server shuts down.default JtaTransactionManagerLookup
create
(KeycloakSession session) jakarta.transaction.TransactionManager
Methods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
close
default void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProvider
- Specified by:
close
in interfaceProviderFactory<JtaTransactionManagerLookup>
-
create
- Specified by:
create
in interfaceProviderFactory<JtaTransactionManagerLookup>
-
getTransactionManager
jakarta.transaction.TransactionManager getTransactionManager()
-