Java org.springframework.jndi JndiTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jndi JndiTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jndi JndiTemplate.

The text is from its open source code.

Constructor

JndiTemplate()
Create a new JndiTemplate instance.
JndiTemplate(@Nullable Properties environment)
Create a new JndiTemplate instance, using the given environment.

Method

voidbind(final String name, final Object object)
Bind the given object to the current JNDI context, using the given name.
ContextgetContext()
Obtain a JNDI context corresponding to this template's configuration.
Objectlookup(final String name)
Look up the object with the given name in the current JNDI context.
voidsetEnvironment(@Nullable Properties environment)
Set the environment for the JNDI InitialContext.