org.apache.qpid.server.virtualhost.plugins.logging
Class SlowConsumerDetectionMessages

java.lang.Object
  extended by 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.


Field Summary
(package private) static Locale _currentLocale
           
(package private) static ResourceBundle _messages
           
static String CHECKING_QUEUE_LOG_HIERARCHY
           
static String COMPLETE_LOG_HIERARCHY
           
static String RUNNING_LOG_HIERARCHY
           
static String SLOWCONSUMERDETECTION_LOG_HIERARCHY
           
 
Constructor Summary
SlowConsumerDetectionMessages()
           
 
Method Summary
static LogMessage CHECKING_QUEUE(String param1)
          Log a SlowConsumerDetection message of the Format:
static LogMessage COMPLETE()
          Log a SlowConsumerDetection message of the Format:
static void reload()
           
static LogMessage RUNNING()
          Log a SlowConsumerDetection message of the Format:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

SlowConsumerDetectionMessages

public SlowConsumerDetectionMessages()
Method Detail

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