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

A

add(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
addAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
addModule(ModuleSpec) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
addModule(Module) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
addProvidedService(ServiceName) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
AUTOINSTALL_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the AutoInstallProvider
AUTOINSTALL_PROVIDER_COMPLETE - Static variable in interface org.jboss.osgi.framework.Services
The AutoInstallProvider nested service that indicates completion
AutoInstallProvider - Interface in org.jboss.osgi.framework
Integration point to auto install bundles at framework startup.

B

BUNDLE_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all OSGi bundle services
BUNDLE_INSTALL_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the BundleInstallProvider
BUNDLE_MANAGER - Static variable in interface org.jboss.osgi.framework.Services
The BundleManagerService service name.
BundleInstallProvider - Interface in org.jboss.osgi.framework
A handler for bundle deployments.
BundleManager - Class in org.jboss.osgi.framework.internal
The BundleManager is the central managing entity for OSGi bundles.
BundleManagerService - Interface in org.jboss.osgi.framework
Integration point for Bundle management.
BundleProtocolHandler - Class in org.jboss.osgi.framework.internal
A handler for the 'bundle' protocol.

C

cancel(boolean) - Method in class org.jboss.osgi.framework.FutureServiceValue
 
clear() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
Constants - Interface in org.jboss.osgi.framework
A collection of propriatary constants.
contains(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
containsAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
CoreServices - Class in org.jboss.osgi.framework.internal
An injection point for framework core services.
createFramework() - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
createFrameworkServices(ServiceController.Mode, boolean) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
createURLStreamHandler(String) - Method in class org.jboss.osgi.framework.internal.OSGiStreamHandlerFactoryService
 

D

DEFAULT_FRAMEWORK_INIT_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The default timeout for the framework to initialize is 5sec
DEFAULT_FRAMEWORK_PACKAGES - Static variable in interface org.jboss.osgi.framework.SystemPathsProvider
 
DEFAULT_FRAMEWORK_START_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The default timeout for the framework to start is 10sec
DEFAULT_SYSTEM_PACKAGES - Static variable in interface org.jboss.osgi.framework.SystemPathsProvider
 
DefaultSystemPathsProvider - Class in org.jboss.osgi.framework.internal
A plugin manages the Framework's system packages.

E

equals(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 

F

FRAMEWORK_ACTIVATOR - Static variable in interface org.jboss.osgi.framework.Services
The service name to use as a dependency to activate the Framework
FRAMEWORK_ACTIVE - Static variable in interface org.jboss.osgi.framework.Services
The service name for the started Framework
FRAMEWORK_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The base name of all framework services
FRAMEWORK_CREATE - Static variable in interface org.jboss.osgi.framework.Services
The service name for the created Framework
FRAMEWORK_INIT - Static variable in interface org.jboss.osgi.framework.Services
The service name for the initialized Framework
FRAMEWORK_MODULE_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the FrameworkModuleProvider
FrameworkActive - Class in org.jboss.osgi.framework.internal
A service that represents the ACTIVE state of the Framework.
FrameworkBuilder - Class in org.jboss.osgi.framework.internal
A builder for the Framework implementation.
FrameworkBuilder(Map<String, Object>) - Constructor for class org.jboss.osgi.framework.internal.FrameworkBuilder
 
FrameworkCreate - Class in org.jboss.osgi.framework.internal
A service that represents the CREATED state of the Framework.
FrameworkFactoryImpl - Class in org.jboss.osgi.framework.internal
An impementation of an OSGi FrameworkFactory
FrameworkFactoryImpl() - Constructor for class org.jboss.osgi.framework.internal.FrameworkFactoryImpl
 
FrameworkInit - Class in org.jboss.osgi.framework.internal
A service that represents the INIT state of the Framework.
FrameworkModuleProvider - Interface in org.jboss.osgi.framework
The framework module provider.
FutureServiceValue<T> - Class in org.jboss.osgi.framework
A Future that waits for the given service to come up and returns it's value.
FutureServiceValue(ServiceController<T>) - Constructor for class org.jboss.osgi.framework.FutureServiceValue
 

G

get() - Method in class org.jboss.osgi.framework.FutureServiceValue
 
get(long, TimeUnit) - Method in class org.jboss.osgi.framework.FutureServiceValue
 
getBootDelegationFilter() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getBootDelegationFilter() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the filter for boot delegation
getBootDelegationPackages() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getBootDelegationPackages() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the list of defined boot delegation packages
getBootDelegationPaths() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getBootDelegationPaths() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the filter for boot delegation
getBundle(ModuleIdentifier) - Method in interface org.jboss.osgi.framework.BundleManagerService
Get the bundle base name for the module identifier.
getBundle(ModuleIdentifier) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
getBundle(Class) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getBundle() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getBundles(String, String) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
Returns the bundles with the specified symbolic name whose bundle version is within the specified version range.
getBundleStartLevel(Bundle) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
getBundleType(Bundle) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getClassSpec(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getExportedPackage(String) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getExportedPackages(Bundle) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getExportedPackages(String) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getFragments(Bundle) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getFrameworkModule(Bundle) - Method in interface org.jboss.osgi.framework.FrameworkModuleProvider
 
getHosts(Bundle) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getInitialBundleStartLevel() - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
getLibrary(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getModule() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getModuleIdentifier(XModule) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
getModuleLoader() - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
getPackageSpec(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getPaths() - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getProperties() - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
getProperty(String) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
getProperty(String, Object) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
getProvidedServices() - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
getRequiredBundles(String) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getResource(String) - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getRootName() - Method in class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
getServiceContainer() - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
getServiceContainer() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getServiceName(Bundle) - Method in interface org.jboss.osgi.framework.BundleManagerService
Get the service base name for the given bundle.
getServiceName(Bundle) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
getServiceName(Class<?>) - Method in interface org.jboss.osgi.modules.ModuleContext
Get the ServiceName for the given service interface that an xservice implements.
getServiceTarget() - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
getStartLevel() - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
getSystemContext() - Method in interface org.jboss.osgi.modules.ModuleContext
 
getSystemFilter() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getSystemFilter() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the filter that the system exports
getSystemPackages() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getSystemPackages() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the list of defined system packages
getSystemPaths() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getSystemPaths() - Method in interface org.jboss.osgi.framework.SystemPathsProvider
Get the set of paths that the system exports
getValue() - Method in class org.jboss.osgi.framework.internal.BundleManager
 
getValue() - Method in class org.jboss.osgi.framework.internal.CoreServices
 
getValue() - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
getValue() - Method in class org.jboss.osgi.framework.internal.FrameworkActive
 
getValue() - Method in class org.jboss.osgi.framework.internal.FrameworkCreate
 
getValue() - Method in class org.jboss.osgi.framework.internal.FrameworkInit
 
getValue() - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
getValue() - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
getValue() - Method in class org.jboss.osgi.framework.internal.SystemContextService
 
getVersion() - Static method in class org.jboss.osgi.framework.util.Java
Return the version of Java supported by the VM.

H

hashCode() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 

I

installBundle(ServiceTarget, Deployment) - Method in interface org.jboss.osgi.framework.BundleInstallProvider
Install the bundle service for the given deployment.
installBundle(ServiceTarget, Deployment) - Method in interface org.jboss.osgi.framework.BundleManagerService
Install a bundle from the given deployment
installBundle(ServiceTarget, Deployment) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
INSTANCE - Static variable in class org.jboss.osgi.framework.util.NoFilter
Singleton instance
IOUtils - Class in org.jboss.osgi.framework.util
A collection of IO utilities.
isBundleActivationPolicyUsed(Bundle) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
isBundlePersistentlyStarted(Bundle) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
isCancelled() - Method in class org.jboss.osgi.framework.FutureServiceValue
 
isCompatible(int) - Static method in class org.jboss.osgi.framework.util.Java
Returns true if the current virtual machine is compatible with the given version identifer.
isDone() - Method in class org.jboss.osgi.framework.FutureServiceValue
 
isEmpty() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
isProvidedService(ServiceName) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
isVersion(int) - Static method in class org.jboss.osgi.framework.util.Java
Returns true if the given version identifer is equal to the version identifier of the current virtuial machine.
iterator() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 

J

Java - Class in org.jboss.osgi.framework.util
Provides common access to specifics about the version of Java that a virtual machine supports.
JBOSGI_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all OSGi services
JBOSGI_PREFIX - Static variable in interface org.jboss.osgi.framework.Constants
The prefix for modules/services managed by the OSGi layer
JBOSGI_SERVICE_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The prefix for all OSGi services
JBOSGI_XSERVICE_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
The base name of all framework OSGi services that were registered outside the OSGi layer

M

main(String[]) - Static method in class org.jboss.osgi.framework.internal.FrameworkFactoryImpl
 
match(Dictionary) - Method in class org.jboss.osgi.framework.util.NoFilter
 
match(ServiceReference) - Method in class org.jboss.osgi.framework.util.NoFilter
 
matchCase(Dictionary) - Method in class org.jboss.osgi.framework.util.NoFilter
 
MODULE_LOADER_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the ModuleLoaderProvider
ModuleActivator - Interface in org.jboss.osgi.modules
A module activator that is called when the module gets loaded by the OSGi layer.
ModuleContext - Interface in org.jboss.osgi.modules
A the context for Module/OSGi integration.
ModuleLoaderProvider - Interface in org.jboss.osgi.framework
Integration point for the ModuleLoader.

N

newFramework(Map) - Method in class org.jboss.osgi.framework.internal.FrameworkFactoryImpl
 
NoFilter - Class in org.jboss.osgi.framework.util
Dummy filter implementation

O

openConnection(URL) - Method in class org.jboss.osgi.framework.internal.BundleProtocolHandler
 
org.jboss.osgi.framework - package org.jboss.osgi.framework
 
org.jboss.osgi.framework.internal - package org.jboss.osgi.framework.internal
 
org.jboss.osgi.framework.util - package org.jboss.osgi.framework.util
 
org.jboss.osgi.modules - package org.jboss.osgi.modules
 
OSGiStreamHandlerFactoryService - Class in org.jboss.osgi.framework.internal
A URLStreamHandlerFactory that provides URLStreamHandler instances which are backed by an OSGi service.
OSGiStreamHandlerFactoryService() - Constructor for class org.jboss.osgi.framework.internal.OSGiStreamHandlerFactoryService
 

P

PACKAGE_ADMIN - Static variable in interface org.jboss.osgi.framework.Services
The service name for the PackageAdmin service
PackageAdminPlugin - Class in org.jboss.osgi.framework.internal
An implementation of the PackageAdmin service.
PersistentBundlesInstaller - Class in org.jboss.osgi.framework.internal
A service that represents the INIT state of the Framework.
PROPERTY_AUTO_INSTALL_URLS - Static variable in interface org.jboss.osgi.framework.Constants
A list of URLs to bundles that get installed on framework startup
PROPERTY_AUTO_START_URLS - Static variable in interface org.jboss.osgi.framework.Constants
A list of URLs to bundles that get installed and started on framework startup
PROPERTY_FRAMEWORK_INIT_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The timeout in milliseconds for the framework to initialize
PROPERTY_FRAMEWORK_START_TIMEOUT - Static variable in interface org.jboss.osgi.framework.Constants
The timeout in milliseconds for the framework to start
PROTOCOL_NAME - Static variable in class org.jboss.osgi.framework.internal.BundleProtocolHandler
 

R

refreshPackages(Bundle[]) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
registerModule(ServiceTarget, Module, OSGiMetaData) - Method in interface org.jboss.osgi.framework.BundleManagerService
Register a module with the OSGi layer.
registerModule(ServiceTarget, Module, OSGiMetaData) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
registerSystemServices(BundleContext) - Method in interface org.jboss.osgi.framework.SystemServicesProvider
 
remove(Object) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
removeAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
removeModule(ModuleIdentifier) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
RemoveOnlyCollection<T> - Class in org.jboss.osgi.framework.util
A Collection that does not allow add operations.
RemoveOnlyCollection(Collection<T>) - Constructor for class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
resolveBundles(Bundle[]) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
retainAll(Collection) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 

S

Services - Interface in org.jboss.osgi.framework
A collection of public service names.
setAndRelinkDependencies(Module, List<DependencySpec>) - Method in interface org.jboss.osgi.framework.ModuleLoaderProvider
 
setBundleStartLevel(Bundle, int) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
setInitialBundleStartLevel(int) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
setServiceContainer(ServiceContainer) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
setServiceTarget(ServiceTarget) - Method in class org.jboss.osgi.framework.internal.FrameworkBuilder
 
setStartLevel(int) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
size() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.CoreServices
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.DefaultSystemPathsProvider
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.FrameworkActive
Start this Framework.
start(StartContext) - Method in class org.jboss.osgi.framework.internal.FrameworkCreate
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.FrameworkInit
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.PersistentBundlesInstaller
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.SystemBundleService
 
start(StartContext) - Method in class org.jboss.osgi.framework.internal.SystemContextService
 
start(ModuleContext) - Method in interface org.jboss.osgi.modules.ModuleActivator
 
START_LEVEL - Static variable in interface org.jboss.osgi.framework.Services
The service name for the StartLevel service
StartLevelPlugin - Class in org.jboss.osgi.framework.internal
An implementation of the StartLevel service.
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.CoreServices
 
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.FrameworkCreate
 
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.PackageAdminPlugin
 
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.StartLevelPlugin
 
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.SystemBundleService
 
stop(StopContext) - Method in class org.jboss.osgi.framework.internal.SystemContextService
 
stop(ModuleContext) - Method in interface org.jboss.osgi.modules.ModuleActivator
 
SYSTEM_BUNDLE - Static variable in interface org.jboss.osgi.framework.Services
The service name for the system Bundle
SYSTEM_CONTEXT - Static variable in interface org.jboss.osgi.framework.Services
The service name for the system BundleContext
SYSTEM_PATHS_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the SystemPathsProvider
SYSTEM_SERVICES_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
The service name for the SystemServicesProvider
SystemBundleService - Class in org.jboss.osgi.framework.internal
Represents the ACTIVE state of the system bundle.
SystemContextService - Class in org.jboss.osgi.framework.internal
Represents the the system BundleContext.
SystemPathsProvider - Interface in org.jboss.osgi.framework
A plugin manages the Framework's system packages.
SystemServicesProvider - Interface in org.jboss.osgi.framework
A service that registers additional system services.

T

toArray() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
toArray(Object[]) - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
toString() - Method in class org.jboss.osgi.framework.util.NoFilter
 
toString() - Method in class org.jboss.osgi.framework.util.RemoveOnlyCollection
 
toURL(String) - Static method in class org.jboss.osgi.framework.util.IOUtils
Get a URL from the given string
toURL(VirtualFile) - Static method in class org.jboss.osgi.framework.util.IOUtils
Get a URL from the given virtual file

U

uninstallBundle(Deployment) - Method in interface org.jboss.osgi.framework.BundleInstallProvider
Uninstall the bundle associated with the given deployment.
uninstallBundle(Deployment) - Method in interface org.jboss.osgi.framework.BundleManagerService
Uninstall the given deployment
uninstallBundle(Deployment) - Method in class org.jboss.osgi.framework.internal.BundleManager
 
unregisterModule(ModuleIdentifier) - Method in interface org.jboss.osgi.framework.BundleManagerService
Unregister a module from the OSGi layer.
unregisterModule(ModuleIdentifier) - Method in class org.jboss.osgi.framework.internal.BundleManager
 

V

VERSION_1_0 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.0 token
VERSION_1_1 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.1 token
VERSION_1_2 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.2 token
VERSION_1_3 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.3 token
VERSION_1_4 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.4 token
VERSION_1_5 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.5 token
VERSION_1_6 - Static variable in class org.jboss.osgi.framework.util.Java
Java version 1.6 token
VirtualFileResourceLoader - Class in org.jboss.osgi.framework.util
An ResourceLoader that is backed by a VirtualFile pointing to an archive.
VirtualFileResourceLoader(VirtualFile) - Constructor for class org.jboss.osgi.framework.util.VirtualFileResourceLoader
 
A B C D E F G H I J M N O P R S T U V 

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.