org.apache.qpid.server.logging.messages
Class SubscriptionMessages

java.lang.Object
  extended by org.apache.qpid.server.logging.messages.SubscriptionMessages

public class SubscriptionMessages
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 CLOSE_LOG_HIERARCHY
           
static String CREATE_LOG_HIERARCHY
           
static String STATE_LOG_HIERARCHY
           
static String SUBSCRIPTION_LOG_HIERARCHY
           
 
Constructor Summary
SubscriptionMessages()
           
 
Method Summary
static LogMessage CLOSE()
          Log a Subscription message of the Format:
static LogMessage CREATE(String param1, boolean opt1, boolean opt2)
          Log a Subscription message of the Format:
static void reload()
           
static LogMessage STATE(String param1)
          Log a Subscription 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

SUBSCRIPTION_LOG_HIERARCHY

public static final String SUBSCRIPTION_LOG_HIERARCHY
See Also:
Constant Field Values

STATE_LOG_HIERARCHY

public static final String STATE_LOG_HIERARCHY
See Also:
Constant Field Values

CREATE_LOG_HIERARCHY

public static final String CREATE_LOG_HIERARCHY
See Also:
Constant Field Values

CLOSE_LOG_HIERARCHY

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

SubscriptionMessages

public SubscriptionMessages()
Method Detail

reload

public static void reload()

STATE

public static LogMessage STATE(String param1)
Log a Subscription message of the Format:
SUB-1003 : State : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CREATE

public static LogMessage CREATE(String param1,
                                boolean opt1,
                                boolean opt2)
Log a Subscription message of the Format:
SUB-1001 : Create[ : Durable][ : Arguments : {0}]
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CLOSE

public static LogMessage CLOSE()
Log a Subscription message of the Format:
SUB-1002 : Close
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation