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

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

public class VirtualHostMessages
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 CLOSED_LOG_HIERARCHY
           
static String CREATED_LOG_HIERARCHY
           
static String VIRTUALHOST_LOG_HIERARCHY
           
 
Constructor Summary
VirtualHostMessages()
           
 
Method Summary
static LogMessage CLOSED()
          Log a VirtualHost message of the Format:
static LogMessage CREATED(String param1)
          Log a VirtualHost 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

VIRTUALHOST_LOG_HIERARCHY

public static final String VIRTUALHOST_LOG_HIERARCHY
See Also:
Constant Field Values

CLOSED_LOG_HIERARCHY

public static final String CLOSED_LOG_HIERARCHY
See Also:
Constant Field Values

CREATED_LOG_HIERARCHY

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

VirtualHostMessages

public VirtualHostMessages()
Method Detail

reload

public static void reload()

CLOSED

public static LogMessage CLOSED()
Log a VirtualHost message of the Format:
VHT-1002 : Closed
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CREATED

public static LogMessage CREATED(String param1)
Log a VirtualHost message of the Format:
VHT-1001 : Created : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation