|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JndiTemplate | |
---|---|
org.springframework.jndi | The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes. |
org.springframework.mock.jndi | The simplest implementation of the JNDI SPI that could possibly work. |
org.springframework.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via RMI invokers. |
org.springframework.transaction.jta | Transaction SPI implementation for JTA. |
Uses of JndiTemplate in org.springframework.jndi |
---|
Methods in org.springframework.jndi that return JndiTemplate | |
---|---|
JndiTemplate |
JndiAccessor.getJndiTemplate()
Return the JNDI template to use for JNDI lookups. |
Methods in org.springframework.jndi with parameters of type JndiTemplate | |
---|---|
void |
JndiAccessor.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups. |
Uses of JndiTemplate in org.springframework.mock.jndi |
---|
Subclasses of JndiTemplate in org.springframework.mock.jndi | |
---|---|
class |
ExpectedLookupTemplate
Simple implementation of JndiTemplate interface that always returns a given object. |
Uses of JndiTemplate in org.springframework.remoting.rmi |
---|
Methods in org.springframework.remoting.rmi with parameters of type JndiTemplate | |
---|---|
void |
JndiRmiServiceExporter.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups. |
Uses of JndiTemplate in org.springframework.transaction.jta |
---|
Methods in org.springframework.transaction.jta that return JndiTemplate | |
---|---|
JndiTemplate |
JtaTransactionManager.getJndiTemplate()
Return the JndiTemplate used for JNDI lookups. |
Methods in org.springframework.transaction.jta with parameters of type JndiTemplate | |
---|---|
void |
JtaTransactionManager.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JndiTemplate to use for JNDI lookups. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |