|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectequip.runtime.SingletonManager
Provides a single static method to get singleton instances of name class(es). Also implemented in C++, but not IDL'd.
| Method Summary | |
static java.lang.Object |
get(java.lang.String name)
Return a reference to the SingletonManager's singleton instance of the named class. |
static void |
remove(java.lang.String name)
you probably don't want to do this :-) - an experimental operation to remove the singleton from the internal hashtable (for GC). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.Object get(java.lang.String name)
name - The dot-qualified full name of the class to be
returned, e.g. 'equip.config.ConfigManagerImpl'.
null if the class could not be loaded.public static void remove(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||