|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Kernel is the root of a containment solution. This interfaces defines the contract for any kernel implementation covering management aspects and service resolution aspects.
Field Summary | |
static int |
ASSEMBLY
|
static int |
DECOMMISSIONING
|
static int |
DEPLOYMENT
|
static int |
DISSASSEMBLY
|
static int |
INITIALIZED
|
static int |
INITIALIZING
|
static int |
STARTED
|
static int |
STARTING
|
static int |
STOPPED
|
static int |
STOPPING
|
Method Summary | |
void |
addKernelEventListener(KernelEventListener listener)
Add a kernel listener. |
ContainmentModel |
getModel()
Return the root containment model. |
int |
getState()
Return the current state of the kernel. |
DeploymentModel |
locate(String path)
Return a model matching the supplied path. |
void |
removeKernelEventListener(KernelEventListener listener)
Remove a kernel listener. |
Methods inherited from interface org.apache.avalon.merlin.KernelController |
shutdown, startup |
Field Detail |
public static final int INITIALIZING
public static final int INITIALIZED
public static final int STARTING
public static final int ASSEMBLY
public static final int DEPLOYMENT
public static final int STARTED
public static final int STOPPING
public static final int DECOMMISSIONING
public static final int DISSASSEMBLY
public static final int STOPPED
Method Detail |
public void addKernelEventListener(KernelEventListener listener)
listener
- the kernel listener to be addedpublic void removeKernelEventListener(KernelEventListener listener)
listener
- the kernel listener to be removedpublic ContainmentModel getModel()
public DeploymentModel locate(String path)
public int getState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |