Uses of Interface
nl.tudelft.simulation.naming.context.ContextFactory
-
Packages that use ContextFactory Package Description nl.tudelft.simulation.naming.context A Context is a JNDI-like implementation to provide tree storage for objects based on keys. -
-
Uses of ContextFactory in nl.tudelft.simulation.naming.context
Classes in nl.tudelft.simulation.naming.context that implement ContextFactory Modifier and Type Class Description classFileContextFactoryA factory for FileContext instances, automatically invoked by JNDI when the correct jndi.properties file has been used.classJVMContextFactoryA factory for JVMContext instances, automatically invoked by JNDI when the correct jndi.properties file has been used.classRemoteContextFactoryA factory for RemoteContextClient instances, automatically invoked by JNDI when the correct jndi.properties file has been used.
-