|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.tm.TransactionManagerLocator
public class TransactionManagerLocator
Locates the transaction manager.
Method Summary | |
---|---|
static TransactionManagerLocator |
getInstance()
Get the the locator |
TransactionManager |
locate()
Locate the transaction manager |
protected TransactionManager |
tryJNDI()
Locate the transaction manager in the well known jndi binding for JBoss |
protected TransactionManager |
usePrivateAPI()
Use the private api |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TransactionManagerLocator getInstance()
public TransactionManager locate()
protected TransactionManager tryJNDI()
protected TransactionManager usePrivateAPI()
This is a fallback method for non JBossAS use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |