org.apache.naming.factory
Class ResourceLinkFactory
java.lang.Object
org.apache.naming.factory.ResourceLinkFactory
- All Implemented Interfaces:
- ObjectFactory
- Direct Known Subclasses:
- DataSourceLinkFactory
public class ResourceLinkFactory
- extends Object
- implements ObjectFactory
Object factory for resource links.
- Version:
- $Id: ResourceLinkFactory.java 1056946 2011-01-09 14:48:08Z markt $
- Author:
- Remy Maucherat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceLinkFactory
public ResourceLinkFactory()
setGlobalContext
public static void setGlobalContext(Context newGlobalContext)
- Set the global context (note: can only be used once).
- Parameters:
newGlobalContext
- new global context value
getObjectInstance
public Object getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
throws NamingException
- Create a new DataSource instance.
- Specified by:
getObjectInstance
in interface ObjectFactory
- Parameters:
obj
- The reference object describing the DataSource
- Throws:
NamingException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.