|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.web.config.AbstractConfiguration
org.apache.activemq.web.config.SystemPropertiesConfiguration
public class SystemPropertiesConfiguration
Configuration based on system-properties.
| Constructor Summary | |
|---|---|
SystemPropertiesConfiguration()
|
|
| Method Summary | |
|---|---|
javax.jms.ConnectionFactory |
getConnectionFactory()
The connection factory to use for sending/receiving messages. |
java.lang.String |
getJmxPassword()
Password for the JMX-user. |
java.util.Collection<javax.management.remote.JMXServiceURL> |
getJmxUrls()
The URL to the JMX connectors of the broker. |
java.lang.String |
getJmxUser()
The user that is used in case of authenticated JMX connections. |
| Methods inherited from class org.apache.activemq.web.config.AbstractConfiguration |
|---|
makeConnectionFactory, makeJmxUrls |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemPropertiesConfiguration()
| Method Detail |
|---|
public javax.jms.ConnectionFactory getConnectionFactory()
WebConsoleConfiguration
getConnectionFactory in interface WebConsoleConfigurationgetConnectionFactory in class AbstractConfigurationnullpublic java.util.Collection<javax.management.remote.JMXServiceURL> getJmxUrls()
WebConsoleConfiguration
getJmxUrls in interface WebConsoleConfigurationgetJmxUrls in class AbstractConfigurationnull, must contain at least one entrypublic java.lang.String getJmxPassword()
WebConsoleConfiguration
getJmxPassword in interface WebConsoleConfigurationgetJmxPassword in class AbstractConfigurationnull if no authenticationWebConsoleConfiguration.getJmxUser()public java.lang.String getJmxUser()
WebConsoleConfiguration
getJmxUser in interface WebConsoleConfigurationgetJmxUser in class AbstractConfigurationnull if no authentication should be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||