|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.core.util.ControllerCache
public class ControllerCache
This is a help class used to cache all instanciated and to make them singeltons controllers to save resources.
| Constructor Summary | |
|---|---|
ControllerCache()
|
|
| Method Summary | |
|---|---|
static IController |
getControllerInstance(java.lang.String classPath)
Method returning a IController object given an classpath. |
static void |
removeControllerInstance(java.lang.String classPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerCache()
| Method Detail |
|---|
public static IController getControllerInstance(java.lang.String classPath)
public static void removeControllerInstance(java.lang.String classPath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||