|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.startup.StartupFactory
public class StartupFactory
| Field Summary | |
|---|---|
static StartupFactory |
instance
|
| Method Summary | |
|---|---|
HashMap |
getStartupClasses()
|
void |
shutdown()
|
void |
shutdown(Class clazz)
Shutdown a Startup class |
void |
shutdown(String clazz)
Shutdown a Startup class |
void |
startup()
|
void |
startup(Class clazz)
Initialise a Startup class |
void |
startup(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(String clazz)
Startup class
clazz - The name of the classpublic void startup(Class clazz)
Startup class
clazz - The class to startpublic void shutdown(String clazz)
Startup class
clazz - The name of the classpublic void shutdown(Class clazz)
Startup class
clazz - The class to shutdownpublic HashMap getStartupClasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||