|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KernelShutdownController
An interface for controlling Kernel shutdown. If the Kernel provides
an object to a component or service, it is giving permission to that
component or service to call Kernel.shutdown().
| Method Summary | |
|---|---|
void |
shutdownNode(Object caller)
Instructs the Kernel to shutdown the node, as a result of a
failure detected in a service or a component. |
| Method Detail |
|---|
void shutdownNode(Object caller)
Kernel to shutdown the node, as a result of a
failure detected in a service or a component. If this method is called
during startup, it may be delayed until the Kernel is completely booted.
caller - the class that called the shutdown. This is to
differentiate between being called from a service and being called from
a component.
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||