org.jboss.osgi.spi.capability
Class RemoteLogCapability

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

public class RemoteLogCapability
extends Capability

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

PropertyValue
org.jboss.osgi.service.remote.log.readertrue
org.jboss.osgi.service.remote.log.host${jboss.bind.address}
org.jboss.osgi.service.remote.log.port5400

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

Constructor Summary
RemoteLogCapability()
           
 
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

RemoteLogCapability

public RemoteLogCapability()


Copyright © 2009. All Rights Reserved.