public class JBossJtaTransactionManagerLookup extends Object implements JtaTransactionManagerLookup
| Constructor and Description |
|---|
JBossJtaTransactionManagerLookup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
TransactionManager |
getTransactionManager() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, createorderpublic TransactionManager getTransactionManager()
getTransactionManager in interface JtaTransactionManagerLookuppublic void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<JtaTransactionManagerLookup>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<JtaTransactionManagerLookup>public String getId()
getId in interface ProviderFactory<JtaTransactionManagerLookup>Copyright © 2021 JBoss by Red Hat. All rights reserved.