|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.naming.context.ContextUtil
public class ContextUtil
ContextUtility class
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Constructor Summary | |
---|---|
protected |
ContextUtil()
constructs a new ContextUtil |
Method Summary | |
---|---|
static String |
resolveKey(Object object)
resolves the name of an object under which it is accessible in the context |
static void |
unbindFromContext(Object object)
unbinds an object from the context |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ContextUtil()
Method Detail |
---|
public static String resolveKey(Object object) throws NamingException
object
- the object
NamingException
- whenever the object cannot be foundpublic static void unbindFromContext(Object object)
object
- the object to be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |