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 |
Deprecated as of Spring Framework 5.2 in favor of complete
solutions from third parties such as
Simple-JNDI.
|
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
Deprecated.
Deprecated as of Spring Framework 5.2 in favor of complete solutions from
third parties such as Simple-JNDI
|
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 |
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.
|
void |
DefaultManagedAwareThreadFactory.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.
|