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()StringgetJmxPassword()Collection<JMXServiceURL>getJmxUrls()StringgetJmxUser()voidupdated(Dictionary dictionary)-
Methods inherited from class org.apache.activemq.web.config.AbstractConfiguration
makeConnectionFactory, makeJmxUrls
-
-
-
-
Method Detail
-
getJmxPassword
public String getJmxPassword()
- Specified by:
getJmxPasswordin interfaceWebConsoleConfiguration- Overrides:
getJmxPasswordin classAbstractConfiguration
-
getJmxUrls
public Collection<JMXServiceURL> getJmxUrls()
- Specified by:
getJmxUrlsin interfaceWebConsoleConfiguration- Overrides:
getJmxUrlsin classAbstractConfiguration
-
getJmxUser
public String getJmxUser()
- Specified by:
getJmxUserin interfaceWebConsoleConfiguration- Overrides:
getJmxUserin classAbstractConfiguration
-
getConnectionFactory
public ConnectionFactory getConnectionFactory()
- Specified by:
getConnectionFactoryin interfaceWebConsoleConfiguration- Overrides:
getConnectionFactoryin classAbstractConfiguration
-
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
-
-