nl.tudelft.simulation.naming
Class JVMContextFactory

java.lang.Object
  extended bynl.tudelft.simulation.naming.JVMContextFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

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

A factory for JVMContext instances, automatically invoked by JNDI when the correct jndi.properties file has been used.

(c) copyright 2003 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Since:
1.0
Version:
1.2 2004-03-24
Author:
Peter Jacobs

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

Constructor Detail

JVMContextFactory

public JVMContextFactory()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable environment)
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory
See Also:
#getInitialContext(Hashtable)


Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.