public interface HouseKeepingManager
extends org.apache.tapestry5.ioc.services.RegistryShutdownListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<UserAction> getUserMessages()
void confirmMessage(String actionId) throws Exception
actionId - The ID of the action to removeExceptionvoid sendMessage(String message) throws com.googlecode.fascinator.common.messaging.MessagingException
com.googlecode.fascinator.common.messaging.MessagingExceptionvoid requestRestart()
throws com.googlecode.fascinator.common.messaging.MessagingException
com.googlecode.fascinator.common.messaging.MessagingExceptionvoid requestUrgentRestart()
throws com.googlecode.fascinator.common.messaging.MessagingException
com.googlecode.fascinator.common.messaging.MessagingExceptionCopyright © 2009-2016. All Rights Reserved.