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

java.lang.Object
  extended by org.apache.qpid.server.virtualhost.plugins.logging.TopicDeletePolicyMessages

public class TopicDeletePolicyMessages
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 DELETING_QUEUE_LOG_HIERARCHY
           
static String DISCONNECTING_LOG_HIERARCHY
           
static String TOPICDELETEPOLICY_LOG_HIERARCHY
           
 
Constructor Summary
TopicDeletePolicyMessages()
           
 
Method Summary
static LogMessage DELETING_QUEUE()
          Log a TopicDeletePolicy message of the Format:
static LogMessage DISCONNECTING()
          Log a TopicDeletePolicy message of the Format:
static void reload()
           
 
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

TOPICDELETEPOLICY_LOG_HIERARCHY

public static final String TOPICDELETEPOLICY_LOG_HIERARCHY
See Also:
Constant Field Values

DISCONNECTING_LOG_HIERARCHY

public static final String DISCONNECTING_LOG_HIERARCHY
See Also:
Constant Field Values

DELETING_QUEUE_LOG_HIERARCHY

public static final String DELETING_QUEUE_LOG_HIERARCHY
See Also:
Constant Field Values
Constructor Detail

TopicDeletePolicyMessages

public TopicDeletePolicyMessages()
Method Detail

reload

public static void reload()

DISCONNECTING

public static LogMessage DISCONNECTING()
Log a TopicDeletePolicy message of the Format:
TDP-1002 : Disconnecting Session
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


DELETING_QUEUE

public static LogMessage DELETING_QUEUE()
Log a TopicDeletePolicy message of the Format:
TDP-1001 : Deleting Queue
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation