|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.naming.context.ContextUtil
ContextUtility class
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Constructor Summary | |
protected |
ContextUtil()
constructs a new ContextUtil |
| Method Summary | |
static java.lang.String |
resolveKey(java.lang.Object object)
resolves the name of an object under which it is accessible in the context |
static void |
unbindFromContext(java.lang.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 java.lang.String resolveKey(java.lang.Object object)
throws javax.naming.NamingException
object - the object
javax.naming.NamingException - whenever the object cannot be foundpublic static void unbindFromContext(java.lang.Object object)
object - the object to be removed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||