|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HouseKeepingManager
Provides an interface for the Portal to access House Keeping.
| Method Summary | |
|---|---|
void |
confirmMessage(String actionId)
Confirm and remove a message/action |
Map<String,Map<String,String>> |
getQueueStats()
Get the latest statistics on message queues. |
List<UserAction> |
getUserMessages()
Get the messages to display for the user |
void |
requestRestart()
Request a low priority restart from HouseKeeping. |
void |
requestUrgentRestart()
Request a high priority restart from HouseKeeping. |
void |
sendMessage(String message)
Send a message to HouseKeeping. |
| Methods inherited from interface org.apache.tapestry5.ioc.services.RegistryShutdownListener |
|---|
registryDidShutdown |
| Method Detail |
|---|
List<UserAction> getUserMessages()
void confirmMessage(String actionId)
throws Exception
actionId - The ID of the action to remove
Exceptionvoid sendMessage(String message)
void requestRestart()
void requestUrgentRestart()
Map<String,Map<String,String>> getQueueStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||