org.rhq.enterprise.installer.i18n
Interface InstallerI18NResourceKeys
@I18NResourceBundle(baseName="InstallerMessages",
defaultLocale="en")
public interface InstallerI18NResourceKeys
NOTE THAT THIS FILE NEEDS TO BE ISO-8859-1 / ISO-8859-15 encoded !!!!!
- Author:
- Mazz, Heiko W. Rupp, Victor.Montaner@zenika.com
BUNDLE_BASE_NAME
static final mazz.i18n.Msg.BundleBaseName BUNDLE_BASE_NAME
PRODUCT_SHORTNAME
@I18NMessage(value="${product.shortName}")
static final String PRODUCT_SHORTNAME
- See Also:
- Constant Field Values
PRODUCT_NAME
@I18NMessage(value="${product.name}")
static final String PRODUCT_NAME
- See Also:
- Constant Field Values
PRODUCT_FULLNAME
@I18NMessage(value="${product.fullName}")
static final String PRODUCT_FULLNAME
- See Also:
- Constant Field Values
PRODUCT_URL
@I18NMessage(value="${product.url}")
static final String PRODUCT_URL
- See Also:
- Constant Field Values
PRODUCT_SALES_EMAIL
@I18NMessage(value="${product.sales.email}")
static final String PRODUCT_SALES_EMAIL
- See Also:
- Constant Field Values
PRODUCT_SUPPORT_EMAIL
@I18NMessage(value="${product.support.email}")
static final String PRODUCT_SUPPORT_EMAIL
- See Also:
- Constant Field Values
HELP_DOC_ROOT
@I18NMessages(value=@I18NMessage(locale="en",value="${product.help.doc.root}"))
static final String HELP_DOC_ROOT
- See Also:
- Constant Field Values
CREATE_DATABASE_USER_TITLE
@I18NMessage(locale="en",
value="Create Database/User")
static final String CREATE_DATABASE_USER_TITLE
- See Also:
- Constant Field Values
CREATE_DATABASE_USER_HELP
@I18NMessage(locale="en",
value="Enter your database administrator\'s information here and press the button to create a database and user.")
static final String CREATE_DATABASE_USER_HELP
- See Also:
- Constant Field Values
ADMIN_CONNECTION_URL
@I18NMessage(locale="en",
value="DB Connection URL")
static final String ADMIN_CONNECTION_URL
- See Also:
- Constant Field Values
ADMIN_USERNAME
@I18NMessage(locale="en",
value="DB Admin Username")
static final String ADMIN_USERNAME
- See Also:
- Constant Field Values
ADMIN_PASSWORD
@I18NMessage(locale="en",
value="DB Admin Password")
static final String ADMIN_PASSWORD
- See Also:
- Constant Field Values
EXPERIMENTAL_DB
@I18NMessage(locale="en",
value="Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.")
static final String EXPERIMENTAL_DB
- See Also:
- Constant Field Values
CREATE_DATABASE_NOTE
@I18NMessage(locale="en",
value="Create a database/user if needed")
static final String CREATE_DATABASE_NOTE
- See Also:
- Constant Field Values
CREATE_DATABASE_BUTTON
@I18NMessage(locale="en",
value="Create Database")
static final String CREATE_DATABASE_BUTTON
- See Also:
- Constant Field Values
TEST_DATABASE_NOTE
@I18NMessage(locale="en",
value="Confirm database settings")
static final String TEST_DATABASE_NOTE
- See Also:
- Constant Field Values
TEST_DATABASE_BUTTON
@I18NMessage(locale="en",
value="Test Connection")
static final String TEST_DATABASE_BUTTON
- See Also:
- Constant Field Values
EXISTING_SCHEMA_QUESTION
@I18NMessage(locale="en",
value="A database schema already exists. What do you want to do?")
static final String EXISTING_SCHEMA_QUESTION
- See Also:
- Constant Field Values
EXISTING_SCHEMA_OPTION_OVERWRITE
@I18NMessage(locale="en",
value="Overwrite (lose existing data)")
static final String EXISTING_SCHEMA_OPTION_OVERWRITE
- See Also:
- Constant Field Values
EXISTING_SCHEMA_OPTION_KEEP
@I18NMessage(locale="en",
value="Keep (maintain existing data)")
static final String EXISTING_SCHEMA_OPTION_KEEP
- See Also:
- Constant Field Values
EXISTING_SCHEMA_OPTION_SKIP
@I18NMessage(locale="en",
value="Skip (leave database as-is)")
static final String EXISTING_SCHEMA_OPTION_SKIP
- See Also:
- Constant Field Values
INVALID_NUMBER
@I18NMessage(locale="en",
value="The {0} property value was an invalid number [{1}]")
static final String INVALID_NUMBER
- See Also:
- Constant Field Values
INVALID_BOOLEAN
@I18NMessage(locale="en",
value="The {0} boolean property value must be either \'true\' or \'false\' but was [{1}]")
static final String INVALID_BOOLEAN
- See Also:
- Constant Field Values
INVALID_STRING
@I18NMessage(locale="en",
value="The {0} property value must be set.")
static final String INVALID_STRING
- See Also:
- Constant Field Values
SAVE_FAILURE
@I18NMessage(locale="en",
value="Failed to save properties and fully deploy - ${product.shortName} Server will not function properly\\n\\\nCause: {0}")
static final String SAVE_FAILURE
- See Also:
- Constant Field Values
ERROR_LABEL
@I18NMessage(locale="en",
value="Error")
static final String ERROR_LABEL
- See Also:
- Constant Field Values
SAVE_ERROR
@I18NMessage(locale="en",
value="Could not save the settings for some reason.")
static final String SAVE_ERROR
- See Also:
- Constant Field Values
INVALID_DATABASE_SETTINGS
@I18NMessage(locale="en",
value="Could not connect to the database with the given database settings. \\n\\\nPlease check the database settings and make sure your database is running.")
static final String INVALID_DATABASE_SETTINGS
- See Also:
- Constant Field Values
SET_PROPERTIES_INSTRUCTIONS
@I18NMessage(locale="en",
value="These are the configuration settings for this ${product.name} Server installation. \\n\\\nYou may customize some, all or none as required. Click on the setting name for setting-specific help. Changes to settings marked as \"Restart Required\" \\n\\\nwill not take effect until after restarting the server. In this case restart the server immediately after successful installation.")
static final String SET_PROPERTIES_INSTRUCTIONS
- See Also:
- Constant Field Values
ADVANCED_SETTINGS_INSTRUCTIONS
@I18NMessage(locale="en",
value="Click this checkbox to see both standard and advanced configuration settings.")
static final String ADVANCED_SETTINGS_INSTRUCTIONS
- See Also:
- Constant Field Values
INSTALL_BUTTONS_TEXT
@I18NMessage(locale="en",
value="Press the \'Production Installation\' button for a normal installation.\\n\\\nPress the \'Embedded Installation\' button to quickly create a complete environment with the help of the embedded database and embedded agent. The embedded installation is for demonstration and evaluation purposes ONLY!")
static final String INSTALL_BUTTONS_TEXT
- See Also:
- Constant Field Values
OR_TEXT
@I18NMessage(locale="en",
value="-- or --")
static final String OR_TEXT
- See Also:
- Constant Field Values
SAVE_EMBEDDED_MODE
@I18NMessage(locale="en",
value="Embedded Installation")
static final String SAVE_EMBEDDED_MODE
- See Also:
- Constant Field Values
DATABASE_SETTINGS_INSTRUCTIONS
@I18NMessage(locale="en",
value="Database Settings define the database configured for this installation. All are required. Use the \"Test Connection\" button to validate the settings.")
static final String DATABASE_SETTINGS_INSTRUCTIONS
- See Also:
- Constant Field Values
INSTALL_SETTINGS_INSTRUCTIONS
@I18NMessage(locale="en",
value="Installation Settings define the required server endpoint for this installation.")
static final String INSTALL_SETTINGS_INSTRUCTIONS
- See Also:
- Constant Field Values
INSTALL_SETTINGS_NOTE_1
@I18NMessage(locale="en",
value="If performing an upgrade or re-installation then select from the list of registered servers: ")
static final String INSTALL_SETTINGS_NOTE_1
- See Also:
- Constant Field Values
INSTALL_SETTINGS_NOTE_2
@I18NMessage(locale="en",
value="If installing a new server enter the server endpoint settings below:")
static final String INSTALL_SETTINGS_NOTE_2
- See Also:
- Constant Field Values
SERVER_SETTINGS_INSTRUCTIONS
@I18NMessage(locale="en",
value="Server Settings configure the server for this installation. All server settings are required.")
static final String SERVER_SETTINGS_INSTRUCTIONS
- See Also:
- Constant Field Values
SAVE
@I18NMessage(locale="en",
value="Install Server!")
static final String SAVE
- See Also:
- Constant Field Values
YES_STRING
@I18NMessage(locale="en",
value="Yes")
static final String YES_STRING
- See Also:
- Constant Field Values
NO_STRING
@I18NMessage(locale="en",
value="No")
static final String NO_STRING
- See Also:
- Constant Field Values
PROPERTY_NAME
@I18NMessage(locale="en",
value="Property Name")
static final String PROPERTY_NAME
- See Also:
- Constant Field Values
VALUE
@I18NMessage(locale="en",
value="Value")
static final String VALUE
- See Also:
- Constant Field Values
REQUIRES_RESTART
@I18NMessage(locale="en",
value="Requires Restart?")
static final String REQUIRES_RESTART
- See Also:
- Constant Field Values
WELCOME_TITLE
@I18NMessage(locale="en",
value="Welcome to ${product.name}!")
static final String WELCOME_TITLE
- See Also:
- Constant Field Values
WELCOME_MESSAGE
@I18NMessage(locale="en",
value="You have reached the ${product.name} Installer. Use this page \\n\\\nto install and configure the ${product.name} Server. \\n\\\nOnce complete you will be able to log on and use ${product.name}.")
static final String WELCOME_MESSAGE
- See Also:
- Constant Field Values
STARTING
@I18NMessage(locale="en",
value="Starting up, please wait... (this may take several minutes)")
static final String STARTING
- See Also:
- Constant Field Values
ALREADY_INSTALLED
@I18NMessage(locale="en",
value="${product.name} will be installed!")
static final String ALREADY_INSTALLED
- See Also:
- Constant Field Values
ALREADY_INSTALLED_REMINDER
@I18NMessage(locale="en",
value="Note: Remember to install the plugin packs for the ${product.name} server to begin properly monitoring you environment.")
static final String ALREADY_INSTALLED_REMINDER
- See Also:
- Constant Field Values
ALREADY_INSTALLED_STARTED_LINK
@I18NMessage(locale="en",
value="Done! Click here to get started!")
static final String ALREADY_INSTALLED_STARTED_LINK
- See Also:
- Constant Field Values
START_INSTALLING_LINK
@I18NMessage(locale="en",
value="Click here to continue the installation")
static final String START_INSTALLING_LINK
- See Also:
- Constant Field Values
BACK_TO_SETTINGS_LINK
@I18NMessage(locale="en",
value="Back to configuration page")
static final String BACK_TO_SETTINGS_LINK
- See Also:
- Constant Field Values
SHOW_ADVANCED_SETTINGS
@I18NMessage(locale="en",
value="Show Advanced Settings")
static final String SHOW_ADVANCED_SETTINGS
- See Also:
- Constant Field Values
PROP_DATABASE_TYPE
@I18NMessage(locale="en",
value="Database Type")
static final String PROP_DATABASE_TYPE
- See Also:
- Constant Field Values
PROP_DATABASE_TYPE_HELP
@I18NMessage(value="DatabaseType")
static final String PROP_DATABASE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_DATABASE_CONNECTION_URL
@I18NMessage(locale="en",
value="Database Connection URL")
static final String PROP_DATABASE_CONNECTION_URL
- See Also:
- Constant Field Values
PROP_DATABASE_CONNECTION_URL_HELP
@I18NMessage(value="DatabaseConnectionURL")
static final String PROP_DATABASE_CONNECTION_URL_HELP
- See Also:
- Constant Field Values
PROP_DATABASE_DRIVER_CLASS
@I18NMessage(locale="en",
value="Database JDBC Driver Class")
static final String PROP_DATABASE_DRIVER_CLASS
- See Also:
- Constant Field Values
PROP_DATABASE_DRIVER_CLASS_HELP
@I18NMessage(value="DatabaseJDBCDriverClass")
static final String PROP_DATABASE_DRIVER_CLASS_HELP
- See Also:
- Constant Field Values
PROP_DATABASE_XA_DS_CLASS
@I18NMessage(locale="en",
value="Database XA DataSource Class")
static final String PROP_DATABASE_XA_DS_CLASS
- See Also:
- Constant Field Values
PROP_DATABASE_XA_DS_CLASS_HELP
@I18NMessage(value="DatabaseXADataSourceClass")
static final String PROP_DATABASE_XA_DS_CLASS_HELP
- See Also:
- Constant Field Values
PROP_DATABASE_USERNAME
@I18NMessage(locale="en",
value="Database User Name")
static final String PROP_DATABASE_USERNAME
- See Also:
- Constant Field Values
PROP_DATABASE_USERNAME_HELP
@I18NMessage(value="DatabaseUserName")
static final String PROP_DATABASE_USERNAME_HELP
- See Also:
- Constant Field Values
PROP_DATABASE_PASSWORD
@I18NMessage(locale="en",
value="Database Password")
static final String PROP_DATABASE_PASSWORD
- See Also:
- Constant Field Values
PROP_DATABASE_PASSWORD_HELP
@I18NMessage(value="DatabasePassword")
static final String PROP_DATABASE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SERVER_BIND_ADDRESS
@I18NMessage(locale="en",
value="Server Bind Address")
static final String PROP_SERVER_BIND_ADDRESS
- See Also:
- Constant Field Values
PROP_SERVER_BIND_ADDRESS_HELP
@I18NMessage(value="ServerBindAddress")
static final String PROP_SERVER_BIND_ADDRESS_HELP
- See Also:
- Constant Field Values
PROP_HTTP_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="HTTP Port"))
static final String PROP_HTTP_PORT
- See Also:
- Constant Field Values
PROP_HTTP_PORT_HELP
@I18NMessage(value="HTTPPort")
static final String PROP_HTTP_PORT_HELP
- See Also:
- Constant Field Values
PROP_HTTPS_PORT
@I18NMessage(locale="en",
value="Secure HTTPS Port")
static final String PROP_HTTPS_PORT
- See Also:
- Constant Field Values
PROP_HTTPS_PORT_HELP
@I18NMessage(value="SecureHTTPSPort")
static final String PROP_HTTPS_PORT_HELP
- See Also:
- Constant Field Values
PROP_WEB_SERVICE_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Web Service Port"))
static final String PROP_WEB_SERVICE_PORT
- See Also:
- Constant Field Values
PROP_WEB_SERVICE_PORT_HELP
@I18NMessage(value="WebServicePort")
static final String PROP_WEB_SERVICE_PORT_HELP
- See Also:
- Constant Field Values
PROP_NAMING_SERVICE_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Naming Service Port"))
static final String PROP_NAMING_SERVICE_PORT
- See Also:
- Constant Field Values
PROP_NAMING_SERVICE_PORT_HELP
@I18NMessage(value="NamingServicePort")
static final String PROP_NAMING_SERVICE_PORT_HELP
- See Also:
- Constant Field Values
PROP_NAMING_SERVICE_RMI_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Naming Service RMI Port"))
static final String PROP_NAMING_SERVICE_RMI_PORT
- See Also:
- Constant Field Values
PROP_NAMING_SERVICE_RMI_PORT_HELP
@I18NMessage(value="NamingServiceRMIPort")
static final String PROP_NAMING_SERVICE_RMI_PORT_HELP
- See Also:
- Constant Field Values
PROP_JRMP_INVOKER_RMI_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="JRMP Invoker RMI Port"))
static final String PROP_JRMP_INVOKER_RMI_PORT
- See Also:
- Constant Field Values
PROP_JRMP_INVOKER_RMI_PORT_HELP
@I18NMessage(value="JRMPInvokerRMIPort")
static final String PROP_JRMP_INVOKER_RMI_PORT_HELP
- See Also:
- Constant Field Values
PROP_POOLED_INVOKER_RMI_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Pooled Invoker RMI Port"))
static final String PROP_POOLED_INVOKER_RMI_PORT
- See Also:
- Constant Field Values
PROP_POOLED_INVOKER_RMI_PORT_HELP
@I18NMessage(value="PooledInvokerRMIPort")
static final String PROP_POOLED_INVOKER_RMI_PORT_HELP
- See Also:
- Constant Field Values
PROP_AJP_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="AJP Port"))
static final String PROP_AJP_PORT
- See Also:
- Constant Field Values
PROP_AJP_PORT_HELP
@I18NMessage(value="AJPPort")
static final String PROP_AJP_PORT_HELP
- See Also:
- Constant Field Values
PROP_UNIFIED_INVOKER_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Unified Invoker Port"))
static final String PROP_UNIFIED_INVOKER_PORT
- See Also:
- Constant Field Values
PROP_UNIFIED_INVOKER_PORT_HELP
@I18NMessage(value="UnifiedInvokerPort")
static final String PROP_UNIFIED_INVOKER_PORT_HELP
- See Also:
- Constant Field Values
PROP_ASPECT_DEPLOYER_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Aspect Deployer Port"))
static final String PROP_ASPECT_DEPLOYER_PORT
- See Also:
- Constant Field Values
PROP_ASPECT_DEPLOYER_PORT_HELP
@I18NMessage(value="AspectDeployerPort")
static final String PROP_ASPECT_DEPLOYER_PORT_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_CLIENT_AUTH_MOD
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Client Auth Mode"))
static final String PROP_TOMCAT_SECURITY_CLIENT_AUTH_MOD
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_CLIENT_AUTH_MOD_HELP
@I18NMessage(value="TomcatClientAuthMode")
static final String PROP_TOMCAT_SECURITY_CLIENT_AUTH_MOD_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_ALGORITHM
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Keystore/Truststore Algorithm"))
static final String PROP_TOMCAT_SECURITY_ALGORITHM
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_ALGORITHM_HELP
@I18NMessage(value="TomcatAlgorithm")
static final String PROP_TOMCAT_SECURITY_ALGORITHM_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_FILENAME
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Keystore"))
static final String PROP_TOMCAT_SECURITY_KEYSTORE_FILENAME
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_FILENAME_HELP
@I18NMessage(value="TomcatKeystore")
static final String PROP_TOMCAT_SECURITY_KEYSTORE_FILENAME_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Keystore Password"))
static final String PROP_TOMCAT_SECURITY_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_PASSWORD_HELP
@I18NMessage(value="TomcatKeystorePassword")
static final String PROP_TOMCAT_SECURITY_KEYSTORE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_TYPE
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Keystore Type"))
static final String PROP_TOMCAT_SECURITY_KEYSTORE_TYPE
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_TYPE_HELP
@I18NMessage(value="TomcatKeystoreType")
static final String PROP_TOMCAT_SECURITY_KEYSTORE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_ALIAS
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Keystore Alias"))
static final String PROP_TOMCAT_SECURITY_KEYSTORE_ALIAS
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_KEYSTORE_ALIAS_HELP
@I18NMessage(value="TomcatKeystoreAlias")
static final String PROP_TOMCAT_SECURITY_KEYSTORE_ALIAS_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_TRUSTSTORE_FILENAME
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Truststore"))
static final String PROP_TOMCAT_SECURITY_TRUSTSTORE_FILENAME
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_TRUSTSTORE_FILENAME_HELP
@I18NMessage(value="TomcatTruststore")
static final String PROP_TOMCAT_SECURITY_TRUSTSTORE_FILENAME_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_TRUSTSTORE_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Truststore Password"))
static final String PROP_TOMCAT_SECURITY_TRUSTSTORE_PASSWORD
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_TRUSTSTORE_PASSWORD_HELP
@I18NMessage(value="TomcatTruststorePassword")
static final String PROP_TOMCAT_SECURITY_TRUSTSTORE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_TRUSTSTORE_TYPE
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat Truststore Type"))
static final String PROP_TOMCAT_SECURITY_TRUSTSTORE_TYPE
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_TRUSTSTORE_TYPE_HELP
@I18NMessage(value="TomcatTruststoreType")
static final String PROP_TOMCAT_SECURITY_TRUSTSTORE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_SSL_PROTOCOL
@I18NMessages(value=@I18NMessage(locale="en",value="Tomcat SSL Protocol"))
static final String PROP_TOMCAT_SECURITY_SSL_PROTOCOL
- See Also:
- Constant Field Values
PROP_TOMCAT_SECURITY_SSL_PROTOCOL_HELP
@I18NMessage(value="TomcatSSLProtocol")
static final String PROP_TOMCAT_SECURITY_SSL_PROTOCOL_HELP
- See Also:
- Constant Field Values
PROP_CONNECTOR_TRANSPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Agent Communications Transport"))
static final String PROP_CONNECTOR_TRANSPORT
- See Also:
- Constant Field Values
PROP_CONNECTOR_TRANSPORT_HELP
@I18NMessage(value="IncomingAgentCommunicationsTransport")
static final String PROP_CONNECTOR_TRANSPORT_HELP
- See Also:
- Constant Field Values
PROP_CONNECTOR_BIND_ADDRESS
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Agent Communications Bind Address"))
static final String PROP_CONNECTOR_BIND_ADDRESS
- See Also:
- Constant Field Values
PROP_CONNECTOR_BIND_ADDRESS_HELP
@I18NMessage(value="IncomingAgentCommunicationsBindAddress")
static final String PROP_CONNECTOR_BIND_ADDRESS_HELP
- See Also:
- Constant Field Values
PROP_CONNECTOR_BIND_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Agent Communications Port"))
static final String PROP_CONNECTOR_BIND_PORT
- See Also:
- Constant Field Values
PROP_CONNECTOR_BIND_PORT_HELP
@I18NMessage(value="IncomingAgentCommunicationsPort")
static final String PROP_CONNECTOR_BIND_PORT_HELP
- See Also:
- Constant Field Values
PROP_CONNECTOR_TRANSPORT_PARAMS
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Agent Communications Transport Parameters"))
static final String PROP_CONNECTOR_TRANSPORT_PARAMS
- See Also:
- Constant Field Values
PROP_CONNECTOR_TRANSPORT_PARAMS_HELP
@I18NMessage(value="IncomingAgentCommunicationsTransportParameters")
static final String PROP_CONNECTOR_TRANSPORT_PARAMS_HELP
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_ENABLED
@I18NMessages(value=@I18NMessage(locale="en",value="Agent Multicast Detector Enabled"))
static final String PROP_AGENT_MULTICAST_DETECTOR_ENABLED
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_ENABLED_HELP
@I18NMessage(value="AgentMulticastDetectorEnabled")
static final String PROP_AGENT_MULTICAST_DETECTOR_ENABLED_HELP
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_BIND_ADDRESS
@I18NMessages(value=@I18NMessage(locale="en",value="Agent Multicast Detector Bind Address"))
static final String PROP_AGENT_MULTICAST_DETECTOR_BIND_ADDRESS
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_BIND_ADDRESS_HELP
@I18NMessage(value="AgentMulticastDetectorBindAddress")
static final String PROP_AGENT_MULTICAST_DETECTOR_BIND_ADDRESS_HELP
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_MULTICAST_ADDRESS
@I18NMessages(value=@I18NMessage(locale="en",value="Agent Multicast Detector Multicast Address"))
static final String PROP_AGENT_MULTICAST_DETECTOR_MULTICAST_ADDRESS
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_MULTICAST_ADDRESS_HELP
@I18NMessage(value="AgentMulticastDetectorMulticastAddress")
static final String PROP_AGENT_MULTICAST_DETECTOR_MULTICAST_ADDRESS_HELP
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Agent Multicast Detector Port"))
static final String PROP_AGENT_MULTICAST_DETECTOR_PORT
- See Also:
- Constant Field Values
PROP_AGENT_MULTICAST_DETECTOR_PORT_HELP
@I18NMessage(value="AgentMulticastDetectorPort")
static final String PROP_AGENT_MULTICAST_DETECTOR_PORT_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_SECURE_SOCKET_PROTOCOL
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Secure Socket Protocol"))
static final String PROP_SECURITY_SERVER_SECURE_SOCKET_PROTOCOL
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_SECURE_SOCKET_PROTOCOL_HELP
@I18NMessage(value="IncomingSecureSocketProtocol")
static final String PROP_SECURITY_SERVER_SECURE_SOCKET_PROTOCOL_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_FILE
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Keystore File"))
static final String PROP_SECURITY_SERVER_KEYSTORE_FILE
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_FILE_HELP
@I18NMessage(value="IncomingKeystoreFile")
static final String PROP_SECURITY_SERVER_KEYSTORE_FILE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_ALGORITHM
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Keystore Algorithm"))
static final String PROP_SECURITY_SERVER_KEYSTORE_ALGORITHM
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_ALGORITHM_HELP
@I18NMessage(value="IncomingKeystoreAlgorithm")
static final String PROP_SECURITY_SERVER_KEYSTORE_ALGORITHM_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_TYPE
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Keystore Type"))
static final String PROP_SECURITY_SERVER_KEYSTORE_TYPE
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_TYPE_HELP
@I18NMessage(value="IncomingKeystoreType")
static final String PROP_SECURITY_SERVER_KEYSTORE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Keystore Password"))
static final String PROP_SECURITY_SERVER_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_PASSWORD_HELP
@I18NMessage(value="IncomingKeystorePassword")
static final String PROP_SECURITY_SERVER_KEYSTORE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_KEY_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Keystore Key Password"))
static final String PROP_SECURITY_SERVER_KEYSTORE_KEY_PASSWORD
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_KEY_PASSWORD_HELP
@I18NMessage(value="IncomingKeystoreKeyPassword")
static final String PROP_SECURITY_SERVER_KEYSTORE_KEY_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_ALIAS
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Keystore Alias"))
static final String PROP_SECURITY_SERVER_KEYSTORE_ALIAS
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_KEYSTORE_ALIAS_HELP
@I18NMessage(value="IncomingKeystoreAlias")
static final String PROP_SECURITY_SERVER_KEYSTORE_ALIAS_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_FILE
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Truststore File"))
static final String PROP_SECURITY_SERVER_TRUSTSTORE_FILE
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_FILE_HELP
@I18NMessage(value="IncomingTruststoreFile")
static final String PROP_SECURITY_SERVER_TRUSTSTORE_FILE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_ALGORITHM
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Truststore Algorithm"))
static final String PROP_SECURITY_SERVER_TRUSTSTORE_ALGORITHM
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_ALGORITHM_HELP
@I18NMessage(value="IncomingTruststoreAlgorithm")
static final String PROP_SECURITY_SERVER_TRUSTSTORE_ALGORITHM_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_TYPE
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Truststore Type"))
static final String PROP_SECURITY_SERVER_TRUSTSTORE_TYPE
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_TYPE_HELP
@I18NMessage(value="IncomingTruststoreType")
static final String PROP_SECURITY_SERVER_TRUSTSTORE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Truststore Password"))
static final String PROP_SECURITY_SERVER_TRUSTSTORE_PASSWORD
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_TRUSTSTORE_PASSWORD_HELP
@I18NMessage(value="IncomingTruststorePassword")
static final String PROP_SECURITY_SERVER_TRUSTSTORE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_CLIENT_AUTH_MODE
@I18NMessages(value=@I18NMessage(locale="en",value="Incoming Security - Client Authentication Mode"))
static final String PROP_SECURITY_SERVER_CLIENT_AUTH_MODE
- See Also:
- Constant Field Values
PROP_SECURITY_SERVER_CLIENT_AUTH_MODE_HELP
@I18NMessage(value="IncomingClientAuthenticationMode")
static final String PROP_SECURITY_SERVER_CLIENT_AUTH_MODE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_SECURE_SOCKET_PROTOCOL
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Secure Socket Protocol"))
static final String PROP_SECURITY_CLIENT_SECURE_SOCKET_PROTOCOL
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_SECURE_SOCKET_PROTOCOL_HELP
@I18NMessage(value="OutgoingSecureSocketProtocol")
static final String PROP_SECURITY_CLIENT_SECURE_SOCKET_PROTOCOL_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_FILE
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Keystore File"))
static final String PROP_SECURITY_CLIENT_KEYSTORE_FILE
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_FILE_HELP
@I18NMessage(value="OutgoingKeystoreFile")
static final String PROP_SECURITY_CLIENT_KEYSTORE_FILE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_ALGORITHM
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Keystore Algorithm"))
static final String PROP_SECURITY_CLIENT_KEYSTORE_ALGORITHM
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_ALGORITHM_HELP
@I18NMessage(value="OutgoingKeystoreAlgorithm")
static final String PROP_SECURITY_CLIENT_KEYSTORE_ALGORITHM_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_TYPE
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Keystore Type"))
static final String PROP_SECURITY_CLIENT_KEYSTORE_TYPE
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_TYPE_HELP
@I18NMessage(value="OutgoingKeystoreType")
static final String PROP_SECURITY_CLIENT_KEYSTORE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Keystore Password"))
static final String PROP_SECURITY_CLIENT_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_PASSWORD_HELP
@I18NMessage(value="OutgoingKeystorePassword")
static final String PROP_SECURITY_CLIENT_KEYSTORE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_KEY_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Keystore Key Password"))
static final String PROP_SECURITY_CLIENT_KEYSTORE_KEY_PASSWORD
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_KEY_PASSWORD_HELP
@I18NMessage(value="OutgoingKeystoreKeyPassword")
static final String PROP_SECURITY_CLIENT_KEYSTORE_KEY_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_ALIAS
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Keystore Alias"))
static final String PROP_SECURITY_CLIENT_KEYSTORE_ALIAS
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_KEYSTORE_ALIAS_HELP
@I18NMessage(value="OutgoingKeystoreAlias")
static final String PROP_SECURITY_CLIENT_KEYSTORE_ALIAS_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_FILE
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Truststore File"))
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_FILE
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_FILE_HELP
@I18NMessage(value="OutgoingTruststoreFile")
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_FILE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_ALGORITHM
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Truststore Algorithm"))
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_ALGORITHM
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_ALGORITHM_HELP
@I18NMessage(value="OutgoingTruststoreAlgorithm")
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_ALGORITHM_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_TYPE
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Truststore Type"))
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_TYPE
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_TYPE_HELP
@I18NMessage(value="OutgoingTruststoreType")
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_TYPE_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_PASSWORD
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Truststore Password"))
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_PASSWORD
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_TRUSTSTORE_PASSWORD_HELP
@I18NMessage(value="OutgoingTruststorePassword")
static final String PROP_SECURITY_CLIENT_TRUSTSTORE_PASSWORD_HELP
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_SERVER_AUTH_MODE_ENABLED
@I18NMessages(value=@I18NMessage(locale="en",value="Outgoing Security - Server Authentication Mode Enabled"))
static final String PROP_SECURITY_CLIENT_SERVER_AUTH_MODE_ENABLED
- See Also:
- Constant Field Values
PROP_SECURITY_CLIENT_SERVER_AUTH_MODE_ENABLED_HELP
@I18NMessage(value="OutgoingServerAuthenticationModeEnabled")
static final String PROP_SECURITY_CLIENT_SERVER_AUTH_MODE_ENABLED_HELP
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_ENABLED
@I18NMessage(locale="en",
value="Embedded Agent Enabled")
static final String PROP_EMBEDDED_RHQ_AGENT_ENABLED
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_ENABLED_HELP
@I18NMessage(value="EmbeddedRHQAgentEnabled")
static final String PROP_EMBEDDED_RHQ_AGENT_ENABLED_HELP
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_NAME
@I18NMessage(locale="en",
value="Embedded Agent Name")
static final String PROP_EMBEDDED_RHQ_AGENT_NAME
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_NAME_HELP
@I18NMessage(value="EmbeddedRHQAgentName")
static final String PROP_EMBEDDED_RHQ_AGENT_NAME_HELP
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_DISABLE_NATIVE_SYSTEM
@I18NMessages(value=@I18NMessage(locale="en",value="Embedded Agent Disable Native System"))
static final String PROP_EMBEDDED_RHQ_AGENT_DISABLE_NATIVE_SYSTEM
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_DISABLE_NATIVE_SYSTEM_HELP
@I18NMessage(value="EmbeddedRHQAgentDisableNativeSystem")
static final String PROP_EMBEDDED_RHQ_AGENT_DISABLE_NATIVE_SYSTEM_HELP
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_RESET_CONFIGURATION
@I18NMessages(value=@I18NMessage(locale="en",value="Embedded Agent Reset Configuration"))
static final String PROP_EMBEDDED_RHQ_AGENT_RESET_CONFIGURATION
- See Also:
- Constant Field Values
PROP_EMBEDDED_RHQ_AGENT_RESET_CONFIGURATION_HELP
@I18NMessage(value="EmbeddedRHQAgentResetConfiguration")
static final String PROP_EMBEDDED_RHQ_AGENT_RESET_CONFIGURATION_HELP
- See Also:
- Constant Field Values
PROP_EMAIL_SMTP_HOST
@I18NMessage(locale="en",
value="Email SMTP Hostname")
static final String PROP_EMAIL_SMTP_HOST
- See Also:
- Constant Field Values
PROP_EMAIL_SMTP_HOST_HELP
@I18NMessage(value="EmailSMTPHostname")
static final String PROP_EMAIL_SMTP_HOST_HELP
- See Also:
- Constant Field Values
PROP_EMAIL_SMTP_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Email SMTP Port"))
static final String PROP_EMAIL_SMTP_PORT
- See Also:
- Constant Field Values
PROP_EMAIL_SMTP_PORT_HELP
@I18NMessage(value="EmailSMTPPort")
static final String PROP_EMAIL_SMTP_PORT_HELP
- See Also:
- Constant Field Values
PROP_EMAIL_FROM_ADDRESS
@I18NMessage(locale="en",
value="Email From Address")
static final String PROP_EMAIL_FROM_ADDRESS
- See Also:
- Constant Field Values
PROP_EMAIL_FROM_ADDRESS_HELP
@I18NMessage(value="EmailFromAddress")
static final String PROP_EMAIL_FROM_ADDRESS_HELP
- See Also:
- Constant Field Values
PROP_OPERATION_TIMEOUT
@I18NMessages(value=@I18NMessage(locale="en",value="Operation Invocation Default Timeout"))
static final String PROP_OPERATION_TIMEOUT
- See Also:
- Constant Field Values
PROP_OPERATION_TIMEOUT_HELP
@I18NMessage(value="OperationInvocationDefaultTimeout")
static final String PROP_OPERATION_TIMEOUT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_PARTITION_NAME
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition Name"))
static final String PROP_CLUSTER_PARTITION_NAME
- See Also:
- Constant Field Values
PROP_CLUSTER_PARTITION_NAME_HELP
@I18NMessage(value="PartitionName")
static final String PROP_CLUSTER_PARTITION_NAME_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_PARTITION_BIND_ADDRESS
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition Bind Address"))
static final String PROP_CLUSTER_PARTITION_BIND_ADDRESS
- See Also:
- Constant Field Values
PROP_CLUSTER_PARTITION_BIND_ADDRESS_HELP
@I18NMessage(value="PartitionBindAddress")
static final String PROP_CLUSTER_PARTITION_BIND_ADDRESS_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_UDP_GROUP
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition UDP Multicast Group IP Address"))
static final String PROP_CLUSTER_UDP_GROUP
- See Also:
- Constant Field Values
PROP_CLUSTER_UDP_GROUP_HELP
@I18NMessage(value="PartitionUDPMulticastGroupIPAddress")
static final String PROP_CLUSTER_UDP_GROUP_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_HAPARTITION_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition UDP Multicast Port"))
static final String PROP_CLUSTER_HAPARTITION_PORT
- See Also:
- Constant Field Values
PROP_CLUSTER_HAPARTITION_PORT_HELP
@I18NMessage(value="PartitionUDPMulticastPort")
static final String PROP_CLUSTER_HAPARTITION_PORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_EJB3CACHE_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition UDP EJB3 Entity Cache Multicast Port"))
static final String PROP_CLUSTER_EJB3CACHE_PORT
- See Also:
- Constant Field Values
PROP_CLUSTER_EJB3CACHE_PORT_HELP
@I18NMessage(value="PartitionUDPEJB3EntityCacheMulticastPort")
static final String PROP_CLUSTER_EJB3CACHE_PORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_ALERTCACHE_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition UDP Alert Cache Multicast Port"))
static final String PROP_CLUSTER_ALERTCACHE_PORT
- See Also:
- Constant Field Values
PROP_CLUSTER_ALERTCACHE_PORT_HELP
@I18NMessage(value="PartitionUDPAlertCacheMulticastPort")
static final String PROP_CLUSTER_ALERTCACHE_PORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_UDP_LOOPBACK
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - Partition UDP Loopback"))
static final String PROP_CLUSTER_UDP_LOOPBACK
- See Also:
- Constant Field Values
PROP_CLUSTER_UDP_LOOPBACK_HELP
@I18NMessage(value="PartitionUDPLoopback")
static final String PROP_CLUSTER_UDP_LOOPBACK_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJNDI_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - HA JNDI Port"))
static final String PROP_CLUSTER_HAJNDI_PORT
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJNDI_PORT_HELP
@I18NMessage(value="HAJNDIPort")
static final String PROP_CLUSTER_HAJNDI_PORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJNDI_RMIPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - HA JNDI RMI Port"))
static final String PROP_CLUSTER_HAJNDI_RMIPORT
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJNDI_RMIPORT_HELP
@I18NMessage(value="HAJNDIRMIPort")
static final String PROP_CLUSTER_HAJNDI_RMIPORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJNDI_AUTODISCOVERPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - HA JNDI Auto Discovery Group Port"))
static final String PROP_CLUSTER_HAJNDI_AUTODISCOVERPORT
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJNDI_AUTODISCOVERPORT_HELP
@I18NMessage(value="HAJNDIAutoDiscoveryGroupPort")
static final String PROP_CLUSTER_HAJNDI_AUTODISCOVERPORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJRMPINVOKER_RMIPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - HA JRMP Invoker RMI Port"))
static final String PROP_CLUSTER_HAJRMPINVOKER_RMIPORT
- See Also:
- Constant Field Values
PROP_CLUSTER_HAJRMPINVOKER_RMIPORT_HELP
@I18NMessage(value="HAJRMPInvokerRMIPort")
static final String PROP_CLUSTER_HAJRMPINVOKER_RMIPORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_HAPOOLEDINVOKER_PORT
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - HA Pooled Invoker Port"))
static final String PROP_CLUSTER_HAPOOLEDINVOKER_PORT
- See Also:
- Constant Field Values
PROP_CLUSTER_HAPOOLEDINVOKER_PORT_HELP
@I18NMessage(value="HAPooledInvokerPort")
static final String PROP_CLUSTER_HAPOOLEDINVOKER_PORT_HELP
- See Also:
- Constant Field Values
PROP_CLUSTER_JGROUPS_UDP_IP_TTL
@I18NMessages(value=@I18NMessage(locale="en",value="Cluster - JGroups UDP IP Time To Live"))
static final String PROP_CLUSTER_JGROUPS_UDP_IP_TTL
- See Also:
- Constant Field Values
PROP_CLUSTER_JGROUPS_UDP_IP_TTL_HELP
@I18NMessage(value="JGroupsUDPIPTimeToLive")
static final String PROP_CLUSTER_JGROUPS_UDP_IP_TTL_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_WEBCONNS
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Maximum Web Connections"))
static final String PROP_CONCURRENCY_LIMIT_WEBCONNS
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_WEBCONNS_HELP
@I18NMessage(value="WebConnections")
static final String PROP_CONCURRENCY_LIMIT_WEBCONNS_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_GLOBAL
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Global"))
static final String PROP_CONCURRENCY_LIMIT_GLOBAL
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_GLOBAL_HELP
@I18NMessage(value="GlobalConcurrencyLimit")
static final String PROP_CONCURRENCY_LIMIT_GLOBAL_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_INV_REPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Inventory Reports"))
static final String PROP_CONCURRENCY_LIMIT_INV_REPORT
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_INV_REPORT_HELP
@I18NMessage(value="InventoryReport")
static final String PROP_CONCURRENCY_LIMIT_INV_REPORT_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_AVAIL_REPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Availability Reports"))
static final String PROP_CONCURRENCY_LIMIT_AVAIL_REPORT
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_AVAIL_REPORT_HELP
@I18NMessage(value="AvailabilityReport")
static final String PROP_CONCURRENCY_LIMIT_AVAIL_REPORT_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_INV_SYNC
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Inventory Synchronizations"))
static final String PROP_CONCURRENCY_LIMIT_INV_SYNC
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_INV_SYNC_HELP
@I18NMessage(value="InventorySynchronization")
static final String PROP_CONCURRENCY_LIMIT_INV_SYNC_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_CONTENT_REPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Content Reports"))
static final String PROP_CONCURRENCY_LIMIT_CONTENT_REPORT
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_CONTENT_REPORT_HELP
@I18NMessage(value="ContentReport")
static final String PROP_CONCURRENCY_LIMIT_CONTENT_REPORT_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_CONTENT_DOWNLOAD
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Content Downloads"))
static final String PROP_CONCURRENCY_LIMIT_CONTENT_DOWNLOAD
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_CONTENT_DOWNLOAD_HELP
@I18NMessage(value="ContentDownload")
static final String PROP_CONCURRENCY_LIMIT_CONTENT_DOWNLOAD_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_MEAS_REPORT
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Measurement Reports"))
static final String PROP_CONCURRENCY_LIMIT_MEAS_REPORT
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_MEAS_REPORT_HELP
@I18NMessage(value="MeasurementReport")
static final String PROP_CONCURRENCY_LIMIT_MEAS_REPORT_HELP
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_MEASSCHED_REQ
@I18NMessages(value=@I18NMessage(locale="en",value="Concurrency Limit - Measurement Schedule Requests"))
static final String PROP_CONCURRENCY_LIMIT_MEASSCHED_REQ
- See Also:
- Constant Field Values
PROP_CONCURRENCY_LIMIT_MEASSCHED_REQ_HELP
@I18NMessage(value="MeasurementScheduleRequest")
static final String PROP_CONCURRENCY_LIMIT_MEASSCHED_REQ_HELP
- See Also:
- Constant Field Values
INTRODUCE_HELP_DOCS
@I18NMessage(locale="en",
value="Please review the documentation linked below to learn more about ${product.name}:")
static final String INTRODUCE_HELP_DOCS
- See Also:
- Constant Field Values
HELP_DOC_RHQ_SERVER_INSTALL_GUIDE
@I18NMessage(value="${product.help.installation}")
static final String HELP_DOC_RHQ_SERVER_INSTALL_GUIDE
- See Also:
- Constant Field Values
HELP_DOC_RHQ_SERVER_INSTALL_GUIDE_LABEL
@I18NMessage(locale="en",
value="${product.name} Server Installation Guide")
static final String HELP_DOC_RHQ_SERVER_INSTALL_GUIDE_LABEL
- See Also:
- Constant Field Values
HELP_DOC_RHQ_GUI_CONSOLE_USERS_GUIDE
@I18NMessage(value="GUI+Console+Users+Guide")
static final String HELP_DOC_RHQ_GUI_CONSOLE_USERS_GUIDE
- See Also:
- Constant Field Values
HELP_DOC_RHQ_GUI_CONSOLE_USERS_GUIDE_LABEL
@I18NMessage(locale="en",
value="${product.name} GUI Console Users Guide")
static final String HELP_DOC_RHQ_GUI_CONSOLE_USERS_GUIDE_LABEL
- See Also:
- Constant Field Values
HELP_DOC_RHQ_SERVER_USERS_GUIDE
@I18NMessage(value="${product.help.guide.server}")
static final String HELP_DOC_RHQ_SERVER_USERS_GUIDE
- See Also:
- Constant Field Values
HELP_DOC_RHQ_SERVER_USERS_GUIDE_LABEL
@I18NMessage(locale="en",
value="${product.name} Server Users Guide")
static final String HELP_DOC_RHQ_SERVER_USERS_GUIDE_LABEL
- See Also:
- Constant Field Values
HELP_DOC_RHQ_AGENT_USERS_GUIDE
@I18NMessage(value="${product.help.guide.agent}")
static final String HELP_DOC_RHQ_AGENT_USERS_GUIDE
- See Also:
- Constant Field Values
HELP_DOC_RHQ_AGENT_USERS_GUIDE_LABEL
@I18NMessage(locale="en",
value="${product.name} Agent Users Guide")
static final String HELP_DOC_RHQ_AGENT_USERS_GUIDE_LABEL
- See Also:
- Constant Field Values
HELP_DOC_FAQ
@I18NMessage(value="${product.help.FAQ}")
static final String HELP_DOC_FAQ
- See Also:
- Constant Field Values
HELP_DOC_FAQ_LABEL
@I18NMessage(locale="en",
value="Frequently Asked Questions")
static final String HELP_DOC_FAQ_LABEL
- See Also:
- Constant Field Values
HELP_DOC_RHQ_SERVER_PROP_PARENT_PAGE
@I18NMessage(value="${product.help.config.props}")
static final String HELP_DOC_RHQ_SERVER_PROP_PARENT_PAGE
- See Also:
- Constant Field Values
NEW_SERVER_SELECT_ITEM
@I18NMessage(locale="en",
value="New Server")
static final String NEW_SERVER_SELECT_ITEM
- See Also:
- Constant Field Values
REGISTERED_SERVERS_LABEL
@I18NMessage(locale="en",
value="Registered Servers:")
static final String REGISTERED_SERVERS_LABEL
- See Also:
- Constant Field Values
PROP_HIGH_AVAILABILITY_NAME
@I18NMessage(locale="en",
value="Server Name")
static final String PROP_HIGH_AVAILABILITY_NAME
- See Also:
- Constant Field Values
PROP_HIGH_AVAILABILITY_NAME_HELP
@I18NMessage(value="ServerName")
static final String PROP_HIGH_AVAILABILITY_NAME_HELP
- See Also:
- Constant Field Values
PROP_MM_AT_START
@I18NMessage(locale="en",
value="Maintenance Mode At Start")
static final String PROP_MM_AT_START
- See Also:
- Constant Field Values
PROP_MM_AT_START_HELP
@I18NMessage(value="MaintenanceModeAtStart")
static final String PROP_MM_AT_START_HELP
- See Also:
- Constant Field Values
PROP_HIGH_AVAILABILITY_ENDPOINT_ADDRESS
@I18NMessage(locale="en",
value="Server Public Address")
static final String PROP_HIGH_AVAILABILITY_ENDPOINT_ADDRESS
- See Also:
- Constant Field Values
PROP_HIGH_AVAILABILITY_AFFINITY_GROUP
@I18NMessage(locale="en",
value="Server Affinity Group Name")
static final String PROP_HIGH_AVAILABILITY_AFFINITY_GROUP
- See Also:
- Constant Field Values
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.