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, wait
close, create
order
public TransactionManager getTransactionManager()
getTransactionManager
in interface JtaTransactionManagerLookup
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<JtaTransactionManagerLookup>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<JtaTransactionManagerLookup>
public String getId()
getId
in interface ProviderFactory<JtaTransactionManagerLookup>
Copyright © 2021 JBoss by Red Hat. All rights reserved.