org.apache.qpid.server.logging.messages
Class ConnectionMessages
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
ConnectionMessages
public ConnectionMessages()
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