|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TMComponent
Defines the interface for a TM provider.
Field Summary | |
---|---|
static java.lang.String |
JNDI_NAME
JNDI name of the transaction manager. |
Method Summary | |
---|---|
javax.transaction.TransactionManager |
getTransactionManager()
Gets the transaction manager object. |
void |
setTimeout(int timeout)
Set the Transaction Timeout. |
Methods inherited from interface org.objectweb.easybeans.component.api.EZBComponent |
---|
init, start, stop |
Field Detail |
---|
static final java.lang.String JNDI_NAME
Method Detail |
---|
javax.transaction.TransactionManager getTransactionManager()
void setTimeout(int timeout)
timeout
- Timeout (in seconds)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |