Package | Description |
---|---|
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.scheduling.concurrent |
Scheduling convenience classes for the
java.util.concurrent
and javax.enterprise.concurrent packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context. |
org.springframework.transaction.jta |
Transaction SPI implementation for JTA.
|
Modifier and Type | Method and Description |
---|---|
JndiTemplate |
JndiAccessor.getJndiTemplate()
Return the JNDI template to use for JNDI lookups.
|
Modifier and Type | Method and Description |
---|---|
void |
JndiAccessor.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpectedLookupTemplate
Simple extension of the JndiTemplate class that always returns a given object.
|
Modifier and Type | Method and Description |
---|---|
void |
JndiRmiServiceExporter.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultManagedAwareThreadFactory.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups.
|
void |
DefaultManagedTaskExecutor.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups.
|
void |
DefaultManagedTaskScheduler.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups.
|
Modifier and Type | Method and Description |
---|---|
JndiTemplate |
JtaTransactionManager.getJndiTemplate()
Return the JndiTemplate used for JNDI lookups.
|
Modifier and Type | Method and Description |
---|---|
void |
JtaTransactionManager.setJndiTemplate(JndiTemplate jndiTemplate)
Set the JndiTemplate to use for JNDI lookups.
|