A B C D E F G H I K L M N O P R S T U W

A

addBundle(String) - Method in class org.jboss.osgi.spi.capability.Capability
 
addCapability(Capability) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Add a Capability to the runtime.
addDependency(Capability) - Method in class org.jboss.osgi.spi.capability.Capability
 
addScanListener(DeploymentScannerService.ScanListener) - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
Add a scan listener to this service
addSystemProperty(String, String) - Method in class org.jboss.osgi.spi.capability.Capability
Add a system property provided by this capability.
afterScan(DeploymentScannerService) - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService.ScanListener
Called after every scan
autoInstall - Variable in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
autoStart - Variable in class org.jboss.osgi.spi.framework.FrameworkIntegration
 

B

BEAN_KERNEL - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
 
BEAN_KERNEL_CONTROLLER - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
 
BEAN_MBEAN_SERVER - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
 
BEAN_SYSTEM_BUNDLE_CONTEXT - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
 
beforeScan(DeploymentScannerService) - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService.ScanListener
Called before every scan
bindAdress - Variable in class org.jboss.osgi.spi.framework.OSGiBootstrap
 
BundleClassLoader - Class in org.jboss.osgi.spi.util
A BundleClassLoader delegates all classloading concerns to the underlying Bundle.
BundleDeployment - Class in org.jboss.osgi.spi.util
An abstraction of a bundle deployment
BundleDeployment(URL, String, String) - Constructor for class org.jboss.osgi.spi.util.BundleDeployment
 
BundleDeploymentFactory - Class in org.jboss.osgi.spi.util
A factory for bundle deployments.
BundleDeploymentFactory() - Constructor for class org.jboss.osgi.spi.util.BundleDeploymentFactory
 
bundleEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a BundleEvent type
bundleState(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a Bundle state

C

Capability - Class in org.jboss.osgi.spi.capability
An abstract OSGi capability that can be installed in an OSGiRuntime.
Capability(String) - Constructor for class org.jboss.osgi.spi.capability.Capability
Construct a capability that is identified by the given service name.
Capability(String, String) - Constructor for class org.jboss.osgi.spi.capability.Capability
Construct a capability that is identified by the given service name and filter string.
CompendiumCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium capability to the OSGiRuntime under test.
CompendiumCapability() - Constructor for class org.jboss.osgi.spi.capability.CompendiumCapability
 
ConfigAdminCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium ConfigAdmin capability to the OSGiRuntime under test.
ConfigAdminCapability() - Constructor for class org.jboss.osgi.spi.capability.ConfigAdminCapability
 
configure() - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider with the default configuration
configure(URL) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from the given URL
configure(String) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from a given resource
configure(InputStream) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from a given input stream
configure() - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(URL) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(String) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(InputStream) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
ConstantsHelper - Class in org.jboss.osgi.spi.util
String representation for common OSGi Constants
ConstantsHelper() - Constructor for class org.jboss.osgi.spi.util.ConstantsHelper
 
create() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
create(String) - Static method in class org.jboss.osgi.spi.management.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jboss.osgi.spi.management.ObjectNameFactory
 
create(String, Hashtable<String, String>) - Static method in class org.jboss.osgi.spi.management.ObjectNameFactory
 
createBundleDeployment(URL) - Static method in class org.jboss.osgi.spi.util.BundleDeploymentFactory
 
createClassLoader(Bundle) - Static method in class org.jboss.osgi.spi.util.BundleClassLoader
 

D

DEFAULT_OSGI_FRAMEWORK_PROPERTIES - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework config: jboss-osgi-framework.properties
deploy(BundleDeployment[]) - Method in interface org.jboss.osgi.spi.service.DeployerService
Deploy an array of bundles
deploy(URL) - Method in interface org.jboss.osgi.spi.service.DeployerService
Deploy bundle from URL
DeployerService - Interface in org.jboss.osgi.spi.service
A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.
DeploymentRegistryService - Interface in org.jboss.osgi.spi.service
A Service to register/unregister bundle deployments.
DeploymentScannerService - Interface in org.jboss.osgi.spi.service
A service that scans a directory location for new/removed bundles.
DeploymentScannerService.ScanListener - Interface in org.jboss.osgi.spi.service
A ScanListener can be registered with the DeploymentScannerService to monitor the progress of deployed bundles
DOMAIN_NAME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi domain 'jboss.osgi'

E

equals(Object) - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Return true if symbolic name and version are equal
equals(Object) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
equals(Object) - Method in class org.jboss.osgi.spi.util.BundleDeployment
 
ExportedPackageHelper - Class in org.jboss.osgi.spi.logging
A helper the logs the exported packages for a bundle.
ExportedPackageHelper(BundleContext) - Constructor for class org.jboss.osgi.spi.logging.ExportedPackageHelper
 

F

findClass(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
findResource(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
findResources(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
framework - Variable in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
frameworkEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
 
FrameworkException - Exception in org.jboss.osgi.spi
An OSGi Framework Exception that should be thrown on unrecoverable errors.
FrameworkException(String) - Constructor for exception org.jboss.osgi.spi.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for exception org.jboss.osgi.spi.FrameworkException
 
FrameworkException(Throwable) - Constructor for exception org.jboss.osgi.spi.FrameworkException
 
FrameworkIntegration - Class in org.jboss.osgi.spi.framework
An abstraction of an OSGi Framework
FrameworkIntegration() - Constructor for class org.jboss.osgi.spi.framework.FrameworkIntegration
 

G

get(Class<T>, ObjectName, MBeanServerConnection) - Static method in class org.jboss.osgi.spi.management.MBeanProxy
 
get(Class[], ObjectName, MBeanServerConnection) - Static method in class org.jboss.osgi.spi.management.MBeanProxy
 
getAutoInstall() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getAutoStart() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getBootstrapProvider() - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
 
getBootstrapProvider() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getBundle() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getBundle(String, String) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getBundle(long) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getBundle(String, String) - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Get the installed bundle
getBundle(long) - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Get the installed bundle
getBundle(String, Version) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get the OSGiBundle for a given symbolic name and version In case the version is left unspecified, it returns the first bundle that matches the symbolic name.
getBundle(long) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get the OSGiBundle for a given bundle id.
getBundleContext() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getBundleContext() - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getBundleDeployment(URL) - Method in interface org.jboss.osgi.spi.service.DeploymentRegistryService
Create a bundle deployment from the given bundle URL
getBundleDeployment(String, Version) - Method in interface org.jboss.osgi.spi.service.DeploymentRegistryService
Get the bundle deployment for the given bundle symbolicName and version
getBundleDeployments() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
Returns the array of bundles currently known to the deployemtn scanner.
getBundleId() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getBundleId() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Returns this bundle's unique identifier.
getBundleId() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns this bundle's unique identifier.
getBundles() - Method in class org.jboss.osgi.spi.capability.Capability
 
getBundles() - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getBundles() - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Get the list of all installed bundles
getBundles() - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get the array of installed OSGiBundles
getDefaultRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getDefaultRuntime()
getDefaultRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getDependencies() - Method in class org.jboss.osgi.spi.capability.Capability
 
getEmbeddedRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getEmbeddedRuntime()
getEmbeddedRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getFilter() - Method in class org.jboss.osgi.spi.capability.Capability
Get the filter that is used for service lookup.
getFramework() - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Get the configured OSGi Framework
getFramework() - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
getFramework() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getFramework()
getFramework() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getHeaders() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getHeaders() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Returns the bundle manifest headers
getHeaders() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns this bundle's Manifest headers and values.
getInitialContext() - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get the initial naming context for this OSGiRuntime
getInitialContext() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getInitialContext()
getInitialContext() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getJndiPort() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getJndiPort()
getJndiPort() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getLastChange() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
The timestamp of the last change
getLocation() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get the bundle location
getLongName() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Get the the FQN of this test class.
getMBeanServer() - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get the MBeanServerConnection for this OSGiRuntime
getMetadata() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get extra meta data associated with this deployment
getObjectName() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getObjectName() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Get the bundles object name.
getPackageAdmin() - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get an abstraction of the PackageAdmin.
getProperties() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getProperty(String) - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getProperty(String) - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Returns the value of the specified property from the BundleContext.
getProperty(String) - Method in class org.jboss.osgi.spi.management.ManagedServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getProperty(String) - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns the value of the specified property.
getProperty(String) - Method in interface org.jboss.osgi.spi.testing.OSGiServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getPropertyKeys() - Method in class org.jboss.osgi.spi.management.ManagedServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getPropertyKeys() - Method in interface org.jboss.osgi.spi.testing.OSGiServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getRegisteredBean(String) - Method in interface org.jboss.osgi.spi.service.MicrocontainerService
 
getRegisteredBean(Class<T>, String) - Method in interface org.jboss.osgi.spi.service.MicrocontainerService
 
getRegisteredBeans() - Method in interface org.jboss.osgi.spi.management.MicrocontainerServiceMBean
Get the list of registered beans.
getRegisteredBeans() - Method in interface org.jboss.osgi.spi.service.MicrocontainerService
 
getRemoteRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getRemoteRuntime()
getRemoteRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getResource(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
getResourceFile(String) - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getResourceFile(String)
getResourceFile(String) - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
Try to discover the File for the test resource
getResourceURL(String) - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getResourceURL(String)
getResourceURL(String) - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
Try to discover the URL for the test resource
getScanCount() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
The number of scans since the service started
getScanInterval() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
The number of milliseconds between scans Defaults to 2000ms
getScanLocation() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
Get the scan location URL.
getServerHost() - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Get the host name that this OSGiRuntime is running on.
getServerHost() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getServerHost()
getServerHost() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getServiceName() - Method in class org.jboss.osgi.spi.capability.Capability
Get the service name associated with this capability.
getServiceReference(String) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getServiceReference(String) - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReference(String) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReferences(String, String) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getServiceReferences(String, String) - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Returns an array of ManagedServiceReference objects.
getServiceReferences(String, String) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Returns an array of ServiceReference objects.
getShortName() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Get the last token in the FQN of this test class.
getStartLevel() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get the start level associated with this deployment
getState() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getState() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Returns this bundle's current state.
getState() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns this bundle's current state.
getSymbolicName() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getSymbolicName() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header
getSymbolicName() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header.
getSymbolicName() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get the bundle symbolic name
getSystemProperties() - Method in class org.jboss.osgi.spi.capability.Capability
Get the system properties for this capability.
getTargetContainer() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getTargetContainer()
getTargetContainer() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getTestArchiveFile(String) - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getTestArchiveFile(String)
getTestArchiveFile(String) - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
Try to discover the File for the deployment archive
getTestArchivePath(String) - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getTestArchivePath(String)
getTestArchivePath(String) - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
Try to discover the absolute path for the deployment archive
getTestArchiveURL(String) - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getTestArchiveURL(String)
getTestArchiveURL(String) - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
Try to discover the URL for the deployment archive
getTestHelper() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Get the test helper used by this test Overwrite if you need to supply another helper i.e.
getVersion() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns the version of this bundle.
getVersion() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get the bundle version

H

hashCode() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns the hash code for this bundle.
hashCode() - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
hashCode() - Method in class org.jboss.osgi.spi.util.BundleDeployment
 
HttpServiceCapability - Class in org.jboss.osgi.spi.capability
Adds the HttpService capability to the OSGiRuntime under test.
HttpServiceCapability() - Constructor for class org.jboss.osgi.spi.capability.HttpServiceCapability
 

I

installBundle(String) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Install an OSGiBundle from the given location.
isAutoStart() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get the autostart flag associated with this deployment
isFrameworkEquinox() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.isFrameworkEquinox()
isFrameworkEquinox() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
isFrameworkFelix() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.isFrameworkFelix()
isFrameworkFelix() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
isFrameworkJBossMC() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.isFrameworkJBossMC()
isFrameworkJBossMC() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 

K

KEY_BUNDLE_SYMBOLIC_NAME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
A JBossOSGi deployment unit attachment key that containe the bundle's symbolic name.

L

loadClass(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
loadService(Class<T>) - Static method in class org.jboss.osgi.spi.util.ServiceLoader
Loads the first of a list of service implementations defined in META-INF/services/${serviceClass}
loadServices(Class<T>) - Static method in class org.jboss.osgi.spi.util.ServiceLoader
Loads a list of service implementations defined in META-INF/services/${serviceClass}
logExportedPackages(Bundle) - Method in class org.jboss.osgi.spi.logging.ExportedPackageHelper
 
logLevel(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a LogService level
LogServiceCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium LogService capability to the OSGiRuntime under test.
LogServiceCapability() - Constructor for class org.jboss.osgi.spi.capability.LogServiceCapability
 

M

main(String[]) - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
 
ManagedBundle - Class in org.jboss.osgi.spi.management
The managed view of an OSGi Bundle
ManagedBundle(Bundle) - Constructor for class org.jboss.osgi.spi.management.ManagedBundle
 
ManagedBundleMBean - Interface in org.jboss.osgi.spi.management
The managed view of an OSGi Bundle.
ManagedBundleService - Interface in org.jboss.osgi.spi.management
A Service that registers/unregisters the management view of a bundle.
ManagedFramework - Class in org.jboss.osgi.spi.management
The managed view of an OSGi Framework
ManagedFramework(BundleContext, MBeanServer) - Constructor for class org.jboss.osgi.spi.management.ManagedFramework
 
ManagedFrameworkMBean - Interface in org.jboss.osgi.spi.management
The managed view of an OSGi Framework
ManagedServiceReference - Class in org.jboss.osgi.spi.management
The management view of an OSGi ServiceReference
MBEAN_DEPLOYER_SERVICE - Static variable in interface org.jboss.osgi.spi.service.DeployerService
The object name under which this is registered: 'jboss.osgi:service=DeployerService'
MBEAN_MANAGED_FRAMEWORK - Static variable in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
The default object name: jboss.osgi:service=ManagedFramework
MBEAN_MICROCONTAINER_SERVICE - Static variable in interface org.jboss.osgi.spi.management.MicrocontainerServiceMBean
The object name under which the MicrocontainerService is registered: 'jboss.osgi:service=MicrocontainerService'
MBeanProxy - Class in org.jboss.osgi.spi.management
A simple MBeanProxy
MBeanProxy() - Constructor for class org.jboss.osgi.spi.management.MBeanProxy
 
MBeanProxyException - Exception in org.jboss.osgi.spi.management
 
MBeanProxyException() - Constructor for exception org.jboss.osgi.spi.management.MBeanProxyException
 
MBeanProxyException(String) - Constructor for exception org.jboss.osgi.spi.management.MBeanProxyException
 
MicrocontainerCapability - Class in org.jboss.osgi.spi.capability
Adds the Microcontainer capability to the OSGiRuntime under test.
MicrocontainerCapability() - Constructor for class org.jboss.osgi.spi.capability.MicrocontainerCapability
 
MicrocontainerService - Interface in org.jboss.osgi.spi.service
An OSGi Service the gives access to the Kernel and MBeanServer.
MicrocontainerServiceMBean - Interface in org.jboss.osgi.spi.management
An OSGi Service the gives access to the Kernel and MBeanServer.

N

NotImplementedException - Exception in org.jboss.osgi.spi
A RuntimeException that should be thrown for unimplemented features
NotImplementedException() - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NotImplementedException(String, String) - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 

O

ObjectNameFactory - Class in org.jboss.osgi.spi.management
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.osgi.spi.management.ObjectNameFactory
 
org.jboss.osgi.spi - package org.jboss.osgi.spi
Common classes and interfaces.
org.jboss.osgi.spi.capability - package org.jboss.osgi.spi.capability
Capabilities that can be installed in the OSGi framework.
org.jboss.osgi.spi.framework - package org.jboss.osgi.spi.framework
Framework integration and bootstrap.
org.jboss.osgi.spi.logging - package org.jboss.osgi.spi.logging
Support for Bundle logging.
org.jboss.osgi.spi.management - package org.jboss.osgi.spi.management
Management view on deployed bundles.
org.jboss.osgi.spi.service - package org.jboss.osgi.spi.service
A collection of SPI provided services.
org.jboss.osgi.spi.testing - package org.jboss.osgi.spi.testing
OSGi test support classes and interfaces.
org.jboss.osgi.spi.util - package org.jboss.osgi.spi.util
A collection of SPI provided utilities.
OSGI_FRAMEWORK_CONFIG - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework property: jboss.osgi.framework.properties
OSGI_HOME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi runtime system property that denotes the path to the runtime
OSGI_SERVER_HOME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi runtime system property that denotes the path to the active runtime profile
OSGiBootstrap - Class in org.jboss.osgi.spi.framework
The OSGiBootstrap provides an OSGiFramework through a OSGiBootstrapProvider.
OSGiBootstrap() - Constructor for class org.jboss.osgi.spi.framework.OSGiBootstrap
 
OSGiBootstrapProvider - Interface in org.jboss.osgi.spi.framework
An OSGiBootstrapProvider provides an OSGi Framework

Implementations would configure the OSGi Framework through some form of descriptor.

OSGiBundle - Class in org.jboss.osgi.spi.testing
An abstraction of an OSGi Bundle.
OSGiBundle() - Constructor for class org.jboss.osgi.spi.testing.OSGiBundle
 
OSGiConstants - Interface in org.jboss.osgi.spi
JBossOSGi Constants
OSGiPackageAdmin - Interface in org.jboss.osgi.spi.testing
An abstraction of the OSGi PackageAdmin service.
OSGiRuntime - Interface in org.jboss.osgi.spi.testing
An abstraction of an OSGi Runtime.
OSGiServiceReference - Interface in org.jboss.osgi.spi.testing
An abstraction of the OSGi ServiceReference
OSGiTest - Class in org.jboss.osgi.spi.testing
An abstract OSGi Test.
OSGiTest() - Constructor for class org.jboss.osgi.spi.testing.OSGiTest
 
OSGiTestHelper - Class in org.jboss.osgi.spi.testing
An OSGi Test Helper
OSGiTestHelper() - Constructor for class org.jboss.osgi.spi.testing.OSGiTestHelper
 

P

PROP_OSGI_FRAMEWORK_AUTO_INSTALL - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Optional list of bundles that get installed automatically: org.jboss.osgi.spi.framework.autoInstall
PROP_OSGI_FRAMEWORK_AUTO_START - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Optional list of bundles that get started automatically: org.jboss.osgi.spi.framework.autoStart
PROP_OSGI_FRAMEWORK_EXTRA - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Optional path to extra properties: org.jboss.osgi.spi.framework.extra
properties - Variable in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
PropertiesBootstrapProvider - Class in org.jboss.osgi.spi.framework
A simple properties based bootstrap provider The PropertiesBootstrapProvider supports the following properties org.jboss.osgi.spi.framework.autoInstall - Bundles that need to be installed with the Framework automatically org.jboss.osgi.spi.framework.autoStart - Bundles that need to be started automatically All other properties are passed on to configure the framework.
PropertiesBootstrapProvider() - Constructor for class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
PROPERTY_AUTO_START - Static variable in interface org.jboss.osgi.spi.OSGiConstants
If set to 'true' bundles are started automatically.
PROPERTY_DEFERRED_START - Static variable in interface org.jboss.osgi.spi.OSGiConstants
If set to 'true' bundles can be deployed in any order.
PROPERTY_SCAN_INTERVAL - Static variable in interface org.jboss.osgi.spi.service.DeploymentScannerService
The property to defines the scan interval: org.jboss.osgi.hotdeploy.interval
PROPERTY_SCAN_LOCATION - Static variable in interface org.jboss.osgi.spi.service.DeploymentScannerService
The property that names the scan location: org.jboss.osgi.hotdeploy.scandir
PROPERTY_START_LEVEL - Static variable in interface org.jboss.osgi.spi.OSGiConstants
Specifies the start level for a bundle.

R

refreshPackages(String[]) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
refreshPackages(String[]) - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Refresh packages through the PackageAdmin service
refreshPackages(OSGiBundle[]) - Method in interface org.jboss.osgi.spi.testing.OSGiPackageAdmin
Forces the update (replacement) or removal of packages exported by the specified bundles.
register(Bundle) - Method in interface org.jboss.osgi.spi.management.ManagedBundleService
Register a managed bundle
registerBundleDeployment(BundleDeployment) - Method in interface org.jboss.osgi.spi.service.DeploymentRegistryService
Register a bundle deployment
removeCapability(Capability) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Remove a Capability from the runtime.
removeScanListener(DeploymentScannerService.ScanListener) - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
Remove the scan listener from this service
resolveBundle(Bundle) - Method in class org.jboss.osgi.spi.logging.ExportedPackageHelper
 
resolveBundles(Bundle[]) - Method in class org.jboss.osgi.spi.logging.ExportedPackageHelper
 
run() - Method in class org.jboss.osgi.spi.framework.OSGiBootstrap
 

S

scan() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
Run a directory scan
serverName - Variable in class org.jboss.osgi.spi.framework.OSGiBootstrap
 
serviceEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a ServiceEvent type
ServiceLoader - Class in org.jboss.osgi.spi.util
Loads service implementations from the requesters classpath.
ServiceLoader() - Constructor for class org.jboss.osgi.spi.util.ServiceLoader
 
setAutoInstall(List<URL>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
setAutoStart(List<URL>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
setAutoStart(boolean) - Method in class org.jboss.osgi.spi.util.BundleDeployment
Set the autostart flag associated with this deployment
setFilter(String) - Method in class org.jboss.osgi.spi.capability.Capability
Set the filter that is used for service lookup.
setMetadata(Object) - Method in class org.jboss.osgi.spi.util.BundleDeployment
Set extra meta data associated with this deployment
setProperties(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
setStartLevel(int) - Method in class org.jboss.osgi.spi.util.BundleDeployment
Set the start level associated with this deployment
setUp() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Writes a a debug start messge
shutdown() - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Shutdown the OSGiRuntime.
start() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
start() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
start() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Starts this bundle with no options
start() - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
start() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Starts this bundle.
stop() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
stop() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
stop() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Stops this bundle with no options.
stop() - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
stop() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Stops this bundle.

T

tearDown() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Writes a a debug stop messge
toString() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Returns the string representation of this bundle
toString() - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
toString() - Method in class org.jboss.osgi.spi.util.BundleDeployment
 

U

undeploy(BundleDeployment[]) - Method in interface org.jboss.osgi.spi.service.DeployerService
Undeploy an array of bundles
undeploy(URL) - Method in interface org.jboss.osgi.spi.service.DeployerService
Undeploy bundle from URL.
uninstall() - Method in class org.jboss.osgi.spi.testing.OSGiBundle
Uninstalls this bundle.
unregister(Bundle) - Method in interface org.jboss.osgi.spi.management.ManagedBundleService
Unregister a managed bundle
unregisterBundleDeployment(BundleDeployment) - Method in interface org.jboss.osgi.spi.service.DeploymentRegistryService
Unregister a bundle deployment

W

WebAppCapability - Class in org.jboss.osgi.spi.capability
Adds the WebApp (WAR) capability to the OSGiRuntime under test.
WebAppCapability() - Constructor for class org.jboss.osgi.spi.capability.WebAppCapability
 

A B C D E F G H I K L M N O P R S T U W

Copyright © 2009. All Rights Reserved.