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

A

AbstractBundleCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XBundleCapability.
AbstractBundleCapability(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractBundleCapability
 
AbstractBundleRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XBundleRequirement.
AbstractBundleRequirement(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
AbstractCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XCapability.
AbstractCapability(Resource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractCapability
 
AbstractEnvironment - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a Environment.
AbstractEnvironment() - Constructor for class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
AbstractHostCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XHostCapability.
AbstractHostCapability(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractHostCapability
 
AbstractHostRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XHostRequirement.
AbstractHostRequirement(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
AbstractIdentityCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XIdentityCapability.
AbstractIdentityCapability(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractIdentityCapability
 
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
 
AbstractPackageCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageCapability.
AbstractPackageCapability(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractPackageCapability
 
AbstractPackageRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageRequirement.
AbstractPackageRequirement(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
AbstractRepositoryCachePlugin - Class in org.jboss.osgi.repository.spi
An abstract RepositoryCachePlugin that does nothing
AbstractRepositoryCachePlugin() - Constructor for class org.jboss.osgi.repository.spi.AbstractRepositoryCachePlugin
 
AbstractRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XRequirement.
AbstractRequirement(Resource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractRequirement
 
AbstractResolveContext - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XResolveContext.
AbstractResolveContext(XEnvironment) - Constructor for class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
AbstractResource - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XResource.
AbstractResource() - Constructor for class org.jboss.osgi.resolver.spi.AbstractResource
 
AbstractResourceBuilder - Class in org.jboss.osgi.resolver.spi
A builder for resolver resources
AbstractResourceBuilder(XResourceBuilderFactory) - Constructor for class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
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
 
AbstractWire - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a Wire.
AbstractWire(Capability, Requirement, Resource, Resource) - Constructor for class org.jboss.osgi.resolver.spi.AbstractWire
 
AbstractWiring - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a Wiring.
AbstractWiring(Resource, List<Wire>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractWiring
 
ActivationPolicyMetaData - Interface in org.jboss.osgi.metadata
OSGi activation policy metadata.
adapt(Class<T>) - Method in interface org.jboss.osgi.framework.TypeAdaptor
Adapt this type to another that corresponds to the given type.
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.
add(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
addAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
addAttachment(Class<T>, T) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Attach an arbirtary object with this element.
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.AttachmentSupport
 
addAttachment(String, T, Class<T>) - Method in class org.jboss.osgi.spi.AttachmentSupport
 
addAttachment(String, Object) - Method in class org.jboss.osgi.spi.AttachmentSupport
 
addBundleActivationPolicy(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleActivator(Class<?>) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleActivator(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleCapability(String, Version, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addBundleCapability(String, Version, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add the bundle capability
addBundleManifestVersion(int) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleName(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addBundleRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add identity requirement
addBundleSymbolicName(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleVersion(Version) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addBundleVersion(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addCapability(Capability) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
addDynamicImportPackages(Class<?>...) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addDynamicImportPackages(String...) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addDynamicImportPackages(String...) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addDynamicPackageRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addDynamicPackageRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Constants.DYNAMICIMPORT_PACKAGE requirement
addExportPackages(Class<?>...) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addExportPackages(String...) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addExportPackages(Class<?>...) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addExportPackages(String...) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addFragmentHost(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addGenericCapability(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addGenericCapability(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a generic Capability
addGenericRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addGenericRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a generic Requirement
addHostCapability(String, Version, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addHostCapability(String, Version, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add the fragment host capability
addHostRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addHostRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add fragment host requirement
addIdentityCapability(String, Version, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addIdentityCapability(String, Version, String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add the identity capability
addImportPackages(Class<?>...) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addImportPackages(String...) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addImportPackages(Class<?>...) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addImportPackages(String...) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addingBundle(Bundle, BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.addingBundle method.
addingBundle(Bundle, BundleEvent) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle is being added to the BundleTracker.
addingService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.addingService method.
addingService(ServiceReference) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service is being added to the ServiceTracker.
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.
addMainAttribute(String, String) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addManifestHeader(String, String) - Method in class org.jboss.osgi.spi.ManifestBuilder
 
addModule(ModuleSpec) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
addModule(Module) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
addNativeLibrary(NativeLibrary) - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
addOutput(Class<?>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Add an output capability.
addPackageCapability(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addPackageCapability(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Constants.EXPORT_PACKAGE capability
addPackageRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addPackageRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Constants.IMPORT_PACKAGE requirement
addProvidedWire(Wire) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
addRequireBundle(String) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addRequireExecutionEnvironment(String...) - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
addRequirement(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
addValue(String) - Method in interface org.jboss.osgi.metadata.Parameter
Add value.
afterClass() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
allServicesAdded(Set<ServiceName>) - Method in class org.jboss.osgi.framework.AutoInstallComplete
 
allServicesAdded(Set<ServiceName>) - Method in class org.jboss.osgi.framework.PersistentBundlesComplete
 
allServicesAdded(Set<ServiceName>) - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
ANONYMOUS_BUNDLE_SYMBOLIC_NAME - Static variable in interface org.jboss.osgi.metadata.OSGiMetaData
The fallback Constants.BUNDLE_SYMBOLICNAME for a v4.1 bundle
append(String) - Method in class org.jboss.osgi.spi.ManifestBuilder
 
ArtifactProviderPlugin - Interface in org.jboss.osgi.repository
Handles resolution of repository artifacts
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<?>...) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
assembleArchive(String, String[], Class<?>...) - Static 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) - Static 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) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assertLoadClass(Bundle, String)
assertLoadClass(Bundle, String, Bundle) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.assertLoadClass(Bundle, String, Bundle)
assertLoadClass(Bundle, String) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
assertLoadClass(Bundle, String, Bundle) - Static 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) - Static 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
Basic attachment support.
AttachmentSupport() - Constructor for class org.jboss.osgi.spi.AttachmentSupport
Construct with no attachments
AttachmentSupport(AttachmentSupport) - Constructor for class org.jboss.osgi.spi.AttachmentSupport
Construct with given attachments
AttributeAware - Interface in org.jboss.osgi.metadata
Attribute string value holder.
AUTOINSTALL_COMPLETE - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The AutoInstallHandler nested service that indicates completion
AUTOINSTALL_HANDLER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The service name for the AutoInstallHandler
AutoInstallComplete - Class in org.jboss.osgi.framework
Default implementation for the COMPLETE step of the AutoInstallHandler.
AutoInstallComplete() - Constructor for class org.jboss.osgi.framework.AutoInstallComplete
 
AutoInstallHandler - Interface in org.jboss.osgi.framework
Integration point to auto install bundles at framework startup.

B

BUNDLE_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all OSGi bundle services
BUNDLE_INSTALL_HANDLER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The service name for the BundleInstallHandler
BUNDLE_MANAGER - Static variable in interface org.jboss.osgi.framework.Services
The BundleManager service name.
BUNDLE_PERSISTENT_PROPERTIES - Static variable in class org.jboss.osgi.framework.StorageState
 
bundleChanged(BundleEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
bundleEvent(int) - Static method in class org.jboss.osgi.spi.ConstantsHelper
Return the string representation of a BundleEvent type
BundleInfo - Class in org.jboss.osgi.spi
Primitive access to bundle meta data and root virtual file.
BundleInstallHandler - Interface in org.jboss.osgi.framework
A handler for bundle deployments.
BundleManager - Interface in org.jboss.osgi.framework
Integration point for Bundle management.
bundleState(int) - Static method in class org.jboss.osgi.spi.ConstantsHelper
Return the string representation of a Bundle state
BundleTracker - Class in org.osgi.util.tracker
The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
BundleTracker(BundleContext, int, BundleTrackerCustomizer) - Constructor for class org.osgi.util.tracker.BundleTracker
Create a BundleTracker for bundles whose state is present in the specified state mask.
BundleTrackerCustomizer - Interface in org.osgi.util.tracker
The BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.

C

cancel(boolean) - Method in class org.jboss.osgi.framework.FutureServiceValue
 
Capability - Interface in org.osgi.resource
A capability that has been declared from a Resource.
CAPABILITY_EFFECTIVE_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The capability directive used to specify the effective time for the capability.
CAPABILITY_MIME_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
The capability attribute that defines the IANA MIME Type/Format for this content.
CAPABILITY_SIZE_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
The capability attribute that contains the size, in bytes, of the content.
CAPABILITY_URL_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
The capability attribute that contains the URL to the content.
CAPABILITY_USES_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The capability directive used to specify the comma separated list of package names used by a capability.
CARDINALITY_MULTIPLE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a multiple cardinality type.
CARDINALITY_SINGLE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a cardinality type of single.
CaseInsensitiveDictionary - Class in org.jboss.osgi.metadata
CaseInsensitiveDictionary.
CaseInsensitiveDictionary(Dictionary) - Constructor for class org.jboss.osgi.metadata.CaseInsensitiveDictionary
Create a new CaseInsensitiveDictionary.
checkAndComplete() - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
clear() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
close() - Method in class org.jboss.osgi.spi.BundleInfo
Closes the accociated resources.
close() - Method in class org.osgi.util.tracker.BundleTracker
Close this BundleTracker.
close() - Method in class org.osgi.util.tracker.ServiceTracker
Close this ServiceTracker.
complete() - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
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
 
configureDependencies(ServiceBuilder<Void>) - Method in class org.jboss.osgi.framework.AutoInstallComplete
 
configureDependencies(ServiceBuilder<Void>) - Method in class org.jboss.osgi.framework.PersistentBundlesComplete
 
Constants - Interface in org.jboss.osgi.framework
A collection of propriatary constants.
ConstantsHelper - Class in org.jboss.osgi.spi
String representation for common OSGi Constants
ConstantsHelper() - Constructor for class org.jboss.osgi.spi.ConstantsHelper
 
contains(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
containsAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
CONTENT_NAMESPACE - Static variable in class org.osgi.service.repository.ContentNamespace
Namespace name for content capabilities and requirements.
CONTENT_PATH - Static variable in interface org.jboss.osgi.resolver.XResourceConstants
An attribute on the identity capability that represents the location of the resource relative to the base url of the repository.
CONTENT_URL - Static variable in interface org.jboss.osgi.resolver.XResourceConstants
An attribute on the identity capability that represents the location of the resource.
ContentNamespace - Class in org.osgi.service.repository
Content Capability and Requirement Namespace.
context - Variable in class org.osgi.util.tracker.BundleTracker
The Bundle Context used by this BundleTracker.
context - Variable in class org.osgi.util.tracker.ServiceTracker
The Bundle Context used by this ServiceTracker.
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(String, String, String, String, String) - Static method in class org.jboss.osgi.resolver.MavenCoordinates
 
create(XResourceBuilderFactory) - Static method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
create() - Static method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createArtifactRequirement(ModuleIdentifier) - Static method in class org.jboss.osgi.resolver.XRequirementBuilder
 
createArtifactRequirement(MavenCoordinates) - Static method in class org.jboss.osgi.resolver.XRequirementBuilder
 
createBuilder(String) - Static method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
createBuilder(String, Version) - Static method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
createBundleInfo(String) - Static method in class org.jboss.osgi.spi.BundleInfo
 
createBundleInfo(URL) - Static method in class org.jboss.osgi.spi.BundleInfo
 
createBundleInfo(VirtualFile) - Static method in class org.jboss.osgi.spi.BundleInfo
 
createBundleInfo(VirtualFile, String) - Static method in class org.jboss.osgi.spi.BundleInfo
 
createDeployment(BundleInfo) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
Create a deploymenmt from a BundleInfo
createDeployment(VirtualFile, String, String, Version) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
Create a deploymenmt that is based on a VirtualFile
createDeployment(String, String, Version) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
Create a generic deploymenmt.
createDeployment(StorageState) - Method in interface org.jboss.osgi.framework.StorageStateProvider
 
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
 
createRequirement(String, Map<String, Object>, Map<String, String>) - Static method in class org.jboss.osgi.resolver.XRequirementBuilder
 
createResolverContext(XEnvironment, Collection<Resource>, Collection<Resource>) - Method in interface org.jboss.osgi.resolver.XResolver
 
createResource(URL, String) - Static method in class org.jboss.osgi.repository.URLBasedResourceBuilder
 
createResource() - Method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createResourceBuilder() - Method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createWiring(Resource, List<Wire>) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 

D

DEFAULT_FRAMEWORK_INIT_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The default timeout for the framework to initialize is 5sec
DEFAULT_FRAMEWORK_PACKAGES - Static variable in interface org.jboss.osgi.framework.SystemPathsProvider
 
DEFAULT_FRAMEWORK_START_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The default timeout for the framework to start is 10sec
DEFAULT_OSGI_FRAMEWORK_PROPERTIES - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework config: jboss-osgi-framework.properties
DEFAULT_REMOTE_RMI_HOST - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The default host that the RMIAdaptor binds to: 127.0.0.1
DEFAULT_REMOTE_RMI_PORT - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The default port that the RMI Registry binds to: 1090
DEFAULT_SYSTEM_PACKAGES - Static variable in interface org.jboss.osgi.framework.SystemPathsProvider
 
DependencyMetaData - Interface in org.jboss.osgi.metadata
Metadata about what a osgi service's dependency.
deploy(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy a bundle
deploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy an array of bundles
deploy(Deployment) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
deploy(Deployment[]) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
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.
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
 
DOMCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of DOM Parser Factory Class Name file
DOMFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the DOM Parser Factory Class name.

E

EFFECTIVE_ACTIVE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a capability or requirement that is effective at active time.
EFFECTIVE_RESOLVE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a capability or requirement that is effective at resolve time.
elements() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
elements() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
EMPTY_ATTRIBUTES - Static variable in interface org.jboss.osgi.resolver.XResourceBuilder
 
EMPTY_DIRECTIVES - Static variable in interface org.jboss.osgi.resolver.XResourceBuilder
 
entrySet() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
ENVIRONMENT - Static variable in interface org.jboss.osgi.framework.Services
The XEnvironment service name
equals(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
equals(Object) - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
equals(Object) - Method in class org.jboss.osgi.metadata.VersionRange
 
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.BundleInfo
 
equals(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
equals(Object) - Method in interface org.osgi.resource.Capability
Compares this Capability to another Capability.
equals(Object) - Method in interface org.osgi.resource.Requirement
Compares this Requirement to another Requirement.
equals(Object) - Method in interface org.osgi.resource.Resource
Compares this Resource to another Resource.
equals(Object) - Method in interface org.osgi.resource.Wire
Compares this Wire to another Wire.

F

filter - Variable in class org.osgi.util.tracker.ServiceTracker
The Filter used by this ServiceTracker which specifies the search criteria for the services to track.
findEntries(String, String, boolean) - Method in interface org.jboss.osgi.vfs.VirtualFile
Returns entries in this bundle and its attached fragments.
findProviders(Requirement) - Method in interface org.jboss.osgi.repository.ArtifactProviderPlugin
 
findProviders(Requirement) - Method in interface org.jboss.osgi.repository.RepositoryCachePlugin
 
findProviders(Requirement) - Method in class org.jboss.osgi.repository.spi.AbstractRepositoryCachePlugin
 
findProviders(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
findProviders(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
findProviders(Requirement) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
findProviders(Collection<? extends Requirement>) - Method in interface org.osgi.service.repository.Repository
Find the capabilities that match the specified requirements.
findProviders(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Find Capabilities that match the given Requirement.
FRAMEWORK_ACTIVATOR - Static variable in interface org.jboss.osgi.framework.Services
The service name to use as a dependency to activate the Framework
FRAMEWORK_ACTIVE - Static variable in interface org.jboss.osgi.framework.Services
The service name for the started Framework
FRAMEWORK_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The base name of all framework services
FRAMEWORK_CREATE - Static variable in interface org.jboss.osgi.framework.Services
The service name for the created Framework
FRAMEWORK_INIT - Static variable in interface org.jboss.osgi.framework.Services
The service name for the initialized Framework
FRAMEWORK_MODULE_PROVIDER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The service name for the FrameworkModuleProvider
frameworkEvent(int) - Static method in class org.jboss.osgi.spi.ConstantsHelper
 
frameworkEvent(FrameworkEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
FrameworkMain - Class in org.jboss.osgi.framework
An impementation of an OSGi FrameworkFactory
FrameworkMain() - Constructor for class org.jboss.osgi.framework.FrameworkMain
 
FrameworkModuleProvider - Interface in org.jboss.osgi.framework
The framework module provider.
FutureServiceValue<T> - Class in org.jboss.osgi.framework
A Future that waits for the given service to come up and returns it's value.
FutureServiceValue(ServiceController<T>) - Constructor for class org.jboss.osgi.framework.FutureServiceValue
 
FutureServiceValue(ServiceController<T>, ServiceController.State) - Constructor for class org.jboss.osgi.framework.FutureServiceValue
 

G

get() - Method in class org.jboss.osgi.framework.FutureServiceValue
 
get(long, TimeUnit) - Method in class org.jboss.osgi.framework.FutureServiceValue
 
get(MBeanServerConnection, ObjectName, Class<T>) - Static method in class org.jboss.osgi.jmx.MBeanProxy
 
get(Object) - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
get(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
getArtifactId() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Get the attached object for a given key
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.AttachmentSupport
 
getAttachment(String, Class<T>) - Method in class org.jboss.osgi.spi.AttachmentSupport
 
getAttachment(String) - Method in class org.jboss.osgi.spi.AttachmentSupport
 
getAttachmentKeys() - Method in interface org.jboss.osgi.spi.Attachments
Get attachment keys
getAttachmentKeys() - Method in class org.jboss.osgi.spi.AttachmentSupport
 
getAttribute() - Method in interface org.jboss.osgi.metadata.AttributeAware
Get the attribute.
getAttribute(String) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get an attribute by name.
getAttribute(String) - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getAttribute(String) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getAttribute(String) - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the value of the given attribute
getAttributes() - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get the attributes.
getAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getAttributes() - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the attributes
getAttributes() - Method in interface org.osgi.resource.Capability
Returns the attributes of this capability.
getAttributes() - Method in interface org.osgi.resource.Requirement
Returns the attributes of this requirement.
getAttributeValue(String, Class<T>) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get an attribute value
getAttributeValue(String, T, Class<T>) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get a directive value
getBindMethod() - Method in interface org.jboss.osgi.metadata.ListenerMetaData
 
getBootDelegationFilter() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the filter for boot delegation
getBootDelegationPackages() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the list of defined boot delegation packages
getBootDelegationPaths() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the filter for boot delegation
getBootstrapProvider() - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
Get an instance of an OSGiBootstrapProvider.
getBundle() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the bundle
getBundle() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getBundleActivationPolicy() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get bundle activation policy.
getBundleActivator() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get bundle activator class name.
getBundleById(long) - Method in interface org.jboss.osgi.framework.BundleManager
Get a bundle by id Note, this will get the bundle regadless of its state.
getBundleByLocation(String) - Method in interface org.jboss.osgi.framework.BundleManager
Get a bundle by location
getBundleCategory() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the bundle category
getBundleClassPath() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the bundle classpath
getBundleDescription() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the description
getBundleId() - Method in class org.jboss.osgi.framework.StorageState
 
getBundleLocalization() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the localization's location
getBundleManifestVersion() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the bundle manifest version
getBundleManifestVersion(Manifest) - Static method in class org.jboss.osgi.spi.BundleInfo
Get the bundle manifest version.
getBundleName() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the name
getBundleNativeCode() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get native code libs
getBundleParameters() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the bundle parameters
getBundles(Integer) - Method in interface org.jboss.osgi.framework.BundleManager
Get the set of bundles that are in one of the given states.
getBundles(String, String) - Method in interface org.jboss.osgi.framework.BundleManager
Get the set of bundles with the given symbolic name and version Note, this will get bundles regadless of their state.
getBundles() - Method in class org.osgi.util.tracker.BundleTracker
Return an array of Bundles for all bundles being tracked by this BundleTracker.
getBundleSymbolicName() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get bundle symbolic name.
getBundleUpdateLocation() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the update url.
getBundleVersion() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get bundle's version.
getByLocation(String) - Method in interface org.jboss.osgi.framework.StorageStateProvider
 
getCachedAttributes() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the map of already known attributes
getCapabilities(String) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
getCapabilities(String) - Method in interface org.osgi.resource.Resource
Returns the capabilities declared by this resource.
getCapability() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getCapability() - Method in interface org.osgi.resource.Wire
Returns the Capability for this wire.
getCeiling() - Method in class org.jboss.osgi.metadata.VersionRange
 
getCertificates() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the Certificates for the virtual file.
getChild(String) - Method in interface org.jboss.osgi.vfs.VirtualFile
Get a child
getChildren() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the children
getChildrenRecursively() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get all children recursively
getClassifier() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getClassPart() - Method in class org.jboss.osgi.spi.Attachments.Key
Get the class part for this key
getClassSpec(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getCodeSigners() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the CodeSigners for a the virtual file.
getComparator() - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
getContent() - Method in interface org.osgi.service.repository.RepositoryContent
Returns a new input stream to the default format of this resource.
getDeclaredCapability() - Method in interface org.osgi.service.resolver.HostedCapability
Return the Capability hosted by the Resource.
getDependency() - Method in interface org.jboss.osgi.metadata.DependencyMetaData
What is the dependency
getDirective(String) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get a directive by name.
getDirective(String) - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getDirective(String) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getDirective(String) - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the value of the given directive
getDirectives() - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get the declerations
getDirectives() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getDirectives() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getDirectives() - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the directives
getDirectives() - Method in interface org.osgi.resource.Capability
Returns the directives of this capability.
getDirectives() - Method in interface org.osgi.resource.Requirement
Returns the directives of this requirement.
getDirectiveValue(String, Class<T>) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get a directive value
getDirectiveValue(String, T, Class<T>) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get a directive value
getDynamicImports() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get dynamic imports.
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.
getEnvironment() - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
getEnvironment() - Method in class org.jboss.osgi.resolver.XResolveContext
 
getExcludes() - Method in interface org.jboss.osgi.metadata.ActivationPolicyMetaData
Get the exclude packages.
getExportPackages() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the export packages.
getFloor() - Method in class org.jboss.osgi.metadata.VersionRange
 
getFragmentAttachment() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the fragment attrachment todo fragments
getFragmentHost() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the fragment host.
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
 
getFrameworkModule(Bundle) - Method in interface org.jboss.osgi.framework.FrameworkModuleProvider
 
getFrameworkName() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getFrameworkName()
getFrameworkName() - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
getGroupId() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getHeader(String) - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Extension point to read custom manifest headers.
getHeaders() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the headers in raw unlocalized format.
getIdentityCapability() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
getIdentityCapability() - Method in interface org.jboss.osgi.resolver.XResource
Get the identity capability for this resource
getImportPackages() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the import packages.
getIncludes() - Method in interface org.jboss.osgi.metadata.ActivationPolicyMetaData
Get include packages.
getInitialStartLevel() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Returns the initial start level of the bundle.
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.
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.
getLastModified() - Method in class org.jboss.osgi.framework.StorageState
 
getLibrary(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getLibraryPath() - Method in class org.jboss.osgi.metadata.NativeLibrary
 
getLocation() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle location
getLocation() - Method in class org.jboss.osgi.framework.StorageState
 
getLocation() - Method in class org.jboss.osgi.spi.BundleInfo
Get the bundle location
getLongName() - Method in class org.jboss.osgi.testing.OSGiTest
Get the the FQN of this test class.
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleCapability
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractHostCapability
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractIdentityCapability
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageCapability
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getMandatoryAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getMandatoryResources() - Method in class org.osgi.service.resolver.ResolveContext
Return the resources that must be resolved for this resolve context.
getManifest() - Method in class org.jboss.osgi.spi.BundleInfo
 
getManifest() - Method in class org.jboss.osgi.spi.ManifestBuilder
 
getManifest() - Method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
getManifest(VirtualFile) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getManifestHeader(String) - Method in class org.jboss.osgi.spi.BundleInfo
Get the manifest header for the given key.
getModule() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getModuleIdentifier(XResource, int) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
getModuleLoader() - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
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
getNamespace() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getNamespace() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getNamespace() - Method in interface org.osgi.resource.Capability
Returns the namespace of this capability.
getNamespace() - Method in interface org.osgi.resource.Requirement
Returns the namespace of this requirement.
getNativeLibraries() - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
getObject(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
Returns the customized object for the specified Bundle if the specified bundle is being tracked by this BundleTracker.
getOptionalResources() - Method in class org.osgi.service.resolver.ResolveContext
Return the resources that the resolver should attempt to resolve for this resolve context.
getOSGiMetaData() - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
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
 
getPackageName() - Method in interface org.jboss.osgi.metadata.PackageAttribute
Get the package name.
getPackageName() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageCapability
 
getPackageName() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getPackageName() - Method in interface org.jboss.osgi.resolver.XPackageCapability
The package name
getPackageName() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The package name
getPackageSpec(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getParent() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the parent
getPathFromClassName(String) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getPathFromPackageName(String) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getPathName() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the VFS relative path name (org/jboss/X.java)
getPaths() - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getProperties() - Method in interface org.jboss.osgi.framework.BundleManager
Returns the framework properties merged with the System properties.
getProperties() - Method in class org.jboss.osgi.framework.StorageState
 
getProperty(String) - Method in interface org.jboss.osgi.framework.BundleManager
Get a framework property
getProperty(String) - Method in interface org.jboss.osgi.spi.util.StringPropertyReplacer.PropertyProvider
 
getProvidedResourceWires(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getProvidedResourceWires(String) - Method in interface org.osgi.resource.Wiring
Returns the Wires to the provided capabilities of this wiring.
getProvider() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getProvider() - Method in interface org.osgi.resource.Wire
Returns the resource providing the capability.
getRef() - Method in interface org.jboss.osgi.metadata.ListenerMetaData
 
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
getRequireBundles() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the required exports
getRequiredExecutionEnvironment() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get required exectuion envs
getRequiredResourceWires(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getRequiredResourceWires(String) - Method in interface org.osgi.resource.Wiring
Returns the Wires to the requirements in use by this wiring.
getRequirement() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getRequirement() - Method in interface org.osgi.resource.Wire
Returns the Requirement for this wire.
getRequirements(String) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
getRequirements(String) - Method in interface org.osgi.resource.Resource
Returns the requirements declared by this bundle resource.
getRequirer() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getRequirer() - Method in interface org.osgi.resource.Wire
Returns the resource who requires the capability.
getResource(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getResource() - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Get the final resource from the builder
getResource() - Method in interface org.osgi.resource.Capability
Returns the resource declaring this capability.
getResource() - Method in interface org.osgi.resource.Requirement
Returns the resource declaring this requirement.
getResource() - Method in interface org.osgi.resource.Wiring
Returns the resource associated with this wiring.
getResource() - Method in interface org.osgi.service.resolver.HostedCapability
Return the Resource that hosts this Capability.
getResourceCapabilities(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getResourceCapabilities(String) - Method in interface org.osgi.resource.Wiring
Returns the capabilities provided by this wiring.
getResourceFile(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getResourceFile(String)
getResourceFile(String) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the File for the test resource
getResourceIndex(XResource) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
getResourceIndex(XResource) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
getResourceRequirements(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getResourceRequirements(String) - Method in interface org.osgi.resource.Wiring
Returns the requirements of this wiring.
getResources(Set<String>) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
getResources(Set<String>) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
getResourceURL(String) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getResourceURL(String)
getResourceURL(String) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the URL for the test resource
getResourceURL(Bundle, String) - Method in class org.osgi.util.xml.XMLParserActivator
 
getRevisionId() - Method in class org.jboss.osgi.framework.StorageState
 
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.BundleInfo
Get the bundle root file
getRootFile() - Method in class org.jboss.osgi.framework.StorageState
 
getRootName() - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getRootURL() - Method in class org.jboss.osgi.spi.BundleInfo
Get the bundle root url
getServerHost() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getServerHost()
getServerHost() - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
getService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Returns the service object for the specified ServiceReference if the specified referenced service is being tracked by this ServiceTracker.
getService() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a service object for one of the services being tracked by this ServiceTracker.
getService(Bundle, ServiceRegistration) - Method in class org.osgi.util.xml.XMLParserActivator
Creates a new XML Parser Factory object.
getServiceContainer() - Method in interface org.jboss.osgi.framework.BundleManager
Get the service container
getServiceContainer() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getServiceName() - Method in class org.jboss.osgi.framework.AutoInstallComplete
 
getServiceName() - Method in class org.jboss.osgi.framework.PersistentBundlesComplete
 
getServiceName(Class<?>) - Method in interface org.jboss.osgi.modules.ModuleContext
Get the ServiceName for the given service interface that an xservice implements.
getServiceReference(String, long) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
Get a ServiceReference within the given timeout.
getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a ServiceReference for one of the services being tracked by this ServiceTracker.
getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of ServiceReferences for all services being tracked by this ServiceTracker.
getServices() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of service objects for all services being tracked by this ServiceTracker.
getShortName() - Method in class org.jboss.osgi.testing.OSGiTest
Get the last token in the FQN of this test class.
getStartLevel() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the start level associated with this deployment
getStartLevel() - Method in class org.jboss.osgi.framework.StorageState
 
getStartLevel() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getStorageDir() - Method in class org.jboss.osgi.framework.StorageState
 
getStorageStates() - Method in interface org.jboss.osgi.framework.StorageStateProvider
 
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.resolver.spi.AbstractBundleCapability
 
getSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
getSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractHostCapability
 
getSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
getSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractIdentityCapability
 
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XBundleCapability
Get the bundle symbolic name.
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XBundleRequirement
The bundle symbolic name
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XHostCapability
Get the bundle symbolic name.
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XHostRequirement
The bundle symbolic name
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
The symbolic name of this resource.
getSymbolicName() - Method in class org.jboss.osgi.spi.BundleInfo
Get the bundle symbolic name
getSystemBundle() - Method in interface org.jboss.osgi.framework.BundleManager
Get the system bundle
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() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getSystemContext() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getSystemFilter() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the filter that the system exports
getSystemPackages() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the list of defined system packages
getSystemPaths() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the set of paths that the system exports
getTargetContainer() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getTargetContainer()
getTargetContainer() - Static 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) - Static 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) - Static 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) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
Try to discover the URL for the deployment archive
getTrackingCount() - Method in class org.osgi.util.tracker.BundleTracker
Returns the tracking count for this BundleTracker.
getTrackingCount() - Method in class org.osgi.util.tracker.ServiceTracker
Returns the tracking count for this ServiceTracker.
getType() - Method in interface org.jboss.osgi.metadata.ActivationPolicyMetaData
Get the type.
getType() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getType() - Method in class org.jboss.osgi.resolver.spi.AbstractIdentityCapability
 
getType() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
The resource type
getUnbindMethod() - Method in interface org.jboss.osgi.metadata.ListenerMetaData
 
getUnresolvedRequirements() - Method in exception org.osgi.service.resolver.ResolutionException
Return the unresolved requirements, if any, for this exception.
getValue() - Method in interface org.jboss.osgi.metadata.Parameter
Get value.
getVersion() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle version Consider making Version serializable https://www.osgi.org/members/bugzilla/show_bug.cgi?id=1744
getVersion() - Static method in class org.jboss.osgi.framework.util.Java
Return the version of Java supported by the VM.
getVersion() - Method in interface org.jboss.osgi.metadata.VersionRangeAttribute
Get the version range.
getVersion() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleCapability
 
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractHostCapability
 
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractIdentityCapability
 
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageCapability
 
getVersion() - Method in interface org.jboss.osgi.resolver.XBundleCapability
Get the bundle version.
getVersion() - Method in interface org.jboss.osgi.resolver.XHostCapability
Get the bundle version.
getVersion() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
The version of this resource.
getVersion() - Method in interface org.jboss.osgi.resolver.XPackageCapability
The package version.
getVersion() - Method in class org.jboss.osgi.spi.BundleInfo
Get the bundle version
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getVersionRange() - Method in interface org.jboss.osgi.resolver.XBundleRequirement
The bundle version range
getVersionRange() - Method in interface org.jboss.osgi.resolver.XHostRequirement
The bundle version range
getVersionRange() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The package version range.
getVisibility() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
getVisibility() - Method in interface org.jboss.osgi.resolver.XBundleRequirement
Get the value of the visibility directive
getWirings() - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
getWirings() - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
getWirings() - Method in interface org.jboss.osgi.resolver.XEnvironment
 
getWirings() - Method in class org.osgi.service.resolver.ResolveContext
Returns the wirings for existing resolved resources.

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.framework.util.RemoveOnlyCollection
 
hashCode() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
hashCode() - Method in class org.jboss.osgi.metadata.VersionRange
 
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.BundleInfo
 
hashCode() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
hashCode() - Method in interface org.osgi.resource.Capability
Returns the hashCode of this Capability.
hashCode() - Method in interface org.osgi.resource.Requirement
Returns the hashCode of this Requirement.
hashCode() - Method in interface org.osgi.resource.Resource
Returns the hashCode of this Resource.
hashCode() - Method in interface org.osgi.resource.Wire
Returns the hashCode of this Wire.
HostedCapability - Interface in org.osgi.service.resolver
A capability hosted by a resource.

I

infiniteRange - Static variable in class org.jboss.osgi.metadata.VersionRange
 
insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.osgi.service.resolver.ResolveContext
Add a HostedCapability to the list of capabilities returned from ResolveContext.findProviders(Requirement).
installBundle(Deployment) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
installBundle(Deployment) - Method in interface org.jboss.osgi.framework.BundleInstallHandler
Install the bundle service for the given deployment.
installBundle(Deployment, ServiceListener<Bundle>) - Method in interface org.jboss.osgi.framework.BundleManager
Install a bundle from the given deployment
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
 
installResources(XResource...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
installResources(XResource...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
INSTANCE - Static variable in class org.jboss.osgi.framework.util.NoFilter
Singleton instance
INTEGRATION_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all integration plugin services
IntegrationServices - Interface in org.jboss.osgi.framework
A collection of integration service names.
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
isAutoStart() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the autostart flag associated with this deployment
isBundleActivationPolicyUsed() - Method in class org.jboss.osgi.framework.StorageState
 
isBundleUpdate() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the update flag associated with this deployment
isCancelled() - Method in class org.jboss.osgi.framework.FutureServiceValue
 
isCeilingInclusive() - Method in class org.jboss.osgi.metadata.VersionRange
 
isCollection() - Method in interface org.jboss.osgi.metadata.Parameter
Has multiple values.
isCompatible(int) - Static method in class org.jboss.osgi.framework.util.Java
Returns true if the current virtual machine is compatible with the given version identifer.
isDirectory() - Method in interface org.jboss.osgi.vfs.VirtualFile
Whether it is a directory in the VFS.
isDone() - Method in class org.jboss.osgi.framework.FutureServiceValue
 
isDynamic() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
isDynamic() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
A flag indicating that this is a dynamic package requirement
isEffective(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
isEffective(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Test if a given requirement should be wired in the resolve operation.
isEmpty() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
isEmpty() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
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.
isFloorInclusive() - Method in class org.jboss.osgi.metadata.VersionRange
 
isFragment() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
isFragment() - Method in interface org.jboss.osgi.resolver.XResource
True if this resource is a fragment
isFrameworkActive() - Method in interface org.jboss.osgi.framework.BundleManager
True the framework has reached the Services.FRAMEWORK_ACTIVE state
isInRange(Version) - Method in class org.jboss.osgi.metadata.VersionRange
 
isOptional() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
isOptional() - Method in interface org.jboss.osgi.resolver.XRequirement
A flag indicating that this is an optional requirement.
isPersistentlyStarted() - Method in class org.jboss.osgi.framework.StorageState
 
isSingleton() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Whether the bundle is a singleton
isSingleton() - Method in class org.jboss.osgi.resolver.spi.AbstractIdentityCapability
 
isSingleton() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
A flag to indicate that this resource is a singleton
isValidateBundleManifest(Manifest) - Static method in class org.jboss.osgi.spi.BundleInfo
Deprecated. use BundleInfo.isValidBundleManifest(Manifest)
isValidBundle(VirtualFile) - Static method in class org.jboss.osgi.spi.BundleInfo
Validate manifest from the given virtual file.
isValidBundleManifest(Manifest) - Static method in class org.jboss.osgi.spi.BundleInfo
Validate a given bundle manifest.
isVersion(int) - Static method in class org.jboss.osgi.framework.util.Java
Returns true if the given version identifer is equal to the version identifier of the current virtuial machine.
iterator() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 

J

Java - Class in org.jboss.osgi.framework.util
Provides common access to specifics about the version of Java that a virtual machine supports.
JBOSGI_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all OSGi services
JBOSGI_PREFIX - Static variable in interface org.jboss.osgi.framework.Constants
The prefix for modules/services managed by the OSGi layer
JMXConstantsExt - Interface in org.jboss.osgi.jmx
The JMX service contants

K

keys() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
keys() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
keySet() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 

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.
listenerAdded(ServiceController<? extends S>) - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
ListenerMetaData - Interface in org.jboss.osgi.metadata
Simple listener meta data - referencing bean as listener.
load(InputStream) - Static method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
load(Reader) - Static method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
load(Properties) - Static method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
load(Manifest) - Static method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
loadFrom(OSGiMetaData) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
loadFrom(Module) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
loadFrom(OSGiMetaData) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Create requirements/capabilities from OSGi metadata
loadFrom(Module) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Create requirements/capabilities from the given module.
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}
logLevel(int) - Static method in class org.jboss.osgi.spi.ConstantsHelper
Return the string representation of a LogService level

M

main(String[]) - Static method in class org.jboss.osgi.framework.FrameworkMain
The main entry point to the Framework
main(String[]) - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
The main entry point
ManifestBuilder - Class in org.jboss.osgi.spi
A simple manifest builder.
ManifestBuilder() - Constructor for class org.jboss.osgi.spi.ManifestBuilder
 
ManifestParser - Class in org.jboss.osgi.metadata
ManifestParser.
ManifestParser() - Constructor for class org.jboss.osgi.metadata.ManifestParser
 
match(Dictionary) - Method in class org.jboss.osgi.framework.util.NoFilter
 
match(ServiceReference) - Method in class org.jboss.osgi.framework.util.NoFilter
 
matchCase(Dictionary) - Method in class org.jboss.osgi.framework.util.NoFilter
 
matches(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
matches(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
matches(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
matches(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
matches(XCapability) - Method in interface org.jboss.osgi.resolver.XRequirement
Matches this requirement against the given capability.
matchFilterValue(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
matchNamespaceValue(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
matchNamespaceValue(XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
MAVEN_IDENTITY_NAMESPACE - Static variable in interface org.jboss.osgi.resolver.XResourceConstants
Artifact coordinates may be given in simple groupId:artifactId:version form, or they may be fully qualified in the form groupId:artifactId:type:version[:classifier]
MavenCoordinates - Class in org.jboss.osgi.resolver
The artifact coordinates.
MBeanProxy - Class in org.jboss.osgi.jmx
A simple MBeanProxy
MBeanProxy() - Constructor for class org.jboss.osgi.jmx.MBeanProxy
 
modifiedBundle(Bundle, BundleEvent, Object) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.modifiedBundle method.
modifiedBundle(Bundle, BundleEvent, Object) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been modified.
modifiedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.modifiedService method.
modifiedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been modified.
MODULE_IDENTITY_NAMESPACE - Static variable in interface org.jboss.osgi.resolver.XResourceConstants
Artifact coordinates may be given by ModuleIdentifier
MODULE_LOADER_PROVIDER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The service name for the ModuleLoaderProvider
ModuleActivator - Interface in org.jboss.osgi.modules
A module activator that is called when the module gets loaded by the OSGi layer.
ModuleContext - Interface in org.jboss.osgi.modules
A the context for Module/OSGi integration.
ModuleLoaderProvider - Interface in org.jboss.osgi.framework
Integration point for the ModuleLoader.

N

Namespace - Class in org.osgi.resource
Capability and Requirement Namespaces base class.
Namespace() - Constructor for class org.osgi.resource.Namespace
Protected constructor for Namespace sub-types.
NativeLibrary - Class in org.jboss.osgi.metadata
Meta data for native code libraries as defined by OSGi R4V42.
NativeLibrary(String) - Constructor for class org.jboss.osgi.metadata.NativeLibrary
Create a NativeCode instance with mandatory properties.
NativeLibraryMetaData - Class in org.jboss.osgi.metadata
Meta data for native code libraries as defined by OSGi R4V42.
NativeLibraryMetaData() - Constructor for class org.jboss.osgi.metadata.NativeLibraryMetaData
 
newDocumentBuilder() - Method in class org.jboss.osgi.xml.DocumentBuilderFactoryImpl
 
newFramework(Map) - Method in class org.jboss.osgi.framework.FrameworkMain
 
newInstance() - Static method in class org.jboss.osgi.spi.ManifestBuilder
 
newInstance() - Static method in class org.jboss.osgi.spi.OSGiManifestBuilder
 
NEWLINE - Static variable in class org.jboss.osgi.spi.util.StringPropertyReplacer
New line string constant
newSAXParser() - Method in class org.jboss.osgi.xml.SAXParserFactoryImpl
 
NoFilter - Class in org.jboss.osgi.framework.util
Dummy filter implementation

O

ObjectNameFactory - Class in org.jboss.osgi.jmx
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.osgi.jmx.ObjectNameFactory
 
open() - Method in class org.osgi.util.tracker.BundleTracker
Open this BundleTracker and begin tracking bundles.
open() - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
open(boolean) - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
openStream() - Method in class org.jboss.osgi.spi.ManifestBuilder
 
openStream() - Method in interface org.jboss.osgi.vfs.VirtualFile
Access the file contents.
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.framework - package org.jboss.osgi.framework
 
org.jboss.osgi.framework.util - package org.jboss.osgi.framework.util
 
org.jboss.osgi.jmx - package org.jboss.osgi.jmx
 
org.jboss.osgi.metadata - package org.jboss.osgi.metadata
 
org.jboss.osgi.modules - package org.jboss.osgi.modules
 
org.jboss.osgi.repository - package org.jboss.osgi.repository
 
org.jboss.osgi.repository.spi - package org.jboss.osgi.repository.spi
 
org.jboss.osgi.resolver - package org.jboss.osgi.resolver
 
org.jboss.osgi.resolver.spi - package org.jboss.osgi.resolver.spi
 
org.jboss.osgi.spi - package org.jboss.osgi.spi
Common classes and interfaces.
org.jboss.osgi.spi.framework - package org.jboss.osgi.spi.framework
Framework integration and bootstrap.
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.xml - package org.jboss.osgi.xml
 
org.osgi.resource - package org.osgi.resource
Resource Package Version 1.0.
org.osgi.service.repository - package org.osgi.service.repository
Repository Service Package Version 1.0.
org.osgi.service.resolver - package org.osgi.service.resolver
Resolver Service Package Version 1.0.
org.osgi.util.tracker - package org.osgi.util.tracker
Tracker Package Version 1.4.
org.osgi.util.xml - package org.osgi.util.xml
XML Parser 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
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.

OSGiFrameworkTest - Class in org.jboss.osgi.testing
Parent for native framework tests.
OSGiFrameworkTest() - Constructor for class org.jboss.osgi.testing.OSGiFrameworkTest
 
OSGiManifestBuilder - Class in org.jboss.osgi.spi
A simple OSGi manifest builder.
OSGiMetaData - Interface in org.jboss.osgi.metadata
OSGi specific meta data.
OSGiMetaDataBuilder - Class in org.jboss.osgi.metadata
A builder for OSGiMetaData.
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

P

PACKAGE_ADMIN - Static variable in interface org.jboss.osgi.framework.Services
The service name for the PackageAdmin service
PackageAttribute - Interface in org.jboss.osgi.metadata
A package, includes version and properties.
Parameter - Interface in org.jboss.osgi.metadata
Parameter interface - single value or set of values.
ParameterizedAttribute - Interface in org.jboss.osgi.metadata
Attribute with parameters.
parse(String, List, boolean, boolean) - Static method in class org.jboss.osgi.metadata.ManifestParser
Parse a header
parse(String) - Static method in class org.jboss.osgi.metadata.VersionRange
 
parse(String) - Static method in class org.jboss.osgi.resolver.MavenCoordinates
 
parsePackages(String, List<PackageAttribute>) - Static method in class org.jboss.osgi.metadata.ManifestParser
Parse packages
parseParameters(String, List<ParameterizedAttribute>) - Static method in class org.jboss.osgi.metadata.ManifestParser
Parse parameters
parsePaths(String, List<ParameterizedAttribute>) - Static method in class org.jboss.osgi.metadata.ManifestParser
Parse paths
PARSER_NAMESPACEAWARE - Static variable in class org.osgi.util.xml.XMLParserActivator
Service property specifying if factory is configured to support namespace aware parsers.
PARSER_PROVIDER - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
PARSER_VALIDATING - Static variable in class org.osgi.util.xml.XMLParserActivator
Service property specifying if factory is configured to support validating parsers.
PARSER_XINCLUDEAWARE - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
PERSISTENT_BUNDLES_COMPLETE - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The PersistentBundlesHandler nested service that indicates completion
PERSISTENT_BUNDLES_HANDLER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The PersistentBundlesHandler service name
PersistentBundlesComplete - Class in org.jboss.osgi.framework
Default implementation for the COMPLETE step of the PersistentBundlesHandler.
PersistentBundlesComplete() - Constructor for class org.jboss.osgi.framework.PersistentBundlesComplete
 
PersistentBundlesHandler - Interface in org.jboss.osgi.framework
A service that provides persistent bundles on framework startup.
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.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.framework.autoStart
PROP_OSGI_FRAMEWORK_EXTRA - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Optional path to extra properties: org.jboss.osgi.framework.extra
PropertiesBootstrapProvider - Class in org.jboss.osgi.spi.framework
A simple properties based bootstrap provider The PropertiesBootstrapProvider supports the following properties org.jboss.osgi.framework.autoInstall - Bundles that need to be installed with the Framework automatically org.jboss.osgi.framework.autoStart - Bundles that need to be started automatically org.jboss.osgi.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_ACTIVATION_POLICY_USED - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_AUTO_INSTALL_URLS - Static variable in interface org.jboss.osgi.framework.Constants
A list of URLs to bundles that get installed on framework startup
PROPERTY_AUTO_START_URLS - Static variable in interface org.jboss.osgi.framework.Constants
A list of URLs to bundles that get installed and started on framework startup
PROPERTY_BUNDLE_FILE - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_BUNDLE_ID - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_BUNDLE_LOCATION - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_BUNDLE_REV - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_FRAMEWORK_INIT_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The timeout in milliseconds for the framework to initialize
PROPERTY_FRAMEWORK_START_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The timeout in milliseconds for the framework to start
PROPERTY_LAST_MODIFIED - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_PERSISTENTLY_STARTED - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_START_LEVEL - Static variable in class org.jboss.osgi.framework.StorageState
 
PROPERTY_VFS_LEAK_DEBUGGING - Static variable in interface org.jboss.osgi.vfs.VirtualFile
System property to enable detection of unclosed virtual files: jboss.osgi.vfs.leakDebugging
PROVIDER_JBOSS_OSGI - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
put(Object, Object) - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
put(K, V) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 

R

refreshPackages(Bundle[]) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
refreshResources(XResource...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
refreshResources(XResource...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
registerSystemServices(BundleContext) - Method in interface org.jboss.osgi.framework.SystemServicesProvider
 
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_RMI_HOST - Static variable in interface org.jboss.osgi.jmx.JMXConstantsExt
The property that sets the host that the RMIAdaptor binds to: org.jboss.osgi.rmi.host
REMOTE_RMI_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.rmi.port
remove(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
remove(Object) - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
remove(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
remove(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
Remove a bundle from this BundleTracker.
remove(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Remove a service from this ServiceTracker.
removeAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Remove an attached object for a given key
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.AttachmentSupport
 
removeAttachment(Class<T>, String) - Method in class org.jboss.osgi.spi.AttachmentSupport
 
removeAttachment(String) - Method in class org.jboss.osgi.spi.AttachmentSupport
 
removedBundle(Bundle, BundleEvent, Object) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.removedBundle method.
removedBundle(Bundle, BundleEvent, Object) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been removed.
removedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.removedService method.
removedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been removed.
removeInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Remove an LifecycleInterceptor to the service.
removeModule(ModuleIdentifier) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
removeNativeLibrary(NativeLibrary) - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
RemoveOnlyCollection<T> - Class in org.jboss.osgi.framework.util
A Collection that does not allow add operations.
RemoveOnlyCollection(Collection<T>) - Constructor for class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
replaceProperties(String) - Static method in class org.jboss.osgi.spi.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
replaceProperties(String, BundleContext) - Static method in class org.jboss.osgi.spi.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the BundleContext.getProperty(p) value.
replaceProperties(String, StringPropertyReplacer.PropertyProvider) - Static method in class org.jboss.osgi.spi.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the PropertyProvider.getProperty(p) value.
Repository - Interface in org.osgi.service.repository
A repository service that contains resources.
RepositoryCachePlugin - Interface in org.jboss.osgi.repository
Handles storage of repository artifacts
RepositoryContent - Interface in org.osgi.service.repository
An accessor for the default content of a resource.
RepositoryResolutionException - Exception in org.jboss.osgi.repository
Signals a failure during resolution.
RepositoryResolutionException(String) - Constructor for exception org.jboss.osgi.repository.RepositoryResolutionException
 
RepositoryResolutionException(Throwable) - Constructor for exception org.jboss.osgi.repository.RepositoryResolutionException
 
RepositoryResolutionException(String, Throwable) - Constructor for exception org.jboss.osgi.repository.RepositoryResolutionException
 
RepositoryStorageException - Exception in org.jboss.osgi.repository
Signals a failure during artifact storage.
RepositoryStorageException(String) - Constructor for exception org.jboss.osgi.repository.RepositoryStorageException
 
RepositoryStorageException(Throwable) - Constructor for exception org.jboss.osgi.repository.RepositoryStorageException
 
RepositoryStorageException(String, Throwable) - Constructor for exception org.jboss.osgi.repository.RepositoryStorageException
 
Requirement - Interface in org.osgi.resource
A requirement that has been declared from a Resource .
REQUIREMENT_CARDINALITY_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify the cardinality for a requirement.
REQUIREMENT_EFFECTIVE_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify the effective time for the requirement.
REQUIREMENT_FILTER_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify a capability filter.
REQUIREMENT_RESOLUTION_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify the resolution type for a requirement.
RESOLUTION_MANDATORY - Static variable in class org.osgi.resource.Namespace
The directive value identifying a mandatory requirement resolution type.
RESOLUTION_OPTIONAL - Static variable in class org.osgi.resource.Namespace
The directive value identifying an optional requirement resolution type.
ResolutionException - Exception in org.osgi.service.resolver
Indicates failure to resolve a set of requirements.
ResolutionException(String, Throwable, Collection<Requirement>) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified message, cause and unresolved requirements.
ResolutionException(String) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified message.
ResolutionException(Throwable) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified cause.
resolve(ResolveContext) - Method in interface org.osgi.service.resolver.Resolver
Resolve the specified resolve context and return any new resources and wires to the caller.
resolveAndApply(XResolveContext) - Method in interface org.jboss.osgi.resolver.XResolver
 
ResolveContext - Class in org.osgi.service.resolver
A resolve context provides resources, options and constraints to the potential solution of a resolve operation.
ResolveContext() - Constructor for class org.osgi.service.resolver.ResolveContext
 
Resolver - Interface in org.osgi.service.resolver
A resolver service resolves the specified resources in the context supplied by the caller.
Resource - Interface in org.osgi.resource
A resource is the representation of a uniquely identified and typed data.
ResourceBuilderException - Exception in org.jboss.osgi.resolver
Indicates failure to build a resource.
ResourceBuilderException(String, Throwable) - Constructor for exception org.jboss.osgi.resolver.ResourceBuilderException
Creates an exception of type ResourceBuilderException.
ResourceBuilderException(String) - Constructor for exception org.jboss.osgi.resolver.ResourceBuilderException
Creates an exception of type ResourceBuilderException.
ResourceBuilderException(Throwable) - Constructor for exception org.jboss.osgi.resolver.ResourceBuilderException
Creates an exception of type ResourceBuilderException.
retainAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 

S

safeClose(Closeable) - Static method in class org.jboss.osgi.vfs.VFSUtils
Safely close some resource without throwing an exception.
SAXCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of SAX Parser Factory Class Name file
SAXFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the SAX Parser Factory Class name.
SAXParserFactoryImpl - Class in org.jboss.osgi.xml
A SAXParserFactory that gets loaded from this bundle.
SAXParserFactoryImpl() - Constructor for class org.jboss.osgi.xml.SAXParserFactoryImpl
 
SERVICE_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all OSGi services
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.ConstantsHelper
Return the string representation of a ServiceEvent type
ServiceLoader - Class in org.jboss.osgi.spi.util
Loads service implementations from the classpath that defines the service class.
Services - Interface in org.jboss.osgi.framework
A collection of public service names.
serviceStarted(ServiceController<? extends S>) - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
serviceStartFailed(ServiceController<? extends S>, StartException) - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
ServiceTracker<S> - Class in org.jboss.osgi.framework.util
 
ServiceTracker() - Constructor for class org.jboss.osgi.framework.util.ServiceTracker
 
ServiceTracker - Class in org.osgi.util.tracker
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference.
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified Filter object.
ServiceTrackerCustomizer - Interface in org.osgi.util.tracker
The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.
setAutoStart(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the autostart flag associated with this deployment
setBundleActivator(String) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
setBundleManifestVersion(int) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
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.osgi.util.xml.XMLParserActivator

Set the customizable DOM Parser Service Properties.

setNativeLibraries(List<NativeLibrary>) - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator

Set the customizable SAX Parser Service Properties.

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
shutdownFramework() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
size() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
size() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
size() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
size() - Method in class org.osgi.util.tracker.BundleTracker
Return the number of bundles being tracked by this BundleTracker.
size() - Method in class org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker.
start(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
start(ModuleContext) - Method in interface org.jboss.osgi.modules.ModuleActivator
 
start(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
START_LEVEL - Static variable in interface org.jboss.osgi.framework.Services
The service name for the StartLevel service
stop(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
stop(ModuleContext) - Method in interface org.jboss.osgi.modules.ModuleActivator
 
stop(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
This method has nothing to do as all active service registrations will automatically get unregistered when the bundle stops.
STORAGE_STATE_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the StorageStateProvider
StorageState - Class in org.jboss.osgi.framework
An abstraction of a bundle persistent storage.
StorageState(File, VirtualFile, Properties) - Constructor for class org.jboss.osgi.framework.StorageState
 
StorageStateProvider - Interface in org.jboss.osgi.framework
A provider of StorageState
storeCapabilities(Collection<Capability>) - Method in interface org.jboss.osgi.repository.RepositoryCachePlugin
 
storeCapabilities(Collection<Capability>) - Method in class org.jboss.osgi.repository.spi.AbstractRepositoryCachePlugin
 
StringPropertyReplacer - Class in org.jboss.osgi.spi.util
A utility class for replacing properties in strings.
StringPropertyReplacer() - Constructor for class org.jboss.osgi.spi.util.StringPropertyReplacer
 
StringPropertyReplacer.PropertyProvider - Interface in org.jboss.osgi.spi.util
 
SYSPROP_TEST_ARCHIVE_DIRECTORY - Static variable in class org.jboss.osgi.testing.OSGiTestHelper
 
SYSPROP_TEST_RESOURCES_DIRECTORY - Static variable in class org.jboss.osgi.testing.OSGiTestHelper
 
SYSTEM_BUNDLE - Static variable in interface org.jboss.osgi.framework.Services
The service name for the system Bundle
SYSTEM_CONTEXT - Static variable in interface org.jboss.osgi.framework.Services
The service name for the system BundleContext
SYSTEM_PATHS_PROVIDER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The service name for the SystemPathsProvider
SYSTEM_SERVICES_PROVIDER - Static variable in interface org.jboss.osgi.framework.IntegrationServices
The service name for the SystemServicesProvider
SystemDeployerService - Class in org.jboss.osgi.deployment.deployer
A DeployerService that installs/uninstalls the bundles directly on the OSGi framework.
SystemDeployerService(BundleContext) - Constructor for class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
SystemPathsProvider - Interface in org.jboss.osgi.framework
A plugin manages the Framework's system packages.
SystemServicesProvider - Interface in org.jboss.osgi.framework
A service that registers additional system services.

T

tearDown() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
tearDown() - Method in class org.jboss.osgi.testing.OSGiTest
Writes a a debug stop messge
toArray() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
toArray(Object[]) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
toArtifactURL(URL) - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
toExternalForm() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
toInputStream(Archive<?>) - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.toInputStream(Archive)
toInputStream(Archive<?>) - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
toString() - Method in class org.jboss.osgi.framework.StorageState
 
toString() - Method in class org.jboss.osgi.framework.util.NoFilter
 
toString() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
toString() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
toString() - Method in class org.jboss.osgi.metadata.VersionRange
 
toString() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
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.AttachmentSupport
 
toString() - Method in class org.jboss.osgi.spi.BundleInfo
 
toString() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
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
 
toVirtualFile(URI) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(URL) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(String, InputStream) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(InputStream) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(URL) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Get the root virtual file
toVirtualFile(URI) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Get the root virtual file
toVirtualFile(String, InputStream) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt an named InputStream to a virtual file.
toVirtualFile(InputStream) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt an InputStream to a virtual file.
transition(ServiceController<? extends S>, ServiceController.Transition) - Method in class org.jboss.osgi.framework.util.ServiceTracker
 
TypeAdaptor - Interface in org.jboss.osgi.framework
Adapt a type to another.

U

undeploy(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Undeploy a bundle
undeploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Undeploy an array of bundles
undeploy(Deployment) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
undeploy(Deployment[]) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.osgi.util.xml.XMLParserActivator
Releases a XML Parser Factory object.
uninstallBundle(Deployment, Bundle) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
uninstallBundle(Deployment) - Method in interface org.jboss.osgi.framework.BundleInstallHandler
Uninstall the bundle associated with the given deployment.
uninstallBundle(Deployment) - Method in interface org.jboss.osgi.framework.BundleManager
Uninstall the given deployment
uninstallResources(XResource...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
uninstallResources(XResource...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
UnmodifiableDictionary<K,V> - Class in org.jboss.osgi.spi.util
An unmodifiable dictionary.
UnmodifiableDictionary(Dictionary<K, V>) - Constructor for class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
unregisterSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to unregister system services before bundles get installed.
updateWiring(Map<Resource, List<Wire>>) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
updateWiring(Map<Resource, List<Wire>>) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
URL - Static variable in interface org.osgi.service.repository.Repository
Service property to provide URLs related to this repository.
URLBasedResourceBuilder - Class in org.jboss.osgi.repository
Create an URL based resource
URLBasedResourceBuilder() - Constructor for class org.jboss.osgi.repository.URLBasedResourceBuilder
 

V

validateAttributes(Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
validateAttributes(Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
validateBundleManifest(Manifest) - Static method in class org.jboss.osgi.spi.BundleInfo
Validate a given bundle manifest.
valueOf(String) - Static method in class org.jboss.osgi.spi.Attachments.Key
 
VERSION_1_0 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.0 token
VERSION_1_1 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.1 token
VERSION_1_2 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.2 token
VERSION_1_3 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.3 token
VERSION_1_4 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.4 token
VERSION_1_5 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.5 token
VERSION_1_6 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.6 token
VersionRange - Class in org.jboss.osgi.metadata
 
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.jboss.osgi.metadata.VersionRange
 
VersionRangeAttribute - Interface in org.jboss.osgi.metadata
Attribute with VersionRange attribute.
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
Some VFS utilities that are used by the OSGi layer.
VirtualFile - Interface in org.jboss.osgi.vfs
A basic abstraction of a VirtualFile used by the OSGi layer.
VirtualFileResourceLoader - Class in org.jboss.osgi.framework.util
An ResourceLoader that is backed by a VirtualFile pointing to an archive.
VirtualFileResourceLoader(VirtualFile) - Constructor for class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 

W

waitForService(long) - Method in class org.osgi.util.tracker.ServiceTracker
Wait for at least one service to be tracked by this ServiceTracker.
Wire - Interface in org.osgi.resource
A wire connecting a Capability to a Requirement.
Wiring - Interface in org.osgi.resource
A wiring for a resource.

X

XAttachmentSupport - Interface in org.jboss.osgi.resolver
Adds attachment support
XAttributeSupport - Interface in org.jboss.osgi.resolver
Adds support for attributes
XBundleCapability - Interface in org.jboss.osgi.resolver
A bundle capability
XBundleRequirement - Interface in org.jboss.osgi.resolver
A bundle requirement
XCapability - Interface in org.jboss.osgi.resolver
An extension to the Capability
XDirectiveSupport - Interface in org.jboss.osgi.resolver
Adds support for directives
XElement - Interface in org.jboss.osgi.resolver
 
XEnvironment - Interface in org.jboss.osgi.resolver
An environment that hosts the resources applicable for resource resolution.
XHostCapability - Interface in org.jboss.osgi.resolver
A fragment host capability
XHostRequirement - Interface in org.jboss.osgi.resolver
A fragment host requirement
XIdentityCapability - Interface in org.jboss.osgi.resolver
An identity capability
XMLParserActivator - Class in org.osgi.util.xml
A BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.
XMLParserActivator() - Constructor for class org.osgi.util.xml.XMLParserActivator
 
XMLParserCapability - Class in org.jboss.osgi.xml
Adds the XML parser capability.
XMLParserCapability() - Constructor for class org.jboss.osgi.xml.XMLParserCapability
 
XPackageCapability - Interface in org.jboss.osgi.resolver
A package capability
XPackageRequirement - Interface in org.jboss.osgi.resolver
A package requirement
XRequirement - Interface in org.jboss.osgi.resolver
An extension to the Requirement
XRequirementBuilder - Class in org.jboss.osgi.resolver
A builder for resource requirements
XRequirementBuilder() - Constructor for class org.jboss.osgi.resolver.XRequirementBuilder
 
XResolveContext - Class in org.jboss.osgi.resolver
An extension of the ResolveContext
XResolveContext() - Constructor for class org.jboss.osgi.resolver.XResolveContext
 
XResolver - Interface in org.jboss.osgi.resolver
An extension of the Resolver
XResource - Interface in org.jboss.osgi.resolver
An extension to the Resource
XResourceBuilder - Interface in org.jboss.osgi.resolver
A builder for resources.
XResourceBuilderFactory - Class in org.jboss.osgi.resolver
A factory for resource builders.
XResourceBuilderFactory() - Constructor for class org.jboss.osgi.resolver.XResourceBuilderFactory
 
XResourceConstants - Interface in org.jboss.osgi.resolver
Defines names for the attributes, directives and name spaces for resources, capabilities and requirements in the context of the JBoss Repository.
XSERVICE_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The base name of all framework OSGi services that were registered outside the OSGi layer
XWire - Interface in org.jboss.osgi.resolver
An extension to the Wire
XWiring - Interface in org.jboss.osgi.resolver
An extension to the Wiring

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

Copyright © 2012. All Rights Reserved.