| 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.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via
 RMI invokers. | 
| org.springframework.scheduling.concurrent | Scheduling convenience classes for the  java.util.concurrentandjavax.enterprise.concurrentpackages, allowing to set up a
 ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
 context. | 
| 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 | 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. |