com.liferay.portal.spring.jndi
Class JndiObjectFactoryBean

java.lang.Object
  extended byorg.springframework.jndi.JndiAccessor
      extended byorg.springframework.jndi.JndiLocatorSupport
          extended byorg.springframework.jndi.JndiObjectLocator
              extended byorg.springframework.jndi.JndiObjectFactoryBean
                  extended bycom.liferay.util.spring.jndi.JndiObjectFactoryBean
                      extended bycom.liferay.portal.spring.jndi.JndiObjectFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

Deprecated. This class has been repackaged at com.liferay.util.spring.jndi.

public class JndiObjectFactoryBean
extends com.liferay.util.spring.jndi.JndiObjectFactoryBean

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.springframework.jndi.JndiLocatorSupport
CONTAINER_PREFIX
 
Fields inherited from class org.springframework.jndi.JndiAccessor
logger
 
Constructor Summary
JndiObjectFactoryBean()
          Deprecated.  
 
Methods inherited from class com.liferay.util.spring.jndi.JndiObjectFactoryBean
lookup
 
Methods inherited from class org.springframework.jndi.JndiObjectFactoryBean
afterPropertiesSet, createCompositeInterface, getObject, getObjectType, isSingleton, lookupWithFallback, setBeanClassLoader, setCache, setDefaultObject, setLookupOnStartup, setProxyInterface, setProxyInterfaces
 
Methods inherited from class org.springframework.jndi.JndiObjectLocator
getExpectedType, getJndiName, setExpectedType, setJndiName
 
Methods inherited from class org.springframework.jndi.JndiLocatorSupport
convertJndiName, isResourceRef, lookup, lookup, setResourceRef
 
Methods inherited from class org.springframework.jndi.JndiAccessor
getJndiEnvironment, getJndiTemplate, setJndiEnvironment, setJndiTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiObjectFactoryBean

public JndiObjectFactoryBean()
Deprecated.