org.apache.activemq.web.config
Class OsgiConfiguration

java.lang.Object
  extended by org.apache.activemq.web.config.AbstractConfiguration
      extended by 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
OsgiConfiguration()
           
 
Method Summary
 javax.jms.ConnectionFactory getConnectionFactory()
           
 java.lang.String getJmxPassword()
           
 java.util.Collection<javax.management.remote.JMXServiceURL> getJmxUrls()
           
 java.lang.String getJmxUser()
           
 void updated(java.util.Dictionary dictionary)
           
 
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

OsgiConfiguration

public OsgiConfiguration()
Method Detail

getJmxPassword

public java.lang.String getJmxPassword()
Specified by:
getJmxPassword in interface WebConsoleConfiguration
Overrides:
getJmxPassword in class AbstractConfiguration

getJmxUrls

public java.util.Collection<javax.management.remote.JMXServiceURL> getJmxUrls()
Specified by:
getJmxUrls in interface WebConsoleConfiguration
Overrides:
getJmxUrls in class AbstractConfiguration

getJmxUser

public java.lang.String getJmxUser()
Specified by:
getJmxUser in interface WebConsoleConfiguration
Overrides:
getJmxUser in class AbstractConfiguration

getConnectionFactory

public javax.jms.ConnectionFactory getConnectionFactory()
Specified by:
getConnectionFactory in interface WebConsoleConfiguration
Overrides:
getConnectionFactory in class AbstractConfiguration

updated

public void updated(java.util.Dictionary dictionary)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException


Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.