org.jboss.osgi.spi.capability
Class JMXCapability

java.lang.Object
  extended by org.jboss.osgi.spi.capability.Capability
      extended by org.jboss.osgi.spi.capability.JMXCapability

public class JMXCapability
extends Capability

Adds the JMX capability to the OSGiRuntime under test. It is ignored if the MBeanServer is already registered. Installed bundles: jboss-osgi-jmx.jar Default properties set by this capability

PropertyValue
org.jboss.osgi.jmx.host${jboss.bind.address}
org.jboss.osgi.jmx.rmi.port1198

Since:
05-May-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
JMXCapability()
           
 
Method Summary
 
Methods inherited from class org.jboss.osgi.spi.capability.Capability
getBundles, getDependencies, getProperties, getServiceName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXCapability

public JMXCapability()


Copyright © 2009. All Rights Reserved.