public interface HouseKeepingManager
extends org.apache.tapestry5.ioc.services.RegistryShutdownListener
| Modifier and Type | Method and Description |
|---|---|
void |
confirmMessage(java.lang.String actionId)
Confirm and remove a message/action
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getQueueStats()
Get the latest statistics on message queues.
|
java.util.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(java.lang.String message)
Send a message to HouseKeeping.
|
java.util.List<UserAction> getUserMessages()
void confirmMessage(java.lang.String actionId)
throws java.lang.Exception
actionId - The ID of the action to removejava.lang.Exceptionvoid sendMessage(java.lang.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.MessagingExceptionjava.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getQueueStats()
Copyright © 2009-2019. All Rights Reserved.