org.huihoo.jfox.jndi.url.java
Class javaURLContextFactory
java.lang.Object
|
+--org.huihoo.jfox.jndi.url.java.javaURLContextFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class javaURLContextFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
performed when use Reference with it's RefAddr is StringRefAddr,type is URL, content is "java://.."
- Author:
- Young Yang
|
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable environment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
javaURLContextFactory
public javaURLContextFactory()
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
- Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
java.lang.Exception