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

A

AbstractDeployerService - Class in org.jboss.osgi.deployment.deployer
An abstract base implementation of the DeployerService.
AbstractDeployerService() - Constructor for class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
AbstractLifecycleInterceptor - Class in org.jboss.osgi.deployment.interceptor
An abstract implementation of a LifecycleInterceptor.
AbstractLifecycleInterceptor() - Constructor for class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
 
AbstractLifecycleInterceptorService - Class in org.jboss.osgi.deployment.interceptor
A basic service that manages bundle lifecycle interceptors.
AbstractLifecycleInterceptorService(BundleContext) - Constructor for class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
AbstractVFS - Class in org.jboss.osgi.vfs
The AbstractVFS is the entry point for VFS abstraction used by the OSGi layer.
AbstractVFS() - Constructor for class org.jboss.osgi.vfs.AbstractVFS
 
adapt(Object) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
adapt(VirtualFile) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
adapt(Object) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt a concrete instance of a jboss-vfs VirtualFile.
adapt(VirtualFile) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt a VirtualFile to a concrete instance of a jboss-vfs VirtualFile.
addAttachment(Class<T>, T) - Method in interface org.jboss.osgi.spi.Attachments
Add arbitrary attachment
addAttachment(String, T, Class<T>) - Method in interface org.jboss.osgi.spi.Attachments
Add arbitrary attachment with name
addAttachment(String, Object) - Method in interface org.jboss.osgi.spi.Attachments
Add arbitrary attachment with name
addAttachment(Class<T>, T) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
addAttachment(String, T, Class<T>) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
addAttachment(String, Object) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
addBundle(String) - Method in class org.jboss.osgi.spi.capability.Capability
 
