org.apache.naming.factory
Class ResourceEnvFactory

java.lang.Object
  extended byorg.apache.naming.factory.ResourceEnvFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class ResourceEnvFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

Object factory for Resources env.

Version:
$Revision: 123428 $ $Date: 2003/10/13 08:15:11 $
Author:
Remy Maucherat

Constructor Summary
ResourceEnvFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          Create a new Resource env instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceEnvFactory

public ResourceEnvFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws java.lang.Exception
Create a new Resource env instance.

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Parameters:
obj - The reference object describing the Resource env.
name - The name of this object relative to nameCtx, or null if no name is specified.
nameCtx - The context relative to which the name parameter is specified, or null if name is relative to the default initial context.
environment - The possibly null environment that is used in creating the object.
Returns:
The object created; null if an instance cannot be created.
Throws:
java.lang.Exception