jrun.naming.jrun
Class jrunURLContextFactory

java.lang.Object
  |
  +--jrun.naming.java.javaURLContextFactory
        |
        +--jrun.naming.jrun.jrunURLContextFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class jrunURLContextFactory
extends javaURLContextFactory
implements javax.naming.spi.ObjectFactory

Implementation of the jrun: URL namespace. It is currently used to hold JRun services in the jrun:services root context, but maybe used for other top-level contexts in the future.

It contains exactly the same logic as javaURLContextactory, and is therefore completely empty (it inherits the factory logic). It is a necessary placeholder, however, in that the JNDI core will look to this package and for this class in order to handle the jrun: namespace.

Author:
PS Neville

Constructor Summary
jrunURLContextFactory()
           
 
Methods inherited from class jrun.naming.java.javaURLContextFactory
getObjectInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.naming.spi.ObjectFactory
getObjectInstance
 

Constructor Detail

jrunURLContextFactory

public jrunURLContextFactory()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.