|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.demo.RunDemo
public class RunDemo
| Nested Class Summary | |
|---|---|
protected static class |
RunDemo.ShutdownHook
|
| Field Summary | |
|---|---|
protected static DefaultApplicationContext |
context
The singleton instance of the main context |
| Constructor Summary | |
|---|---|
RunDemo()
|
|
| Method Summary | |
|---|---|
protected static DefaultApplicationContext |
get()
Récupération du contexte applicatif. |
protected static DefaultApplicationContext |
init()
Permet l'initialisation du contexte applicatif et positionne l'context partagée. |
protected static boolean |
isInit()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static DefaultApplicationContext context
| Constructor Detail |
|---|
public RunDemo()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
protected static boolean isInit()
true si le context a été initialisé via la méthode
init(),
protected static DefaultApplicationContext init()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - si un contexte applicatif a déja été positionné.
protected static DefaultApplicationContext get()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - si le contexte n'a pas été initialisé via
la méthode init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||