|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface Shutdown
AR Service: Halts the Astro Runtime
| Method Summary | |
|---|---|
void |
addShutdownListener(ShutdownListener l)
register a listener for shutdown events |
void |
halt()
Bring the AstroRuntime to a graceful halt. |
void |
reallyHalt()
Bring the AstroRuntime to a graceful halt, ignoring any objections from clients. |
void |
removeShutdownListener(ShutdownListener l)
remove a previously registered listener. |
| Method Detail |
|---|
void halt()
Shutdown.reallyHalt()ShutdownListener.lastChance()void reallyHalt()
Shutdown.halt() when there's a chance that the ACR has other clientsShutdownListener.halting()void addShutdownListener(ShutdownListener l)
l - void removeShutdownListener(ShutdownListener l)
l -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||