public class OsgiConfiguration extends AbstractConfiguration implements org.osgi.service.cm.ManagedService
Constructor and Description |
---|
OsgiConfiguration() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
updated(java.util.Dictionary dictionary) |
makeConnectionFactory, makeJmxUrls
public java.lang.String getJmxPassword()
WebConsoleConfiguration
getJmxPassword
in interface WebConsoleConfiguration
getJmxPassword
in class AbstractConfiguration
null
if no authenticationWebConsoleConfiguration.getJmxUser()
public java.util.Collection<javax.management.remote.JMXServiceURL> getJmxUrls()
WebConsoleConfiguration
getJmxUrls
in interface WebConsoleConfiguration
getJmxUrls
in class AbstractConfiguration
null
, must contain at least one entrypublic java.lang.String getJmxUser()
WebConsoleConfiguration
getJmxUser
in interface WebConsoleConfiguration
getJmxUser
in class AbstractConfiguration
null
if no authentication should be used.public javax.jms.ConnectionFactory getConnectionFactory()
WebConsoleConfiguration
getConnectionFactory
in interface WebConsoleConfiguration
getConnectionFactory
in class AbstractConfiguration
null
public void updated(java.util.Dictionary dictionary) throws org.osgi.service.cm.ConfigurationException
updated
in interface org.osgi.service.cm.ManagedService
org.osgi.service.cm.ConfigurationException
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.