org.apache.qpid.server.virtualhost.plugins.logging
Class SlowConsumerDetectionMessages
java.lang.Object
org.apache.qpid.server.virtualhost.plugins.logging.SlowConsumerDetectionMessages
public class SlowConsumerDetectionMessages
- extends Object
Generated Using GeneratedLogMessages and LogMessages.vm
This file is based on the content of LogMessages.properties
It is generated so that we can provide compile time validation of the
message parameters.
DO NOT EDIT DIRECTLY THIS FILE IS GENERATED.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_messages
static ResourceBundle _messages
_currentLocale
static Locale _currentLocale
SLOWCONSUMERDETECTION_LOG_HIERARCHY
public static final String SLOWCONSUMERDETECTION_LOG_HIERARCHY
- See Also:
- Constant Field Values
CHECKING_QUEUE_LOG_HIERARCHY
public static final String CHECKING_QUEUE_LOG_HIERARCHY
- See Also:
- Constant Field Values
RUNNING_LOG_HIERARCHY
public static final String RUNNING_LOG_HIERARCHY
- See Also:
- Constant Field Values
COMPLETE_LOG_HIERARCHY
public static final String COMPLETE_LOG_HIERARCHY
- See Also:
- Constant Field Values
SlowConsumerDetectionMessages
public SlowConsumerDetectionMessages()
reload
public static void reload()
CHECKING_QUEUE
public static LogMessage CHECKING_QUEUE(String param1)
- Log a SlowConsumerDetection message of the Format:
SCD-1003 : Checking Status of Queue {0}
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
RUNNING
public static LogMessage RUNNING()
- Log a SlowConsumerDetection message of the Format:
SCD-1001 : Running
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
COMPLETE
public static LogMessage COMPLETE()
- Log a SlowConsumerDetection message of the Format:
SCD-1002 : Complete
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
Licensed to the Apache Software Foundation