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

A

AbstractDynamicPackageRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageRequirement.
AbstractDynamicPackageRequirement(AbstractModule, String, Map<String, String>, Map<String, Object>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractDynamicPackageRequirement
 
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
 
AbstractModule - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XModule.
AbstractModuleBuilder - Class in org.jboss.osgi.resolver.spi
A builder for resolver modules
AbstractModuleBuilder() - Constructor for class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
AbstractPackageRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageRequirement.
AbstractPackageRequirement(AbstractModule, String, Map<String, String>, Map<String, Object>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
AbstractResolver - Class in org.jboss.osgi.resolver.spi
An abstract base implementation of a Resolver.
AbstractResolver() - Constructor for class org.jboss.osgi.resolver.spi.AbstractResolver
 
AbstractResourceLoader - Class in org.jboss.modules
 
AbstractResourceLoader() - Constructor for class org.jboss.modules.AbstractResourceLoader
 
AbstractService<T> - Class in org.jboss.msc.service
An abstract service class which provides default implementations.
AbstractService() - Constructor for class org.jboss.msc.service.AbstractService
 
AbstractServiceListener<S> - Class in org.jboss.msc.service
An abstract implementation of a service listener whose methods do nothing.
AbstractServiceListener() - Constructor for class org.jboss.msc.service.AbstractServiceListener
 
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
 
accept(String) - Method in interface org.jboss.modules.filter.ClassFilter
Determine whether a class name should be accepted by this filter.
accept(String) - Method in interface org.jboss.modules.filter.PathFilter
Determine whether a path should be accepted.
acceptAll() - Static method in class org.jboss.modules.filter.ClassFilters
Get a filter which always returns true.
acceptAll() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which always returns true.
activate(ServiceActivatorContext) - Method in interface org.jboss.msc.service.ServiceActivator
Activate services.
ActivationPolicyMetaData - Interface in org.jboss.osgi.metadata
OSGi activation policy metadata.
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.
addAliases(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add aliases for this service.
addAliases(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add aliases for this service.
addAttachment(Class<T>, T) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
addAttachment(Class<T>, T) - Method in interface org.jboss.osgi.resolver.spi.AttachmentSupport
Attach an arbirtary object with this element.
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.util.AttachmentSupport
 
addAttachment(String, T, Class<T>) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
addAttachment(String, Object) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
addBundle(String) - Method in class org.jboss.osgi.spi.capability.Capability
 
addBundleActivationPolicy(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleActivator(Class<?>) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleActivator(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleCapability(String, Version) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addBundleCapability(String, Version) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a bundle capability
addBundleClassPath(String...) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addBundleClassPath(String...) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.BUNDLE_CLASSPATH element
addBundleListener(BundleListener) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
addBundleManifestVersion(int) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleName(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleRequirement(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addBundleRequirement(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.REQUIRE_BUNDLE requirement
addBundleSymbolicName(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleVersion(Version) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addBundleVersion(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addCapability(Capability) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Add a Capability to the runtime.
addDependencies(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
addDependency(DependencySpec) - Method in interface org.jboss.modules.ModuleSpec.Builder
Add a dependency specification.
addDependency(ServiceName) - Method in interface org.jboss.msc.service.BatchServiceTarget
Add a dependency that will be added to the all ServiceBuilders installed in this target.
addDependency(ServiceName...) - Method in interface org.jboss.msc.service.BatchServiceTarget
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.BatchServiceTarget
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a dependency.
addDependency(ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service dependency.
addDependency(ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service dependency.
addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a dependency that will be added to the all ServiceBuilders installed in this target.
addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Add a dependency that will be added to the all ServiceBuilders installed in this target.
addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a dependency.
addDependency(ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
addDependency(ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceTarget
Add a dependency that will be added to the all ServiceBuilders installed in this target.
addDependency(ServiceName...) - Method in interface org.jboss.msc.service.ServiceTarget
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.ServiceTarget
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
addDependency(Capability) - Method in class org.jboss.osgi.spi.capability.Capability
 
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.testing.OSGiManifestBuilder
 
addDynamicPackageRequirement(String, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addDynamicPackageRequirement(String, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
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.testing.OSGiManifestBuilder
 
addExportPackages(String...) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addFilter(PathFilter, boolean) - Method in class org.jboss.modules.filter.MultiplePathFilterBuilder
Add a filter to this builder.
addFragmentHost(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addFragmentHostRequirement(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addFragmentHostRequirement(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.FRAGMENT_HOST requirement
addFrameworkListener(FrameworkListener) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
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.testing.OSGiManifestBuilder
 
addImportPackages(String...) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addingService(ServiceReference) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
addInjection(Injector<? super I>, I) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add an injection.
addInjection(Injector<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add an injection of this service into another target.
addInjection(Injector<? super I>, I) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an injection.
addInjection(Injector<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an injection of this service into another target.
addInjectionValue(Injector<? super I>, Value<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add an injection value.
addInjectionValue(Injector<? super I>, Value<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an injection value.
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.
addListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.BatchServiceTarget
Add a service listener that will be added to all the ServiceBuilders installed in this target.
addListener(ServiceListener<Object>...) - Method in interface org.jboss.msc.service.BatchServiceTarget
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
addListener(Collection<ServiceListener<Object>>) - Method in interface org.jboss.msc.service.BatchServiceTarget
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service listener that will be added to this service.
addListener(ServiceListener<? super T>...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
addListener(Collection<? extends ServiceListener<? super T>>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener.Inheritance, ServiceListener<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service listener that will be added to this service.
addListener(ServiceListener.Inheritance, ServiceListener<? super T>...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener.Inheritance, Collection<? extends ServiceListener<? super T>>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a service listener that will be added to all the ServiceBuilders installed in this target.
addListener(ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
addListener(Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a service listener that will be added to all the ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Add a service listener that will be added to all the ServiceBuilders installed in this target.
addListener(ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
addListener(Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
 
addListener(ServiceListener.Inheritance, ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
 
addListener(ServiceListener.Inheritance, Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
 
addListener(ServiceListener<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service listener that will be added to this service.
addListener(ServiceListener<? super T>...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add service listeners that will be added to this service.
addListener(Collection<? extends ServiceListener<? super T>>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener.Inheritance, ServiceListener<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service listener that will be added to this service.
addListener(ServiceListener.Inheritance, ServiceListener<? super T>...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener.Inheritance, Collection<? extends ServiceListener<? super T>>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener<? super S>) - Method in interface org.jboss.msc.service.ServiceController
Add a service listener.
addListener(ServiceListener.Inheritance, ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceController
Add a service listener.
addListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceTarget
Add a service listener that will be added to all the ServiceBuilders installed in this target.
addListener(ServiceListener<Object>...) - Method in interface org.jboss.msc.service.ServiceTarget
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
addListener(Collection<ServiceListener<Object>>) - Method in interface org.jboss.msc.service.ServiceTarget
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceTarget
Add a service listener that will be added to all the ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, ServiceListener<Object>...) - Method in interface org.jboss.msc.service.ServiceTarget
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, Collection<ServiceListener<Object>>) - Method in interface org.jboss.msc.service.ServiceTarget
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addMainAttribute(String, String) - Method in class org.jboss.osgi.metadata.OSGiMetaDataBuilder
 
addManifestHeader(String, String) - Method in class org.jboss.osgi.testing.ManifestBuilder
 
AddMethodInjector<T> - Class in org.jboss.msc.inject
An injector which calls an add/remove method pair on inject/uninject.
AddMethodInjector(Value<?>, Method, Method) - Constructor for class org.jboss.msc.inject.AddMethodInjector
Construct a new instance.
addModule(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
addModule(XModule) - Method in interface org.jboss.osgi.resolver.XResolver
Add a module to the resolver.
addModuleActivator(String) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addModuleActivator(String) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.BUNDLE_ACTIVATOR element
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, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addPackageCapability(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.EXPORT_PACKAGE capability
addPackageRequirement(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addPackageRequirement(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.IMPORT_PACKAGE requirement
addRequireBundle(String) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addRequireExecutionEnvironment(String...) - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
addResourceRoot(ResourceLoaderSpec) - Method in interface org.jboss.modules.ModuleSpec.Builder
Add a local resource root, from which this module will load class definitions and resources.
addService(ServiceName, Service<T>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get a builder which can be used to add a service to this target.
addService(ServiceName, Service<T>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Get a builder which can be used to add a service to this target.
addService(ServiceName, Service<T>) - Method in interface org.jboss.msc.service.ServiceTarget
Get a builder which can be used to add a service to this target.
addServiceListener(ServiceListener, String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
addServiceListener(ServiceListener) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get a builder which can be used to add a service to this target.
addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Get a builder which can be used to add a service to this target.
addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in interface org.jboss.msc.service.ServiceTarget
Get a builder which can be used to add a service to this target.
addSystemProperty(String, String) - Method in class org.jboss.osgi.spi.capability.Capability
Add a system property provided by this capability.
addTerminateListener(ServiceContainer.TerminateListener) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Add a terminate listener to this container.
addTerminateListener(ServiceContainer.TerminateListener) - Method in interface org.jboss.msc.service.ServiceContainer
Add a terminate listener to this container.
addTo(Map<K, V>, MapEntry<? extends K, ? extends V>...) - Static method in class org.jboss.msc.value.MapEntry
Add entries to a map.
addValue(String) - Method in interface org.jboss.osgi.metadata.Parameter
Add value.
addWire(AbstractWire) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
addWire(AbstractModule, XRequirement, XModule, XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
afterClass() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
afterClass() - Static method in class org.jboss.osgi.testing.OSGiRuntimeTest
 
all(PathFilter...) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if all of the given filters return true.
all(Collection<PathFilter>) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if all of the given filters return true.
ANONYMOUS_BUNDLE_SYMBOLIC_NAME - Static variable in interface org.jboss.osgi.metadata.OSGiMetaData
The fallback Constants.BUNDLE_SYMBOLICNAME for a v4.1 bundle
any(PathFilter...) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if any of the given filters return true.
any(Collection<PathFilter>) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if any of the given filters return true.
ANY - Static variable in class org.jboss.msc.service.ServiceNameMapper
The special marker which represents a pattern match.
append(String...) - Method in class org.jboss.msc.service.ServiceName
Create a service name by appending name parts using this as a parent to the new ServiceName.
append(ServiceName) - Method in class org.jboss.msc.service.ServiceName
Create a service name by appending name parts of the provided ServiceName using this as a parent.
append(String, boolean) - Method in class org.jboss.osgi.testing.ManifestBuilder
 
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
 
AssertionSetting - Enum in org.jboss.modules
The assertion setting for a package or class.
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
 
asSuperclass(Value<? extends T>) - Static method in class org.jboss.msc.value.Values
Safely re-cast a value as its superclass.
asynchronous() - Method in interface org.jboss.msc.service.LifecycleContext
Call within the service lifecycle method to trigger an asynchronous lifecycle action.
AtomicReferenceFieldUpdaterInjector<C,T> - Class in org.jboss.msc.inject
An injector which updates the value of an AtomicReferenceFieldUpdater.
AtomicReferenceFieldUpdaterInjector(AtomicReferenceFieldUpdater<C, ? super T>, Value<C>) - Constructor for class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
Construct a new instance.
AtomicReferenceInjector<T> - Class in org.jboss.msc.inject
An injector which updates the value of an AtomicReference.
AtomicReferenceInjector(AtomicReference<T>) - Constructor for class org.jboss.msc.inject.AtomicReferenceInjector
Construct a new instance.
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 - Interface in org.jboss.osgi.resolver.spi
Adds attachment support to an element
AttachmentSupport - Class in org.jboss.osgi.spi.util
Basic attachment support.
AttachmentSupport() - Constructor for class org.jboss.osgi.spi.util.AttachmentSupport
Construct with no attachments
AttachmentSupport(AttachmentSupport) - Constructor for class org.jboss.osgi.spi.util.AttachmentSupport
Construct with given attachments
AttributeAware - Interface in org.jboss.osgi.metadata
Attribute string value holder.
AttributeSupport - Interface in org.jboss.osgi.resolver.spi
Adds support for attributes
awaitTermination() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Causes the current thread to wait until the container is shutdown.
awaitTermination(long, TimeUnit) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Causes the current thread to wait until the container is shutdown.
awaitTermination() - Method in interface org.jboss.msc.service.ServiceContainer
Causes the current thread to wait until the container is shutdown.
awaitTermination(long, TimeUnit) - Method in interface org.jboss.msc.service.ServiceContainer
Causes the current thread to wait until the container is shutdown.

B

BatchServiceTarget - Interface in org.jboss.msc.service
A ServiceTarget that provides removal of all services installed so far.
batchTarget() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Create a new batch service target, which is used to install described services in this target.
batchTarget() - Method in class org.jboss.msc.service.DelegatingServiceTarget
Create a new batch service target, which is used to install described services in this target.
batchTarget() - Method in interface org.jboss.msc.service.ServiceTarget
Create a new batch service target, which is used to install described services in this target.
build(ModuleIdentifier) - Static method in class org.jboss.modules.ModuleSpec
Get a builder for a new module specification.
bundleChanged(BundleEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
BundleClassLoader - Class in org.jboss.osgi.spi.util
A BundleClassLoader delegates all classloading concerns to the underlying Bundle.
BundleContextHelper - Class in org.jboss.osgi.spi.util
A helper for various BundleContext related operations.
BundleContextHelper(BundleContext) - Constructor for class org.jboss.osgi.spi.util.BundleContextHelper
 
bundleEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a BundleEvent type
BundleInfo - Class in org.jboss.osgi.spi.util
Primitive access to bundle meta data and root virtual file.
bundleState(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a Bundle state
BundleStateMBeanExt - Interface in org.jboss.osgi.jmx
An extension to BundleStateMBean.

C

cached(Value<T>) - Static method in class org.jboss.msc.value.Values
Get a cached value for some opaque value.
CachedValue<T> - Class in org.jboss.msc.value
A value which is calculated once only.
CachedValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.CachedValue
Construct a new instance.
canonicalize(String) - Static method in class org.jboss.modules.PathUtils
Canonicalize the given path.
Capability - Class in org.jboss.osgi.spi.capability
An abstract OSGi capability that can be installed in an OSGiRuntime.
Capability(String) - Constructor for class org.jboss.osgi.spi.capability.Capability
Construct a capability that is identified by the given service name.
Capability(String, String) - Constructor for class org.jboss.osgi.spi.capability.Capability
Construct a capability that is identified by the given service name and filter string.
CaseInsensitiveDictionary - Class in org.jboss.osgi.metadata
CaseInsensitiveDictionary.
CaseInsensitiveDictionary(Dictionary) - Constructor for class org.jboss.osgi.metadata.CaseInsensitiveDictionary
Create a new CaseInsensitiveDictionary.
cast(Injector<T>, Class<T>) - Static method in class org.jboss.msc.inject.Injectors
Construct a casting injector.
CastingInjector<T> - Class in org.jboss.msc.inject
An injector which casts the value to a specific type.
CastingInjector(Injector<T>, Class<T>) - Constructor for class org.jboss.msc.inject.CastingInjector
Construct a new instance.
changeAll(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__JAXPRedirected
Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__DatatypeFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__DocumentBuilderFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__SAXParserFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__TransformerFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLEventFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLInputFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLOutputFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XPathFactory
 
CheckedValue<T> - Class in org.jboss.msc.value
A value whose type is checked before it is returned.
CheckedValue(Class<T>, Value<?>) - Constructor for class org.jboss.msc.value.CheckedValue
Construct a new instance.
CircularDependencyException - Exception in org.jboss.msc.service
Exception used to indicate there was a circular dependency discovered during resolution.
CircularDependencyException(String, ServiceName[]) - Constructor for exception org.jboss.msc.service.CircularDependencyException
Constructs a CircularDependencyException with the specified detail message.
classDefined(String, Module) - Method in class org.jboss.modules.log.JDKModuleLogger
 
classDefined(String, Module) - Method in interface org.jboss.modules.log.ModuleLogger
 
classDefined(String, Module) - Method in class org.jboss.modules.log.NoopModuleLogger
 
classDefined(String, Module) - Method in class org.jboss.modules.log.StreamModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in class org.jboss.modules.log.JDKModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in interface org.jboss.modules.log.ModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in class org.jboss.modules.log.NoopModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in class org.jboss.modules.log.StreamModuleLogger
ClassFilter - Interface in org.jboss.modules.filter
Filter used to determine whether a class name should be included or excluded from imports and exports.
ClassFilters - Class in org.jboss.modules.filter
Static factory methods for class filter types.
ClassifyingModuleLoader - Class in org.jboss.modules
A module loader which selects a delegate module loader based upon the prefix of the module name.
ClassifyingModuleLoader(String, Map<String, ModuleLoader>, ModuleLoader) - Constructor for class org.jboss.modules.ClassifyingModuleLoader
Construct a new instance.
ClassOfValue<T> - Class in org.jboss.msc.value
A value which returns the Class object of another value.
ClassOfValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.ClassOfValue
 
CLASSPATH - Static variable in class org.jboss.modules.ModuleIdentifier
The class path module (only present if booted from a class path).
ClassSpec - Class in org.jboss.modules
A class definition specification.
ClassSpec() - Constructor for class org.jboss.modules.ClassSpec
Construct a new instance.
clear() - Method in class org.jboss.modules.management.ObjectProperties
 
clear() - Method in interface org.jboss.modules.ref.Reference
Clear the reference.
clear() - Method in class org.jboss.modules.ref.StrongReference
 
clearAssertionStatus() - Method in class org.jboss.modules.ModuleClassLoader
clone() - Method in class org.jboss.modules.management.ObjectProperties
 
clone() - Method in class org.jboss.modules.ModuleClassLoader
close() - Method in class org.jboss.osgi.spi.util.BundleInfo
Closes the accociated resources.
commonAncestorOf(ServiceName) - Method in class org.jboss.msc.service.ServiceName
Return the service name that is the nearest common ancestor of the this name and the given one.
compareAndSetMode(ServiceController.Mode, ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceController
Compare the current mode against expected; if it matches, change it to newMode.
compareTo(ServiceName) - Method in class org.jboss.msc.service.ServiceName
Compare two service names lexicographically.
CompendiumCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium capability to the OSGiRuntime under test.
CompendiumCapability() - Constructor for class org.jboss.osgi.spi.capability.CompendiumCapability
 
complete() - Method in interface org.jboss.msc.service.LifecycleContext
Call when an asynchronous lifecycle action is complete.
ConcurrentClassLoader - Class in org.jboss.modules
A classloader which can delegate to multiple other classloaders without risk of deadlock.
ConcurrentClassLoader(ConcurrentClassLoader) - Constructor for class org.jboss.modules.ConcurrentClassLoader
Construct a new instance with the given parent class loader, which must be a concurrent class loader.
ConcurrentClassLoader() - Constructor for class org.jboss.modules.ConcurrentClassLoader
Construct a new instance.
ConcurrentMapInjector<K,T> - Class in org.jboss.msc.inject
An injector which applies a value to a concurrent map entry.
ConcurrentMapInjector(ConcurrentMap<K, T>, K) - Constructor for class org.jboss.msc.inject.ConcurrentMapInjector
Construct a new instance.
ConfigAdminCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium ConfigAdmin capability to the OSGiRuntime under test.
ConfigAdminCapability() - Constructor for class org.jboss.osgi.spi.capability.ConfigAdminCapability
 
configure() - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider with the default configuration
configure(URL) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from the given URL
configure(String) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from a given resource
configure(InputStream) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from a given input stream
configure() - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(String) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(URL) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
configure(InputStream) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
ConstantsHelper - Class in org.jboss.osgi.spi.util
String representation for common OSGi Constants
ConstantsHelper() - Constructor for class org.jboss.osgi.spi.util.ConstantsHelper
 
ConstructedValue<T> - Class in org.jboss.msc.value
A value which is created on demand from a constructor.
ConstructedValue(Constructor<T>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.value.ConstructedValue
Construct a new instance.
contains(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
containsKey(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
containsValue(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
copyStream(InputStream, OutputStream) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
create() - Method in class org.jboss.modules.filter.MultiplePathFilterBuilder
Create the path filter from this builder's current state.
create(ModuleClassLoader.Configuration) - Method in interface org.jboss.modules.ModuleClassLoaderFactory
Create the module class loader.
create(String, String) - Static method in class org.jboss.modules.ModuleIdentifier
Creates a new module identifier using the specified name and slot.
create(String) - Static method in class org.jboss.modules.ModuleIdentifier
Creates a new module identifier using the specified name.
create() - Method in interface org.jboss.modules.ModuleSpec.Builder
Create the module specification from this builder.
create(Reference.Type, T, A, Reaper<T, A>) - Static method in class org.jboss.modules.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A, ReferenceQueue<? super T>) - Static method in class org.jboss.modules.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A) - Static method in class org.jboss.modules.ref.References
Create a reference of a given type with the provided value and attachment.
create(Value<?>, Method) - Static method in class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
create(MultipleRemoveListener.Callback<T>, T) - Static method in class org.jboss.msc.service.MultipleRemoveListener
Construct a new instance.
create(Runnable) - Static method in class org.jboss.msc.service.MultipleRemoveListener
Construct a new instance.
create(LifecycleContext) - Static method in class org.jboss.msc.service.MultipleRemoveListener
Construct a new instance which calls the lifecycle complete() method when done.
create() - Static method in class org.jboss.msc.service.ServiceContainer.Factory
Create a new instance with a generated name and default thread pool.
create(String) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
Create a new instance with a given name and default thread pool.
create(int, long, TimeUnit) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
Create a new instance with a generated name and specified initial thread pool settings.
create(String, int, long, TimeUnit) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
Create a new instance with a given name and specified initial thread pool settings.
create(String) - Static method in class org.jboss.osgi.jmx.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jboss.osgi.jmx.ObjectNameFactory
 
create(String, Hashtable<String, String>) - Static method in class org.jboss.osgi.jmx.ObjectNameFactory
 
create() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
createAttribute(String, String, String, String) - Method in class __redirected.__XMLEventFactory
 
createAttribute(String, String) - Method in class __redirected.__XMLEventFactory
 
createAttribute(QName, String) - Method in class __redirected.__XMLEventFactory
 
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.util.BundleInfo
 
createBundleInfo(URL) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createBundleInfo(VirtualFile) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createBundleInfo(VirtualFile, String) - Static method in class org.jboss.osgi.spi.util.BundleInfo
 
createCData(String) - Method in class __redirected.__XMLEventFactory
 
createCharacters(String) - Method in class __redirected.__XMLEventFactory
 
createClassFilteredLocalLoader(ClassFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createClassLoader(Bundle) - Static method in class org.jboss.osgi.spi.util.BundleClassLoader
 
createComment(String) - Method in class __redirected.__XMLEventFactory
 
createDefaultRuntime() - Static method in class org.jboss.osgi.testing.OSGiRuntimeTest
Delegates to OSGiRuntimeHelper#getDefaultRuntime()
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.
createDTD(String) - Method in class __redirected.__XMLEventFactory
 
createEmbeddedRuntime() - Static method in class org.jboss.osgi.testing.OSGiRuntimeTest
Delegates to OSGiRuntimeHelper#getEmbeddedRuntime()
createEndDocument() - Method in class __redirected.__XMLEventFactory
 
createEndElement(QName, Iterator) - Method in class __redirected.__XMLEventFactory
 
createEndElement(String, String, String) - Method in class __redirected.__XMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class __redirected.__XMLEventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class __redirected.__XMLEventFactory
 
createFileResourceLoader(String, File) - Static method in class org.jboss.modules.ResourceLoaders
Create a filesystem-backed resource loader with support for native libraries.
createFilter(String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
createFilteredLocalLoader(ClassFilter, PathFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class __redirected.__XMLInputFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class __redirected.__XMLInputFactory
 
createFilteredResourceLoader(PathFilter, ResourceLoader) - Static method in class org.jboss.modules.ResourceLoaders
Create a filtered view of a resource loader, which allows classes to be included or excluded on a name basis.
createFramework(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
Overwrite to create the framework
createFramework(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to create the framework
createFramework() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
createIgnorableSpace(String) - Method in class __redirected.__XMLEventFactory
 
createJarResourceLoader(String, JarFile) - Static method in class org.jboss.modules.ResourceLoaders
Create a JAR-backed resource loader.
createLocalDependencySpec() - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the current module's local resources.
createLocalDependencySpec(PathFilter, PathFilter) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the current module's local resources.
createLocalDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the current module's local resources.
createLocalDependencySpec(LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given local loader.
createLocalDependencySpec(LocalLoader, Set<String>, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given local loader.
createLocalDependencySpec(PathFilter, PathFilter, LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given local loader.
createLocalDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given local loader.
createModule(OSGiMetaData, int) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
createModule(String, Version, int) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
createModule(OSGiMetaData, int) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Create a module builder from OSGi metadata
createModule(String, Version, int) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Create an empty module builder
createModuleDependencySpec(ModuleIdentifier) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(ModuleIdentifier, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(ModuleLoader, ModuleIdentifier, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(PathFilter, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(PathFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(PathFilter, PathFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createModuleDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the given module.
createNamespace(String) - Method in class __redirected.__XMLEventFactory
 
createNamespace(String, String) - Method in class __redirected.__XMLEventFactory
 
createPathFilteredLocalLoader(PathFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createProcessingInstruction(String, String) - Method in class __redirected.__XMLEventFactory
 
createRemoteRuntime() - Static method in class org.jboss.osgi.testing.OSGiRuntimeTest
Delegates to OSGiRuntimeHelper#getRemoteRuntime()
createResourceLoaderSpec(ResourceLoader, PathFilter) - Static method in class org.jboss.modules.ResourceLoaderSpec
Construct a new instance.
createResourceLoaderSpec(ResourceLoader) - Static method in class org.jboss.modules.ResourceLoaderSpec
Construct a new instance which accepts all paths in the resource loader.
createSpace(String) - Method in class __redirected.__XMLEventFactory
 
createStartDocument() - Method in class __redirected.__XMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class __redirected.__XMLEventFactory
 
createStartDocument(String, String) - Method in class __redirected.__XMLEventFactory
 
createStartDocument(String) - Method in class __redirected.__XMLEventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class __redirected.__XMLEventFactory
 
createStartElement(String, String, String) - Method in class __redirected.__XMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class __redirected.__XMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class __redirected.__XMLEventFactory
 
createXMLEventReader(Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(Source) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLEventWriter(Result) - Method in class __redirected.__XMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class __redirected.__XMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class __redirected.__XMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamReader(Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(Source) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamWriter(Writer) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class __redirected.__XMLOutputFactory
 

D

DEFAULT_OSGI_FRAMEWORK_PROPERTIES - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework config: jboss-osgi-framework.properties
DEFAULT_REMOTE_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
DefaultValue<T> - Class in org.jboss.msc.value
A defaulted value.
DefaultValue(Value<T>, Value<? extends T>) - Constructor for class org.jboss.msc.value.DefaultValue
Construct a new instance.
definePackage(String, String, String, String, String, String, String, URL) - Method in class org.jboss.modules.ModuleClassLoader
DelegatingServiceBuilder<T> - Class in org.jboss.msc.service
A service builder which delegates to another service builder.
DelegatingServiceBuilder(ServiceBuilder<T>) - Constructor for class org.jboss.msc.service.DelegatingServiceBuilder
Construct a new instance.
DelegatingServiceContainer - Class in org.jboss.msc.service
A delegating container for things which depend on a service container rather than a specific target or registry instance.
DelegatingServiceContainer(ServiceTarget, ServiceRegistry) - Constructor for class org.jboss.msc.service.DelegatingServiceContainer
Construct a new instance.
DelegatingServiceRegistry - Class in org.jboss.msc.service
An "insulated" view of a service registry which prevents access to other public methods on the delegate registry object.
DelegatingServiceRegistry(ServiceRegistry) - Constructor for class org.jboss.msc.service.DelegatingServiceRegistry
Construct a new instance.
DelegatingServiceTarget - Class in org.jboss.msc.service
An "insulated" view of a service target which prevents access to other public methods on the delegate target object.
DelegatingServiceTarget(ServiceTarget) - Constructor for class org.jboss.msc.service.DelegatingServiceTarget
Construct a new instance.
dependencyFailed(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
A dependency of the service has failed.
dependencyFailed(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
A dependency of the service has failed.
dependencyFailureCleared(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
A dependency of the service is retrying to start.
dependencyFailureCleared(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
A dependency of the service is retrying to start.
DependencyInfo - Class in org.jboss.modules.management
Information describing a dependency.
DependencyInfo(String, String, String, ModuleLoaderMXBean, String, boolean, String, List<String>) - Constructor for class org.jboss.modules.management.DependencyInfo
Construct a new instance.
DependencyMetaData - Interface in org.jboss.osgi.metadata
Metadata about what a osgi service's dependency.
DependencySpec - Class in org.jboss.modules
A dependency specification that represents a single dependency for a module.
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
 
deploy(URL) - Method in interface org.jboss.osgi.testing.OSGiDeployerClient
Deploys an archive from the given location.
deploy(String, InputStream) - Method in interface org.jboss.osgi.testing.OSGiDeployerClient
Deploys an archive from the given input stream.
deploy(String) - Method in interface org.jboss.osgi.testing.OSGiRemoteRuntime
Deploys an archive from the given location string
deploy(JavaArchive) - Method in interface org.jboss.osgi.testing.OSGiRemoteRuntime
Deploys the given archive
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.
DeploymentScannerService - Interface in org.jboss.osgi.hotdeploy
A service that scans a directory location for new/removed bundles.
DeploymentServicesActivator - Class in org.jboss.osgi.deployment
An activator for the deployment services.
DeploymentServicesActivator() - Constructor for class org.jboss.osgi.deployment.DeploymentServicesActivator
 
DirectiveSupport - Interface in org.jboss.osgi.resolver.spi
Adds support for directives
DocumentBuilderFactoryImpl - Class in org.jboss.osgi.xml
A DocumentBuilderFactory that gets loaded from this bundle.
DocumentBuilderFactoryImpl() - Constructor for class org.jboss.osgi.xml.DocumentBuilderFactoryImpl
 
DOMAIN_NAME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi domain 'jboss.osgi'
done() - Method in class org.jboss.msc.service.MultipleRemoveListener
Called when this listener has been added to all relevant services.
dumpAllModuleInformation() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Dump all information for all modules as a string.
dumpModuleInformation(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Dump all information for a single module as a string.
dumpServices() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Dump a complete list of services to System.out.
dumpServices(PrintStream) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Dump a complete list of services to the given stream.
dumpServices() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
Dump the container state to the console.
dumpServices() - Method in interface org.jboss.msc.service.ServiceContainer
Dump a complete list of services to System.out.
dumpServices(PrintStream) - Method in interface org.jboss.msc.service.ServiceContainer
Dump a complete list of services to the given stream.
dumpServicesToString() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
Dump the container state to a big string.
DuplicateServiceException - Exception in org.jboss.msc.service
An exception which is thrown when the given service is already registered.
DuplicateServiceException() - Constructor for exception org.jboss.msc.service.DuplicateServiceException
Constructs a DuplicateServiceException with no detail message.
DuplicateServiceException(String) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
Constructs a DuplicateServiceException with the specified detail message.
DuplicateServiceException(Throwable) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
Constructs a DuplicateServiceException with the specified cause.
DuplicateServiceException(String, Throwable) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
Constructs a DuplicateServiceException with the specified detail message and cause.

E

elements() - Method in class org.jboss.modules.management.ObjectProperties
 
elements() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
elements() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
EMPTY_ENUMERATION - Static variable in class org.jboss.modules.ConcurrentClassLoader
An empty enumeration, for subclasses to use if desired.
EMPTY_LIST - Static variable in class org.jboss.msc.value.Values
The empty value list.
EMPTY_TYPE_LIST - Static variable in class org.jboss.msc.value.Values
The empty value type list.
emptyList() - Static method in class org.jboss.msc.value.Values
The empty value list.
emptyListValue() - Static method in class org.jboss.msc.value.Values
A value which yields the empty list.
entersRestState() - Method in enum org.jboss.msc.service.ServiceController.Transition
Determine whether this transition causes movement from a non-rest state to a rest state.
entry(K, V) - Static method in class org.jboss.msc.value.MapEntry
Construct a new instance.
entrySet() - Method in class org.jboss.modules.management.ObjectProperties
 
entrySet() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
EnvironmentPropertyValue - Class in org.jboss.msc.value
A value which comes from an environment property.
EnvironmentPropertyValue(String) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
Construct a new instance.
EnvironmentPropertyValue(String, AccessControlContext) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
Construct a new instance.
EnvironmentPropertyValue(String, Value<?>) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
Construct a new instance.
EnvironmentPropertyValue(String, AccessControlContext, Value<?>) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
Construct a new instance.
equals(Object) - Method in class org.jboss.modules.ModuleClassLoader
equals(Object) - Method in class org.jboss.modules.ModuleIdentifier
Determine whether this object is equal to another.
equals(ModuleIdentifier) - Method in class org.jboss.modules.ModuleIdentifier
Determine whether this object is equal to another.
equals(Object) - Method in class org.jboss.msc.service.ServiceName
Compare this service name to another service name.
equals(ServiceName) - Method in class org.jboss.msc.service.ServiceName
Compare this service name to another service name.
equals(Object) - Method in class org.jboss.msc.value.MapEntry
Compare this entry with another.
equals(MapEntry<?, ?>) - Method in class org.jboss.msc.value.MapEntry
Compare this entry with another.
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.resolver.spi.AbstractModule
 
equals(Object) - Method in class org.jboss.osgi.resolver.XVersionRange
 
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.framework.GenericBundleWrapper
 
equals(Object) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
equals(Object) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
equals(Object) - Method in class org.jboss.osgi.spi.util.BundleInfo
 
equals(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
EventAdminCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium EventAdmin capability.
EventAdminCapability() - Constructor for class org.jboss.osgi.spi.capability.EventAdminCapability
 
execute(Runnable) - Method in interface org.jboss.msc.service.LifecycleContext
Execute a task asynchronously using the MSC task executor.

F

failed(StartException) - Method in interface org.jboss.msc.service.StartContext
Call when an asynchronous start lifecycle action has failed for some reason.
failsafeStop(OSGiBundle) - Static method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
failsafeUninstall(OSGiBundle) - Static method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
FieldInjector<T> - Class in org.jboss.msc.inject
An injector which updates the value of a field.
FieldInjector(Value<?>, Field) - Constructor for class org.jboss.msc.inject.FieldInjector
Construct a new instance.
FieldValue<T> - Class in org.jboss.msc.value
A value which reads a field of an object.
FieldValue(Field, Value<?>) - Constructor for class org.jboss.msc.value.FieldValue
Construct a new instance.
finalize() - Method in class org.jboss.modules.ModuleClassLoader
findClass(String, boolean, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Find a class, possibly delegating to other loader(s).
findClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Implementation of ClassLoader.findClass(String).
findClass(String, boolean, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Find a class, possibly delegating to other loader(s).
findClass(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
findEntries(String, String, boolean) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
findEntries(String, String, boolean) - Method in interface org.jboss.osgi.vfs.VirtualFile
Returns entries in this bundle and its attached fragments.
findLibrary(String) - Method in class org.jboss.modules.ModuleClassLoader
Find a library from one of the resource loaders.
findLoadedModuleLocal(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Find an already-loaded module, returning null if the module isn't currently loaded.
findModule(ModuleIdentifier) - Method in class org.jboss.modules.ClassifyingModuleLoader
Find a Module's specification in this ModuleLoader by its identifier.
findModule(ModuleIdentifier) - Method in class org.jboss.modules.LocalModuleLoader
Find a Module's specification in this ModuleLoader by its identifier.
findModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Find a Module's specification in this ModuleLoader by its identifier.
findModule(ModuleIdentifier) - Method in class org.jboss.modules.SystemClassPathModuleLoader
Find a Module's specification in this ModuleLoader by its identifier.
findResource(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Find the resource with the given name and exported status.
findResource(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Never used.
findResource(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Find the resource with the given name and exported status.
findResource(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
findResourceAsStream(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds the resource with the given name and exported status, returning the resource content as a stream.
findResourceAsStream(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Finds the resource with the given name and exported status, returning the resource content as a stream.
findResources(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds the resources with the given name and exported status.
findResources(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Never used.
findResources(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Finds the resources with the given name and exported status.
findResources(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
finishBatch() - Method in class org.jboss.msc.service.TimingServiceListener
Call when all services in this timing group have been added.
finished() - Method in class org.jboss.msc.service.TimingServiceListener
Determine whether all services have finished.
forClass(Class<?>) - Static method in class org.jboss.modules.Module
Get the module for a loaded class, or null if the class did not come from any module.
forClass(Class<?>) - Static method in class org.jboss.modules.ModuleLoader
Get the module loader for a class.
forClassLoader(ClassLoader, boolean) - Static method in class org.jboss.modules.Module
Get the module for a class loader, or null if the class loader is not associated with any module.
forClassLoader(ClassLoader) - Static method in class org.jboss.modules.ModuleLoader
Get the module loader for a class loader.
frameworkEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
 
frameworkEvent(FrameworkEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
FrameworkException - Exception in org.jboss.osgi.spi.framework
An OSGi Framework Exception that should be thrown on unrecoverable errors.
FrameworkException(String) - Constructor for exception org.jboss.osgi.spi.framework.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for exception org.jboss.osgi.spi.framework.FrameworkException
 
FrameworkException(Throwable) - Constructor for exception org.jboss.osgi.spi.framework.FrameworkException
 
FrameworkIntegrationBean - Class in org.jboss.osgi.spi.framework
An abstraction of an OSGi Framework.
FrameworkIntegrationBean() - Constructor for class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
FrameworkMBeanExt - Interface in org.jboss.osgi.jmx
An extension to FrameworkMBean.
fromString(String) - Static method in class org.jboss.modules.ModuleIdentifier
Parse a module specification from a string.

G

GenericBundleWrapper<T extends Bundle> - Class in org.jboss.osgi.spi.framework
A generic Bundle wrapper that delegates all method calls to the underlying Bundle implementation.
GenericBundleWrapper(T) - Constructor for class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
GenericContextWrapper<T extends BundleContext> - Class in org.jboss.osgi.spi.framework
A generic BundleContext wrapper that delegates all method calls to the underlying BundleContext implementation.
GenericContextWrapper(T) - Constructor for class org.jboss.osgi.spi.framework.GenericContextWrapper
 
GenericFrameworkWrapper<T extends Framework> - Class in org.jboss.osgi.spi.framework
A generic Framework wrapper that delegates all method calls to the underlying Framework implementation.
GenericFrameworkWrapper(T) - Constructor for class org.jboss.osgi.spi.framework.GenericFrameworkWrapper
 
get(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
get() - Method in interface org.jboss.modules.ref.Reference
Get the value, or null if the reference has been cleared.
get() - Method in class org.jboss.modules.ref.StrongReference
 
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
 
getAfter() - Method in enum org.jboss.msc.service.ServiceController.Transition
Get the target (new) state of this transition.
getAliases() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service aliases, if any, as strings.
getAliases() - Method in interface org.jboss.msc.service.ServiceController
Get other names this service is known as.
getAllServiceReferences(String, String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getAndSetValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
Get and set the value.
getAssertionSetting() - Method in class org.jboss.modules.ClassSpec
Get the class assertion setting.
getAssertionSetting() - Method in class org.jboss.modules.PackageSpec
Get the package assertion setting.
getAssociatedStylesheet(Source, String, String, String) - Method in class __redirected.__TransformerFactory
 
getAttachment() - Method in class org.jboss.modules.ref.PhantomReference
 
getAttachment() - Method in interface org.jboss.modules.ref.Reference
Get the attachment, if any.
getAttachment() - Method in class org.jboss.modules.ref.SoftReference
 
getAttachment() - Method in class org.jboss.modules.ref.StrongReference
 
getAttachment() - Method in class org.jboss.modules.ref.WeakReference
 
getAttachment(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.spi.AttachmentSupport
Get the attached object for a given key
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.util.AttachmentSupport
 
getAttachment(String, Class<T>) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAttachment(String) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAttachmentKeys() - Method in interface org.jboss.osgi.spi.Attachments
Get attachment keys
getAttachmentKeys() - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
getAttribute(String) - Method in class __redirected.__DocumentBuilderFactory
 
getAttribute(String) - Method in class __redirected.__TransformerFactory
 
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 interface org.jboss.osgi.resolver.spi.AttributeSupport
Get the value of the given attribute
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 interface org.jboss.osgi.resolver.spi.AttributeSupport
Get the attributes
getAttributes() - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the attributes
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
getAutoInstall() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getAutoStart() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getBefore() - Method in enum org.jboss.msc.service.ServiceController.Transition
Get the source state of this transition.
getBindMethod() - Method in interface org.jboss.osgi.metadata.ListenerMetaData
 
getBootModuleLoader() - Static method in class org.jboss.modules.Module
Gets the boot module loader.
getBootstrapProvider() - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
Get an instance of an OSGiBootstrapProvider.
getBootstrapProvider() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
getBundle() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the bundle
getBundle(long) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Answer the bundle state for a single bundle.
getBundle() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getBundle() - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getBundle(long) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getBundle(String, Version) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the OSGiBundle for a given symbolic name and version In case the version is left unspecified, it returns the first bundle that matches the symbolic name.
getBundle(long) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the OSGiBundle for a given bundle id.
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.
getBundleCapability() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getBundleCapability() - Method in interface org.jboss.osgi.resolver.XModule
Get this modules host capability
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
getBundleClassPath() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getBundleClassPath() - Method in interface org.jboss.osgi.resolver.XModule
Get the bundle class paths
getBundleContext() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getBundleContext() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getBundleDeployments() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
Returns the array of bundle URLs currently known to the deployment scanner.
getBundleDescription() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the description
getBundleId() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getBundleId() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's unique identifier.
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.util.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
getBundleRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getBundleRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get the bundle requirements
getBundles() - Method in class org.jboss.osgi.spi.capability.Capability
 
getBundles() - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getBundles() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the array of installed OSGiBundles
getBundleStateMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getBundleStateMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the BundleStateMBean
getBundleSymbolicName() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get bundle symbolic name.
getBundleSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getBundleSymbolicName() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The bundle symbolic name of the exporting bundle
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.
getBundleVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getBundleVersion() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The bundle version of the exporting bundle
getBytes() - Method in class org.jboss.modules.ClassSpec
Get the class file bytes.
getCallbackHandler() - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
getCallerModule() - Static method in class org.jboss.modules.Module
Get the caller's module.
getCallerModuleLoader() - Static method in class org.jboss.modules.Module
Gets the current module loader.
getCanonicalName() - Method in class org.jboss.msc.service.ServiceName
Get the canonical name of this service name.
getCapabilities() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getCapabilities() - Method in interface org.jboss.osgi.resolver.XModule
Get all module capabilities
getCapability() - Method in interface org.jboss.osgi.resolver.XWire
Returns the associated capability from the exporting module that satisfies the requirement of the importing module.
getCeiling() - Method in class org.jboss.osgi.metadata.VersionRange
 
getCeiling() - Method in class org.jboss.osgi.resolver.XVersionRange
 
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
getChildTarget() - Method in interface org.jboss.msc.service.StartContext
Get a service target which may be used to add child services.
getClassLoader() - Method in class org.jboss.modules.management.ModuleInfo
 
getClassLoader() - Method in class org.jboss.modules.Module
Get the class loader for a module.
getClassPart() - Method in class org.jboss.osgi.spi.Attachments.Key
Get the class part for this key
getClassSpec(String) - Method in interface org.jboss.modules.ResourceLoader
Get the class specification for the given class name.
getCodeSigners() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the CodeSigners for a the virtual file.
getCodeSource() - Method in class org.jboss.modules.ClassSpec
Get the code source (should not be null).
getContextModuleLoader() - Static method in class org.jboss.modules.Module
Get the current thread's context module loader.
getController() - Method in interface org.jboss.msc.service.LifecycleContext
Get the associated service controller.
getCurrentModule() - Static method in class org.jboss.modules.Module
Deprecated. use Module.getCallerModule() instead.
getCurrentModuleLoader() - Static method in class org.jboss.modules.Module
Deprecated. use Module.getCallerModuleLoader() instead.
getCycle() - Method in exception org.jboss.msc.service.CircularDependencyException
Returns a cycle found during service installation.
getDataFile(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Get the string encoded file path in the persistent storage area provided for the given bundle.
getDataFile(String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getDataFile(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Creates a File object for a file in the persistent storage area provided for the bundle by the Framework.
getDefaultImportFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get the default import path filter, which excludes all of META-INF and its subdirectories.
getDefaultImportFilterWithServices() - Static method in class org.jboss.modules.filter.PathFilters
Get the default import-with-services path filter which excludes all of META-INF and its subdirectories, with the exception of META-INF/services.
getDependencies() - Method in class org.jboss.modules.management.ModuleInfo
 
getDependencies(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the dependencies of the named module.
getDependencies() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Returns a set of all dependencies added to this target.
getDependencies() - Method in class org.jboss.msc.service.DelegatingServiceTarget
Returns a set of all dependencies added to this target.
getDependencies() - Method in class org.jboss.msc.service.management.ServiceStatus
The list of dependency names for this service.
getDependencies() - Method in interface org.jboss.msc.service.ServiceTarget
Returns a set of all dependencies added to this target.
getDependencies() - Method in class org.jboss.osgi.spi.capability.Capability
 
getDependency() - Method in interface org.jboss.osgi.metadata.DependencyMetaData
What is the dependency
getDependencyType() - Method in class org.jboss.modules.management.DependencyInfo
Get the dependency type class name.
getDeployerClient() - Static method in class org.jboss.osgi.testing.OSGiDeployerClient.Factory
 
getDirective(String) - Method in interface org.jboss.osgi.metadata.ParameterizedAttribute
Get a directive by name.
getDirective(String) - Method in interface org.jboss.osgi.resolver.spi.DirectiveSupport
Get the value of the given directive
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 interface org.jboss.osgi.resolver.spi.DirectiveSupport
Get the directives
getDirectives() - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the directives
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.
getDynamicPackageRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getDynamicPackageRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get the dynamic package requirements
getElapsedTime() - Method in interface org.jboss.msc.service.LifecycleContext
Get the amount of time elapsed since the start or stop was initiated, in nanoseconds.
getElapsedTime() - Method in class org.jboss.msc.service.TimingServiceListener
Get the elapsed time in milliseconds.
getEntry(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Returns a string encoded URL to the entry at the specified path in the given bundle.
getEntry(String) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getEntry(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns a URL to the entry at the specified path in this bundle.
getEntryPaths(String) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
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.
getErrorListener() - Method in class __redirected.__TransformerFactory
 
getEventAllocator() - Method in class __redirected.__XMLInputFactory
 
getException() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service start exception.
getExclude() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Classes that must not be visible to an importer
getExcludes() - Method in interface org.jboss.osgi.metadata.ActivationPolicyMetaData
Get the exclude packages.
getExportedPaths() - Method in class org.jboss.modules.Module
Get all the paths exported by this module.
getExportedResource(String, String) - Method in class org.jboss.modules.Module
Get an exported resource from a specific root in this module.
getExportedResource(String) - Method in class org.jboss.modules.Module
Get an exported resource URL.
getExportedResources(String) - Method in class org.jboss.modules.Module
Get all exported resource URLs for a resource name.
getExporter() - Method in interface org.jboss.osgi.resolver.XWire
Returns the exporting module.
getExportFilter() - Method in class org.jboss.modules.management.DependencyInfo
Get the export filter, as a string.
getExportPackages() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the export packages.
getExtension() - Method in interface org.jboss.osgi.resolver.XFragmentHostRequirement
 
getFallbackLoader() - Method in class org.jboss.modules.management.ModuleInfo
 
getFeature(String) - Method in class __redirected.__DocumentBuilderFactory
 
getFeature(String) - Method in class __redirected.__SAXParserFactory
 
getFeature(String) - Method in class __redirected.__TransformerFactory
 
getFeature(String) - Method in class __redirected.__XPathFactory
 
getFilter() - Method in class org.jboss.osgi.spi.capability.Capability
Get the filter that is used for service lookup.
getFloor() - Method in class org.jboss.osgi.metadata.VersionRange
 
getFloor() - Method in class org.jboss.osgi.resolver.XVersionRange
 
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 class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getFramework() - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Get the configured OSGi Framework
getFramework() - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
 
getFramework() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getFrameworkMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getFrameworkMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the FrameworkMBean
getFrameworkName() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getFrameworkName()
getFrameworkName() - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
getHeader(String) - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Extension point to read custom manifest headers.
getHeaders(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Answer the headers for the bundle uniquely identified by the bundle id.
getHeaders() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the headers in raw unlocalized format.
getHeaders() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getHeaders(String) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getHeaders() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's Manifest headers and values.
getHeaders(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's Manifest headers and values localized to the specified locale.
getHostRequirement() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getHostRequirement() - Method in interface org.jboss.osgi.resolver.XModule
Get the fragment host requirement if this module is a fragment
getIdentifier() - Method in class org.jboss.modules.Module
Get this module's identifier.
getIdentifier() - Method in interface org.jboss.modules.ModuleSpec.Builder
Get the identifier of the module being defined by this builder.
getImmediateUnavailableDependencies() - Method in interface org.jboss.msc.service.ServiceController
Get the complete list of immediate dependencies that are unavailable.
getImplTitle() - Method in class org.jboss.modules.PackageSpec
Get the implementation title.
getImplVendor() - Method in class org.jboss.modules.PackageSpec
Get the implementation vendor.
getImplVersion() - Method in class org.jboss.modules.PackageSpec
Get the implementation version.
getImporter() - Method in interface org.jboss.osgi.resolver.XWire
Returns the importing module.
getImportFilter() - Method in class org.jboss.modules.management.DependencyInfo
Get the import filter, as a string.
getImportPackages() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Get the import packages.
getInclude() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Classes that must be visible to an importer
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.
getInjector() - Method in class org.jboss.msc.service.ValueInjectionService
Get the injector, which should be used to inject the dependency.
getInput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the required set of inputs.
getInput() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the required set of inputs.
getInstalledBundles() - Method in class org.jboss.osgi.spi.capability.Capability
 
getInstance() - Static method in class org.jboss.modules.log.NoopModuleLogger
 
getInstance() - Static method in class org.jboss.modules.SystemClassPathModuleLoader
Get the system module loader.
getInstance() - Static method in class org.jboss.osgi.resolver.XResolverFactory
Get an instance of the resolver factory
getInstance(ClassLoader) - Static method in class org.jboss.osgi.resolver.XResolverFactory
Get an instance of the resolver factory
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.
getJarName() - Static method in class org.jboss.modules.Main
Get the name of the JBoss Modules JAR.
getKey() - Method in class org.jboss.modules.management.ObjectProperties.Property
 
getKey() - Method in class org.jboss.msc.value.MapEntry
Get the map key.
getLastChange() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The timestamp of the last change
getLastModified() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getLibrary(String) - Method in interface org.jboss.modules.ResourceLoader
Get the absolute physical filesystem path for a library with the given name.
getLibraryPath() - Method in class org.jboss.osgi.metadata.NativeLibrary
 
getListeners() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Returns a set of the listeners added to this target.
getListeners() - Method in class org.jboss.msc.service.DelegatingServiceTarget
Returns a set of the listeners added to this target.
getListeners() - Method in interface org.jboss.msc.service.ServiceTarget
Returns a set of the listeners added to this target.
getLoadedModuleCount() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the number of modules currently loaded.
getLocalLoader() - Method in class org.jboss.modules.management.DependencyInfo
Get the local loader type class name.
getLocalLoaderPaths() - Method in class org.jboss.modules.management.DependencyInfo
Get the list of paths made available by the local loader.
getLocation() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle location
getLocation() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getLocation() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle location
getLocation() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's location.
getLongName() - Method in class org.jboss.osgi.testing.OSGiTest
Get the the FQN of this test class.
getMainClass() - Method in class org.jboss.modules.management.ModuleInfo
 
getMandatory() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Get the list of mandatory attriutes
getManifest() - Method in class org.jboss.osgi.spi.util.BundleInfo
 
getManifest() - Method in class org.jboss.osgi.testing.ManifestBuilder
 
getManifest() - Method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
getManifest(VirtualFile) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getManifestHeader(String) - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the manifest header for the given key.
getMBeanProxy(ObjectName, Class<T>) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getMBeanProxy(ObjectName, Class<T>) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get an MBeanProxy for the given interface.
getMBeanServer() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getMBeanServer() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the MBeanServerConnection for this OSGiRuntime
getMetaInfFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches the path "META-INF".
getMetaInfServicesFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches the path "META-INF/services".
getMetaInfSubdirectoriesFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches any subdirectory of the path "META-INF".
getMetaInfSubdirectoriesWithoutMetaInfFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches all of META-INF's subdirectories, but not META-INF itself.
getMode() - Method in interface org.jboss.msc.service.ServiceController
Get the service controller's current mode.
getModeName() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service mode, as a string.
getModule(ModuleIdentifier) - Method in class org.jboss.modules.Module
Get the module with the given identifier from the module loader used by this module.
getModule() - Method in class org.jboss.modules.ModuleClassLoader
Get the module for this class loader.
getModule() - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
getModule() - Method in interface org.jboss.osgi.resolver.XCapability
Get associated module.
getModule() - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Get the final module from the builder
getModule() - Method in interface org.jboss.osgi.resolver.XRequirement
Get associated module.
getModule() - Method in exception org.jboss.osgi.resolver.XResolverException
 
getModuleActivator() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getModuleActivator() - Method in interface org.jboss.osgi.resolver.XModule
Get the optional module activator
getModuleById(XModuleIdentity) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
getModuleById(XModuleIdentity) - Method in interface org.jboss.osgi.resolver.XResolver
Find the a module for a given id.
getModuleDescription(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the complete description of this module.
getModuleFromCallerModuleLoader(ModuleIdentifier) - Static method in class org.jboss.modules.Module
Get a module from the current module loader.
getModuleFromCurrentLoader(ModuleIdentifier) - Static method in class org.jboss.modules.Module
Deprecated. use Module.getModuleFromCallerModuleLoader(ModuleIdentifier) instead.
getModuleId() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getModuleId() - Method in interface org.jboss.osgi.resolver.XModule
Get the module id
getModuleIdentifier() - Method in class org.jboss.modules.ModuleSpec
Get the module identifier for the module which is specified by this object.
getModuleIdentity() - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
getModuleIdentity() - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Get the module identity from the builder
getModuleLoader() - Method in class org.jboss.modules.management.DependencyInfo
Get the module loader MXBean of this dependency.
getModuleLoader() - Method in class org.jboss.modules.management.ModuleInfo
 
getModuleLoader() - Method in class org.jboss.modules.Module
Get the module loader which created this module.
getModuleLogger() - Static method in class org.jboss.modules.Module
Get the logger used by the module system.
getModuleName() - Method in class org.jboss.modules.management.DependencyInfo
Get the module name, as a string.
getModulePathsInfo(String, boolean) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get a paths map for a given module.
getModules() - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
getModules() - Method in interface org.jboss.osgi.resolver.XResolver
Get the list of registered modules
getName() - Method in class org.jboss.modules.management.ModuleInfo
 
getName() - Method in class org.jboss.modules.ModuleIdentifier
Get the module name.
getName() - Method in interface org.jboss.modules.Resource
Get the relative resource name.
getName() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get the name of this service container.
getName() - Method in interface org.jboss.msc.service.ServiceContainer
Get the name of this service container.
getName() - Method in interface org.jboss.msc.service.ServiceController
Get the name of this service, if any.
getName() - Method in interface org.jboss.osgi.resolver.XElement
Get the name for this capability.
getName() - Method in interface org.jboss.osgi.resolver.XModuleIdentity
 
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
getNativeLibraries() - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
getNullReference() - Static method in class org.jboss.modules.ref.References
Get a null reference.
getOptionalValue() - Method in class org.jboss.msc.value.InjectedSetValue
getOptionalValue() - Method in class org.jboss.msc.value.InjectedValue
Get the value if it was injected, or return null if it was not.
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.
getPackage(String) - Method in class org.jboss.modules.ModuleClassLoader
getPackageAdmin() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getPackageCapabilities() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getPackageCapabilities() - Method in interface org.jboss.osgi.resolver.XModule
Get the package capabilities
getPackageName() - Method in interface org.jboss.osgi.metadata.PackageAttribute
Get the package name.
getPackageRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getPackageRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get the non-dynamic package requirements
getPackages() - Method in class org.jboss.modules.ModuleClassLoader
getPackageSpec(String, Manifest, URL) - Static method in class org.jboss.modules.AbstractResourceLoader
 
getPackageSpec(String) - Method in interface org.jboss.modules.ResourceLoader
Get the package specification for the given directory name.
getPackageStateMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getPackageStateMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the PackageStateMBean
getParent() - Method in interface org.jboss.msc.service.ServiceController
Get this service's parent service, or null if there is none.
getParent() - Method in class org.jboss.msc.service.ServiceName
Get the parent (enclosing) service name.
getParent() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the parent
getParentName() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the name of the parent service, if any.
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.modules.management.ResourceLoaderInfo
Get the paths list.
getPaths() - Method in interface org.jboss.modules.ResourceLoader
Get the collection of resource paths.
getPermissions(CodeSource) - Method in class org.jboss.modules.ModuleClassLoader
getProperties() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
getProperty(String) - Method in class __redirected.__XMLInputFactory
 
getProperty(String) - Method in class __redirected.__XMLOutputFactory
 
getProperty(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Answer the map of properties associated with this bundle
getProperty(String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getProperty(String) - Method in interface org.jboss.osgi.spi.util.StringPropertyReplacer.PropertyProvider
 
getProperty(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns the value of the specified property.
getProperty(String) - Method in interface org.jboss.osgi.testing.OSGiServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getPropertyKeys() - Method in interface org.jboss.osgi.testing.OSGiServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getReaper() - Method in class org.jboss.modules.ref.PhantomReference
 
getReaper() - Method in class org.jboss.modules.ref.SoftReference
 
getReaper() - Method in class org.jboss.modules.ref.WeakReference
 
getRef() - Method in interface org.jboss.osgi.metadata.ListenerMetaData
 
getRegisteredServices() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
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
getRemainingCount() - Method in class org.jboss.msc.service.TimingServiceListener
Get the number of remaining services to start.
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
getRequiredService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get a service, throwing an exception if it is not found.
getRequiredService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceRegistry
Get a service, throwing an exception if it is not found.
getRequiredService(ServiceName) - Method in interface org.jboss.msc.service.ServiceRegistry
Get a service, throwing an exception if it is not found.
getRequirement() - Method in exception org.jboss.osgi.resolver.XResolverException
 
getRequirement() - Method in interface org.jboss.osgi.resolver.XWire
Returns the associated requirement from the importing module that resulted in the creation of this wire.
getRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get all module requirements
getResolution() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getResolution() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The required resolution
getResolution() - Method in interface org.jboss.osgi.resolver.XRequireBundleRequirement
 
getResolver() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getResolver() - Method in interface org.jboss.osgi.resolver.XModule
Get the resolver that is controlling this module.
getResource(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds the resource with the given name.
getResource(String) - Method in interface org.jboss.modules.ResourceLoader
Get a resource with the given name.
getResource(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Find the specified resource from the given bundle's class loader.
getResource(String) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getResource(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
getResource(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Find the specified resource from this bundle's class loader.
getResourceAsStream(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Returns an input stream for reading the specified resource.
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
getResourceLoaders() - Method in class org.jboss.modules.management.ModuleInfo
 
getResourceLoaders(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the resource loaders of the named module.
getResources(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds all available resources with the given name.
getResources(String) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
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
getRevision() - Method in interface org.jboss.osgi.resolver.XModuleIdentity
 
getRoot() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the root virtual file
getRoot() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the root virtual file
getRoot() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle root file
getRootName() - Method in interface org.jboss.modules.ResourceLoader
Get the name of the root represented by this resource loader.
getRootURL() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle root url
getRuntime() - Method in interface org.jboss.osgi.testing.OSGiBundle
Get the runtime associated with this bundle.
getRuntime() - Static method in class org.jboss.osgi.testing.OSGiRuntimeTest
 
getScanCount() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The number of scans since the service started
getScanInterval() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The number of milliseconds between scans Defaults to 2000ms
getScanLocation() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
Get the scan location URL.
getSchema() - Method in class __redirected.__DocumentBuilderFactory
 
getSchema() - Method in class __redirected.__SAXParserFactory
 
getSealBase() - Method in class org.jboss.modules.PackageSpec
Get the URL against which this package is sealed.
getServerHost() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the host name that this OSGiRuntime is running on.
getServerHost() - Method in class org.jboss.osgi.testing.OSGiTest
Delegates to OSGiTestHelper.getServerHost()
getServerHost() - Static method in class org.jboss.osgi.testing.OSGiTestHelper
 
getService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get a service, returning null if it is not found.
getService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceRegistry
Get a service, returning null if it is not found.
getService() - Method in interface org.jboss.msc.service.ServiceController
Get the service.
getService(ServiceName) - Method in interface org.jboss.msc.service.ServiceRegistry
Get a service, returning null if it is not found.
getService(String) - Method in interface org.jboss.osgi.jmx.ServiceStateMBeanExt
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getService(ServiceReference) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getServiceClassName() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service class name, or "&lt;unknown&gt;" if not known.
getServiceContainer() - Method in interface org.jboss.msc.service.ServiceController
Get the service container associated with this controller.
getServiceName() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service name, as a string.
getServiceName() - Method in exception org.jboss.msc.service.StartException
 
getServiceName() - Method in class org.jboss.osgi.spi.capability.Capability
Get the service name associated with this capability.
getServiceNames() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get a list of service names installed in this registry.
getServiceNames() - Method in class org.jboss.msc.service.DelegatingServiceRegistry
Get a list of service names installed in this registry.
getServiceNames() - Method in interface org.jboss.msc.service.ServiceRegistry
Get a list of service names installed in this registry.
getServiceReference(String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getServiceReference(String, int) - Method in class org.jboss.osgi.spi.util.BundleContextHelper
Get a ServiceReference with a given timeout.
getServiceReference(String, long) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
Get a ServiceReference within the given timeout.
getServiceReference(String) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReference(String, long) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReferences(String, String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getServiceReferences(String, String) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Returns an array of ServiceReference objects.
getServiceRegistry() - Method in interface org.jboss.msc.service.ServiceActivatorContext
Get the service registry for this activation.
getServiceRegistry() - Method in class org.jboss.msc.service.ServiceActivatorContextImpl
Get the service registry for this activation.
getServices(String, String) - Method in interface org.jboss.osgi.jmx.ServiceStateMBeanExt
Returns an array of ManagedServiceReference objects.
getServicesInUse() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getServiceStateMBean() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getServiceStateMBean() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Get the ServiceStateMBean
getServiceStatus(String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
Get the status of one service.
getServiceTarget() - Method in interface org.jboss.msc.service.ServiceActivatorContext
Get the service target for this activation.
getServiceTarget() - Method in class org.jboss.msc.service.ServiceActivatorContextImpl
Get the service target for this activation.
getShortName() - Method in class org.jboss.osgi.testing.OSGiTest
Get the last token in the FQN of this test class.
getShutdownCompleted() - Method in class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
Returns the time the shutdown process was completed, in nanoseconds.
getShutdownInitiated() - Method in class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
Returns the time the shutdown process was initiated, in nanoseconds.
getSignerCertificates(int) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getSimpleName() - Method in class org.jboss.msc.service.ServiceName
Get the simple (unqualified) name of this service.
getSize() - Method in interface org.jboss.modules.Resource
Get the size of the resource, if known.
getSlot() - Method in class org.jboss.modules.ModuleIdentifier
Get the module version slot.
getSource() - Method in class org.jboss.msc.service.ValueInjection
Get the source value.
getSpecTitle() - Method in class org.jboss.modules.PackageSpec
Get the package specification title.
getSpecVendor() - Method in class org.jboss.modules.PackageSpec
Set the package specification vendor.
getSpecVersion() - Method in class org.jboss.modules.PackageSpec
Get the package specification version.
getStartException() - Method in interface org.jboss.msc.service.ServiceController
Get the reason why the last start failed.
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.testing.OSGiFrameworkTest
 
getStartTime() - Static method in class org.jboss.modules.Module
Return the start time in millis when Module.class was loaded.
getState() - Method in interface org.jboss.msc.service.ServiceController
Get the current service controller state.
getState() - Method in enum org.jboss.msc.service.ServiceController.Substate
Get the state corresponding to this sub-state.
getState() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getState() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns this bundle's current state.
getStateName() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service state, as a string.
getStoredValue() - Method in class org.jboss.msc.inject.RetainingInjector
Get the value object stored in this injector.
getStreamURL() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the URL used for streaming.
getSubstate() - Method in interface org.jboss.msc.service.ServiceController
Get the current service controller substate.
getSubstateName() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service internal substate, as a string.
getSymbolicName() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle symbolic name
getSymbolicName() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getSymbolicName() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle symbolic name
getSymbolicName() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header.
getSystemContext() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
getSystemContext() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the system bundle context
getSystemContext() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
getSystemModule() - Static method in class org.jboss.modules.Module
Get the system module.
getSystemModuleLoader() - Static method in class org.jboss.modules.Module
Deprecated. Use Module.getBootModuleLoader(). This method will be removed.
getSystemProperties() - Method in class org.jboss.osgi.spi.capability.Capability
Get the system properties for this capability.
getTarget() - Method in class org.jboss.msc.service.ValueInjection
Get the target injector.
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
getTotalCount() - Method in class org.jboss.msc.service.TimingServiceListener
Get the total number of services being tracked.
getType() - Method in class org.jboss.modules.management.ResourceLoaderInfo
Get the type name.
getType() - Method in class org.jboss.modules.ref.PhantomReference
 
getType() - Method in interface org.jboss.modules.ref.Reference
Get the type of the reference.
getType() - Method in class org.jboss.modules.ref.SoftReference
 
getType() - Method in class org.jboss.modules.ref.StrongReference
 
getType() - Method in class org.jboss.modules.ref.WeakReference
 
getType() - Method in interface org.jboss.osgi.metadata.ActivationPolicyMetaData
Get the type.
getUnbindMethod() - Method in interface org.jboss.osgi.metadata.ListenerMetaData
 
getURIResolver() - Method in class __redirected.__TransformerFactory
 
getURL() - Method in interface org.jboss.modules.Resource
Get the complete URL of this resource.
getUses() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Get the package names used by this package capability
getValue() - Method in class org.jboss.modules.management.ObjectProperties.Property
 
getValue() - Method in class org.jboss.msc.service.AbstractService
Get the actual value.
getValue() - Method in interface org.jboss.msc.service.ServiceController
Get the service value.
getValue() - Method in class org.jboss.msc.service.ValueInjectionService
Get the actual value.
getValue() - Method in class org.jboss.msc.service.ValueService
Get the actual value.
getValue() - Method in class org.jboss.msc.value.CachedValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.CheckedValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ClassOfValue
 
getValue() - Method in class org.jboss.msc.value.ConstructedValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.DefaultValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.EnvironmentPropertyValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.FieldValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ImmediateValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.InjectedSetValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.InjectedValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ListItemValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ListValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.MapEntry
Get the map value.
getValue() - Method in class org.jboss.msc.value.MapEntryValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.MapItemValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.MapValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.MethodValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ProviderValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ReferenceValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.SetValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.SystemPropertyValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.ThreadLocalValue
Get the actual value.
getValue() - Method in interface org.jboss.msc.value.Value
Get the actual value.
getValue() - Method in interface org.jboss.osgi.metadata.Parameter
Get value.
getValues(Iterable<? extends Value<?>>) - Static method in class org.jboss.msc.value.Values
Get an object array from the result of an iterable series of values.
getValues(Iterable<? extends Value<? extends T>>, Class<T>) - Static method in class org.jboss.msc.value.Values
Get a typed object array from the result of an iterable series of values.
getValues(Iterable<? extends Value<? extends T>>, T[]) - Static method in class org.jboss.msc.value.Values
Get a typed object array from the result of an iterable series of values.
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() - Method in interface org.jboss.osgi.metadata.VersionRangeAttribute
Get the version range.
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getVersion() - Method in interface org.jboss.osgi.resolver.XBundleCapability
Get the bundle version
getVersion() - Method in interface org.jboss.osgi.resolver.XModule
Get the module version
getVersion() - Method in interface org.jboss.osgi.resolver.XModuleIdentity
 
getVersion() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Get the package version
getVersion() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getVersion() - Method in class org.jboss.osgi.spi.util.BundleInfo
Get the bundle version
getVersion() - Method in interface org.jboss.osgi.testing.OSGiBundle
Returns the version of this bundle.
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getVersionRange() - Method in interface org.jboss.osgi.resolver.XFragmentHostRequirement
 
getVersionRange() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
Get the required version range
getVersionRange() - Method in interface org.jboss.osgi.resolver.XRequireBundleRequirement
 
getVersionString() - Static method in class org.jboss.modules.Main
Get the version string of JBoss Modules.
getVersionString() - Static method in class org.jboss.msc.Version
Get the version string.
getVisibility() - Method in interface org.jboss.osgi.resolver.XRequireBundleRequirement
 
getWiredCapability() - Method in interface org.jboss.osgi.resolver.XRequirement
Get the wired capbillity for this requirement.
getWiredRequirements() - Method in interface org.jboss.osgi.resolver.XCapability
Get the set of requirements that this capability is wired to
getWires() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getWires() - Method in interface org.jboss.osgi.resolver.XModule
Get the list of wires for this module
getWrappedBundle() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
getWrappedContext() - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
getWrappedFramework() - Method in class org.jboss.osgi.spi.framework.GenericFrameworkWrapper
 
getXMLReporter() - Method in class __redirected.__XMLInputFactory
 
getXMLResolver() - Method in class __redirected.__XMLInputFactory
 
greeting() - Method in class org.jboss.modules.log.JDKModuleLogger
greeting() - Method in interface org.jboss.modules.log.ModuleLogger
 
greeting() - Method in class org.jboss.modules.log.NoopModuleLogger
 
greeting() - Method in class org.jboss.modules.log.StreamModuleLogger

H

handleDone(T) - Method in interface org.jboss.msc.service.MultipleRemoveListener.Callback
Handle the completion of all removals.
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.
handleTermination(ServiceContainer.TerminateListener.Info) - Method in interface org.jboss.msc.service.ServiceContainer.TerminateListener
Notifies this listener that the container is shutdown.
At the moment this listener is requested to handle termination, all services in the container are stopped and removed.
hashCode() - Method in class org.jboss.modules.ModuleClassLoader
hashCode() - Method in class org.jboss.modules.ModuleIdentifier
Determine the hash code of this module identifier.
hashCode() - Method in class org.jboss.msc.service.ServiceName
Return the hash code of this service name.
hashCode() - Method in class org.jboss.msc.value.MapEntry
Get the hash code of this object.
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.resolver.spi.AbstractModule
 
hashCode() - Method in class org.jboss.osgi.resolver.XVersionRange
 
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.framework.GenericBundleWrapper
 
hashCode() - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
hashCode() - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
hashCode() - Method in class org.jboss.osgi.spi.util.BundleInfo
 
hashCode() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
hasPermission(Object) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 

I

immediateDependencyAvailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
All unavailable immediate dependencies of the service are now available, i.e., they are installed and are not administratively disabled.
immediateDependencyAvailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
All unavailable immediate dependencies of the service are now available, i.e., they are installed and are not administratively disabled.
immediateDependencyUnavailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
An immediate dependency of the service is uninstalled or administratively disabled.
immediateDependencyUnavailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
An immediate dependency of the service is uninstalled or administratively disabled.
ImmediateValue<T> - Class in org.jboss.msc.value
A simple immediately-available value.
ImmediateValue(T) - Constructor for class org.jboss.msc.value.ImmediateValue
Construct a new instance.
immediateValue(T) - Static method in class org.jboss.msc.value.Values
Get an immediate value.
immediateValues(List<T>) - Static method in class org.jboss.msc.value.Values
 
immediateValues(T...) - Static method in class org.jboss.msc.value.Values
 
in(Set<String>) - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which returns true if the tested path is contained within the given set.
infiniteRange - Static variable in class org.jboss.osgi.metadata.VersionRange
 
infiniteRange - Static variable in class org.jboss.osgi.resolver.XVersionRange
 
init() - Static method in class __redirected.__DatatypeFactory
Init method.
init() - Static method in class __redirected.__DocumentBuilderFactory
Init method.
init() - Static method in class __redirected.__SAXParserFactory
Init method.
init() - Static method in class __redirected.__TransformerFactory
Init method.
init() - Static method in class __redirected.__XMLEventFactory
Init method.
init() - Static method in class __redirected.__XMLInputFactory
Init method.
init() - Static method in class __redirected.__XMLOutputFactory
Init method.
init() - Static method in class __redirected.__XPathFactory
Init method.
init() - Method in class org.jboss.osgi.spi.framework.GenericFrameworkWrapper
 
initAll() - Static method in class __redirected.__JAXPRedirected
Initializes the JAXP redirection system.
inject(T) - Method in class org.jboss.msc.inject.AddMethodInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.AtomicReferenceInjector
Inject the given value.
inject(Object) - Method in class org.jboss.msc.inject.CastingInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.ConcurrentMapInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.FieldInjector
Inject the given value.
inject(T) - Method in interface org.jboss.msc.inject.Injector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.MapInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.MethodInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.RetainingInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.inject.SetMethodInjector
Inject the given value.
InjectedSetValue<T> - Class in org.jboss.msc.value
A Set value that can have entries injected into it.
InjectedSetValue() - Constructor for class org.jboss.msc.value.InjectedSetValue
Construct a new instance.
InjectedValue<T> - Class in org.jboss.msc.value
A value which is injected from another source.
InjectedValue() - Constructor for class org.jboss.msc.value.InjectedValue
Construct a new instance.
injectedValue() - Static method in class org.jboss.msc.value.Values
The special value representing the value of an injection operation.
InjectionException - Exception in org.jboss.msc.inject
An injection exception which is thrown when an injection fails for some reason.
InjectionException() - Constructor for exception org.jboss.msc.inject.InjectionException
Constructs a InjectionException with no detail message.
InjectionException(String) - Constructor for exception org.jboss.msc.inject.InjectionException
Constructs a InjectionException with the specified detail message.
InjectionException(Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
Constructs a InjectionException with the specified cause.
InjectionException(String, Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
Constructs a InjectionException with the specified detail message and cause.
Injector<T> - Interface in org.jboss.msc.inject
A receiver for values that are injected from another source, typically connected to a service lifecycle.
injector() - Method in class org.jboss.msc.value.InjectedSetValue
Gets an injector for this set.
Injectors - Class in org.jboss.msc.inject
Utility class to construct injector types.
install() - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Install the defined service into the container.
install() - Method in interface org.jboss.msc.service.ServiceBuilder
Install the defined service into the container.
install(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
installBundle(Deployment) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
installBundle(String, InputStream) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
installBundle(String) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
installBundle(Archive<?>) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(VirtualFile) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(String) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(String, InputStream) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
installBundle(Archive<?>) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Install an OSGiBundle from the given archive.
installBundle(VirtualFile) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Install an OSGiBundle from the given virtual file.
installBundle(String) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Install an OSGiBundle from the given location.
InvocationContext - Interface in org.jboss.osgi.deployment.interceptor
The context passed between Interceptors
invoke(int, InvocationContext) - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Called by the LifecycleInterceptorService when the given bundle is about to change to the given state
is(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches an exact path name.
isAutoStart() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the autostart flag associated with this deployment
isBundleUpdate() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the update flag associated with this deployment
isCeilingInclusive() - Method in class org.jboss.osgi.metadata.VersionRange
 
isCeilingInclusive() - Method in class org.jboss.osgi.resolver.XVersionRange
 
isChildOf(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches any path which is a child of the given path name (not including the path name itself).
isCoalescing() - Method in class __redirected.__DocumentBuilderFactory
 
isCollection() - Method in interface org.jboss.osgi.metadata.Parameter
Has multiple values.
isDependencyFailed() - Method in class org.jboss.msc.service.management.ServiceStatus
Determine if some dependency was failed at the time of the query.
isDependencyUnavailable() - Method in class org.jboss.msc.service.management.ServiceStatus
Determine if some dependency was not available at the time of the query.
isDirectory() - Method in interface org.jboss.osgi.vfs.VirtualFile
Whether it is a directory in the VFS.
isDynamic() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
True if this is a dynamic package requirement.
isDynamic() - Method in interface org.jboss.osgi.resolver.XRequirement
True if this is a dynamic requirement.
isEmpty() - Method in class org.jboss.modules.filter.MultiplePathFilterBuilder
Determine if this filter builder is empty (i.e.
isEmpty() - Method in class org.jboss.modules.management.ObjectProperties
 
isEmpty() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
isEmpty() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
isExpandEntityReferences() - Method in class __redirected.__DocumentBuilderFactory
 
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
 
isFloorInclusive() - Method in class org.jboss.osgi.resolver.XVersionRange
 
isFragment() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
isFragment() - Method in interface org.jboss.osgi.resolver.XModule
True is this module represents a fragment
isIgnoringComments() - Method in class __redirected.__DocumentBuilderFactory
 
isIgnoringElementContentWhitespace() - Method in class __redirected.__DocumentBuilderFactory
 
isInRange(Version) - Method in class org.jboss.osgi.metadata.VersionRange
 
isInRange(Version) - Method in class org.jboss.osgi.resolver.XVersionRange
 
isNamespaceAware() - Method in class __redirected.__DocumentBuilderFactory
 
isNamespaceAware() - Method in class __redirected.__SAXParserFactory
 
isObjectModelSupported(String) - Method in class __redirected.__XPathFactory
 
isOptional() - Method in class org.jboss.modules.management.DependencyInfo
Determine whether this is an optional dependency.
isOptional() - Method in interface org.jboss.osgi.resolver.XRequirement
True if this requirement is optional
isParentOf(ServiceName) - Method in class org.jboss.msc.service.ServiceName
Determine whether this service name is the same as, or a parent of, the given service name.
isPropertySupported(String) - Method in class __redirected.__XMLInputFactory
 
isPropertySupported(String) - Method in class __redirected.__XMLOutputFactory
 
isRemoteRuntime() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Return true if this OSGiRuntime connects to a remote Framework.
isResolved() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
isResolved() - Method in interface org.jboss.osgi.resolver.XModule
True if this module is resolved
isRestState() - Method in enum org.jboss.msc.service.ServiceController.Substate
Determine whether this is a "rest" state.
isServiceThread(Thread) - Static method in class org.jboss.msc.service.ServiceUtils
Determine whether the given thread is a service thread.
isServiceThread(Thread, ServiceContainer) - Static method in class org.jboss.msc.service.ServiceUtils
Determine whether the given thread is a service thread which is associated with the given container.
isShutdownComplete() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Determine whether the container is completely shut down.
isShutdownComplete() - Method in interface org.jboss.msc.service.ServiceContainer
Determine whether the container is completely shut down.
isSingleton() - Method in interface org.jboss.osgi.metadata.OSGiMetaData
Whether the bundle is a singleton
isValidateBundleManifest(Manifest) - Static method in class org.jboss.osgi.spi.util.BundleInfo
Deprecated. use BundleInfo.isValidBundleManifest(Manifest)
isValidating() - Method in class __redirected.__DocumentBuilderFactory
 
isValidating() - Method in class __redirected.__SAXParserFactory
 
isValidBundle(VirtualFile) - Static method in class org.jboss.osgi.spi.util.BundleInfo
Validate manifest from the given virtual file.
isValidBundleManifest(Manifest) - Static method in class org.jboss.osgi.spi.util.BundleInfo
Validate a given bundle manifest.
isValidNameSegment(String) - Static method in class org.jboss.msc.service.ServiceName
Indicates if the name segment is valid.
isXIncludeAware() - Method in class __redirected.__DocumentBuilderFactory
 
isXIncludeAware() - Method in class __redirected.__SAXParserFactory
 

J

JBOSS - Static variable in class org.jboss.msc.service.ServiceName
The root name "jboss".
JDKModuleLogger - Class in org.jboss.modules.log
A ModuleLogger which logs to a JDK logging category.
JDKModuleLogger(Logger, Logger) - Constructor for class org.jboss.modules.log.JDKModuleLogger
Construct a new instance.
JDKModuleLogger(String) - Constructor for class org.jboss.modules.log.JDKModuleLogger
Construct a new instance.
JDKModuleLogger() - Constructor for class org.jboss.modules.log.JDKModuleLogger
Construct a new instance using the category org.jboss.modules.
JMXConstantsExt - Interface in org.jboss.osgi.jmx
The JMX service contants

K

KEY_BUNDLE_SYMBOLIC_NAME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
A JBossOSGi deployment unit attachment key that containe the bundle's symbolic name.
keys() - Method in class org.jboss.modules.management.ObjectProperties
 
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.modules.management.ObjectProperties
 
keySet() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 

L

leavesRestState() - Method in enum org.jboss.msc.service.ServiceController.Transition
Determine whether this transition causes movement from a rest state to a non-rest state.
length() - Method in class org.jboss.msc.service.ServiceName
Get the length (in segments) of this service name.
LifecycleContext - Interface in org.jboss.msc.service
A context object for lifecycle events.
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.msc.service.AbstractServiceListener
The listener has been added to a controller.
listenerAdded(ServiceController<?>) - Method in class org.jboss.msc.service.MultipleRemoveListener
The listener has been added to a controller.
listenerAdded(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The listener has been added to a controller.
listenerAdded(ServiceController<? extends Object>) - Method in class org.jboss.msc.service.TimingServiceListener
The listener has been added to a controller.
ListenerMetaData - Interface in org.jboss.osgi.metadata
Simple listener meta data - referencing bean as listener.
ListItemValue<T> - Class in org.jboss.msc.value
A value which is acquired from a list by numerical index.
ListItemValue(Value<List<? extends T>>, Value<? extends Number>) - Constructor for class org.jboss.msc.value.ListItemValue
Construct a new instance.
ListValue<T> - Class in org.jboss.msc.value
A list value.
ListValue(List<? extends Value<? extends T>>) - Constructor for class org.jboss.msc.value.ListValue
Construct a new instance.
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
 
loadClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Loads the class with the specified binary name.
loadClass(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Loads the class with the specified binary name.
loadClass(long, String) - Method in interface org.jboss.osgi.jmx.BundleStateMBeanExt
Loads the specified class using the class loader of the bundle with the given identifier.
loadClass(String) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
loadClass(String) - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
loadClass(String) - Method in interface org.jboss.osgi.testing.OSGiBundle
Loads the specified class using this bundle's class loader.
loadClassFromBootModuleLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
Load a class from a module in the system module loader.
loadClassFromCallerModuleLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
Load a class from a module in the caller's module loader.
loadClassFromCurrentLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
Deprecated. use Module.loadClassFromCallerModuleLoader(ModuleIdentifier, String) instead.
loadClassFromSystemLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
Deprecated. use Module.loadClassFromBootModuleLoader(ModuleIdentifier, String) instead.
loadClassLocal(String, boolean) - Method in interface org.jboss.modules.LocalLoader
Load a class which is locally defined by this loader.
loadExportedClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Same as ConcurrentClassLoader.loadClass(String), except only exported classes will be considered.
loadExportedClass(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Same as ConcurrentClassLoader.loadClass(String,boolean), except only exported classes will be considered.
loadModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Load a module based on an identifier.
loadModuleLocal(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Try to load a module from this module loader.
loadResourceLocal(String) - Method in interface org.jboss.modules.LocalLoader
Load a resource which is locally defined by this loader.
loadService(Class<S>) - Method in class org.jboss.modules.Module
Load a service loader from this 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}
loadServiceFromCallerModuleLoader(ModuleIdentifier, Class<S>) - Static method in class org.jboss.modules.Module
Load a service loader from a module in the caller's module loader.
loadServiceFromCurrent(ModuleIdentifier, Class<S>) - Static method in class org.jboss.modules.Module
Deprecated. use Module.loadServiceFromCallerModuleLoader(ModuleIdentifier, Class) instead.
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}
LocalLoader - Interface in org.jboss.modules
A loader which implements the local part of a module.
LocalLoaders - Class in org.jboss.modules
Static factory methods for various types of local loaders.
LocalModuleLoader - Class in org.jboss.modules
A local filesystem-backed module loader.
LocalModuleLoader(File[]) - Constructor for class org.jboss.modules.LocalModuleLoader
Construct a new instance.
LocalModuleLoader(File[], PathFilter) - Constructor for class org.jboss.modules.LocalModuleLoader
Construct a new instance.
LocalModuleLoader() - Constructor for class org.jboss.modules.LocalModuleLoader
Construct a new instance, using the module.path system property or the MODULEPATH environment variable to get the list of module repository roots.
log(int, String) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(int, String, Throwable) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(ServiceReference, int, String) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(ServiceReference, int, String, Throwable) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
log(int, String) - Method in class org.jboss.osgi.common.log.SystemLogService
 
log(int, String, Throwable) - Method in class org.jboss.osgi.common.log.SystemLogService
 
log(ServiceReference, int, String) - Method in class org.jboss.osgi.common.log.SystemLogService
 
log(ServiceReference, int, String, Throwable) - Method in class org.jboss.osgi.common.log.SystemLogService
 
LoggingCapability - Class in org.jboss.osgi.common.log
Adds the logging capability.
LoggingCapability() - Constructor for class org.jboss.osgi.common.log.LoggingCapability
 
LoggingService - Interface in org.jboss.osgi.common.log
A marker service that is registered by jboss-osgi-common
logLevel(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a LogService level
LogServiceCapability - Class in org.jboss.osgi.spi.capability
Adds the OSGi compedium LogService capability to the OSGiRuntime under test.
LogServiceCapability() - Constructor for class org.jboss.osgi.spi.capability.LogServiceCapability
 
LogServiceTracker - Class in org.jboss.osgi.common.log
A combined ServiceTracker/LogService that bundles can use to access the registered LogService.
LogServiceTracker(BundleContext) - Constructor for class org.jboss.osgi.common.log.LogServiceTracker
 

M

Main - Class in org.jboss.modules
The main entry point of JBoss Modules when run as a JAR on the command line.
main(String[]) - Static method in class org.jboss.modules.Main
Run JBoss Modules.
main(String[]) - Static method in class org.jboss.msc.Version
Print out the current version on System.out.
main(String[]) - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
The main entry point
ManifestBuilder - Class in org.jboss.osgi.testing
A simple OSGi manifest builder.
ManifestBuilder() - Constructor for class org.jboss.osgi.testing.ManifestBuilder
 
ManifestParser - Class in org.jboss.osgi.metadata
ManifestParser.
ManifestParser() - Constructor for class org.jboss.osgi.metadata.ManifestParser
 
MapEntry<K,V> - Class in org.jboss.msc.value
An immutable key-value object for constructing map instances programmatically.
MapEntry(K, V) - Constructor for class org.jboss.msc.value.MapEntry
Construct a new instance.
MapEntryValue<K,V> - Class in org.jboss.msc.value
A value which yields a map entry.
MapEntryValue(MapEntry<Value<K>, Value<V>>) - Constructor for class org.jboss.msc.value.MapEntryValue
Construct a new instance.
MapInjector<K,T> - Class in org.jboss.msc.inject
An injector which applies a value to a map entry.
MapInjector(Map<K, T>, K) - Constructor for class org.jboss.msc.inject.MapInjector
Construct a new instance.
MapItemValue<T> - Class in org.jboss.msc.value
A value which is acquired from a map by key.
MapItemValue(Value<?>, Value<? extends Map<?, ? extends T>>) - Constructor for class org.jboss.msc.value.MapItemValue
Construct a new instance.
MapValue<K,V> - Class in org.jboss.msc.value
A map value.
MapValue(Value<? extends Map<K, V>>, List<MapEntry<? extends Value<? extends K>, ? extends Value<? extends V>>>) - Constructor for class org.jboss.msc.value.MapValue
Construct a new instance.
MapValue(Value<? extends Map<K, V>>, MapEntry<? extends Value<? extends K>, ? extends Value<? extends V>>...) - Constructor for class org.jboss.msc.value.MapValue
Construct a new instance.
markResolved(XModule) - Method in interface org.jboss.osgi.resolver.XResolverCallback
 
match(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches a glob.
match(ServiceName) - Method in class org.jboss.msc.service.ServiceNameMapper
Attempt to match a service name.
match(XPackageCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
match(XPackageCapability) - Method in interface org.jboss.osgi.resolver.XPackageRequirement
True if the given capability matches this requirement
matchPackageName(XPackageCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractDynamicPackageRequirement
 
matchPackageName(XPackageCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
MBeanProxy - Class in org.jboss.osgi.jmx
A simple MBeanProxy
MBeanProxy() - Constructor for class org.jboss.osgi.jmx.MBeanProxy
 
MethodInjector<T> - Class in org.jboss.msc.inject
An injector which invokes a method.
MethodInjector(Method, Value<?>, Value<?>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.inject.MethodInjector
Construct a new instance.
MethodValue<T> - Class in org.jboss.msc.value
A value which is produced by invoking a method.
MethodValue(Value<Method>, Value<?>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.value.MethodValue
Construct a new instance.
Module - Class in org.jboss.modules
A module is a unit of classes and other resources, along with the specification of what is imported and exported by this module from and to other modules.
ModuleClassLoader - Class in org.jboss.modules
A module classloader.
ModuleClassLoader(ModuleClassLoader.Configuration) - Constructor for class org.jboss.modules.ModuleClassLoader
Construct a new instance.
ModuleClassLoader.Configuration - Class in org.jboss.modules
An opaque configuration used internally to create a module class loader.
ModuleClassLoaderFactory - Interface in org.jboss.modules
A producer for Module class loaders.
moduleDefined(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.log.JDKModuleLogger
moduleDefined(ModuleIdentifier, ModuleLoader) - Method in interface org.jboss.modules.log.ModuleLogger
 
moduleDefined(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.log.NoopModuleLogger
 
moduleDefined(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.log.StreamModuleLogger
ModuleIdentifier - Class in org.jboss.modules
A unique identifier for a module within a module loader.
ModuleInfo - Class in org.jboss.modules.management
 
ModuleInfo(String, ModuleLoaderMXBean, List<DependencyInfo>, List<ResourceLoaderInfo>, String, String, String) - Constructor for class org.jboss.modules.management.ModuleInfo
 
ModuleLoader - Class in org.jboss.modules
A repository for modules, from which a module may be loaded by identifier.
ModuleLoader() - Constructor for class org.jboss.modules.ModuleLoader
Construct a new instance.
ModuleLoaderMXBean - Interface in org.jboss.modules.management
An MXBean for getting runtime information about a module loader.
ModuleLoadError - Error in org.jboss.modules
Module load error, thrown when there is some problem loading a module during runtime.
ModuleLoadError() - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with no detail message.
ModuleLoadError(String) - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with the specified detail message.
ModuleLoadError(Throwable) - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with the specified cause.
ModuleLoadError(String, Throwable) - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with the specified detail message and cause.
ModuleLoadException - Exception in org.jboss.modules
Module load exception, thrown when there is some problem loading a module.
ModuleLoadException() - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with no detail message.
ModuleLoadException(String) - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with the specified detail message.
ModuleLoadException(Throwable) - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with the specified cause.
ModuleLoadException(String, Throwable) - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with the specified detail message and cause.
ModuleLogger - Interface in org.jboss.modules.log
A simple Logger abstraction.
ModuleNotFoundException - Exception in org.jboss.modules
Module not found exceptions are thrown when no module loaders can locate a module which fulfills a given module identifier.
ModuleNotFoundException() - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with no detail message.
ModuleNotFoundException(String) - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with the specified detail message.
ModuleNotFoundException(Throwable) - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with the specified cause.
ModuleNotFoundException(String, Throwable) - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with the specified detail message and cause.
ModuleSpec - Class in org.jboss.modules
A Module specification which is used by a ModuleLoader to define new modules.
ModuleSpec.Builder - Interface in org.jboss.modules
A builder for new module specifications.
MultiplePathFilterBuilder - Class in org.jboss.modules.filter
A builder for a multiple-path filter.
multiplePathFilterBuilder(boolean) - Static method in class org.jboss.modules.filter.PathFilters
Get a builder for a multiple-path filter.
MultipleRemoveListener<T> - Class in org.jboss.msc.service
A service listener which calls a callback once all of the services it was attached to have been removed.
MultipleRemoveListener.Callback<T> - Interface in org.jboss.msc.service
A generalized callback for when all services are removed.

N

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 __redirected.__DocumentBuilderFactory
 
newDocumentBuilder() - Method in class org.jboss.osgi.xml.DocumentBuilderFactoryImpl
 
newDuration(String) - Method in class __redirected.__DatatypeFactory
 
newDuration(long) - Method in class __redirected.__DatatypeFactory
 
newDuration(boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Method in class __redirected.__DatatypeFactory
 
newDuration(boolean, int, int, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(String) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(long) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(boolean, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(boolean, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(String) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(long) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(boolean, BigInteger, BigInteger) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(boolean, int, int) - Method in class __redirected.__DatatypeFactory
 
newInstance() - Static method in class org.jboss.osgi.testing.ManifestBuilder
 
newInstance() - Static method in class org.jboss.osgi.testing.OSGiManifestBuilder
 
NEWLINE - Static variable in class org.jboss.osgi.spi.util.StringPropertyReplacer
New line string constant
newModuleBuilder() - Method in class org.jboss.osgi.resolver.XResolverFactory
Get a new instance of an XModuleBuilder
newResolver() - Method in class org.jboss.osgi.resolver.XResolverFactory
Get a new instance of an XResolver
newSAXParser() - Method in class __redirected.__SAXParserFactory
 
newSAXParser() - Method in class org.jboss.osgi.xml.SAXParserFactoryImpl
 
newTemplates(Source) - Method in class __redirected.__TransformerFactory
 
newTemplatesHandler() - Method in class __redirected.__TransformerFactory
 
newTransformer(Source) - Method in class __redirected.__TransformerFactory
 
newTransformer() - Method in class __redirected.__TransformerFactory
 
newTransformerHandler(Source) - Method in class __redirected.__TransformerFactory
 
newTransformerHandler(Templates) - Method in class __redirected.__TransformerFactory
 
newTransformerHandler() - Method in class __redirected.__TransformerFactory
 
newXMLFilter(Source) - Method in class __redirected.__TransformerFactory
 
newXMLFilter(Templates) - Method in class __redirected.__TransformerFactory
 
newXMLGregorianCalendar() - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(String) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(GregorianCalendar) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(BigInteger, int, int, int, int, int, BigDecimal, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(int, int, int, int, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarDate(int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarTime(int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarTime(int, int, int, BigDecimal, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarTime(int, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXPath() - Method in class __redirected.__XPathFactory
 
NoopModuleLogger - Class in org.jboss.modules.log
A ModuleLogger implementation that does not log.
NoopModuleLogger() - Constructor for class org.jboss.modules.log.NoopModuleLogger
 
not(PathFilter) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which is true when the given filter is false, and vice-versa.
NotImplementedException - Exception in org.jboss.osgi.spi
A RuntimeException that should be thrown for unimplemented features
NotImplementedException() - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NotImplementedException(String, String) - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NULL - Static variable in interface org.jboss.msc.service.Service
A simple null service which performs no start or stop action.
NULL_VALUE - Static variable in interface org.jboss.msc.service.Service
A value which resolves to the null service.
nullValue() - Static method in class org.jboss.msc.value.Values
Get the null value.

O

OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.BundleStateMBeanExt
The default object name: jboss.osgi:service=jmx,type=BundleState
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.FrameworkMBeanExt
The default object name: jboss.osgi:service=jmx,type=Framework
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.PackageStateMBeanExt
The default object name: jboss.osgi:service=jmx,type=PackageState
OBJECTNAME - Static variable in interface org.jboss.osgi.jmx.ServiceStateMBeanExt
The default object name: jboss.osgi:service=jmx,type=ServiceState
ObjectNameFactory - Class in org.jboss.osgi.jmx
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.osgi.jmx.ObjectNameFactory
 
ObjectProperties - Class in org.jboss.modules.management
A Hashtable variant which keeps property names in order, for use by MBean ObjectNames.
ObjectProperties(int, float) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(int) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties() - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(Map<? extends String, ? extends String>) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(ObjectProperties.Property...) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties.Property - Class in org.jboss.modules.management
A single property in a properties list.
ObjectProperties.Property(String, String) - Constructor for class org.jboss.modules.management.ObjectProperties.Property
 
of(String...) - Static method in class org.jboss.msc.service.ServiceName
Create a ServiceName from a series of String parts.
of(ServiceName, String...) - Static method in class org.jboss.msc.service.ServiceName
Create a ServiceName from a series of String parts and a parent service name.
of(Value<K>, Value<V>) - Static method in class org.jboss.msc.value.MapEntryValue
Construct a new instance.
openStream() - Method in interface org.jboss.modules.Resource
Open an input stream to this resource.
openStream() - Method in class org.jboss.osgi.testing.ManifestBuilder
 
openStream() - Method in interface org.jboss.osgi.vfs.VirtualFile
Access the file contents.
org.jboss.modules - package org.jboss.modules
The primary JBoss Modules API.
org.jboss.modules.filter - package org.jboss.modules.filter
Classes related to filtering.
org.jboss.modules.log - package org.jboss.modules.log
The logging interface for JBoss Modules.
org.jboss.modules.management - package org.jboss.modules.management
Management interfaces for utilizing JBoss Modules via an MBean container.
org.jboss.modules.ref - package org.jboss.modules.ref
Classes which implement reference types which can be cleaned up automatically by a background thread.
org.jboss.msc - package org.jboss.msc
The modular service container base package.
org.jboss.msc.inject - package org.jboss.msc.inject
Classes which implement value injection.
org.jboss.msc.service - package org.jboss.msc.service
The service container implementation itself.
org.jboss.msc.service.management - package org.jboss.msc.service.management
 
org.jboss.msc.value - package org.jboss.msc.value
Classes which implement various indirect value types.
org.jboss.osgi.common.log - package org.jboss.osgi.common.log
 
org.jboss.osgi.deployment - package org.jboss.osgi.deployment
 
org.jboss.osgi.deployment.deployer - package org.jboss.osgi.deployment.deployer
 
org.jboss.osgi.deployment.interceptor - package org.jboss.osgi.deployment.interceptor
 
org.jboss.osgi.hotdeploy - package org.jboss.osgi.hotdeploy
 
org.jboss.osgi.jmx - package org.jboss.osgi.jmx
 
org.jboss.osgi.metadata - package org.jboss.osgi.metadata
 
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.capability - package org.jboss.osgi.spi.capability
Capabilities that can be installed in the OSGi framework.
org.jboss.osgi.spi.framework - package org.jboss.osgi.spi.framework
Framework integration and bootstrap.
org.jboss.osgi.spi.util - package org.jboss.osgi.spi.util
A collection of SPI provided utilities.
org.jboss.osgi.testing - package org.jboss.osgi.testing
Test support classes and interfaces.
org.jboss.osgi.vfs - package org.jboss.osgi.vfs
An abstraction of the JBoss VFS functionality.
org.jboss.osgi.webapp - package org.jboss.osgi.webapp
 
org.jboss.osgi.xml - package org.jboss.osgi.xml
 
OSGI_FRAMEWORK_CONFIG - Static variable in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
The default framework property: jboss.osgi.framework.properties
OSGI_HOME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi runtime system property that denotes the path to the runtime
OSGI_SERVER_HOME - Static variable in interface org.jboss.osgi.spi.OSGiConstants
The JBossOSGi runtime system property that denotes the path to the active runtime profile
OSGiBootstrap - Class in org.jboss.osgi.spi.framework
The OSGiBootstrap is the entry point to obtain an OSGiBootstrapProvider.
OSGiBootstrap() - Constructor for class org.jboss.osgi.spi.framework.OSGiBootstrap
 
OSGiBootstrapProvider - Interface in org.jboss.osgi.spi.framework
An OSGiBootstrapProvider provides an OSGi Framework

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

OSGiBundle - Interface in org.jboss.osgi.testing
An abstraction of an OSGi Bundle.
OSGiConstants - Interface in org.jboss.osgi.spi
JBossOSGi Constants
OSGiDeployerClient - Interface in org.jboss.osgi.testing
An abstract deployer for the OSGiRuntime
OSGiDeployerClient.Factory - Class in org.jboss.osgi.testing
 
OSGiDeployerClient.Factory() - Constructor for class org.jboss.osgi.testing.OSGiDeployerClient.Factory
 
OSGiEmbeddedRuntime - Interface in org.jboss.osgi.testing
A local extension to the OSGiRuntime
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.testing
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.
OSGiRemoteRuntime - Interface in org.jboss.osgi.testing
A remote extension to the OSGiRuntime
OSGiRuntime - Interface in org.jboss.osgi.testing
An abstraction of an OSGi Runtime.
OSGiRuntimeHelper - Class in org.jboss.osgi.testing
A helper for the OSGi runtime abstraction.
OSGiRuntimeHelper() - Constructor for class org.jboss.osgi.testing.OSGiRuntimeHelper
 
OSGiRuntimeTest - Class in org.jboss.osgi.testing
An abstract OSGi runtime test.
OSGiRuntimeTest() - Constructor for class org.jboss.osgi.testing.OSGiRuntimeTest
 
OSGiServiceReference - Interface in org.jboss.osgi.testing
An abstraction of the OSGi ServiceReference
OSGiTest - Class in org.jboss.osgi.testing
An abstract OSGi Test.
OSGiTest() - Constructor for class org.jboss.osgi.testing.OSGiTest
 
OSGiTestHelper - Class in org.jboss.osgi.testing
An OSGi Test Helper

P

PackageAttribute - Interface in org.jboss.osgi.metadata
A package, includes version and properties.
PackageSpec - Class in org.jboss.modules
A specification for a package to define.
PackageSpec() - Constructor for class org.jboss.modules.PackageSpec
 
PackageStateMBeanExt - Interface in org.jboss.osgi.jmx
An extension to PackageStateMBean.
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) - Static method in class org.jboss.msc.service.ServiceName
Parse a string-form service name.
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.XVersionRange
 
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_PROVIDER - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
PARSER_XINCLUDEAWARE - Static variable in class org.jboss.osgi.xml.XMLParserCapability
 
PathFilter - Interface in org.jboss.modules.filter
Filter used to determine whether a path should be included or excluded from imports and exports.
PathFilters - Class in org.jboss.modules.filter
Static factory methods for path filter types.
PathUtils - Class in org.jboss.modules
General helpful path utility methods.
PhantomReference<T,A> - Class in org.jboss.modules.ref
A reapable phantom reference with an attachment.
PhantomReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.modules.ref.PhantomReference
 
PhantomReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.modules.ref.PhantomReference
 
postDefine(ClassSpec, Class<?>) - Method in class org.jboss.modules.ModuleClassLoader
A hook which is invoked after a class is defined.
preDefine(ClassSpec, String) - Method in class org.jboss.modules.ModuleClassLoader
A hook which is invoked before a class is defined.
preloadExportedModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Preload an "exported" module based on an identifier.
preloadModule(ModuleIdentifier) - Method in class org.jboss.modules.ClassifyingModuleLoader
Preload a module based on an identifier.
preloadModule(ModuleIdentifier) - Method in class org.jboss.modules.LocalModuleLoader
Preload a module based on an identifier.
preloadModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Preload a module based on an identifier.
preloadModule(ModuleIdentifier, ModuleLoader) - Static method in class org.jboss.modules.ModuleLoader
Utility method to delegate to another module loader, accessible from subclasses.
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
properties(ObjectProperties.Property...) - Static method in class org.jboss.modules.management.ObjectProperties
 
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(String, String) - Static method in class org.jboss.modules.management.ObjectProperties
 
PROPERTY_DEFERRED_START - Static variable in interface org.jboss.osgi.spi.OSGiConstants
If set to 'true' bundles can be deployed in any order.
PROPERTY_SCAN_INTERVAL - Static variable in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The property to defines the scan interval: org.jboss.osgi.hotdeploy.interval
PROPERTY_SCAN_LOCATION - Static variable in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
The property that names the scan location: org.jboss.osgi.hotdeploy.scandir
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
 
providerUnloadable(String, ClassLoader) - Method in class org.jboss.modules.log.JDKModuleLogger
 
providerUnloadable(String, ClassLoader) - Method in interface org.jboss.modules.log.ModuleLogger
 
providerUnloadable(String, ClassLoader) - Method in class org.jboss.modules.log.NoopModuleLogger
 
providerUnloadable(String, ClassLoader) - Method in class org.jboss.modules.log.StreamModuleLogger
 
ProviderValue<T> - Class in org.jboss.msc.value
A value which creates an instance via a Provider.
ProviderValue(Provider<T>) - Constructor for class org.jboss.msc.value.ProviderValue
Create a new instance.
put(String, String) - Method in class org.jboss.modules.management.ObjectProperties
 
put(Object, Object) - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
put(K, V) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
putAll(Map<? extends String, ? extends String>) - Method in class org.jboss.modules.management.ObjectProperties
 

Q

queryLoadedModuleNames() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Obtain a list of the current module names.
queryServiceNames() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
Get a list of service names in this container.
queryServiceStatuses() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
Get a list of service statuses in this container.

R

reap(Reference<T, A>) - Method in interface org.jboss.modules.ref.Reaper
Perform the cleanup action for a reference.
Reaper<T,A> - Interface in org.jboss.modules.ref
A cleaner for a dead object.
Reference<T,A> - Interface in org.jboss.modules.ref
An enhanced reference type with a type-safe attachment.
Reference.Type - Enum in org.jboss.modules.ref
A reference type.
References - Class in org.jboss.modules.ref
A set of utility methods for reference types.
ReferenceValue<T> - Class in org.jboss.msc.value
A value which reads a reference.
ReferenceValue(Reference<? extends T, ?>) - Constructor for class org.jboss.msc.value.ReferenceValue
Construct a new instance.
refreshPackages(Bundle[]) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
refreshPackages(OSGiBundle[]) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Refresh the packages through PackageAdmin.refreshPackages(org.osgi.framework.Bundle[])
refreshResourceLoaders(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Attempt to refresh the resource loaders of the given module.
refreshResourceLoaders(Module) - Method in class org.jboss.modules.ModuleLoader
Refreshes the paths provided by resource loaders associated with the specified Module.
registerContentHandlerFactoryModule(Module) - Static method in class org.jboss.modules.Module
Register an additional module which contains content handlers.
registerMatcher(V, Object...) - Method in class org.jboss.msc.service.ServiceNameMapper
Register a matcher for a specific location.
registerService(String, Object, Dictionary) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
registerService(String[], Object, Dictionary) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
registerSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
Overwrite to register system services before bundles get installed.
registerSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to register system services before bundles get installed.
registerURLStreamHandlerFactoryModule(Module) - Static method in class org.jboss.modules.Module
Register an additional module which contains URL handlers.
rehash() - Method in class org.jboss.modules.management.ObjectProperties
 
rejectAll() - Static method in class org.jboss.modules.filter.ClassFilters
Get a filter which always returns false.
rejectAll() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which always returns false.
RELATIVE_ORDER_DEFAULT - Static variable in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
The default relative order: 1000
relink(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Attempt to relink the given module.
relink(Module) - Method in class org.jboss.modules.ModuleLoader
Relinks the dependencies associated with the specified Module.
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.modules.management.ObjectProperties
 
remove(Object) - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
remove(Object) - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
removeAttachment(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.spi.AttachmentSupport
Remove an attached object for a given key
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.util.AttachmentSupport
 
removeAttachment(Class<T>, String) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
removeAttachment(String) - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
removeBundleListener(BundleListener) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
removeCapability(Capability) - Method in interface org.jboss.osgi.testing.OSGiRuntime
Remove a Capability from the runtime.
removeDependency(ServiceName) - Method in interface org.jboss.msc.service.BatchServiceTarget
Remove a dependency from this target.
removeDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Remove a dependency from this target.
removeDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Remove a dependency from this target.
removeDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceTarget
Remove a dependency from this target.
removedService(ServiceReference, Object) - Method in class org.jboss.osgi.common.log.LogServiceTracker
 
removeFrameworkListener(FrameworkListener) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
removeInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Remove an LifecycleInterceptor to the service.
removeListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.BatchServiceTarget
Remove a listener from this target, if it exists.
removeListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
Remove a listener from this target, if it exists.
removeListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
Remove a listener from this target, if it exists.
removeListener(ServiceListener<? super S>) - Method in interface org.jboss.msc.service.ServiceController
Remove a service listener.
removeListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceTarget
Remove a listener from this target, if it exists.
removeModule(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
removeModule(XModule) - Method in interface org.jboss.osgi.resolver.XResolver
Remove a module from the resolver.
removeNativeLibrary(NativeLibrary) - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
removeServiceListener(ServiceListener) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
removeServices() - Method in interface org.jboss.msc.service.BatchServiceTarget
Removes all services installed into this target so far.
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.
resolve(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
resolve(XModule) - Method in interface org.jboss.osgi.resolver.XResolver
Resolve the given root module
resolveAll(Set<XModule>) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
resolveAll(Set<XModule>) - Method in interface org.jboss.osgi.resolver.XResolver
Resolve the given set of modules
resolveInternal(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
Resource - Interface in org.jboss.modules
A single resource from a ResourceLoader.
ResourceLoader - Interface in org.jboss.modules
A loader for resources from a specific resource root within a module.
ResourceLoaderInfo - Class in org.jboss.modules.management
Information about a resource loader.
ResourceLoaderInfo(String, List<String>) - Constructor for class org.jboss.modules.management.ResourceLoaderInfo
Construct a new instance.
ResourceLoaders - Class in org.jboss.modules
Static factory methods for various types of resource loaders.
ResourceLoaderSpec - Class in org.jboss.modules
A specification of a resource loader within a module.
restorePlatformFactory() - Static method in class __redirected.__DatatypeFactory
 
restorePlatformFactory() - Static method in class __redirected.__DocumentBuilderFactory
 
restorePlatformFactory() - Static method in class __redirected.__JAXPRedirected
Restores all JAXP factories to the ones contained in the JDK system classpath.
restorePlatformFactory() - Static method in class __redirected.__SAXParserFactory
 
restorePlatformFactory() - Static method in class __redirected.__TransformerFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLEventFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLInputFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLOutputFactory
 
restorePlatformFactory() - Static method in class __redirected.__XPathFactory
 
RetainingInjector<T> - Class in org.jboss.msc.inject
An injector which retains its value.
RetainingInjector() - Constructor for class org.jboss.msc.inject.RetainingInjector
 
retry() - Method in interface org.jboss.msc.service.ServiceController
Retry a failed service.
run(String[]) - Method in class org.jboss.modules.Module
Run a module's main class, if any.
run() - Method in class org.jboss.msc.value.EnvironmentPropertyValue
Fetch the property in an unprivileged context.
run() - Method in class org.jboss.msc.value.SystemPropertyValue
Fetch the property in an unprivileged context.

S

safeClose(Closeable) - Static method in class org.jboss.osgi.vfs.VFSUtils
Safely close some resource without throwing an exception.
SAXParserFactoryImpl - Class in org.jboss.osgi.xml
A SAXParserFactory that gets loaded from this bundle.
SAXParserFactoryImpl() - Constructor for class org.jboss.osgi.xml.SAXParserFactoryImpl
 
scan() - Method in interface org.jboss.osgi.hotdeploy.DeploymentScannerService
Run a directory scan
Service<T> - Interface in org.jboss.msc.service
A service is a thing which can be started and stopped.
ServiceActivator - Interface in org.jboss.msc.service
A service activator which contributes services to a batch.
ServiceActivatorContext - Interface in org.jboss.msc.service
Context provided to ServiceActivator instances at execution time.
ServiceActivatorContextImpl - Class in org.jboss.msc.service
A simple service activator context implementation.
ServiceActivatorContextImpl(ServiceTarget, ServiceRegistry) - Constructor for class org.jboss.msc.service.ServiceActivatorContextImpl
Construct a new instance.
ServiceBuilder<T> - Interface in org.jboss.msc.service
A builder for an individual service in a ServiceTarget.
ServiceBuilder.DependencyType - Enum in org.jboss.msc.service
The dependency type.
serviceChanged(ServiceEvent) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
serviceChanged(ServiceEvent) - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
ServiceContainer - Interface in org.jboss.msc.service
A service container which manages a set of running services.
ServiceContainer.Factory - Class in org.jboss.msc.service
The factory class for service containers.
ServiceContainer.TerminateListener - Interface in org.jboss.msc.service
A listener for notification of container shutdown.
ServiceContainer.TerminateListener.Info - Class in org.jboss.msc.service
Container shutdown information.
ServiceContainerMXBean - Interface in org.jboss.msc.service.management
The service container management bean interface.
ServiceController<S> - Interface in org.jboss.msc.service
A controller for a single service instance.
ServiceController.Mode - Enum in org.jboss.msc.service
The controller mode for a service.
ServiceController.State - Enum in org.jboss.msc.service
A possible state for a service controller.
ServiceController.Substate - Enum in org.jboss.msc.service
A fine-grained substate of the more general basic controller ServiceController.States.
ServiceController.Transition - Enum in org.jboss.msc.service
A transition from one substate to another.
serviceEvent(int) - Static method in class org.jboss.osgi.spi.util.ConstantsHelper
Return the string representation of a ServiceEvent type
ServiceListener<S> - Interface in org.jboss.msc.service
A listener for service lifecycle events.
ServiceListener.Inheritance - Enum in org.jboss.msc.service
The inheritance type for a listener.
ServiceLoader - Class in org.jboss.osgi.spi.util
Loads service implementations from the requesters classpath.
ServiceLoader() - Constructor for class org.jboss.osgi.spi.util.ServiceLoader
 
ServiceName - Class in org.jboss.msc.service
Service name class.
ServiceNamed - Annotation Type in org.jboss.msc
A qualifier which identifies a specific MSC service.
ServiceNameMapper<V> - Class in org.jboss.msc.service
A mapper for service names which allows a service name or pattern to be correlated with a value.
ServiceNameMapper() - Constructor for class org.jboss.msc.service.ServiceNameMapper
 
ServiceNotFoundException - Exception in org.jboss.msc.service
Exception which is thrown when a required service is not found in the registry.
ServiceNotFoundException() - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
Constructs a ServiceNotFoundException with no detail message.
ServiceNotFoundException(String) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified detail message.
ServiceNotFoundException(Throwable) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified cause.
ServiceNotFoundException(String, Throwable) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified detail message and cause.
ServiceRegistry - Interface in org.jboss.msc.service
A service registry.
ServiceRegistryException - Exception in org.jboss.msc.service
Base Exception class used for service registry issues.
ServiceRegistryException() - Constructor for exception org.jboss.msc.service.ServiceRegistryException
Constructs a ServiceRegistryException with no detail message.
ServiceRegistryException(String) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
Constructs a ServiceRegistryException with the specified detail message.
ServiceRegistryException(Throwable) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
Constructs a ServiceRegistryException with the specified cause.
ServiceRegistryException(String, Throwable) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
Constructs a ServiceRegistryException with the specified detail message and cause.
serviceRemoveRequestCleared(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service removal is canceled.
serviceRemoveRequestCleared(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service removal is canceled.
serviceRemoveRequested(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service is going to be removed.
serviceRemoveRequested(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service is going to be removed.
ServiceStateMBeanExt - Interface in org.jboss.osgi.jmx
An extension to ServiceStateMBean.
ServiceStatus - Class in org.jboss.msc.service.management
A representation of the current status of some service.
ServiceStatus(String, String, String[], String, String, String, String, String[], boolean, String, boolean) - Constructor for class org.jboss.msc.service.management.ServiceStatus
Construct a new instance.
ServiceTarget - Interface in org.jboss.msc.service
The target of ServiceBuilder installations.
ServiceUtils - Class in org.jboss.msc.service
A utility class for service actions.
setAndRefreshResourceLoaders(Module, Collection<ResourceLoaderSpec>) - Method in class org.jboss.modules.ModuleLoader
Replaces the resources loaders for the specified module and refreshes the internal path list that is derived from the loaders.
setAndRelinkDependencies(Module, List<DependencySpec>) - Method in class org.jboss.modules.ModuleLoader
Replaces the dependencies for the specified module and relinks against the new modules This is an advanced method that should be used carefully, since it alters a live module.
setAssertionSetting(AssertionSetting) - Method in class org.jboss.modules.ClassSpec
Set the class assertion setting.
setAssertionSetting(AssertionSetting) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the default assertion setting for this module.
setAssertionSetting(AssertionSetting) - Method in class org.jboss.modules.PackageSpec
Set the package assertion setting.
setAttribute(String, Object) - Method in class __redirected.__DocumentBuilderFactory
 
setAttribute(String, Object) - Method in class __redirected.__TransformerFactory
 
setAutoInstall(List<URL>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
setAutoStart(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the autostart flag associated with this deployment
setAutoStart(List<URL>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
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
setBytes(byte[]) - Method in class org.jboss.modules.ClassSpec
Set the class file bytes.
setCallbackHandler(XResolverCallback) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
setCallbackHandler(XResolverCallback) - Method in interface org.jboss.osgi.resolver.XResolver
The the optional callback handler on the resolver
setClassAssertionStatus(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
setClassFileTransformer(ClassFileTransformer) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the class file transformer to use for this module.
setCoalescing(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setCodeSource(CodeSource) - Method in class org.jboss.modules.ClassSpec
Set the code source (should not be null).
setDefaultAssertionStatus(boolean) - Method in class org.jboss.modules.ModuleClassLoader
setDelegates(Map<String, ModuleLoader>) - Method in class org.jboss.modules.ClassifyingModuleLoader
Change the delegates map.
setErrorListener(ErrorListener) - Method in class __redirected.__TransformerFactory
 
setEventAllocator(XMLEventAllocator) - Method in class __redirected.__XMLInputFactory
 
setExpandEntityReferences(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setFallbackLoader(LocalLoader) - Method in interface org.jboss.modules.ModuleSpec.Builder
Sets a "fall-back" loader that will attempt to load a class if all other mechanisms are unsuccessful.
setFeature(String, boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setFeature(String, boolean) - Method in class __redirected.__SAXParserFactory
 
setFeature(String, boolean) - Method in class __redirected.__TransformerFactory
 
setFeature(String, boolean) - Method in class __redirected.__XPathFactory
 
setFilter(String) - Method in class org.jboss.osgi.spi.capability.Capability
Set the filter that is used for service lookup.
setIgnoringComments(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setIgnoringElementContentWhitespace(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setImplTitle(String) - Method in class org.jboss.modules.PackageSpec
Set the implementation title.
setImplVendor(String) - Method in class org.jboss.modules.PackageSpec
Set the implementation vendor.
setImplVersion(String) - Method in class org.jboss.modules.PackageSpec
Set the implementation version.
setInitialMode(ServiceController.Mode) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Set the initial mode.
setInitialMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceBuilder
Set the initial mode.
setLocation(Location) - Method in class __redirected.__XMLEventFactory
 
setMainClass(String) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the main class for this module, or null for none.
SetMethodInjector<T> - Class in org.jboss.msc.inject
An injector which calls a setter method.
SetMethodInjector(Value<?>, Method) - Constructor for class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
setMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceController
Change the service controller's current mode.
setModuleClassLoaderFactory(ModuleClassLoaderFactory) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the module class loader factory to use to create the module class loader for this module.
setModuleLogger(ModuleLogger) - Static method in class org.jboss.modules.Module
Change the logger used by the module system.
setNamespaceAware(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setNamespaceAware(boolean) - Method in class __redirected.__SAXParserFactory
 
setNativeLibraries(List<NativeLibrary>) - Method in class org.jboss.osgi.metadata.NativeLibraryMetaData
 
setPackageAssertionStatus(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
setProperties(Map<String, Object>) - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
setProperty(String, Object) - Method in class __redirected.__XMLInputFactory
 
setProperty(String, Object) - Method in class __redirected.__XMLOutputFactory
 
setResolved(AbstractModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
setSchema(Schema) - Method in class __redirected.__DocumentBuilderFactory
 
setSchema(Schema) - Method in class __redirected.__SAXParserFactory
 
setSealBase(URL) - Method in class org.jboss.modules.PackageSpec
Set the URL against which this package is sealed.
setServiceMode(String, String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
Change the mode of a service.
setServiceName(ServiceName) - Method in exception org.jboss.msc.service.StartException
 
setSpecTitle(String) - Method in class org.jboss.modules.PackageSpec
Set the package specification title.
setSpecVendor(String) - Method in class org.jboss.modules.PackageSpec
Set the package specification vendor.
setSpecVersion(String) - Method in class org.jboss.modules.PackageSpec
Set the package specification version.
setStartLevel(Integer) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the start level associated with this deployment
setStoredValue(Value<T>) - Method in class org.jboss.msc.inject.RetainingInjector
Set the value object stored in this injector (must not be null).
setUp() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
setUp() - Method in class org.jboss.osgi.testing.OSGiRuntimeTest
 
setUp() - Method in class org.jboss.osgi.testing.OSGiTest
Writes a a debug start messge
setURIResolver(URIResolver) - Method in class __redirected.__TransformerFactory
 
setValidating(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setValidating(boolean) - Method in class __redirected.__SAXParserFactory
 
setValue(Value<T>) - Method in class org.jboss.msc.value.InjectedValue
Set the value to be injected to a Value instance.
setValue(V) - Method in class org.jboss.msc.value.MapEntry
Unsupported operation.
SetValue<T> - Class in org.jboss.msc.value
A set value.
SetValue(List<? extends Value<? extends T>>) - Constructor for class org.jboss.msc.value.SetValue
Construct a new instance.
setValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
Set this value, replacing any current value.
setXIncludeAware(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setXIncludeAware(boolean) - Method in class __redirected.__SAXParserFactory
 
setXMLReporter(XMLReporter) - Method in class __redirected.__XMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class __redirected.__XMLInputFactory
 
setXPathFunctionResolver(XPathFunctionResolver) - Method in class __redirected.__XPathFactory
 
setXPathVariableResolver(XPathVariableResolver) - Method in class __redirected.__XPathFactory
 
shutdown() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Stop all services within this container.
shutdown() - Method in interface org.jboss.msc.service.ServiceContainer
Stop all services within this container.
shutdown() - Method in interface org.jboss.osgi.testing.OSGiRuntime
Shutdown the OSGiRuntime.
shutdownFramework() - Static method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
shutdownRuntime() - Static method in class org.jboss.osgi.testing.OSGiRuntimeTest
 
size() - Method in class org.jboss.modules.management.ObjectProperties
 
size() - Method in class org.jboss.osgi.metadata.CaseInsensitiveDictionary
 
size() - Method in class org.jboss.osgi.spi.util.UnmodifiableDictionary
 
SoftReference<T,A> - Class in org.jboss.modules.ref
A reapable soft reference with an attachment.
SoftReference(T) - Constructor for class org.jboss.modules.ref.SoftReference
 
SoftReference(T, A) - Constructor for class org.jboss.modules.ref.SoftReference
 
SoftReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.modules.ref.SoftReference
 
SoftReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.modules.ref.SoftReference
 
start(StartContext) - Method in class org.jboss.msc.service.AbstractService
Start the service.
start(StartContext) - Method in interface org.jboss.msc.service.Service
Start the service.
start(StartContext) - Method in class org.jboss.msc.service.ValueInjectionService
Start the service.
start(StartContext) - Method in class org.jboss.msc.service.ValueService
Start the service.
start(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
start(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
start() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
start() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
start(int) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
start() - Method in interface org.jboss.osgi.testing.OSGiBundle
Starts this bundle.
StartContext - Interface in org.jboss.msc.service
The start lifecycle context.
StartException - Exception in org.jboss.msc.service
A start exception, thrown when a service fails to start.
StartException() - Constructor for exception org.jboss.msc.service.StartException
Constructs a StartException with no detail message.
StartException(String) - Constructor for exception org.jboss.msc.service.StartException
Constructs a StartException with the specified detail message.
StartException(Throwable) - Constructor for exception org.jboss.msc.service.StartException
Constructs a StartException with the specified cause.
StartException(String, Throwable) - Constructor for exception org.jboss.msc.service.StartException
Constructs a StartException with the specified detail message and cause.
StartException(String, Throwable, ServiceName) - Constructor for exception org.jboss.msc.service.StartException
 
stop(StopContext) - Method in class org.jboss.msc.service.AbstractService
Stop the service.
stop(StopContext) - Method in interface org.jboss.msc.service.Service
Stop the service.
stop(StopContext) - Method in class org.jboss.msc.service.ValueInjectionService
Stop the service.
stop(StopContext) - Method in class org.jboss.msc.service.ValueService
Stop the service.
stop(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
stop(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
stop() - Method in class org.jboss.osgi.spi.framework.FrameworkIntegrationBean
 
stop() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
stop(int) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
stop() - Method in interface org.jboss.osgi.testing.OSGiBundle
Stops this bundle.
StopContext - Interface in org.jboss.msc.service
The stop lifecycle context.
StreamModuleLogger - Class in org.jboss.modules.log
A ModuleLogger implementation that logs all output (including trace) to an output or print stream.
StreamModuleLogger(PrintStream) - Constructor for class org.jboss.modules.log.StreamModuleLogger
Construct a new instance.
StreamModuleLogger(OutputStream) - Constructor for class org.jboss.modules.log.StreamModuleLogger
Construct a new instance.
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
 
StrongReference<T,A> - Class in org.jboss.modules.ref
A strong reference with an attachment.
StrongReference(T, A) - Constructor for class org.jboss.modules.ref.StrongReference
 
StrongReference(T) - Constructor for class org.jboss.modules.ref.StrongReference
 
subTarget() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Create a sub-target using this as the parent target.
subTarget() - Method in class org.jboss.msc.service.DelegatingServiceTarget
Create a sub-target using this as the parent target.
subTarget() - Method in interface org.jboss.msc.service.ServiceTarget
Create a sub-target using this as the parent target.
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 - Static variable in class org.jboss.modules.ModuleIdentifier
The system module.
SystemClassPathModuleLoader - Class in org.jboss.modules
The module loader for the system/application class path module.
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
 
SystemLogService - Class in org.jboss.osgi.common.log
A basic LogService that writes to System.out
SystemLogService(BundleContext) - Constructor for class org.jboss.osgi.common.log.SystemLogService
 
SystemPropertyValue - Class in org.jboss.msc.value
A value which comes from a system property.
SystemPropertyValue(String) - Constructor for class org.jboss.msc.value.SystemPropertyValue
Construct a new instance.
SystemPropertyValue(String, AccessControlContext) - Constructor for class org.jboss.msc.value.SystemPropertyValue
Construct a new instance.
SystemPropertyValue(String, Value<?>) - Constructor for class org.jboss.msc.value.SystemPropertyValue
Construct a new instance.
SystemPropertyValue(String, AccessControlContext, Value<?>) - Constructor for class org.jboss.msc.value.SystemPropertyValue
Construct a new instance.

T

tearDown() - Method in class org.jboss.osgi.testing.OSGiFrameworkTest
 
tearDown() - Method in class org.jboss.osgi.testing.OSGiRuntimeTest
 
tearDown() - Method in class org.jboss.osgi.testing.OSGiTest
Writes a a debug stop messge
thisValue() - Static method in class org.jboss.msc.value.Values
The special value representing this (the object being invoked upon).
ThreadLocalValue<T> - Class in org.jboss.msc.value
A thread-local value.
ThreadLocalValue() - Constructor for class org.jboss.msc.value.ThreadLocalValue
Construct a new instance.
TimingServiceListener - Class in org.jboss.msc.service
A service listener which times service start.
TimingServiceListener() - Constructor for class org.jboss.msc.service.TimingServiceListener
Construct a new instance.
TimingServiceListener(Runnable) - Constructor for class org.jboss.msc.service.TimingServiceListener
Construct a new instance which calls the given task when the timing is done.
toArray() - Method in class org.jboss.msc.service.ServiceName
Convert this service name into an array of strings containing the segments of the name.
toError() - Method in exception org.jboss.modules.ModuleLoadException
Convert to an unchecked error type.
toException() - Method in error org.jboss.modules.ModuleLoadError
Convert to a checked exception type.
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
 
toLongString(StringBuffer) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
toString() - Method in class __redirected.__DatatypeFactory
 
toString() - Method in class __redirected.__TransformerFactory
 
toString() - Method in class org.jboss.modules.ClassifyingModuleLoader
 
toString() - Method in class org.jboss.modules.LocalModuleLoader
 
toString() - Method in class org.jboss.modules.management.ObjectProperties
 
toString() - Method in class org.jboss.modules.Module
Get the string representation of this module.
toString() - Method in class org.jboss.modules.ModuleClassLoader
Get a string representation of this class loader.
toString() - Method in class org.jboss.modules.ModuleIdentifier
Get the string representation of this module identifier.
toString() - Method in class org.jboss.modules.ModuleLoader
Get the string representation of this module loader.
toString() - Method in class org.jboss.modules.ref.PhantomReference
 
toString() - Method in class org.jboss.modules.ref.SoftReference
 
toString() - Method in class org.jboss.modules.ref.StrongReference
 
toString() - Method in class org.jboss.modules.ref.WeakReference
 
toString() - Method in class org.jboss.modules.SystemClassPathModuleLoader
 
toString() - Method in class org.jboss.msc.service.management.ServiceStatus
Get a string representation of the current status.
toString() - Method in enum org.jboss.msc.service.ServiceController.Transition
Get the string representation of this transition.
toString() - Method in class org.jboss.msc.service.ServiceName
Get a string representation of this service name.
toString() - Method in exception org.jboss.msc.service.StartException
 
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.spi.AbstractDynamicPackageRequirement
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
toString() - Method in class org.jboss.osgi.resolver.XVersionRange
 
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.framework.GenericBundleWrapper
 
toString() - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
toString() - Method in class org.jboss.osgi.spi.util.AttachmentSupport
 
toString() - Method in class org.jboss.osgi.spi.util.BundleClassLoader
 
toString() - Method in class org.jboss.osgi.spi.util.BundleInfo
 
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.
trace(String) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object...) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object...) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object...) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object...) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object...) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object...) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object...) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object...) - Method in class org.jboss.modules.log.StreamModuleLogger
transition(ServiceController<? extends S>, ServiceController.Transition) - Method in class org.jboss.msc.service.AbstractServiceListener
The service has transitioned to a new sub-state.
transition(ServiceController<? extends Object>, ServiceController.Transition) - Method in class org.jboss.msc.service.MultipleRemoveListener
 
transition(ServiceController<? extends S>, ServiceController.Transition) - Method in interface org.jboss.msc.service.ServiceListener
The service has transitioned to a new sub-state.
transition(ServiceController<? extends Object>, ServiceController.Transition) - Method in class org.jboss.msc.service.TimingServiceListener
 
transitiveDependencyAvailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
All unavailable transitive dependencies of the service are now available (installed and not administratively disabled).
transitiveDependencyAvailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
All unavailable transitive dependencies of the service are now available (installed and not administratively disabled).
transitiveDependencyUnavailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
A transitive dependency of the service is uninstalled or administratively disabled.
transitiveDependencyUnavailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
A transitive dependency of the service is uninstalled or administratively disabled.

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
 
undeploy(String) - Method in interface org.jboss.osgi.testing.OSGiDeployerClient
Undeploys the named unique deployment
undeploy(String) - Method in interface org.jboss.osgi.testing.OSGiRemoteRuntime
Undeploys the named unique deployment
undeployAll(Runnable, ServiceController<?>...) - Static method in class org.jboss.msc.service.ServiceUtils
Undeploy all the controllers and call the given runnable task when complete.
undeployAll(Runnable, List<ServiceController<?>>) - Static method in class org.jboss.msc.service.ServiceUtils
Undeploy all the controllers and call the given runnable task when complete.
ungetBootstrapProvider() - Method in class org.jboss.osgi.testing.OSGiRuntimeHelper
 
ungetService(ServiceReference) - Method in class org.jboss.osgi.spi.framework.GenericContextWrapper
 
uninject() - Method in class org.jboss.msc.inject.AddMethodInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.AtomicReferenceInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.CastingInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.ConcurrentMapInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.FieldInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in interface org.jboss.msc.inject.Injector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.MapInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.MethodInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.RetainingInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.SetMethodInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninstall(OSGiRuntime) - Method in class org.jboss.osgi.spi.capability.Capability
 
uninstall() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
uninstall() - Method in interface org.jboss.osgi.testing.OSGiBundle
Uninstalls this bundle.
uninstallBundle(Deployment, Bundle) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
unloadModule(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Attempt to unload a module from this module loader.
unloadModuleLocal(Module) - Method in class org.jboss.modules.ModuleLoader
Unload a module from this module loader.
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.FrameworkIntegrationBean
Overwrite to unregister system services before bundles get installed.
unregisterSystemServices(BundleContext) - Method in class org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
Overwrite to unregister system services before bundles get installed.
update() - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 
update(InputStream) - Method in class org.jboss.osgi.spi.framework.GenericBundleWrapper
 

V

validateBundleManifest(Manifest) - Static method in class org.jboss.osgi.spi.util.BundleInfo
Validate a given bundle manifest.
Value<T> - Interface in org.jboss.msc.value
An indirect value.
ValueInjection<T> - Class in org.jboss.msc.service
An injection of a source value into a target injector.
ValueInjection(Value<? extends T>, Injector<? super T>) - Constructor for class org.jboss.msc.service.ValueInjection
Construct a new instance.
ValueInjectionService<T> - Class in org.jboss.msc.service
A service which propagates a value from a dependency.
ValueInjectionService() - Constructor for class org.jboss.msc.service.ValueInjectionService
 
valueOf(String) - Static method in enum org.jboss.modules.AssertionSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modules.ref.Reference.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.msc.service.ServiceBuilder.DependencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.Substate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.Transition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.msc.service.ServiceListener.Inheritance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.osgi.spi.Attachments.Key
 
values() - Static method in enum org.jboss.modules.AssertionSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.modules.management.ObjectProperties
 
values() - Static method in enum org.jboss.modules.ref.Reference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.msc.service.ServiceBuilder.DependencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.msc.service.ServiceController.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.msc.service.ServiceController.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.msc.service.ServiceController.Substate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.msc.service.ServiceController.Transition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.msc.service.ServiceListener.Inheritance
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in org.jboss.msc.value
Value utility methods.
ValueService<T> - Class in org.jboss.msc.service
A service which returns the provided value, which is evaluated once per service start.
ValueService(Value<T>) - Constructor for class org.jboss.msc.service.ValueService
Construct a new instance.
Version - Class in org.jboss.msc
The current version of this module.
VERSION - Static variable in class org.jboss.msc.Version
The current version.
VersionRange - Class in org.jboss.osgi.metadata
Represents an OSGi version range.
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.

W

waitForStop(long) - Method in class org.jboss.osgi.spi.framework.GenericFrameworkWrapper
 
WeakReference<T,A> - Class in org.jboss.modules.ref
A reapable weak reference with an attachment.
WeakReference(T) - Constructor for class org.jboss.modules.ref.WeakReference
 
WeakReference(T, A) - Constructor for class org.jboss.modules.ref.WeakReference
 
WeakReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.modules.ref.WeakReference
 
WeakReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.modules.ref.WeakReference
 
WebAppCapability - Class in org.jboss.osgi.webapp
Adds the WebApp (WAR) capability to the OSGiRuntime under test.
WebAppCapability() - Constructor for class org.jboss.osgi.webapp.WebAppCapability
 
WebAppService - Interface in org.jboss.osgi.webapp
A marker service that is registered by jboss-osgi-webapp

X

XAttachmentSupport - Interface in org.jboss.osgi.resolver
Adds attachment support to an element
XAttributeSupport - Interface in org.jboss.osgi.resolver
Adds support for attributes
XBundleCapability - Interface in org.jboss.osgi.resolver
A host bundle capability
XCapability - Interface in org.jboss.osgi.resolver
A capability
XDirectiveSupport - Interface in org.jboss.osgi.resolver
Adds support for directives
XElement - Interface in org.jboss.osgi.resolver
The base of all resolver elements
XFragmentHostRequirement - Interface in org.jboss.osgi.resolver
A Fragment-Host requirement
XMLParserCapability - Class in org.jboss.osgi.xml
Adds the XML parser capability.
XMLParserCapability() - Constructor for class org.jboss.osgi.xml.XMLParserCapability
 
XModule - Interface in org.jboss.osgi.resolver
A Module for the XResolver.
XModuleBuilder - Interface in org.jboss.osgi.resolver
A builder for resolver modules
XModuleIdentity - Interface in org.jboss.osgi.resolver
An XModule identity.
XPackageCapability - Interface in org.jboss.osgi.resolver
A package capability
XPackageRequirement - Interface in org.jboss.osgi.resolver
A package requirement
XRequireBundleRequirement - Interface in org.jboss.osgi.resolver
A bundle requirement
XRequirement - Interface in org.jboss.osgi.resolver
A requirement
XResolver - Interface in org.jboss.osgi.resolver
An OSGi resolver.
XResolverCallback - Interface in org.jboss.osgi.resolver
The resolver callback
XResolverException - Exception in org.jboss.osgi.resolver
A resolver exception.
XResolverException(String, XModule, Object) - Constructor for exception org.jboss.osgi.resolver.XResolverException
Constructs an instance of ResolverException with the specified detail message.
XResolverFactory - Class in org.jboss.osgi.resolver
A factory for resolver instances.
XResolverFactory() - Constructor for class org.jboss.osgi.resolver.XResolverFactory
 
XVersionRange - Class in org.jboss.osgi.resolver
 
XVersionRange(Version, boolean, Version, boolean) - Constructor for class org.jboss.osgi.resolver.XVersionRange
 
XWire - Interface in org.jboss.osgi.resolver
Wires a requirement to a capability.

_

__DatatypeFactory - Class in __redirected
A redirecting DatatypeFactory
__DatatypeFactory() - Constructor for class __redirected.__DatatypeFactory
Construct a new instance.
__DocumentBuilderFactory - Class in __redirected
A redirecting DocumentBuilderFactory
__DocumentBuilderFactory() - Constructor for class __redirected.__DocumentBuilderFactory
Construct a new instance.
__JAXPRedirected - Class in __redirected
Executes common operations against ALL JAXP redirection classes.
__JAXPRedirected() - Constructor for class __redirected.__JAXPRedirected
 
__redirected - package __redirected
 
__RedirectedUtils - Class in __redirected
Common utilities for redirected factories
__RedirectedUtils() - Constructor for class __redirected.__RedirectedUtils
 
__SAXParserFactory - Class in __redirected
A redirected SAXParserFactory
__SAXParserFactory() - Constructor for class __redirected.__SAXParserFactory
Construct a new instance.
__TransformerFactory - Class in __redirected
A redirected TransformerFactory
__TransformerFactory() - Constructor for class __redirected.__TransformerFactory
Construct a new instance.
__XMLEventFactory - Class in __redirected
A redirected XMLEventFactory
__XMLEventFactory() - Constructor for class __redirected.__XMLEventFactory
Construct a new instance.
__XMLInputFactory - Class in __redirected
A redirected XMLInputFactory
__XMLInputFactory() - Constructor for class __redirected.__XMLInputFactory
Construct a new instance.
__XMLOutputFactory - Class in __redirected
A redirected XMLOutputFactory
__XMLOutputFactory() - Constructor for class __redirected.__XMLOutputFactory
Construct a new instance.
__XPathFactory - Class in __redirected
A redirected XPathFactory
__XPathFactory() - Constructor for class __redirected.__XPathFactory
Construct a new instance.

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

Copyright © 2011. All Rights Reserved.