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

A

ACTIVATION_EAGER - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must eagerly activate the component.
ACTIVATION_LAZY - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must lazily activate the component.
addAttachment(Class<T>, Object) - Method in interface org.jboss.osgi.husky.Context
Add arbitrary attachment
addAttachment(Class<T>, String, Object) - Method in interface org.jboss.osgi.husky.Context
Add arbitrary attachment with name
addAttachment(String, Object) - Method in interface org.jboss.osgi.husky.Context
Add arbitrary attachment with name
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
 
addFailure(Failure) - Method in interface org.jboss.osgi.husky.Response
Add a failure to the response
addingService(ServiceReference) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
addPackageListener(PackageListener) - Method in interface org.jboss.osgi.husky.runtime.Connector
Add a PackageListener to this connector
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
AUTO_EXPORT_ALL_CLASSES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes and interfaces in the component instance type as service interfaces.
AUTO_EXPORT_CLASS_HIERARCHY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes in the hierarchy of the component instance type as service interfaces.
AUTO_EXPORT_DISABLED - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Do not auto-detect types for advertised service interfaces
AUTO_EXPORT_INTERFACES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java interfaces implemented by the component instance type as service interfaces.
autoInstall - Variable in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
autoStart - Variable in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
AVAILABILITY_MANDATORY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is required at all times.
AVAILABILITY_OPTIONAL - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is not required to be present.

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
 
BeanArgument - Interface in org.osgi.service.blueprint.reflect
Metadata for a factory method or constructor argument of a bean.
BeanMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a Bean component.
BeanProperty - Interface in org.osgi.service.blueprint.reflect
Metadata for a property to be injected into a bean.
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
 
BlueprintContainer - Interface in org.osgi.service.blueprint.container
A Blueprint Container represents the managed state of a Blueprint bundle.
BlueprintEvent - Class in org.osgi.service.blueprint.container
A Blueprint Event.
BlueprintEvent(int, Bundle, Bundle) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a simple BlueprintEvent object.
BlueprintEvent(int, Bundle, Bundle, String[]) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a set of dependencies.
BlueprintEvent(int, Bundle, Bundle, Throwable) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a failure cause.
BlueprintEvent(int, Bundle, Bundle, String[], Throwable) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a failure cause and a set of dependencies.
BlueprintEvent(BlueprintEvent, boolean) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a new BlueprintEvent from the specified BlueprintEvent.
blueprintEvent(BlueprintEvent) - Method in interface org.osgi.service.blueprint.container.BlueprintListener
Receives notifications of a Blueprint Event.
BlueprintListener - Interface in org.osgi.service.blueprint.container
A BlueprintEvent Listener.
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 - Static variable in class org.osgi.service.blueprint.container.EventConstants
The Blueprint bundle associated with this event.
BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle id of the Blueprint bundle associated with this event.
BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle symbolic name of the Blueprint bundle associated with this event.
BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle version of the Blueprint bundle associated with this event.
bundleChanged(BundleEvent) - Method in class org.jboss.osgi.husky.runtime.osgi.HuskyExtender
 
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

canConvert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
Return if this converter is able to convert the specified object to the specified type.
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.
CAUSE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The cause for a FAILURE event.
CollectionMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a collection based value.
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
 
