org.jasig.portal.spring.locator
Class PortalDbLocator
java.lang.Object
org.jasig.portal.spring.locator.AbstractBeanLocator<DataSource>
org.jasig.portal.spring.locator.PortalDbLocator
- All Implemented Interfaces:
- DisposableBean, InitializingBean
Deprecated. code that needs an DataSource should use direct dependency injection where possible
@Deprecated
public class PortalDbLocator
- extends AbstractBeanLocator<DataSource>
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_NAME
public static final String BEAN_NAME
- Deprecated.
- See Also:
- Constant Field Values
PortalDbLocator
public PortalDbLocator(DataSource instance)
- Deprecated.
getPortalDb
public static DataSource getPortalDb()
- Deprecated.
getLocator
protected AbstractBeanLocator<DataSource> getLocator()
- Deprecated.
- Specified by:
getLocator in class AbstractBeanLocator<DataSource>
setLocator
protected void setLocator(AbstractBeanLocator<DataSource> locator)
- Deprecated.
- Specified by:
setLocator in class AbstractBeanLocator<DataSource>
Copyright © 2010 Jasig. All Rights Reserved.