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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.jndi.JndiObjectFactoryBean has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
Look up the JNDI object and store it.
ObjectgetObject()
Return the singleton JNDI object.
voidsetExpectedType(@Nullable Class expectedType)
Specify the type that the located JNDI object is supposed to be assignable to, if any.
voidsetJndiName(@Nullable String jndiName)
Specify the JNDI name to look up.
voidsetJndiTemplate(@Nullable JndiTemplate jndiTemplate)
Set the JNDI template to use for JNDI lookups.
voidsetLookupOnStartup(boolean lookupOnStartup)
Set whether to look up the JNDI object on startup.
voidsetProxyInterface(Class proxyInterface)
Specify the proxy interface to use for the JNDI object.
voidsetResourceRef(boolean resourceRef)
Set whether the lookup occurs in a Java EE container, i.e.