当前页面:
在线文档首页 >
JBoss 3.2.7 naming API Documentation 英文版文档
NamingContextFactory (JBoss Naming API) - JBoss 3.2.7 naming API Documentation 英文版文档
org.jnp.interfaces
Class NamingContextFactory
java.lang.Object
org.jnp.interfaces.NamingContextFactory
- All Implemented Interfaces:
- InitialContextFactory, ObjectFactory
- public class NamingContextFactory
- extends Object
- implements InitialContextFactory, ObjectFactory
The jnp naming provider InitialContextFactory implementation.
- Version:
- $Revision: 1.3.10.3 $
- Author:
- Scott.Stark@jboss.org
- See Also:
InitialContextFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamingContextFactory
public NamingContextFactory()
getInitialContext
public Context getInitialContext(Hashtable env)
throws NamingException
- Specified by:
getInitialContext
in interface InitialContextFactory
- Throws:
NamingException
getObjectInstance
public Object getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
throws Exception
- Specified by:
getObjectInstance
in interface ObjectFactory
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.