public interface ExtensionHelper
This provides access to transaction and database helper utilities. To retrieve an instance of this interface, u
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JNDI_NAME
An extension helper can be found by looking up this jndi name in any WebSphere initial context
on a server.
|
Modifier and Type | Method and Description |
---|---|
DatabaseHelper |
getDatabaseHelper(java.util.Map dbData)
Returns a new Database Helper.
|
TransactionControl |
getTransactionControl()
Deprecated.
Use com.ibm.wsspi.uow.UOWManager.runUnderUOW instead.
|
static final java.lang.String JNDI_NAME
TransactionControl getTransactionControl()
All state information is stored with the thread and in the TxHandle that the TransactionControl object generates.
DatabaseHelper getDatabaseHelper(java.util.Map dbData) throws UnableToInitializeException
dbData
- the parameter map to use to initialize the DatabaseHelper.UnableToInitializeException
- If an error occurs during initialization