| java.lang.Object org.objectweb.jonas.resource.ResourceObjectJNDIHandler
ResourceObjectJNDIHandler | public class ResourceObjectJNDIHandler implements ObjectFactory(Code) | | author: Eric Hardesty author: Contributor(s): |
Method Summary | |
public Object | getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable env) Create an object using the information provided
Parameters: refObj - the possibly null object containing reference information to create the object. Parameters: name - the name of this object relative to nameCtx, or null if no name is specified. Parameters: nameCtx - the context relative to which the name parameter is specified, or null if nameis relative to the default initial context. Parameters: env - the possibly null environment that is used in creating the object. |
getObjectInstance | public Object getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable env) throws Exception(Code) | | Create an object using the information provided
Parameters: refObj - the possibly null object containing reference information to create the object. Parameters: name - the name of this object relative to nameCtx, or null if no name is specified. Parameters: nameCtx - the context relative to which the name parameter is specified, or null if nameis relative to the default initial context. Parameters: env - the possibly null environment that is used in creating the object. Object created or null if unable to create throws: Exception - if an exception happened while trying to create the object |
|
|