|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionHelper
Interface to provide some commonly used patterns for WebSphere developers in a server environment.
This provides access to transaction and database helper utilities. To retrieve an instance of this interface, u
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
DatabaseHelper |
getDatabaseHelper(java.util.Map dbData)
Returns a new Database Helper. |
TransactionControl |
getTransactionControl()
Returns a new TransactionControl object which can be used to start/commit/rollback transactions. |
Field Detail |
---|
static final java.lang.String JNDI_NAME
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |