|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.Kernel
public final class Kernel
The kernel object. This must be initialized by passing in the service context.
| Field Summary | |
|---|---|
static java.lang.String |
KERNEL_CONTEXT
|
| Method Summary | |
|---|---|
static org.springframework.context.support.GenericApplicationContext |
context()
Returns the Spring context object. |
static java.lang.Object |
findComponent(java.lang.String pComponentId)
Lookup a component. |
org.springframework.context.support.GenericApplicationContext |
getContext()
Returns the context. |
static void |
init(org.springframework.context.support.GenericApplicationContext pContext)
The init method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String KERNEL_CONTEXT
| Method Detail |
|---|
public final org.springframework.context.support.GenericApplicationContext getContext()
public static final org.springframework.context.support.GenericApplicationContext context()
public static final java.lang.Object findComponent(java.lang.String pComponentId)
throws ServiceException
pComponentId - The component id.
ServiceExceptionpublic static void init(org.springframework.context.support.GenericApplicationContext pContext)
pContext - The context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||