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

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

public class BindingMessages
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 BINDING_LOG_HIERARCHY
           
static String CREATED_LOG_HIERARCHY
           
static String DELETED_LOG_HIERARCHY
           
 
Constructor Summary
BindingMessages()
           
 
Method Summary
static LogMessage CREATED(String param1, boolean opt1)
          Log a Binding message of the Format:
static LogMessage DELETED()
          Log a Binding 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

BINDING_LOG_HIERARCHY

public static final String BINDING_LOG_HIERARCHY
See Also:
Constant Field Values

CREATED_LOG_HIERARCHY

public static final String CREATED_LOG_HIERARCHY
See Also:
Constant Field Values

DELETED_LOG_HIERARCHY

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

BindingMessages

public BindingMessages()
Method Detail

reload

public static void reload()

CREATED

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


DELETED

public static LogMessage DELETED()
Log a Binding message of the Format:
BND-1002 : Deleted
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation