Uses of Class
nl.tudelft.simulation.naming.context.JVMContext.ContextName
-
Packages that use JVMContext.ContextName 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 JVMContext.ContextName in nl.tudelft.simulation.naming.context
Methods in nl.tudelft.simulation.naming.context that return JVMContext.ContextName Modifier and Type Method Description protected JVMContext.ContextNameJVMContext. lookup(String name)Take a (compound) name such as "sub1/sub2/key" or "key" or "/sub/key" and lookup the final sub-context of the path, and store it in the ContextName.
-