|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.transaction.manager.selector.Selector net.sf.ehcache.transaction.manager.selector.JndiSelector
public abstract class JndiSelector
Abstract selector performing JNDI lookup
Constructor Summary | |
---|---|
JndiSelector(String vendor,
String jndiName)
Constructor |
Method Summary | |
---|---|
protected TransactionManager |
doLookup()
Lookup the transaction manager. |
String |
getJndiName()
Get the configured JNDI name to look up |
void |
setJndiName(String jndiName)
Set the configured JNDI name to look up |
Methods inherited from class net.sf.ehcache.transaction.manager.selector.Selector |
---|
getTransactionManager, getVendor, registerResource, unregisterResource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JndiSelector(String vendor, String jndiName)
vendor
- the transaction manager vendor namejndiName
- the JNDI name to look upMethod Detail |
---|
public String getJndiName()
public void setJndiName(String jndiName)
jndiName
- the JNDI name to look upprotected TransactionManager doLookup()
doLookup
in class Selector
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |