当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
HttpNamingContextFactory (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.naming
Class HttpNamingContextFactory
java.lang.Object
org.jboss.naming.HttpNamingContextFactory
- All Implemented Interfaces:
- InitialContextFactory, ObjectFactory
- public class HttpNamingContextFactory
- extends Object
- implements InitialContextFactory, ObjectFactory
A naming provider InitialContextFactory implementation that obtains a
Naming proxy from an HTTP URL.
- Version:
- $Revision: 1.7.6.1 $
- 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 |
HttpNamingContextFactory
public HttpNamingContextFactory()
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 env)
throws Exception
- Specified by:
getObjectInstance
in interface ObjectFactory
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.