|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.spi.Container.Instance
public static final class Container.Instance
The Instance class holds a Container singleton.
| Method Summary | |
|---|---|
static Container |
get()
Access the registered Container. |
static void |
manage(CamelContext camelContext)
Called by Camel when a CamelContext has been created. |
static void |
set(Container container)
Register the Container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Container get()
public static void set(Container container)
container - the Container to registerpublic static void manage(CamelContext camelContext)
CamelContext has been created.
camelContext - the newly created CamelContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||