|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.services.startup.StartupFactory
| Field Summary | |
static StartupFactory |
instance
|
| Method Summary | |
java.util.HashMap |
getStartupClasses()
|
void |
shutdown()
|
void |
shutdown(java.lang.Class clazz)
Shutdown a Startup class |
void |
shutdown(java.lang.String clazz)
Shutdown a Startup class |
void |
startup()
|
void |
startup(java.lang.Class clazz)
Initialise a Startup class |
void |
startup(java.lang.String clazz)
Initialise a Startup class |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final StartupFactory instance
| Method Detail |
public void shutdown()
shutdown in interface StartupClassStartupClass.shutdown()public void startup()
startup in interface StartupClassStartupClass.startup()public void startup(java.lang.String clazz)
Startup class
clazz - The name of the classpublic void startup(java.lang.Class clazz)
Startup class
clazz - The class to startpublic void shutdown(java.lang.String clazz)
Startup class
clazz - The name of the classpublic void shutdown(java.lang.Class clazz)
Startup class
clazz - The class to shutdownpublic java.util.HashMap getStartupClasses()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||