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

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

public class ConnectionMessages
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 CONNECTION_LOG_HIERARCHY
           
static String OPEN_LOG_HIERARCHY
           
 
Constructor Summary
ConnectionMessages()
           
 
Method Summary
static LogMessage CLOSE()
          Log a Connection message of the Format:
static LogMessage OPEN(String param1, String param2, boolean opt1, boolean opt2)
          Log a Connection 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

CONNECTION_LOG_HIERARCHY

public static final String CONNECTION_LOG_HIERARCHY
See Also:
Constant Field Values

OPEN_LOG_HIERARCHY

public static final String OPEN_LOG_HIERARCHY
See Also:
Constant Field Values

CLOSE_LOG_HIERARCHY

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

ConnectionMessages

public ConnectionMessages()
Method Detail

reload

public static void reload()

OPEN

public static LogMessage OPEN(String param1,
                              String param2,
                              boolean opt1,
                              boolean opt2)
Log a Connection message of the Format:
CON-1001 : Open[ : Client ID : {0}][ : Protocol Version : {1}]
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CLOSE

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



Licensed to the Apache Software Foundation