Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » naming » factory » [javadoc | source]
org.apache.naming.factory
public class: ResourceLinkFactory [javadoc | source]
java.lang.Object
   org.apache.naming.factory.ResourceLinkFactory

All Implemented Interfaces:
    ObjectFactory

Object factory for resource links.

Method from org.apache.naming.factory.ResourceLinkFactory Summary:
getObjectInstance,   setGlobalContext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.naming.factory.ResourceLinkFactory Detail:
 public Object getObjectInstance(Object obj,
    Name name,
    Context nameCtx,
    Hashtable environment) throws NamingException 
    Create a new DataSource instance.
 public static  void setGlobalContext(Context newGlobalContext) 
    Set the global context (note: can only be used once).