- CHILD_ADDED_EVENT - Static variable in class nl.tudelft.simulation.naming.JVMContext
-
CHILD_ADDED_EVENT is fired whenever a child is added
- CHILD_REMOVED_EVENT - Static variable in class nl.tudelft.simulation.naming.JVMContext
-
CHILD_REMOVED_EVENT is fired whenever a child is removed
- clone() - Method in class nl.tudelft.simulation.naming.FileContext
-
- clone() - Method in class nl.tudelft.simulation.naming.JVMContext
-
- close() - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- close() - Method in class nl.tudelft.simulation.naming.JVMContext
-
- close() - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- close() - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- close() - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Closes this context.
- composeName(String, String) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
Composes the name of this context with a name relative to this context.
- composeName(Name, Name) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
Composes the name of this context with a name relative to this context.
- composeName(Name, Name) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- composeName(String, String) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- composeName(Name, Name) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- composeName(String, String) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- composeName(Name, Name) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- composeName(String, String) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- composeName(Name, Name) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Composes the name of this context with a name relative to this context.
- composeName(String, String) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Composes the name of this context with a name relative to this context.
- ContextListenerInterface - Interface in nl.tudelft.simulation.naming.listener
-
The interface to implement for namespace and object change listeners.
- ContextNode - Class in nl.tudelft.simulation.naming.context
-
A node in the context.
- ContextNode(ContextTreeModel, String, EventContext, Class[], boolean) - Constructor for class nl.tudelft.simulation.naming.context.ContextNode
-
constructs a new ContextNode
- ContextNode(Object) - Constructor for class nl.tudelft.simulation.naming.context.ContextNode
-
constructs a new ContextNode
- ContextTransferable - Class in nl.tudelft.simulation.naming.context
-
The ContextTransferable class transfers keys in DropNDrag Operations.
- ContextTransferable(Object) - Constructor for class nl.tudelft.simulation.naming.context.ContextTransferable
-
constructs a new ContextTransferable
- ContextTreeModel - Class in nl.tudelft.simulation.naming.context
-
The ContextTreeModel defines the inner structure of the context.
- ContextTreeModel(EventContext) - Constructor for class nl.tudelft.simulation.naming.context.ContextTreeModel
-
constructs a new ContextTreeModel
- ContextTreeModel(EventContext, Class[], boolean) - Constructor for class nl.tudelft.simulation.naming.context.ContextTreeModel
-
constructs a new ContextTreeModel
- ContextUtil - Class in nl.tudelft.simulation.naming.context
-
ContextUtility class
- ContextUtil() - Constructor for class nl.tudelft.simulation.naming.context.ContextUtil
-
constructs a new ContextUtil
- createSubcontext(Name) - Method in class nl.tudelft.simulation.naming.FileContext
-
- createSubcontext(String) - Method in class nl.tudelft.simulation.naming.FileContext
-
- createSubcontext(String) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- createSubcontext(Name) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- createSubcontext(Name) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- createSubcontext(String) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- createSubcontext(Name) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- createSubcontext(String) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- createSubcontext(Name) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- createSubcontext(String) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- createSubcontext(Name) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Creates and binds a new context.
- createSubcontext(String) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Creates and binds a new context.
- rebind(Name, Object) - Method in class nl.tudelft.simulation.naming.FileContext
-
- rebind(String, Object) - Method in class nl.tudelft.simulation.naming.FileContext
-
- rebind(String, Object) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- rebind(Name, Object) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- rebind(Name, Object) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- rebind(String, Object) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- rebind(Name, Object) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- rebind(String, Object) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- rebind(Name, Object) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- rebind(String, Object) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- rebind(Name, Object) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Binds a name to an object, overwriting any existing binding.
- RemoteContext - Class in nl.tudelft.simulation.naming
-
- RemoteContext(EventContext) - Constructor for class nl.tudelft.simulation.naming.RemoteContext
-
constructs a new RemoteContext
- RemoteContextClient - Class in nl.tudelft.simulation.naming
-
The FileContext as implementation of the Context interface.
- RemoteContextClient(RemoteContextInterface) - Constructor for class nl.tudelft.simulation.naming.RemoteContextClient
-
constructs a new RemoteContextClient
- RemoteContextFactory - Class in nl.tudelft.simulation.naming
-
A factory for RemoteContextClient instances, automatically invoked by JNDI
when the correct jndi.properties file has been used.
- RemoteContextFactory() - Constructor for class nl.tudelft.simulation.naming.RemoteContextFactory
-
- RemoteContextInterface - Interface in nl.tudelft.simulation.naming
-
- RemoteContextListener - Class in nl.tudelft.simulation.naming.listener
-
A RemoteContextListener.
- RemoteContextListener(ContextListenerInterface) - Constructor for class nl.tudelft.simulation.naming.listener.RemoteContextListener
-
constructs a new RemoteContextListener
- RemoteContextListenerClient - Class in nl.tudelft.simulation.naming.listener
-
The local wrapper for remoteContextListeners.
- RemoteContextListenerClient(RemoteContextListenerInterface) - Constructor for class nl.tudelft.simulation.naming.listener.RemoteContextListenerClient
-
constructs a new RemoteContextListenerClient
- RemoteContextListenerInterface - Interface in nl.tudelft.simulation.naming.listener
-
A remoteInterface for the ContextListener.
- removeFromEnvironment(String) - Method in class nl.tudelft.simulation.naming.FileContext
-
- removeFromEnvironment(String) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- removeFromEnvironment(String) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- removeFromEnvironment(String) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- removeFromEnvironment(String) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- removeFromEnvironment(String) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Removes an environment property from the environment of this context.
- removeNamingListener(NamingListener) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- removeNamingListener(NamingListener) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- removeNamingListener(RemoteContextListenerInterface) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- removeNamingListener(NamingListener) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- removeNamingListener(RemoteContextListenerInterface) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Removes a listener from receiving naming events fired by this
EventContext.
- rename(Name, Name) - Method in class nl.tudelft.simulation.naming.FileContext
-
- rename(String, String) - Method in class nl.tudelft.simulation.naming.FileContext
-
- rename(String, String) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- rename(Name, Name) - Method in class nl.tudelft.simulation.naming.InitialEventContext
-
- rename(Name, Name) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- rename(String, String) - Method in class nl.tudelft.simulation.naming.JVMContext
-
- rename(Name, Name) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- rename(String, String) - Method in class nl.tudelft.simulation.naming.RemoteContext
-
- rename(Name, Name) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- rename(String, String) - Method in class nl.tudelft.simulation.naming.RemoteContextClient
-
- rename(Name, Name) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Binds a new name to the object bound to an old name, and unbinds the old
name.
- rename(String, String) - Method in interface nl.tudelft.simulation.naming.RemoteContextInterface
-
Binds a new name to the object bound to an old name, and unbinds the old
name.
- resolveKey(Object) - Static method in class nl.tudelft.simulation.naming.context.ContextUtil
-
resolves the name of an object under which it is accessible in the
context