Uses of Package
nl.tudelft.simulation.naming.context
-
Packages that use nl.tudelft.simulation.naming.context Package Description nl.tudelft.simulation.naming.context A Context is a JNDI-like implementation to provide tree storage for objects based on keys.nl.tudelft.simulation.naming.context.event The naming.context.event package contains specific classes for contexts that can notify listeners about changes in the context tree or in its objects, based on a provided scope.nl.tudelft.simulation.naming.context.util Utilities for JNDI-like contexts. -
Classes in nl.tudelft.simulation.naming.context used by nl.tudelft.simulation.naming.context Class Description ContextFactory This interface represents a factory that creates an initial context.ContextInterface ContextInterface is the lightweight and simplified version of the JNDI EventContext interface in the standard Java distribution.JVMContext The JVMContext is an in-memory, thread-safe context implementation of the ContextInterface.JVMContext.ContextName Record with Context and Name combination.RemoteContext.RemoteChangeEventProducer The RemoteChangeEventProducer is a RmiEventProducer that can fire an OBJECT_CHANGED_EVENT on behalf of an object that was changed, but does not extend an EventProducer itself.RemoteContextInterface RemoteContextInterface is a tagging interface that extends both ContectInterface and Remote, but that does not force any new methods to be implemented. -
Classes in nl.tudelft.simulation.naming.context used by nl.tudelft.simulation.naming.context.event Class Description ContextInterface ContextInterface is the lightweight and simplified version of the JNDI EventContext interface in the standard Java distribution.RemoteContext Context that exists on another computer.RemoteContextInterface RemoteContextInterface is a tagging interface that extends both ContectInterface and Remote, but that does not force any new methods to be implemented. -
Classes in nl.tudelft.simulation.naming.context used by nl.tudelft.simulation.naming.context.util Class Description ContextInterface ContextInterface is the lightweight and simplified version of the JNDI EventContext interface in the standard Java distribution.