org.jboss.osgi.jndi
Class JNDICapability

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

public class JNDICapability
extends Capability

Adds the JNDI capability to the OSGiRuntime under test. It is ignored if the InitialContext is already registered. Installed bundles: jboss-osgi-common-core.jar, jboss-osgi-jndi.jar Default properties set by this capability

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

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

Constructor Summary
JNDICapability()
           
 
Method Summary
 
Methods inherited from class org.jboss.osgi.spi.capability.Capability
addBundle, addDependency, addSystemProperty, getBundles, getDependencies, getFilter, getInstalledBundles, getServiceName, getSystemProperties, install, setFilter, start, stop, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDICapability

public JNDICapability()


Copyright © 2010. All Rights Reserved.