org.apache.naming.factory
Class ResourceFactory

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

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

Object factory for Resources.

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

Constructor Summary
ResourceFactory()
           
 
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 instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFactory

public ResourceFactory()
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 instance.

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Parameters:
obj - The reference object describing the Resource
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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.