org.jboss.naming.client.java
Class javaURLContextFactory

java.lang.Object
  extended by org.jboss.naming.client.java.javaURLContextFactory
All Implemented Interfaces:
ObjectFactory

public class javaURLContextFactory
extends Object
implements ObjectFactory

The external client java URL context factory. This is used in conjunction with j2ee application clients to implement the java:comp/env enterprise naming context (ENC).

Version:
$Revision: 57209 $
Author:
Scott.Stark@jboss.org
See Also:
ObjectFactory

Field Summary
static String J2EE_CLIENT_NAME_PROP
           
 
Constructor Summary
javaURLContextFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

J2EE_CLIENT_NAME_PROP

public static final String J2EE_CLIENT_NAME_PROP
See Also:
Constant Field Values
Constructor Detail

javaURLContextFactory

public javaURLContextFactory()
Method Detail

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.