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 SummaryAll 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.ProviderFactorygetConfigMetadata, getId, init, order, postInit
 
- 
 
- 
- 
- 
Method Detail- 
closedefault void close() Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- Provider
- Specified by:
- closein interface- ProviderFactory<JtaTransactionManagerLookup>
 
 - 
createdefault JtaTransactionManagerLookup create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<JtaTransactionManagerLookup>
 
 - 
getTransactionManagerjavax.transaction.TransactionManager getTransactionManager() 
 
- 
 
-