ComponentDefinitionException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a component definition is in error.
ComponentDefinitionException() - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with no message or exception cause.
ComponentDefinitionException(String) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the specified message
ComponentDefinitionException(String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the specified message and exception cause.
ComponentDefinitionException(Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the exception cause.
ComponentMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for managed components.
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
 
Connector - Interface in org.jboss.osgi.husky.runtime
A Connector is the receiving side of a test request.
Constants - Interface in org.jboss.osgi.jmx
The JMX service contants
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.Key - Class in org.jboss.osgi.husky
A key for attachements
Context.Key(Class<?>, String) - Constructor for class org.jboss.osgi.husky.Context.Key
Construct the key with optional class and name
convert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
Convert the specified object to an instance of the specified type.
Converter - Interface in org.osgi.service.blueprint.container
Type converter to convert an object to a target type.
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
 
CREATED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has created a Blueprint Container for the bundle.
CREATING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has started creating a Blueprint Container for the bundle.

D

DEFAULT_OSGI_FRAMEWORK_PROPERTIES - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework config: jboss-osgi-framework.properties
DEPENDENCIES - Static variable in class org.osgi.service.blueprint.container.EventConstants
The filters identifying the missing dependencies that caused this event for a FAILURE, GRACE_PERIOD, or WAITING event.
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
DESTROYED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container for the bundle has been completely destroyed.
DESTROYING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has started destroying the Blueprint Container for the bundle.
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

equals(Object) - Method in class org.jboss.osgi.husky.Context.Key
Two keys are equal if their Context.Key.toString() is equal
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
 
EVENT - Static variable in class org.osgi.service.blueprint.container.EventConstants
The BlueprintEvent object that caused this event.
EventConstants - Class in org.osgi.service.blueprint.container
Event property names used in Event Admin events published by a Blueprint Container.
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
 
EXTENDER_BUNDLE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle id of the Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle symbolic of the Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle version of the Blueprint extender bundle that is generating this event.

F

Failure - Interface in org.jboss.osgi.husky
An abstraction of a test failure that is associated with a test Response.
FAILURE - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container creation for the bundle has failed.
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
 
getActivation() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the activation strategy for the component.
getActualTypeArgument(int) - Method in class org.osgi.service.blueprint.container.ReifiedType
Return a type parameter for this type.
getArguments() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the arguments for the factory method or constructor of the bean.
getAttachment(Class<T>) - Method in interface org.jboss.osgi.husky.Context
Get an arbitrary attachment
getAttachment(Class<T>, String) - Method in interface org.jboss.osgi.husky.Context
Get an arbitrary attachment
getAttachment(String) - Method in interface org.jboss.osgi.husky.Context
Get an arbitrary attachment
getAttachmentKeys() - Method in interface org.jboss.osgi.husky.Context
Get attachment keys
getAutoExport() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the auto-export mode for the service.
getAutoInstall() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getAutoStart() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getAvailability() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return whether or not a matching service is required at all times.
getBindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the name of the bind method.
getBootstrapProvider() - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
 
getBootstrapProvider() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
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 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.
getBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the Blueprint bundle associated with this event.
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
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
getCause() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the cause for this BlueprintEvent.FAILURE event.
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
 
getClassName() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the class specified for the bean.
getClassPart() - Method in class org.jboss.osgi.husky.Context.Key
Get the class part for this key
getCollectionClass() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return the type of the collection.
getComponentId() - Method in exception org.osgi.service.blueprint.container.NoSuchComponentException
Returns the id of the non-existent component.
getComponentId() - Method in interface org.osgi.service.blueprint.reflect.IdRefMetadata
Return the id of the referenced component.
getComponentId() - Method in interface org.osgi.service.blueprint.reflect.RefMetadata
Return the id of the referenced component.
getComponentIds() - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Returns the set of component ids managed by this Blueprint Container.
getComponentInstance(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return the component instance for the specified component id.
getComponentMetadata(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return the Component Metadata object for the component with the specified component id.
getComponentName() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the value of the component-name attribute of the service reference.
getContext() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitPackageListener
 
getContext() - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitPackageListener
 
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
 
getDependencies() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the filters identifying the missing dependencies that caused this event.
getDependsOn() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the ids of any components listed in a depends-on attribute for the component.
getDestroyMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the destroy method specified for the bean.
getEmbeddedRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getEmbeddedRuntime()
getEmbeddedRuntime() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getEntries() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the entries for the map.
getEntries() - Method in interface org.osgi.service.blueprint.reflect.PropsMetadata
Return the entries for the properties.
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
 
getExtenderBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the Blueprint extender bundle that is generating this event.
getFactoryComponent() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the Metadata for the factory component on which to invoke the factory method for the bean.
getFactoryMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the factory method for the bean.
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.
getFilter() - Method in exception org.osgi.service.blueprint.container.ServiceUnavailableException
Returns the filter expression that a service would have needed to satisfy in order for the invocation to proceed.
getFilter() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the filter expression that a matching service must match.
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.
getId() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the id of the component.
getIndex() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the zero-based index into the parameter list of the factory method or constructor to be invoked for this argument.
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
 
getInitMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the init method specified for the bean.
getInterface() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the name of the interface type that a matching service must support.
getInterfaces() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the type names of the interfaces that the service should be advertised as supporting.
getInvoker() - Method in interface org.jboss.osgi.husky.Bridge
Get the invoker that is associated with this bridge.
getJndiPort() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Delegates to OSGiTestHelper.getJndiPort()
getJndiPort() - Method in class org.jboss.osgi.spi.testing.OSGiTestHelper
 
getKey() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
Return the Metadata for the key of the map entry.
getKeyType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the name of the type of the map keys.
getLastChange() - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
The timestamp of the last change
getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the Metadata for the component that will receive bind and unbind events.
getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the Metadata for the component that will receive registration and unregistration events.
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
getMemberType() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Return whether the List will contain service object proxies or ServiceReference objects.
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
 
getMetadata() - Method in class org.jboss.osgi.spi.util.BundleDeployment
Get extra meta data associated with this deployment
getMetadata(Class<T>) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return all ComponentMetadata objects of the specified Component Metadata type.
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.osgi.service.blueprint.reflect.BeanProperty
Return the name of the property to be injected.
getNamePart() - Method in class org.jboss.osgi.husky.Context.Key
Get the name part for this key
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.
getPackageListeners() - Method in interface org.jboss.osgi.husky.runtime.Connector
Get the set of registered PackageListeners for this connector
getPackageNames() - Method in interface org.jboss.osgi.husky.runtime.PackageListener
Return the list of packages that this listener can handle.
getProperties() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegration
 
getProperties() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the properties for the bean.
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.
getRanking() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the ranking value to use when advertising the service.
getRawClass() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the raw class represented by this type.
getReferenceListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the reference listeners to receive bind and unbind events.
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
 
getRegistrationListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the registration listeners to be notified when the service is registered and unregistered with the framework.
getRegistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the name of the registration method.
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
getRunner() - Method in class org.jboss.osgi.husky.runtime.junit.JUnitPackageListener
 
getRunner() - Method in class org.jboss.osgi.husky.runtime.osgi.OSGiJUnitPackageListener
 
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.
getScope() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the scope for the bean.
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
 
getServiceComponent() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the Metadata for the component to be exported as a service.
getServiceName() - Method in class org.jboss.osgi.spi.capability.Capability
Get the service name associated with this capability.
getServiceProperties() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the user declared properties to be advertised with the service.
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.
getStringValue() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
Return the unconverted string representation of the value.
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.
getTimeout() - Method in interface org.osgi.service.blueprint.reflect.ReferenceMetadata
Return the timeout for service invocations when a backing service is is unavailable.
getTimestamp() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the time at which this event was created.
getType() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the type of this event.
getType() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
Return the name of the type to which the value should be converted.
getUnbindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the name of the unbind method.
getUnregistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the name of the unregistration method.
getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the Metadata for the argument value.
getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
Return the Metadata for the value to be injected into a bean.
getValue() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
Return the Metadata for the value of the map entry.
getValues() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return Metadata for the values of the collection.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the name of the value type to match the argument and convert the value into when invoking the constructor or factory method.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return the type specified for the values of the collection.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the name of the type of the map values.
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
GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container has entered the grace period.

H

hashCode() - Method in class org.jboss.osgi.husky.Context.Key
Two keys have the same hashCode if their Context.Key.toString() is equal
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
 
HEADER_TEST_PACKAGE - Static variable in class org.jboss.osgi.husky.runtime.osgi.HuskyExtender
The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'
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
 
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 checkes the HuskyExtender.HEADER_TEST_PACKAGE
HuskyExtender(BundleContext) - Constructor for class org.jboss.osgi.husky.runtime.osgi.HuskyExtender
 

I

IdRefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for the verified id of another component managed by the Blueprint Container.
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
 
installBundle(String) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Install an OSGiBundle from the given location.
invoke(Request) - Method in interface org.jboss.osgi.husky.Invoker
Invokes the associated Connector with a given test Request
Invoker - Interface in org.jboss.osgi.husky
An Invoker is the sending side of a test request.
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
 
isRemoteConnection(BundleContext) - Static method in class org.jboss.osgi.husky.runtime.osgi.SocketConnector
 
isReplay() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return whether this event is a replay event.

J

JAXBCapability - Class in org.jboss.osgi.jaxb
Adds the JAXB capability to the OSGiRuntime under test.
JAXBCapability() - Constructor for class org.jboss.osgi.jaxb.JAXBCapability
 
JAXBService - Interface in org.jboss.osgi.jaxb
A service to obtain the JAXBContext
JMXCapability - Class in org.jboss.osgi.jmx
Adds the JMX capability to the OSGiRuntime under test.
JMXCapability() - Constructor for class org.jboss.osgi.jmx.JMXCapability
 
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.
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.

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}
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.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
 
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
 
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
MapEntry - Interface in org.osgi.service.blueprint.reflect
Metadata for a map entry.
MapMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a Map based value.
match(Request) - Method in interface org.jboss.osgi.husky.runtime.PackageListener
Return true if the given Request is from a package that this listener can handle.
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
 
Metadata - Interface in org.osgi.service.blueprint.reflect
Top level Metadata type.
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

newDocumentBuilder() - Method in class org.jboss.osgi.xml.DocumentBuilderFactoryImpl
 
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
 
NonNullMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a value that cannot null.
NoSuchComponentException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a component does not exist in a Blueprint Container.
NoSuchComponentException(String, String) - Constructor for exception org.osgi.service.blueprint.container.NoSuchComponentException
Create a No Such Component Exception for a non-existent component.
NoSuchComponentException(String) - Constructor for exception org.osgi.service.blueprint.container.NoSuchComponentException
Create a No Such Component Exception for a non-existent component.
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
 
NULL - Static variable in interface org.osgi.service.blueprint.reflect.NullMetadata
Singleton instance of NullMetadata.
NullMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a value specified to be null via the <null> element.

O

OBJECT_NAME - Static variable in class org.jboss.osgi.husky.runtime.osgi.JMXConnector
 
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.common.log - package org.jboss.osgi.common.log
 
org.jboss.osgi.husky - package org.jboss.osgi.husky
The Husky Test Harness main package see Bridge for details.
org.jboss.osgi.husky.annotation - package org.jboss.osgi.husky.annotation
Annotaions used by the test harness.
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.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.
org.jboss.osgi.xml - package org.jboss.osgi.xml
 
org.osgi.service.blueprint.container - package org.osgi.service.blueprint.container
Blueprint Container Package Version 1.0.
org.osgi.service.blueprint.reflect - package org.osgi.service.blueprint.reflect
Blueprint Reflection Package Version 1.0.
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
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
 
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

PackageListener - Interface in org.jboss.osgi.husky.runtime
A PackageListener that is associated with a Connector.
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'
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.
PropsMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a java.util.Properties based value.
ProvideContext - Annotation Type in org.jboss.osgi.husky.annotation
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.
PROVIDER_JBOSS_OSGI - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 

R

ReferenceListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference listener interested in the reference bind and unbind events for a service reference.
ReferenceListMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a list of service references.
ReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference that will bind to a single matching service in the service registry.
RefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to another component managed by the Blueprint Container.
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
RegistrationListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a registration listener interested in service registration and unregistration events for a service.
ReifiedType - Class in org.osgi.service.blueprint.container
Provides access to a concrete type and its optional generic type parameters.
ReifiedType(Class) - Constructor for class org.osgi.service.blueprint.container.ReifiedType
Create a Reified Type for a raw Java class without any generic type parameters.
REMOTE_JMX_HOST - Static variable in interface org.jboss.osgi.jmx.Constants
The property that sets the host that the RMIAdaptor binds to: org.jboss.osgi.jmx.host
REMOTE_JMX_RMI_ADAPTOR - Static variable in interface org.jboss.osgi.jmx.Constants
The property that sets the JNDI name the RMIAdaptor binds to: org.jboss.osgi.jmx.rmi.adaptor
REMOTE_JMX_RMI_PORT - Static variable in interface org.jboss.osgi.jmx.Constants
The property that sets the port that the RMIAdaptor binds to: org.jboss.osgi.jmx.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
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.husky.Context
Remove arbitrary attachments
removeAttachment(Class<T>, String) - Method in interface org.jboss.osgi.husky.Context
Remove arbitrary attachments
removeAttachment(String) - Method in interface org.jboss.osgi.husky.Context
Remove arbitrary attachments
removeCapability(Capability) - Method in interface org.jboss.osgi.spi.testing.OSGiRuntime
Remove a Capability from the runtime.
removedService(ServiceReference, Object) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
removePackageListener(PackageListener) - Method in interface org.jboss.osgi.husky.runtime.Connector
Remove a PackageListener from this connector
removeScanListener(DeploymentScannerService.ScanListener) - Method in interface org.jboss.osgi.spi.service.DeploymentScannerService
Remove the scan listener from this service
Request - Interface in org.jboss.osgi.husky
An abstraction of a test request.
resolveBundle(Bundle) - Method in class org.jboss.osgi.spi.logging.ExportedPackageHelper
 
resolveBundles(Bundle[]) - Method in class org.jboss.osgi.spi.logging.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.
run() - Method in class org.jboss.osgi.spi.framework.OSGiBootstrap
 
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(Context, Class<?>) - Method in class org.jboss.osgi.husky.runtime.junit.JUnitRunner
Run the tests in the given test class.
runTests(Request) - Method in interface org.jboss.osgi.husky.runtime.PackageListener
Called by Connector when this listener indicated that it can handle the test request.
runTests(Context, Class<?>) - Method in interface org.jboss.osgi.husky.runtime.Runner
Run the tests in the given test class.

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.spi.service.DeploymentScannerService
Run a directory scan
SCOPE_PROTOTYPE - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has prototype scope.
SCOPE_SINGLETON - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has singleton scope.
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
 
ServiceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a service to be registered by the Blueprint Container when enabled.
ServiceReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to an OSGi service.
ServiceUnavailableException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a service is unavailable.
ServiceUnavailableException(String, String) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message.
ServiceUnavailableException(String, String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message and exception cause.
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
setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.jboss.osgi.xml.XMLParserActivatorExt
 
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.
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
 
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.jboss.osgi.xml.XMLParserActivatorExt
 
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.
size() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the number of type parameters for this type.
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.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() - 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.
start(BundleContext) - Method in class org.jboss.osgi.xml.XMLParserActivatorExt
 
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() - 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.
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

Target - Interface in org.osgi.service.blueprint.reflect
A common interface for managed components that can be used as a direct target for method calls.
tearDown() - Method in class org.jboss.osgi.spi.testing.OSGiTest
Writes a a debug stop messge
TIMESTAMP - Static variable in class org.osgi.service.blueprint.container.EventConstants
The time the event was created.
TOPIC_BLUEPRINT_EVENTS - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic prefix for all events issued by the Blueprint Container
TOPIC_CREATED - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container CREATED events
TOPIC_CREATING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container CREATING events
TOPIC_DESTROYED - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container DESTROYED events
TOPIC_DESTROYING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container DESTROYING events
TOPIC_FAILURE - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container FAILURE events
TOPIC_GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container GRACE_PERIOD events
TOPIC_WAITING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container WAITING events
toString() - Method in class org.jboss.osgi.husky.Context.Key
Returns the String repesentation of this Key.
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
 
TYPE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The type of the event that has been issued.

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
USE_SERVICE_OBJECT - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Reference list values must be proxies to the actual service objects.
USE_SERVICE_REFERENCE - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Reference list values must be ServiceReference objects.

V

ValueMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a simple String value that will be type-converted if necessary before injecting.
valueOf(String) - Static method in class org.jboss.osgi.husky.Context.Key
 

W

WAITING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container is waiting on the availability of a service to satisfy an invocation on a referenced service.
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
 

X

XMLBindingCapability - Class in org.jboss.osgi.jbossxb
Adds the JBossXB capability to the OSGiRuntime under test.
XMLBindingCapability() - Constructor for class org.jboss.osgi.jbossxb.XMLBindingCapability
 
XMLBindingService - Interface in org.jboss.osgi.jbossxb
A marker service that is registered by jboss-osgi-xml-binding
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 to the OSGiRuntime under test.
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 © 2009. All Rights Reserved.