addBundleActivator(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleListener(BundleListener) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
addBundleManifestVersion(int) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleSymbolicName(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addCapability(Capability) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Add a Capability to the runtime.
addClassBinding(String, String) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
addClassBinding(String, Class<?>) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
addDependency(Capability) - Method in class org.jboss.osgi.spi.capability.Capability
 
addDynamicImportPackages(String...) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addExportPackages(String...) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addFailure(Failure) - Method in interface org.jboss.osgi.husky.Response
Add a failure to the response
addFrameworkListener(FrameworkListener) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
addImportPackages(String...) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addingService(ServiceReference) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
addInput(Class<?>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Add an input requirement.
addInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Add a LifecycleInterceptor to the service.
addManifestHeader(String, String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addMessage(String) - Method in interface org.jboss.osgi.testing.ClipboardMBean
Add a message to the clipboard
addOutput(Class<?>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Add an output capability.
addServiceListener(ServiceListener, String) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
addServiceListener(ServiceListener) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
addSystemProperty(String, String) - Method in class org.jboss.osgi.spi.capability.Capability
Add a system property provided by this capability.
afterClass() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assembleArchive(String, String, Class<?>...) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assembleArchive(String, String, Class...)
assembleArchive(String, String[], Class<?>...) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assembleArchive(String, String[], Class...)
assembleArchive(String, String, Class<?>...) - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
assembleArchive(String, String[], Class<?>...) - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
assertAllReferences(BundleContext, String, ServiceReference...) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertAllReferences(BundleContext, String, String, ServiceReference...) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertBundleEvent(int, Bundle) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertBundleState(int, int) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assertBundleState(int, int)
assertBundleState(int, int) - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
assertFrameworkEvent(int, Bundle, Class<? extends Throwable>) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertGetReference(BundleContext, String, ServiceReference) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertInstanceOf(Object, Class<T>) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertInstanceOf(Object, Class<T>, boolean) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertLoadClass(Bundle, String, Bundle) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertLoadClass(Bundle, String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assertLoadClass(Bundle, String)
assertLoadClass(Bundle, String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
assertLoadClassFail(Bundle, String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assertLoadClassFail(Bundle, String)
assertLoadClassFail(Bundle, String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
assertNoAllReferences(BundleContext, String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoAllReferences(BundleContext, String, String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoBundleEvent() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoFrameworkEvent() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoGetReference(BundleContext, String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoReferences(BundleContext, String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoReferences(BundleContext, String, String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertNoServiceEvent() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertReferences(BundleContext, String, ServiceReference...) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertReferences(BundleContext, String, String, ServiceReference...) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertServiceEvent(int, ServiceReference) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
assertUsingBundles(ServiceReference, Bundle...) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
Attachments - Interface in org.jboss.osgi.spi
An interface for general Attachments
Attachments.Key - Class in org.jboss.osgi.spi
A key for attachements
Attachments.Key(String, Class<?>) - Constructor for class org.jboss.osgi.spi.Attachments.Key
Construct the key with optional class and name
AttachmentSupport - Class in org.jboss.osgi.spi.util
Basic attachment support.
AttachmentSupport() - Constructor for class org.jboss.osgi.spi.util.AttachmentSupport
Construct with no attachments
AttachmentSupport(AttachmentSupport) - Constructor for class org.jboss.osgi.spi.util.AttachmentSupport
Construct with given attachments

B

BEAN_BUNDLE_CONTEXT - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
The name under which the system bundle context is registered: 'jboss.osgi:service=BundleContext'
BEAN_KERNEL - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
The name under which the Kernel is registered: 'jboss.kernel:service=Kernel'
BEAN_KERNEL_CONTROLLER - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
The name under which the KernelController is registered: 'jboss.kernel:service=KernelController'
BEAN_MBEAN_SERVER - Static variable in interface org.jboss.osgi.spi.service.MicrocontainerService
The name under which the MBeanServer is registered: 'jboss.osgi:service=MBeanServer'
Bridge - Interface in org.jboss.osgi.husky
A Bridge intercepts a test and delegates the execution to the same (or another) test in and isolated test environment.
BridgeFactory - Class in org.jboss.osgi.husky
Loads the configured Bridge instance.
BridgeFactory() - Constructor for class org.jboss.osgi.husky.BridgeFactory
 
bundle - Variable in class org.jboss.osgi.spi.framework.BundleWrapper
 
bundleChanged(BundleEvent) - Method in class org.jboss.osgi.husky.runtime.osgi.HuskyExtender
 
bundleChanged(BundleEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
BundleClassLoader - Class in org.jboss.osgi.spi.util
A BundleClassLoader delegates all classloading concerns to the underlying Bundle.
BundleContextHelper - Class in org.jboss.osgi.spi.util
A helper for various BundleContext related operations.
BundleContextHelper(BundleContext) - Constructor for class org.jboss.osgi.spi.util.BundleContextHelper
 
BundleContextWrapper - Class in org.jboss.osgi.spi.framework
A generic BundleContext wrapper that delegates all method calls to the underlying BundleContext implementation.
BundleContextWrapper(BundleContext) - Constructor for class org.jboss.osgi.spi.framework.BundleContextWrapper
 
bundleEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a BundleEvent type
BundleInfo - Class in org.jboss.osgi.spi.util
Primitive access to bundle meta data and root virtual file.
bundleState(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a Bundle state
BundleStateMBeanExt - Interface in org.jboss.osgi.jmx
An extension to BundleStateMBean.
BundleWrapper - Class in org.jboss.osgi.spi.framework
A generic Bundle wrapper that delegates all method calls to the underlying Bundle implementation.
BundleWrapper(Bundle) - Constructor for class org.jboss.osgi.spi.framework.BundleWrapper
 

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.
clearMessages() - Method in interface org.jboss.osgi.testing.ClipboardMBean
Clear the messages on the clipboard.
ClipboardMBean - Interface in org.jboss.osgi.testing
A simple clipboard to pass messages
close() - Method in class org.jboss.osgi.spi.util.BundleInfo
Closes the accociated resources.
close() - Method in interface org.jboss.osgi.vfs.VirtualFile
Close the file resources (stream, etc.)
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(String) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(URL) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(InputStream) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
Connector - Interface in org.jboss.osgi.husky.runtime
A Connector is the receiving side of a test request.
Constants - Interface in org.jboss.osgi.jndi
The JNDI service contants
ConstantsHelper - Class in org.jboss.osgi.spi.util
String representation for common OSGi Constants
ConstantsHelper() - Constructor for class org.jboss.osgi.spi.util.ConstantsHelper
 
Context - Interface in org.jboss.osgi.husky
The Context is a bucket of typed/named attachemnts.
context - Variable in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
copyStream(InputStream, OutputStream) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
create(String) - Static method in class org.jboss.osgi.jmx.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jboss.osgi.jmx.ObjectNameFactory
 
create(String, Hashtable<String, String>) - Static method in class org.jboss.osgi.jmx.ObjectNameFactory
 
create() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
createBundleInfo(String) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createBundleInfo(URL) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createBundleInfo(VirtualFile) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createBundleInfo(VirtualFile, String) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createClassLoader(Bundle) - Static method in class org.jboss.osgi.spi.util.BundleClassLoader
 
createDeployment(URL) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
createDeployment(VirtualFile) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
createDeployment(BundleInfo) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
createDeployment(URL) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Create a deployment from the given location.
createDeployment(VirtualFile) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Create a deployment from the given file.
createDeployment(BundleInfo) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Create a deployment from the given bundle info.
createDeployment(URL) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 
createDeployment(VirtualFile) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 
createDeployment(BundleInfo) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 
createFilter(String) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
createFramework(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
Overwrite to create the framework
createFramework(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to create the framework
createFramework() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 

D

DEFAULT_OSGI_FRAMEWORK_PROPERTIES - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework config: jboss-osgi-framework.properties
DEFAULT_REMOTE_JMX_HOST - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The default host that the RMIAdaptor binds to: localhost
DEFAULT_REMOTE_JMX_RMI_PORT - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The default port that the RMIAdaptor binds to: 1198
DEFAULT_REMOTE_JMX_RMI_REGISTRY_PORT - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The default port that the RMI Registry binds to: 1090
deploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy an array of bundles
DeployerService - Interface in org.jboss.osgi.deployment.deployer
A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.
Deployment - Interface in org.jboss.osgi.deployment.deployer
An abstraction of a bundle deployment
DeploymentFactory - Class in org.jboss.osgi.deployment.deployer
A deployment factory.
DeploymentRegistryService - Interface in org.jboss.osgi.deployment.deployer
A Service to register/unregister bundle deployments.
DeploymentScannerService - Interface in org.jboss.osgi.hotdeploy
A service that scans a directory location for new/removed bundles.
DeploymentServicesActivator - Class in org.jboss.osgi.deployment
An activator for the deployment services.
DeploymentServicesActivator() - Constructor for class org.jboss.osgi.deployment.DeploymentServicesActivator
 
DocumentBuilderFactoryImpl - Class in org.jboss.osgi.xml
A DocumentBuilderFactory that gets loaded from this bundle.
DocumentBuilderFactoryImpl() - Constructor for class org.jboss.osgi.xml.DocumentBuilderFactoryImpl
 
DOMAIN_NAME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi domain 'jboss.osgi'

E

elements() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
equals(Object) - Method in class org.jboss.osgi.spi.Attachments.Key
Two keys are equal if their Attachments.Key.toString() is equal
equals(Object) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
equals(Object) - Method in class org.jboss.osgi.spi.util.BundleInfo
 
EventAdminCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium EventAdmin capability.
EventAdminCapability() - Constructor for class org.jboss.osgi.spi.capability.EventAdminCapability
 
ExportedPackageHelper - Class in org.jboss.osgi.spi.util
A helper the logs the exported packages for a bundle.
ExportedPackageHelper(BundleContext) - Constructor for class org.jboss.osgi.spi.util.ExportedPackageHelper
 

F

failsafeStop(OSGiBundle) - Static method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
failsafeUninstall(OSGiBundle) - Static method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
Failure - Interface in org.jboss.osgi.husky
An abstraction of a test failure that is associated with a test Response.
findClass(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
findEntries(String, String, boolean) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
findEntries(String, String, boolean) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
findEntries(String, String, boolean) - Method in interface org.jboss.osgi.vfs.VirtualFile
Returns entries in this bundle and its attached fragments.
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.FrameworkWrapper
 
frameworkEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
 
frameworkEvent(FrameworkEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
FrameworkException - Exception in org.jboss.osgi.spi.framework
An OSGi Framework Exception that should be thrown on unrecoverable errors.
FrameworkException(String) - Constructor for exception org.jboss.osgi.spi.framework.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for exception org.jboss.osgi.spi.framework.FrameworkException
 
FrameworkException(Throwable) - Constructor for exception org.jboss.osgi.spi.framework.FrameworkException
 
FrameworkIntegrationBean - Class in org.jboss.osgi.spi.framework
An abstraction of an OSGi Framework.
FrameworkIntegrationBean() - Constructor for class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
FrameworkMBeanExt - Interface in org.jboss.osgi.jmx
An extension to FrameworkMBean.
FrameworkWrapper - Class in org.jboss.osgi.spi.framework
A generic Framework wrapper that delegates all method calls to the underlying Framework implementation.
FrameworkWrapper(Framework) - Constructor for class org.jboss.osgi.spi.framework.FrameworkWrapper
 

G

get(MBeanServerConnection, ObjectName, Class<T>) - Static method in class org.jboss.osgi.jmx.MBeanProxy
 
get(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
getAllServiceReferences(String, String) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
getAttachment(Class<T>) - Method in interface org.jboss.osgi.spi.Attachments
Get an arbitrary attachment
getAttachment(String, Class<T>) - Method in interface org.jboss.osgi.spi.Attachments
Get an arbitrary attachment
getAttachment(String) - Method in interface org.jboss.osgi.spi.Attachments
Get an arbitrary attachment
getAttachment(Class<T>) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAttachment(String, Class<T>) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAttachment(String) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAttachmentKeys() - Method in interface org.jboss.osgi.spi.Attachments
Get attachment keys
getAttachmentKeys() - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAutoInstall() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getAutoStart() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getBootstrapProvider() - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
Get an instance of an OSGiBootstrapProvider.
getBootstrapProvider() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
getBridge() - Static method in class org.jboss.osgi.husky.BridgeFactory
Loads the bridge class that is configed through the system property Bridge.
getBridge(Object) - Static method in class org.jboss.osgi.husky.BridgeFactory
Get the cached instance of the bridge class that is configed through the system property Bridge.
getBridge(Object, Properties) - Static method in class org.jboss.osgi.husky.BridgeFactory
Loads the bridge class that is configed through the property Bridge.
getBundle() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the bundle
getBundle(long) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Answer the bundle state for a single bundle.
getBundle() - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
getBundle(long) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
getBundle() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getBundle(String, Version) - Method in interface org.jboss.osgi.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.testing.OSGiRuntime
Get the OSGiBundle for a given bundle id.
getBundleContext() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getBundleContext() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getBundleContext() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getBundleDeployments() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
Returns the array of bundles currently known to the deployemtn scanner.
getBundleId() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getBundleId() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getBundleId() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's unique identifier.
getBundleManifestVersion(Manifest) - Static method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle manifest version.
getBundles() - Method in class org.jboss.osgi.spi.capability.Capability
 
getBundles() - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
getBundles() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the array of installed OSGiBundles
getBundleStateMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getBundleStateMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the BundleStateMBean
getCallerClass() - Method in interface org.jboss.osgi.husky.Bridge
Get the caller's class
getCallerFrame() - Method in interface org.jboss.osgi.husky.Bridge
Get the caller's concatination of class name and method.
getCallerMethod() - Method in interface org.jboss.osgi.husky.Bridge
Get the caller's method
getChild(String) - Method in interface org.jboss.osgi.vfs.VirtualFile
Get a child
getChildrenRecursively() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get all the children recursively
getClassName() - Method in interface org.jboss.osgi.husky.Failure
Get the name of the test class that failed
getClassName() - Method in interface org.jboss.osgi.husky.Request
Get the test case name
getClassName() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitFailure
 
getClassPart() - Method in class org.jboss.osgi.spi.Attachments.Key
Get the class part for this key
getClipboardMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getClipboardMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the ClipboardMBean
getContext() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitPackageListener
 
getContext() - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitPackageListener
 
getDataFile(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Get the string encoded file path in the persistent storage area provided for the given bundle.
getDataFile(String) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
getDataFile(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Creates a File object for a file in the persistent storage area provided for the bundle by the Framework.
getDefaultRuntime() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
getDefaultRuntime() - Method in class org.jboss.osgi.testing.OSGiRuntimeTest
Delegates to OSGiRuntimeHelper.getDefaultRuntime()
getDependencies() - Method in class org.jboss.osgi.spi.capability.Capability
 
getDeployment(URL) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Get the bundle deployment for the given bundle URL
getDeployment(String, Version) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Get the bundle deployment for the given bundle symbolicName and version
getDeployments() - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Get the list of registered deployments.
getEmbeddedRuntime() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
getEmbeddedRuntime() - Method in class org.jboss.osgi.testing.OSGiRuntimeTest
Delegates to OSGiRuntimeHelper.getEmbeddedRuntime()
getEntry(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Returns a string encoded URL to the entry at the specified path in the given bundle.
getEntry(String) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getEntry(String) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getEntry(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns a URL to the entry at the specified path in this bundle.
getEntryPaths(String) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getEntryPaths(String) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getEntryPaths(String) - Method in interface org.jboss.osgi.vfs.VirtualFile
Returns an Enumeration of all the paths (String objects) to entries within this bundle whose longest sub-path matches the specified path.
getException() - Method in interface org.jboss.osgi.husky.Failure
Get the exceoption that caused the failure.
getException() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitFailure
 
getFailures() - Method in interface org.jboss.osgi.husky.Response
Get the list of test failures
getFilter() - Method in class org.jboss.osgi.spi.capability.Capability
Get the filter that is used for service lookup.
getFramework() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
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() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getFrameworkMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getFrameworkMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the FrameworkMBean
getFrameworkName() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getFrameworkName()
getFrameworkName() - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
getHeaders(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Answer the headers for the bundle uniquely identified by the bundle id.
getHeaders() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getHeaders(String) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getHeaders() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getHeaders(String) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getHeaders() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's Manifest headers and values.
getHeaders(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's Manifest headers and values localized to the specified locale.
getInitialContext() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the initial naming context for this OSGiRuntime
getInitialContext() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getInitialContext()
getInitialContext() - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
getInput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the required set of inputs.
getInput() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the required set of inputs.
getInstalledBundles() - Method in class org.jboss.osgi.spi.capability.Capability
 
getInterceptorChain() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
getInvocationContext(Bundle) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Get the InvocationContext for the given bundle.
getInvoker() - Method in interface org.jboss.osgi.husky.Bridge
Get the invoker that is associated with this bridge.
getLastChange() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The timestamp of the last change
getLastMessage() - Method in interface org.jboss.osgi.testing.ClipboardMBean
Get the last message added to the list.
getLastModified() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getLastModified() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getLocation() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle location
getLocation() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getLocation() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getLocation() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle location
getLocation() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's location.
getLongName() - Method in class org.jboss.osgi.testing.OSGiTest
Get the the FQN of this test class.
getManifest() - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
getManifest(VirtualFile) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getManifestHeader(String) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the manifest header for the given key.
getManifestHeader(String) - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the manifest header for the given key.
getMBeanProxy(ObjectName, Class<T>) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getMBeanProxy(ObjectName, Class<T>) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get an MBeanProxy for the given interface.
getMBeanServer() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getMBeanServer() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the MBeanServerConnection for this OSGiRuntime
getMessage() - Method in interface org.jboss.osgi.husky.Failure
Get the test failure message
getMessage() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitFailure
 
getMessage(int) - Method in interface org.jboss.osgi.testing.ClipboardMBean
Get the message at the given index.
getMessageCount() - Method in interface org.jboss.osgi.testing.ClipboardMBean
Get the current message count.
getMessages() - Method in interface org.jboss.osgi.testing.ClipboardMBean
Get the unmodifieable list of clipboard messages
getMethodName() - Method in interface org.jboss.osgi.husky.Failure
Get the name of the test method that failed
getMethodName() - Method in interface org.jboss.osgi.husky.Request
Get the test method name
getMethodName() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitFailure
 
getName() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the simple VF name (X.java)
getNamePart() - Method in class org.jboss.osgi.spi.Attachments.Key
Get the name part for this key
getOutput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the provided set of outputs.
getOutput() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the provided set of outputs.
getPackageAdmin() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getPackageNames() - Method in interface org.jboss.osgi.husky.PackageListener
Return the list of packages that this listener can handle.
getPackageStateMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getPackageStateMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the PackageStateMBean
getParent() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the parent
getPathName() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the VFS relative path name (org/jboss/X.java)
getProperties() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getProperty(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Answer the map of properties associated with this bundle
getProperty(String) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
getProperty(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns the value of the specified property.
getProperty(String) - Method in interface org.jboss.osgi.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 interface org.jboss.osgi.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
Get a registered bean from the Kernel.
getRegisteredBean(Class<T>, String) - Method in interface org.jboss.osgi.spi.service.MicrocontainerService
Get a registered bean from the Kernel.
getRegisteredServices() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getRegisteredServices() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getRelativeOrder() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get default relative order
getRelativeOrder() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the relative order of this interceptor
getRemoteRuntime() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
getRemoteRuntime() - Method in class org.jboss.osgi.testing.OSGiRuntimeTest
Delegates to OSGiRuntimeHelper.getRemoteRuntime()
getResource(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Find the specified resource from the given bundle's class loader.
getResource(String) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getResource(String) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getResource(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
getResource(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Find the specified resource from this bundle's class loader.
getResourceFile(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getResourceFile(String)
getResourceFile(String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the File for the test resource
getResources(String) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getResources(String) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getResourceURL(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getResourceURL(String)
getResourceURL(String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the URL for the test resource
getRoot() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the root virtual file
getRoot() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the root virtual file
getRoot() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle root file
getRoot(URL) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
getRoot(URL) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Get the root virtual file
getRootURL() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle root url
getRunner() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitPackageListener
 
getRunner() - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitPackageListener
 
getRuntime() - Method in interface org.jboss.osgi.testing.OSGiBundle
Get the runtime associated with this bundle.
getRuntimeHelper() - Method in class org.jboss.osgi.testing.OSGiRuntimeTest
Get the test helper used by this test Overwrite if you need to supply another helper i.e.
getScanCount() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The number of scans since the service started
getScanInterval() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The number of milliseconds between scans Defaults to 2000ms
getScanLocation() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
Get the scan location URL.
getServerHost() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the host name that this OSGiRuntime is running on.
getServerHost() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getServerHost()
getServerHost() - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
getService(String) - Method in interface org.jboss.osgi.jmx.ServiceStateMBeanExt
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getService(ServiceReference) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
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.framework.BundleContextWrapper
 
getServiceReference(String, int) - Method in class org.jboss.osgi.spi.util.BundleContextHelper
Get a ServiceReference with a given timeout.
getServiceReference(String, long) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
Get a ServiceReference within the given timeout.
getServiceReference(String) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReference(String, long) - Method in interface org.jboss.osgi.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.framework.BundleContextWrapper
 
getServiceReferences(String, String) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Returns an array of ServiceReference objects.
getServices(String, String) - Method in interface org.jboss.osgi.jmx.ServiceStateMBeanExt
Returns an array of ManagedServiceReference objects.
getServicesInUse() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getServicesInUse() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getServiceStateMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getServiceStateMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the ServiceStateMBean
getServiceURL() - Static method in class org.jboss.osgi.jmx.JMXServiceURLFactory
 
getServiceURL(String, Integer, Integer) - Static method in class org.jboss.osgi.jmx.JMXServiceURLFactory
 
getShortName() - Method in class org.jboss.osgi.testing.OSGiTest
Get the last token in the FQN of this test class.
getSignerCertificates(int) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getSignerCertificates(int) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getStartLevel() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the start level associated with this deployment
getState() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getState() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getState() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's current state.
getStreamURL() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the URL used for streaming.
getSymbolicName() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle symbolic name
getSymbolicName() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getSymbolicName() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getSymbolicName() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle symbolic name
getSymbolicName() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header.
getSystemContext() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
getSystemContext() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the system bundle context
getSystemContext() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getSystemProperties() - Method in class org.jboss.osgi.spi.capability.Capability
Get the system properties for this capability.
getTargetContainer() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getTargetContainer()
getTargetContainer() - Method in class org.jboss.osgi.testing.OSGiTestHelper
 
getTestArchiveFile(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getTestArchiveFile(String)
getTestArchiveFile(String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the File for the deployment archive
getTestArchivePath(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getTestArchivePath(String)
getTestArchivePath(String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the absolute path for the deployment archive
getTestArchiveURL(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getTestArchiveURL(String)
getTestArchiveURL(String) - Method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the URL for the deployment archive
getTestHelper() - Method in class org.jboss.osgi.testing.OSGiTest
Get the test helper used by this test Overwrite if you need to supply another helper i.e.
getTestPackages(Bundle) - Method in class org.jboss.osgi.husky.runtime.osgi.ManifestProcessor
 
getVersion() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle version
getVersion() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
getVersion() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
getVersion() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle version
getVersion() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns the version of this bundle.

H

handleStateChange(int, Bundle) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Invoke the registered set of interceptors for the given bundle state change.
handleStateChange(int, Bundle) - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptorService
Invoke the registered set of interceptors for the given bundle state change.
hashCode() - Method in class org.jboss.osgi.spi.Attachments.Key
Two keys have the same hashCode if their Attachments.Key.toString() is equal
hashCode() - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
hashCode() - Method in class org.jboss.osgi.spi.util.BundleInfo
 
hasPermission(Object) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
hasPermission(Object) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
HEADER_TEST_PACKAGE - Static variable in class org.jboss.osgi.husky.runtime.osgi.ManifestProcessor
The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'
HuskyActivator - Class in org.jboss.osgi.husky.runtime.osgi
This is the Husky BundleActivator.
HuskyActivator() - Constructor for class org.jboss.osgi.husky.runtime.osgi.HuskyActivator
 
HuskyCapability - Class in org.jboss.osgi.husky
Adds the Husky testing capability to the OSGiRuntime under test.
HuskyCapability() - Constructor for class org.jboss.osgi.husky.HuskyCapability
 
HuskyExtender - Class in org.jboss.osgi.husky.runtime.osgi
The Husky extender is a BundleListener that processes the ManifestProcessor.HEADER_TEST_PACKAGE.
HuskyExtender(ManifestProcessor) - Constructor for class org.jboss.osgi.husky.runtime.osgi.HuskyExtender
 
HuskyInterceptor - Class in org.jboss.osgi.husky.runtime.osgi
The Husky interceptor processes the ManifestProcessor.HEADER_TEST_PACKAGE.
HuskyInterceptor(ManifestProcessor) - Constructor for class org.jboss.osgi.husky.runtime.osgi.HuskyInterceptor
 

I

init() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
injectContext(Class<?>, Object, Context) - Method in class org.jboss.osgi.husky.runtime.junit.JUnitRunner
 
injectContext(Class<?>, Object, Context) - Method in interface org.jboss.osgi.husky.runtime.Runner
Inject the Context in the test case instance
injectField(Field, Object, Context) - Method in class org.jboss.osgi.husky.runtime.junit.JUnitRunner
 
injectField(Field, Object, Context) - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitRunner
 
injectMethod(Method, Object, Context) - Method in class org.jboss.osgi.husky.runtime.junit.JUnitRunner
 
injectMethod(Method, Object, Context) - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitRunner
 
install(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
installBundle(String, InputStream) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
installBundle(String) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
installBundle(Archive<?>) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(VirtualFile) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(String, InputStream) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(Archive<?>) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Install an OSGiBundle from the given archive.
installBundle(VirtualFile) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Install an OSGiBundle from the given virtual file.
installBundle(String) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Install an OSGiBundle from the given location.
InvocationContext - Interface in org.jboss.osgi.deployment.interceptor
The context passed between Interceptors
invoke(int, InvocationContext) - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Called by the LifecycleInterceptorService when the given bundle is about to change to the given state
invoke(Request) - Method in interface org.jboss.osgi.husky.Invoker
Invokes the associated Connector with a given test Request
invoke(int, InvocationContext) - Method in class org.jboss.osgi.husky.runtime.osgi.HuskyInterceptor
 
Invoker - Interface in org.jboss.osgi.husky
An Invoker is the sending side of a test request.
isAutoStart() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the autostart flag associated with this deployment
isBundleUpdate() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the update flag associated with this deployment
isDirectory() - Method in interface org.jboss.osgi.vfs.VirtualFile
Whether it is a directory in the VFS.
isEmpty() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
isFile() - Method in interface org.jboss.osgi.vfs.VirtualFile
Whether it is a file in the VFS.
isRemoteConnection(BundleContext) - Static method in class org.jboss.osgi.husky.runtime.osgi.SocketConnector
 
isRemoteRuntime() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Return true if this OSGiRuntime connects to a remote Framework.

J

JAXBCapability - Class in org.jboss.osgi.jaxb
Adds the JAXB capability.
JAXBCapability() - Constructor for class org.jboss.osgi.jaxb.JAXBCapability
 
JAXBService - Interface in org.jboss.osgi.jaxb
A service to obtain the JAXBContext
JMXConnector - Class in org.jboss.osgi.husky.runtime.osgi
The JMX connector is a Connector that process Husky requests via an JMX invocation.
JMXConnector(BundleContext) - Constructor for class org.jboss.osgi.husky.runtime.osgi.JMXConnector
 
JMXConnectorMBean - Interface in org.jboss.osgi.husky.runtime.osgi
The management interface of the JMXConnector.
JMXConstantsExt - Interface in org.jboss.osgi.jmx
The JMX service contants
JMXServiceURLFactory - Class in org.jboss.osgi.jmx
A factory for the JMXServiceURL
JMXServiceURLFactory() - Constructor for class org.jboss.osgi.jmx.JMXServiceURLFactory
 
JNDICapability - Class in org.jboss.osgi.jndi
Adds the JNDI capability to the OSGiRuntime under test.
JNDICapability() - Constructor for class org.jboss.osgi.jndi.JNDICapability
 
JUnitFailure - Class in org.jboss.osgi.husky.runtime.junit
A Failure implementation that can be constructed from a JUnit4 Failure.
JUnitFailure(Failure) - Constructor for class org.jboss.osgi.husky.runtime.junit.JUnitFailure
 
JUnitPackageListener - Class in org.jboss.osgi.husky.runtime.junit
An implementation of a Runner that uses the JUnit4 Test Runner.
JUnitPackageListener(List<String>) - Constructor for class org.jboss.osgi.husky.runtime.junit.JUnitPackageListener
 
JUnitResponse - Class in org.jboss.osgi.husky.runtime.junit
A Response implementation that can be constructed from a JUnit4 Result.
JUnitResponse(Result) - Constructor for class org.jboss.osgi.husky.runtime.junit.JUnitResponse
 
JUnitRunner - Class in org.jboss.osgi.husky.runtime.junit
An implementation of a Runner that uses the JUnit4 Test Runner.
JUnitRunner() - Constructor for class org.jboss.osgi.husky.runtime.junit.JUnitRunner
 

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.
keys() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 

L

LifecycleInterceptor - Interface in org.jboss.osgi.deployment.interceptor
An OSGi bundle lifecycle interceptor.
LifecycleInterceptorException - Exception in org.jboss.osgi.deployment.interceptor
A runtime exception that may be thrown from a lifecycle interceptor.
LifecycleInterceptorException(String) - Constructor for exception org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException
 
LifecycleInterceptorException(String, Throwable) - Constructor for exception org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException
 
LifecycleInterceptorService - Interface in org.jboss.osgi.deployment.interceptor
A service that invokes lifecycle interceptors.
listRegisteredBeans() - Method in interface org.jboss.osgi.spi.service.MicrocontainerService
Get the list of registered beans.
loadClass(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Loads the specified class using the class loader of the bundle with the given identifier.
loadClass(String) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
loadClass(String) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
loadClass(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
loadClass(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Loads the specified class using this bundle's class loader.
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}
loadTestClass(String) - Method in class org.jboss.osgi.husky.runtime.junit.JUnitPackageListener
 
loadTestClass(String) - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitPackageListener
 
log(int, String) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(int, String, Throwable) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(ServiceReference, int, String) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(ServiceReference, int, String, Throwable) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(int, String) - Method in class org.jboss.osgi.common.log.SystemLogService
 
log(int, String, Throwable) - Method in class org.jboss.osgi.common.log.SystemLogService
 
log(ServiceReference, int, String) - Method in class org.jboss.osgi.common.log.SystemLogService
 
log(ServiceReference, int, String, Throwable) - Method in class org.jboss.osgi.common.log.SystemLogService
 
logExportedPackages(Bundle) - Method in class org.jboss.osgi.spi.util.ExportedPackageHelper
 
LoggingCapability - Class in org.jboss.osgi.common.log
Adds the logging capability.
LoggingCapability() - Constructor for class org.jboss.osgi.common.log.LoggingCapability
 
LoggingService - Interface in org.jboss.osgi.common.log
A marker service that is registered by jboss-osgi-common
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
 
LogServiceTracker - Class in org.jboss.osgi.common.log
A combined ServiceTracker/LogService that bundles can use to access the registered LogService.
LogServiceTracker(BundleContext) - Constructor for class org.jboss.osgi.common.log.LogServiceTracker
 

M

main(String[]) - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
The main entry point
ManifestProcessor - Class in org.jboss.osgi.husky.runtime.osgi
Processed the ManifestProcessor.HEADER_TEST_PACKAGE and registers the listeners.
ManifestProcessor(BundleContext) - Constructor for class org.jboss.osgi.husky.runtime.osgi.ManifestProcessor
 
match(Request) - Method in interface org.jboss.osgi.husky.PackageListener
Return true if the given Request is from a package that this listener can handle.
MBeanProxy - Class in org.jboss.osgi.jmx
A simple MBeanProxy
MBeanProxy() - Constructor for class org.jboss.osgi.jmx.MBeanProxy
 
MicrocontainerService - Interface in org.jboss.osgi.spi.service
An OSGi Service that gives access to Kernel bean registrations.

N

newDocumentBuilder() - Method in class org.jboss.osgi.xml.DocumentBuilderFactoryImpl
 
newInstance() - Static method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
newJAXBContext(String) - Method in interface org.jboss.osgi.jaxb.JAXBService
Obtain a new instance of a JAXBContext class.
newJAXBContext(String, Map<String, ?>) - Method in interface org.jboss.osgi.jaxb.JAXBService
Obtain a new instance of a JAXBContext class.
newJAXBContext(Class<?>...) - Method in interface org.jboss.osgi.jaxb.JAXBService
Obtain a new instance of a JAXBContext class.
newJAXBContext(Class<?>[], Map<String, ?>) - Method in interface org.jboss.osgi.jaxb.JAXBService
Obtain a new instance of a JAXBContext class.
newSAXParser() - Method in class org.jboss.osgi.xml.SAXParserFactoryImpl
 
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

OBJECT_NAME - Static variable in class org.jboss.osgi.husky.runtime.osgi.JMXConnector
The ObjectName for this service: jboss.osgi.husky:service=jmx-connector
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.BundleStateMBeanExt
The default object name: jboss.osgi:service=jmx,type=BundleState
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.FrameworkMBeanExt
The default object name: jboss.osgi:service=jmx,type=Framework
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.PackageStateMBeanExt
The default object name: jboss.osgi:service=jmx,type=PackageState
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.ServiceStateMBeanExt
The default object name: jboss.osgi:service=jmx,type=ServiceState
OBJECTNAME - Static variable in interface org.jboss.osgi.testing.ClipboardMBean
The default object name: jboss.osgi:service=jmx,type=Clipboard
ObjectNameFactory - Class in org.jboss.osgi.jmx
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.osgi.jmx.ObjectNameFactory
 
openStream() - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
openStream() - Method in interface org.jboss.osgi.vfs.VirtualFile
Access the file contents.
org.jboss.osgi.common.log - package org.jboss.osgi.common.log
 
org.jboss.osgi.deployment - package org.jboss.osgi.deployment
 
org.jboss.osgi.deployment.deployer - package org.jboss.osgi.deployment.deployer
 
org.jboss.osgi.deployment.interceptor - package org.jboss.osgi.deployment.interceptor
 
org.jboss.osgi.hotdeploy - package org.jboss.osgi.hotdeploy
 
org.jboss.osgi.husky - package org.jboss.osgi.husky
The Husky Test Harness main package see Bridge for details.
org.jboss.osgi.husky.runtime - package org.jboss.osgi.husky.runtime
 
org.jboss.osgi.husky.runtime.junit - package org.jboss.osgi.husky.runtime.junit
JUnit specific implementations
org.jboss.osgi.husky.runtime.osgi - package org.jboss.osgi.husky.runtime.osgi
 
org.jboss.osgi.jaxb - package org.jboss.osgi.jaxb
 
org.jboss.osgi.jbossxb - package org.jboss.osgi.jbossxb
 
org.jboss.osgi.jmx - package org.jboss.osgi.jmx
 
org.jboss.osgi.jndi - package org.jboss.osgi.jndi
 
org.jboss.osgi.jta - package org.jboss.osgi.jta
 
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.service - package org.jboss.osgi.spi.service
A collection of SPI provided services.
org.jboss.osgi.spi.util - package org.jboss.osgi.spi.util
A collection of SPI provided utilities.
org.jboss.osgi.testing - package org.jboss.osgi.testing
Test support classes and interfaces.
org.jboss.osgi.vfs - package org.jboss.osgi.vfs
An abstraction of the JBoss VFS functionality.
org.jboss.osgi.webapp - package org.jboss.osgi.webapp
 
org.jboss.osgi.xml - package org.jboss.osgi.xml
 
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 is the entry point to obtain an 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 - Interface in org.jboss.osgi.testing
An abstraction of an OSGi Bundle.
OSGiConstants - Interface in org.jboss.osgi.spi
JBossOSGi Constants
OSGiFrameworkTest - Class in org.jboss.osgi.testing
Parent for native framework tests.
OSGiFrameworkTest() - Constructor for class org.jboss.osgi.testing.OSGiFrameworkTest
 
OSGiJUnitPackageListener - Class in org.jboss.osgi.husky.runtime.osgi
An implementation of a Runner that uses the JUnit4 Test Runner.
OSGiJUnitPackageListener(Bundle, List<String>) - Constructor for class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitPackageListener
 
OSGiJUnitRunner - Class in org.jboss.osgi.husky.runtime.osgi
An extension to the JUnitRunner that injects the OSGi BundleContext.
OSGiJUnitRunner() - Constructor for class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitRunner
 
OSGiManifestBuilder - Class in org.jboss.osgi.testing
A simple OSGi manifest builder.
OSGiRuntime - Interface in org.jboss.osgi.testing
An abstraction of an OSGi Runtime.
OSGiRuntimeHelper - Class in org.jboss.osgi.testing
A helper for the OSGi runtime abstraction.
OSGiRuntimeHelper() - Constructor for class org.jboss.osgi.testing.OSGiRuntimeHelper
 
OSGiRuntimeTest - Class in org.jboss.osgi.testing
An abstract OSGi runtime test.
OSGiRuntimeTest() - Constructor for class org.jboss.osgi.testing.OSGiRuntimeTest
 
OSGiServiceReference - Interface in org.jboss.osgi.testing
An abstraction of the OSGi ServiceReference
OSGiTest - Class in org.jboss.osgi.testing
An abstract OSGi Test.
OSGiTest() - Constructor for class org.jboss.osgi.testing.OSGiTest
 
OSGiTestHelper - Class in org.jboss.osgi.testing
An OSGi Test Helper
OSGiTestHelper() - Constructor for class org.jboss.osgi.testing.OSGiTestHelper
 

P

PackageListener - Interface in org.jboss.osgi.husky
A PackageListener that is associated with a Connector.
PackageStateMBeanExt - Interface in org.jboss.osgi.jmx
An extension to PackageStateMBean.
PARSER_PROVIDER - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
PARSER_XINCLUDEAWARE - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
process(Request) - Method in interface org.jboss.osgi.husky.runtime.Connector
Handles the test request by dispatching to one of the associated PackageListeners.
process(InputStream) - Method in class org.jboss.osgi.husky.runtime.osgi.JMXConnector
 
process(InputStream) - Method in interface org.jboss.osgi.husky.runtime.osgi.JMXConnectorMBean
Consumes the serialized version of an Request and return the the Response from the test run
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
PROP_SOCKET_CONNECTOR_HOST - Static variable in class org.jboss.osgi.husky.runtime.osgi.SocketConnector
The Husky socket connector host poperty: 'org.jboss.osgi.husky.runtime.connector.host'
PROP_SOCKET_CONNECTOR_PORT - Static variable in class org.jboss.osgi.husky.runtime.osgi.SocketConnector
The Husky socket connector port poperty: 'org.jboss.osgi.husky.runtime.connector.port'
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 org.jboss.osgi.spi.framework.extra - An URL to extra properties, which recursivly may conatin this property. All other properties are passed on to configure the framework.
PropertiesBootstrapProvider() - Constructor for class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
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.hotdeploy.DeploymentScannerService
The property to defines the scan interval: org.jboss.osgi.hotdeploy.interval
PROPERTY_SCAN_LOCATION - Static variable in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The property that names the scan location: org.jboss.osgi.hotdeploy.scandir
PROVIDER_JBOSS_OSGI - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
put(Object, Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 

R

registerDeployment(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Register a bundle deployment
registerPackageListener(Bundle, List<String>) - Method in class org.jboss.osgi.husky.runtime.osgi.ManifestProcessor
 
registerSchemaLocation(String, String) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
registerService(String, Object, Dictionary) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
registerService(String[], Object, Dictionary) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
registerSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
Overwrite to register system services before bundles get installed.
registerSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to register system services before bundles get installed.
RELATIVE_ORDER_DEFAULT - Static variable in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
The default relative order: 1000
REMOTE_JMX_HOST - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The property that sets the host that the RMIAdaptor binds to: org.jboss.osgi.jmx.host
REMOTE_JMX_RMI_PORT - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The property that sets the port that the RMIAdaptor binds to: org.jboss.osgi.jmx.rmi.port
REMOTE_JMX_RMI_REGISTRY_PORT - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The property that sets the port that the RMI Registry binds to: org.jboss.osgi.jmx.rmi.registry.port
REMOTE_JNDI_HOST - Static variable in interface org.jboss.osgi.jndi.Constants
The property that sets the naming server host: org.jboss.osgi.jndi.host
REMOTE_JNDI_PORT - Static variable in interface org.jboss.osgi.jndi.Constants
The property that sets the naming server port: org.jboss.osgi.jndi.port
REMOTE_JNDI_RMI_PORT - Static variable in interface org.jboss.osgi.jndi.Constants
The property that sets the naming server RMI port: org.jboss.osgi.jndi.rmi.port
remove(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.spi.Attachments
Remove arbitrary attachments
removeAttachment(Class<T>, String) - Method in interface org.jboss.osgi.spi.Attachments
Remove arbitrary attachments
removeAttachment(String) - Method in interface org.jboss.osgi.spi.Attachments
Remove arbitrary attachments
removeAttachment(Class<T>) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
removeAttachment(Class<T>, String) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
removeAttachment(String) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
removeBundleListener(BundleListener) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
removeCapability(Capability) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Remove a Capability from the runtime.
removedService(ServiceReference, Object) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
removeFrameworkListener(FrameworkListener) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
removeInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Remove an LifecycleInterceptor to the service.
removeMessage(int) - Method in interface org.jboss.osgi.testing.ClipboardMBean
Remove the message at the given index.
removeServiceListener(ServiceListener) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
Request - Interface in org.jboss.osgi.husky
An abstraction of a test request.
resolveBundle(Bundle) - Method in class org.jboss.osgi.spi.util.ExportedPackageHelper
 
resolveBundles(Bundle[]) - Method in class org.jboss.osgi.spi.util.ExportedPackageHelper
 
Response - Interface in org.jboss.osgi.husky
An abstraction of a test response.
run() - Method in interface org.jboss.osgi.husky.Bridge
Intercepts a test and delegates the execution to the same test in the same test class.
run(Class<?>) - Method in interface org.jboss.osgi.husky.Bridge
Intercepts a test and delegates the execution to the same test in a different test class.
run(Class<?>, String) - Method in interface org.jboss.osgi.husky.Bridge
Intercepts a test and delegates the execution to another test in a different test class.
Runner - Interface in org.jboss.osgi.husky.runtime
An abstraction of a test runner that executes the given test case in the isolated test environment.
runTests(Request) - Method in interface org.jboss.osgi.husky.PackageListener
Called by Connector when this listener indicated that it can handle the test request.
runTests(Context, Class<?>) - Method in class org.jboss.osgi.husky.runtime.junit.JUnitRunner
Run the tests in the given test class.
runTests(Context, Class<?>) - Method in interface org.jboss.osgi.husky.runtime.Runner
Run the tests in the given test class.
RuntimeContext - Annotation Type in org.jboss.osgi.husky
An annotation that instructs the Runner to inject the Context into the marked field or method on the test case instance prior to the execution of any test method.

S

SAXParserFactoryImpl - Class in org.jboss.osgi.xml
A SAXParserFactory that gets loaded from this bundle.
SAXParserFactoryImpl() - Constructor for class org.jboss.osgi.xml.SAXParserFactoryImpl
 
scan() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
Run a directory scan
serviceChanged(ServiceEvent) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
serviceChanged(ServiceEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
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
 
ServiceStateMBeanExt - Interface in org.jboss.osgi.jmx
An extension to ServiceStateMBean.
setAutoInstall(List<URL>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
setAutoStart(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the autostart flag associated with this deployment
setAutoStart(List<URL>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
setBundleUpdate(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the update flag associated with this deployment
setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.jboss.osgi.xml.XMLParserActivatorExt
 
setErrorHandler(ErrorHandler) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
setFeature(String, boolean) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
setFilter(String) - Method in class org.jboss.osgi.spi.capability.Capability
Set the filter that is used for service lookup.
setInvoker(Invoker) - Method in interface org.jboss.osgi.husky.Bridge
Set the invoker that is associated with this bridge.
setNamespaceAware(boolean) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
setProperties(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.jboss.osgi.xml.XMLParserActivatorExt
 
setSchemaValidation(boolean) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
setStartLevel(Integer) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the start level associated with this deployment
setUp() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
setUp() - Method in class org.jboss.osgi.testing.OSGiTest
Writes a a debug start messge
setValidation(boolean) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
shutdown() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Shutdown the OSGiRuntime.
shutdownFramework() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
size() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
SocketConnector - Class in org.jboss.osgi.husky.runtime.osgi
The socket connector is a Connector that process Husky requests via an socket invocations.
SocketConnector(BundleContext) - Constructor for class org.jboss.osgi.husky.runtime.osgi.SocketConnector
 
start(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
start(BundleContext) - Method in class org.jboss.osgi.husky.runtime.osgi.HuskyActivator
 
start() - Method in class org.jboss.osgi.husky.runtime.osgi.JMXConnector
 
start() - Method in class org.jboss.osgi.husky.runtime.osgi.SocketConnector
 
start(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
start() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
start(int) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
start() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
start() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
start(int) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
start() - Method in interface org.jboss.osgi.testing.OSGiBundle
Starts this bundle.
start(BundleContext) - Method in class org.jboss.osgi.xml.XMLParserActivatorExt
 
stop(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
stop(BundleContext) - Method in class org.jboss.osgi.husky.runtime.osgi.HuskyActivator
 
stop() - Method in class org.jboss.osgi.husky.runtime.osgi.JMXConnector
 
stop() - Method in class org.jboss.osgi.husky.runtime.osgi.SocketConnector
 
stop(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
stop() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
stop(int) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
stop() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
stop() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
stop(int) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
stop() - Method in interface org.jboss.osgi.testing.OSGiBundle
Stops this bundle.
SystemLogService - Class in org.jboss.osgi.common.log
A basic LogService that writes to System.out
SystemLogService(BundleContext) - Constructor for class org.jboss.osgi.common.log.SystemLogService
 

T

tearDown() - Method in class org.jboss.osgi.testing.OSGiTest
Writes a a debug stop messge
toString() - Method in class org.jboss.osgi.spi.Attachments.Key
Returns the String repesentation of this Key.
toString() - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
toString() - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
toString() - Method in class org.jboss.osgi.spi.util.BundleInfo
 
toURL() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the VF URL (vfs:/root/org/jboss/X.java)
toVirtualFile(Archive<?>) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.toVirtualFile(Archive)
toVirtualFile(Archive) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
TransactionCapability - Class in org.jboss.osgi.jta
Adds the Transaction capability to the OSGiRuntime under test.
TransactionCapability() - Constructor for class org.jboss.osgi.jta.TransactionCapability
 
TransactionCapabilityMarker - Interface in org.jboss.osgi.jta
A marker service for the jboss-osgi-jta bundle.

U

undeploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Undeploy an array of bundles
ungetBootstrapProvider() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
ungetService(ServiceReference) - Method in class org.jboss.osgi.spi.framework.BundleContextWrapper
 
uninstall(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
uninstall() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
uninstall() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
uninstall() - Method in interface org.jboss.osgi.testing.OSGiBundle
Uninstalls this bundle.
unmarshal(Reader) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
unmarshal(InputStream) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
unmarshal(InputSource) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
unmarshal(String) - Method in interface org.jboss.osgi.jbossxb.UnmarshallerService
 
UnmarshallerService - Interface in org.jboss.osgi.jbossxb
An unmarshaller service
UnmodifiableDictionary - Class in org.jboss.osgi.spi.util
An unmodifieable dictionary.
UnmodifiableDictionary(Dictionary) - Constructor for class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
unregisterDeployment(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Unregister a bundle deployment
unregisterSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
Overwrite to unregister system services before bundles get installed.
unregisterSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to unregister system services before bundles get installed.
update() - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
update(InputStream) - Method in class org.jboss.osgi.spi.framework.BundleWrapper
 
update() - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
update(InputStream) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 

V

valueOf(String) - Static method in class org.jboss.osgi.spi.Attachments.Key
 
VFSAdaptor - Interface in org.jboss.osgi.vfs
The basic adaptor for the VFS that needs to be implemented for a specific jboss-vfs version.
VFSUtils - Class in org.jboss.osgi.vfs
A subset of VFS util functionality that is used by the OSGi layer.
VFSUtils() - Constructor for class org.jboss.osgi.vfs.VFSUtils
 
VirtualFile - Interface in org.jboss.osgi.vfs
A basic abstraction of a VirtualFile used by the OSGi layer.

W

waitForStop(long) - Method in class org.jboss.osgi.spi.framework.FrameworkWrapper
 
WebAppCapability - Class in org.jboss.osgi.webapp
Adds the WebApp (WAR) capability to the OSGiRuntime under test.
WebAppCapability() - Constructor for class org.jboss.osgi.webapp.WebAppCapability
 
WebAppService - Interface in org.jboss.osgi.webapp
A marker service that is registered by jboss-osgi-webapp

X

XMLBindingCapability - Class in org.jboss.osgi.jbossxb
Adds the JBossXB capability.
XMLBindingCapability() - Constructor for class org.jboss.osgi.jbossxb.XMLBindingCapability
 
XMLParserActivatorExt - Class in org.jboss.osgi.xml
Activate the XML parser using XMLParserActivatorExt
XMLParserActivatorExt() - Constructor for class org.jboss.osgi.xml.XMLParserActivatorExt
 
XMLParserCapability - Class in org.jboss.osgi.xml
Adds the XML parser capability.
XMLParserCapability() - Constructor for class org.jboss.osgi.xml.XMLParserCapability
 

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

Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.