org.huihoo.jfox.ejb.naming.interfaces.jnp
Class jnpURLContextFactory

java.lang.Object
  |
  +--org.huihoo.jfox.ejb.naming.interfaces.jnp.jnpURLContextFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

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

Version:
$Revision: 0.9.1 $
Author:
tai_1219@sina.com

Constructor Summary
jnpURLContextFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          Constants ----------------------------------------------------- Attributes ---------------------------------------------------- Static -------------------------------------------------------- Constructors -------------------------------------------------- Public -------------------------------------------------------- ObjectFactory implementation ----------------------------------
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jnpURLContextFactory

public jnpURLContextFactory()
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
Constants ----------------------------------------------------- Attributes ---------------------------------------------------- Static -------------------------------------------------------- Constructors -------------------------------------------------- Public -------------------------------------------------------- ObjectFactory implementation ----------------------------------

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Parameters:
obj -
name -
nameCtx -
environment -
Returns:
Object
Throws:
java.lang.Exception