jrun.naming
Class JRunContextFactory

java.lang.Object
  |
  +--jrun.naming.JRunContextFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

public class JRunContextFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory

When an InitialContext is created using this class as the Context.INITIAL_CONTEXT_FACTORY, this is the class that the JNDI NamingManager will use to construct a Context.

The class is an ObjectFactory that actually does very little; it simply creates new JRunNamingContext objects. The brunt of the logic required by a Context exists within that Context and in its relationship with the JRun JMX NamingService.

Author:
PS Neville

Constructor Summary
JRunContextFactory()
           
 
Method Summary
 javax.naming.Context getInitialContext(java.util.Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRunContextFactory

public JRunContextFactory()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable env)
                                       throws javax.naming.NamingException
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory


Copyright � 2002 Macromedia Corporation. All Rights Reserved.