Package org.apache.activemq.web.config
Class OsgiConfiguration
- java.lang.Object
-
- org.apache.activemq.web.config.AbstractConfiguration
-
- org.apache.activemq.web.config.OsgiConfiguration
-
- All Implemented Interfaces:
WebConsoleConfiguration,org.osgi.service.cm.ManagedService
public class OsgiConfiguration extends AbstractConfiguration implements org.osgi.service.cm.ManagedService
-
-
Constructor Summary
Constructors Constructor Description OsgiConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionFactorygetConnectionFactory()The connection factory to use for sending/receiving messages.StringgetJmxPassword()Password for the JMX-user.Collection<JMXServiceURL>getJmxUrls()The URL to the JMX connectors of the broker.StringgetJmxUser()The user that is used in case of authenticated JMX connections.voidupdated(Dictionary dictionary)-
Methods inherited from class org.apache.activemq.web.config.AbstractConfiguration
makeConnectionFactory, makeJmxUrls
-
-
-
-
Method Detail
-
getJmxPassword
public String getJmxPassword()
Description copied from interface:WebConsoleConfigurationPassword for the JMX-user.- Specified by:
getJmxPasswordin interfaceWebConsoleConfiguration- Overrides:
getJmxPasswordin classAbstractConfiguration- Returns:
nullif no authentication- See Also:
WebConsoleConfiguration.getJmxUser()
-
getJmxUrls
public Collection<JMXServiceURL> getJmxUrls()
Description copied from interface:WebConsoleConfigurationThe URL to the JMX connectors of the broker. The names of any failover (master-slave configuration) must also be specified.- Specified by:
getJmxUrlsin interfaceWebConsoleConfiguration- Overrides:
getJmxUrlsin classAbstractConfiguration- Returns:
- not
null, must contain at least one entry
-
getJmxUser
public String getJmxUser()
Description copied from interface:WebConsoleConfigurationThe user that is used in case of authenticated JMX connections. The user must be the same for all the brokers.- Specified by:
getJmxUserin interfaceWebConsoleConfiguration- Overrides:
getJmxUserin classAbstractConfiguration- Returns:
nullif no authentication should be used.
-
getConnectionFactory
public ConnectionFactory getConnectionFactory()
Description copied from interface:WebConsoleConfigurationThe connection factory to use for sending/receiving messages.- Specified by:
getConnectionFactoryin interfaceWebConsoleConfiguration- Overrides:
getConnectionFactoryin classAbstractConfiguration- Returns:
- not
null
-
updated
public void updated(Dictionary dictionary) throws org.osgi.service.cm.ConfigurationException
- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedService- Throws:
org.osgi.service.cm.ConfigurationException
-
-