org.mortbay.jndi.java

Class javaURLContextFactory

Implemented Interfaces:
ObjectFactory

public class javaURLContextFactory
extends java.lang.Object
implements ObjectFactory

javaURLContextFactory

This is the URL context factory for the java: URL.

Notes

Usage

Method Summary

Object
getObjectInstance(Object url, Name name, Context ctx, Hashtable env)
Either return a new context or the resolution of a url.

Method Details

getObjectInstance

public Object getObjectInstance(Object url,
                                Name name,
                                Context ctx,
                                Hashtable env)
            throws Exception
Either return a new context or the resolution of a url.
Parameters:
url - an Object value
name - a Name value
ctx - a Context value
env - a Hashtable value
Returns:
a new context or the resolved object for the url

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.