- base64Encode(String) - Static method in class org.apache.felix.framework.util.Util
-
- begin(Collection<BundleRevision>) - Method in interface org.osgi.framework.hooks.resolver.ResolverHookFactory
-
This method is called by the framework each time a resolve process begins
to obtain a
resolver hook
instance.
- BOOT_CLASSLOADERS_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- BUFSIZE - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- BUFSIZE - Static variable in class org.apache.felix.framework.util.SecureAction
-
- Bundle - Interface in org.osgi.framework
-
An installed bundle in the Framework.
- BUNDLE_ACTIVATIONPOLICY - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's activation policy.
- BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying the bundle's activator class.
- BUNDLE_CATEGORY - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's category.
- BUNDLE_CLASSPATH - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying a list of directories and embedded JAR files,
which are bundle resources used to extend the bundle's classpath.
- BUNDLE_CONTACTADDRESS - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the contact address where problems with the
bundle may be reported; for example, an email address.
- BUNDLE_COPYRIGHT - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's copyright information.
- BUNDLE_DEFAULT_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- BUNDLE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
-
Manifest header containing a brief description of the bundle's
functionality.
- BUNDLE_DOCURL - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's documentation URL, from which
further information about the bundle may be obtained.
- BUNDLE_LOCALIZATION - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the base name of the bundle's localization
entries.
- BUNDLE_LOCALIZATION_DEFAULT_BASENAME - Static variable in interface org.osgi.framework.Constants
-
Default value for the Bundle-Localization
manifest header.
- BUNDLE_MANIFESTVERSION - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle manifest version.
- BUNDLE_NAME - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's name.
- BUNDLE_NAMESPACE - Static variable in class org.osgi.framework.namespace.BundleNamespace
-
Namespace name for bundle capabilities and requirements.
- BUNDLE_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
-
Namespace for bundle capabilities and requirements.
- BUNDLE_NATIVECODE - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying a number of hardware environments and the
native language code libraries that the bundle is carrying for each of
these environments.
- BUNDLE_NATIVECODE_LANGUAGE - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying the language in which the native
bundle code is written specified in the Bundle-NativeCode manifest
header.
- BUNDLE_NATIVECODE_OPTIONAL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- BUNDLE_NATIVECODE_OSNAME - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying the operating system required to
run native bundle code specified in the Bundle-NativeCode manifest
header).
- BUNDLE_NATIVECODE_OSVERSION - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying the operating system version
required to run native bundle code specified in the Bundle-NativeCode
manifest header).
- BUNDLE_NATIVECODE_PROCESSOR - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying the processor required to run
native bundle code specified in the Bundle-NativeCode manifest header).
- BUNDLE_REQUIREDEXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
-
Deprecated.
As of 1.6. Replaced by the osgi.ee
capability.
- BUNDLE_STARTLEVEL_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's symbolic name.
- BUNDLE_SYMBOLICNAME_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying the symbolic name of a bundle that
exports a package specified in the Import-Package manifest header.
- BUNDLE_TYPE_FRAGMENT - Static variable in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Bundle type indicating the bundle is a fragment bundle.
- BUNDLE_UPDATELOCATION - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the location from which a new bundle version
is obtained during a bundle update operation.
- BUNDLE_URL_PROTOCOL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- BUNDLE_VENDOR - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's vendor.
- BUNDLE_VERSION - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's version.
- BUNDLE_VERSION_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute identifying a range of versions for a bundle
specified in the Require-Bundle
or Fragment-Host
manifest
headers.
- BundleActivator - Interface in org.osgi.framework
-
Customizes the starting and stopping of a bundle.
- BundleArchive - Class in org.apache.felix.framework.cache
-
This class is a logical abstraction for a bundle archive.
- BundleArchive(Logger, Map, WeakZipFileFactory, File, long, int, String, InputStream) - Constructor for class org.apache.felix.framework.cache.BundleArchive
-
This constructor is used for creating new archives when a bundle is
installed into the framework.
- BundleArchive(Logger, Map, WeakZipFileFactory, File) - Constructor for class org.apache.felix.framework.cache.BundleArchive
-
This constructor is called when an archive for a bundle is being
reconstructed when the framework is restarted.
- BundleArchiveRevision - Class in org.apache.felix.framework.cache
-
This class implements an abstract revision of a bundle archive.
- BundleArchiveRevision(Logger, Map, File, String) - Constructor for class org.apache.felix.framework.cache.BundleArchiveRevision
-
This class is abstract and cannot be created.
- BundleCache - Class in org.apache.felix.framework.cache
-
This class, combined with BundleArchive, and concrete
BundleRevision subclasses, implement the Felix bundle cache.
- BundleCache(Logger, Map) - Constructor for class org.apache.felix.framework.cache.BundleCache
-
- BundleCapability - Interface in org.osgi.framework.wiring
-
- BundleCapabilityImpl - Class in org.apache.felix.framework.wiring
-
- BundleCapabilityImpl(BundleRevision, String, Map<String, String>, Map<String, Object>) - Constructor for class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- bundleChanged(BundleEvent) - Method in interface org.osgi.framework.BundleListener
-
Receives notification that a bundle has had a lifecycle change.
- BundleContext - Interface in org.osgi.framework
-
A bundle's execution context within the Framework.
- BundleEvent - Class in org.osgi.framework
-
An event from the Framework describing a bundle lifecycle change.
- BundleEvent(int, Bundle, Bundle) - Constructor for class org.osgi.framework.BundleEvent
-
Creates a bundle event of the specified type.
- BundleEvent(int, Bundle) - Constructor for class org.osgi.framework.BundleEvent
-
Creates a bundle event of the specified type.
- BundleException - Exception in org.osgi.framework
-
A Framework exception used to indicate that a bundle lifecycle problem
occurred.
- BundleException(String, Throwable) - Constructor for exception org.osgi.framework.BundleException
-
Creates a BundleException
with the specified message and
exception cause.
- BundleException(String) - Constructor for exception org.osgi.framework.BundleException
-
Creates a BundleException
with the specified message.
- BundleException(String, int, Throwable) - Constructor for exception org.osgi.framework.BundleException
-
Creates a BundleException
with the specified message, type and
exception cause.
- BundleException(String, int) - Constructor for exception org.osgi.framework.BundleException
-
Creates a BundleException
with the specified message and type.
- BundleListener - Interface in org.osgi.framework
-
A BundleEvent
listener.
- BundleNamespace - Class in org.osgi.framework.namespace
-
Bundle Capability and Requirement Namespace.
- BundlePermission - Class in org.osgi.framework
-
A bundle's authority to require or provide a bundle or to receive or attach
fragments.
- BundlePermission(String, String) - Constructor for class org.osgi.framework.BundlePermission
-
Defines the authority to provide and/or require and or specify a host
fragment symbolic name within the OSGi environment.
- BundleProtectionDomain - Class in org.apache.felix.framework
-
- BundleReference - Interface in org.osgi.framework
-
A reference to a Bundle.
- BundleRequirement - Interface in org.osgi.framework.wiring
-
- BundleRequirementImpl - Class in org.apache.felix.framework.wiring
-
- BundleRequirementImpl(BundleRevision, String, Map<String, String>, Map<String, Object>, SimpleFilter) - Constructor for class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- BundleRequirementImpl(BundleRevision, String, Map<String, String>, Map<String, Object>) - Constructor for class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- BundleRevision - Interface in org.osgi.framework.wiring
-
Bundle Revision.
- BundleRevisionImpl - Class in org.apache.felix.framework
-
- BundleRevisionImpl(Bundle, String) - Constructor for class org.apache.felix.framework.BundleRevisionImpl
-
This constructor is used by the extension manager, since it needs
a constructor that does not throw an exception.
- BundleRevisions - Interface in org.osgi.framework.wiring
-
- BundleStartLevel - Interface in org.osgi.framework.startlevel
-
Query and modify the start level information for a bundle.
- BundleTracker<T> - Class in org.osgi.util.tracker
-
The BundleTracker
class simplifies tracking bundles much like the
ServiceTracker
simplifies tracking services.
- BundleTracker(BundleContext, int, BundleTrackerCustomizer<T>) - Constructor for class org.osgi.util.tracker.BundleTracker
-
Create a BundleTracker
for bundles whose state is present in the
specified state mask.
- BundleTrackerCustomizer<T> - Interface in org.osgi.util.tracker
-
The BundleTrackerCustomizer
interface allows a BundleTracker
to customize the Bundle
s that are tracked.
- BundleWire - Interface in org.osgi.framework.wiring
-
- BundleWireImpl - Class in org.apache.felix.framework.wiring
-
- BundleWireImpl(BundleRevision, BundleRequirement, BundleRevision, BundleCapability) - Constructor for class org.apache.felix.framework.wiring.BundleWireImpl
-
- BundleWiring - Interface in org.osgi.framework.wiring
-
A wiring for a bundle.
- BundleWiringImpl - Class in org.apache.felix.framework
-
- BundleWiringImpl.BundleClassLoader - Class in org.apache.felix.framework
-
- BundleWiringImpl.BundleClassLoader(BundleWiringImpl, ClassLoader) - Constructor for class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- BundleWiringImpl.BundleClassLoaderJava5 - Class in org.apache.felix.framework
-
- BundleWiringImpl.BundleClassLoaderJava5(BundleWiringImpl, ClassLoader) - Constructor for class org.apache.felix.framework.BundleWiringImpl.BundleClassLoaderJava5
-
- FACTORY_ERROR - Static variable in exception org.osgi.framework.ServiceException
-
The service factory produced an invalid service object.
- FACTORY_EXCEPTION - Static variable in exception org.osgi.framework.ServiceException
-
The service factory threw an exception.
- FACTORY_RECURSION - Static variable in exception org.osgi.framework.ServiceException
-
The service factory resulted in a recursive call to itself for the
requesting bundle.
- FAKE_URL_PROTOCOL_VALUE - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- Felix - Class in org.apache.felix.framework
-
- Felix(Map) - Constructor for class org.apache.felix.framework.Felix
-
This constructor creates a framework instance with a specified Map
of configuration properties.
- FELIX_EXTENSION_ACTIVATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FELIX_VERSION_PROPERTY - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FelixBundleContext - Interface in org.apache.felix.framework.ext
-
- FelixConstants - Interface in org.apache.felix.framework.util
-
- FILE_PROTOCOL - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- fileExists(File) - Method in class org.apache.felix.framework.util.SecureAction
-
- Filter - Interface in org.osgi.framework
-
- filter - Variable in class org.osgi.util.tracker.ServiceTracker
-
The Filter used by this ServiceTracker
which specifies the search
criteria for the services to track.
- FILTER_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying the capability filter specified in
the Require-Capability manifest header.
- filterCollisions(int, Bundle, Collection<Bundle>) - Method in interface org.osgi.framework.hooks.bundle.CollisionHook
-
Filter bundle collisions hook method.
- FilterImpl - Class in org.apache.felix.framework
-
- FilterImpl(String) - Constructor for class org.apache.felix.framework.FilterImpl
-
- filterMatches(BundleRequirement, Collection<BundleCapability>) - Method in interface org.osgi.framework.hooks.resolver.ResolverHook
-
Filter matches hook method.
- filterResolvable(Collection<BundleRevision>) - Method in interface org.osgi.framework.hooks.resolver.ResolverHook
-
Filter resolvable candidates hook method.
- filterSingletonCollisions(BundleCapability, Collection<BundleCapability>) - Method in interface org.osgi.framework.hooks.resolver.ResolverHook
-
Filter singleton collisions hook method.
- finalize() - Method in class org.apache.felix.framework.cache.JarContent
-
- find(BundleContext, Collection<Bundle>) - Method in interface org.osgi.framework.hooks.bundle.FindHook
-
Find hook method.
- find(BundleContext, String, String, boolean, Collection<ServiceReference<?>>) - Method in interface org.osgi.framework.hooks.service.FindHook
-
Find hook method.
- findClass(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- findEntries(String, String, int) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- findEntries(String, String, boolean) - Method in interface org.osgi.framework.Bundle
-
Returns entries in this bundle and its attached fragments.
- findEntries(String, String, boolean) - Method in interface org.osgi.framework.launch.Framework
-
Returns null
as a framework implementation does not have a proper
bundle from which to return entries.
- findEntries(String, String, int) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns entries in this bundle wiring's
bundle
revision
and its attached fragment revisions.
- FINDENTRIES_RECURSE - Static variable in interface org.osgi.framework.wiring.BundleWiring
-
The find entries operation must recurse into subdirectories.
- FindHook - Interface in org.osgi.framework.hooks.bundle
-
OSGi Framework Bundle Context Hook Service.
- FindHook - Interface in org.osgi.framework.hooks.service
-
OSGi Framework Service Find Hook Service.
- findLibrary(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- findProviders(BundleRequirement, boolean) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- findProviders(BundleRequirement, boolean) - Method in class org.apache.felix.framework.resolver.ResolveContext
-
- findResource(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- findResources(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- findResources(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoaderJava5
-
- fireBundleEvent(BundleEvent, Framework) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- fireFrameworkEvent(FrameworkEvent) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- fireServiceEvent(ServiceEvent, Dictionary, Framework) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- flush(Class, Object) - Method in class org.apache.felix.framework.util.SecureAction
-
- forName(String, ClassLoader) - Method in class org.apache.felix.framework.util.SecureAction
-
- FRAGMENT - Static variable in class org.osgi.framework.BundlePermission
-
The action string fragment
.
- FRAGMENT_ATTACHMENT_ALWAYS - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying a fragment attachment type of
always.
- FRAGMENT_ATTACHMENT_ALWAYS - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The directive value indicating that fragments are allowed to attach to
the host bundle at any time (while the host is resolved or during the
process of resolving the host bundle).
- FRAGMENT_ATTACHMENT_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying if and when a fragment may attach
to a host bundle.
- FRAGMENT_ATTACHMENT_NEVER - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying a fragment attachment type of
never.
- FRAGMENT_ATTACHMENT_NEVER - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The directive value indicating that no fragments are allowed to attach to
the host bundle at any time.
- FRAGMENT_ATTACHMENT_RESOLVETIME - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying a fragment attachment type of
resolve-time.
- FRAGMENT_ATTACHMENT_RESOLVETIME - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The directive value indicating that fragments are allowed to attach to
the host bundle only during the process of resolving the host bundle.
- FRAGMENT_HOST - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the symbolic name of another bundle for which
that the bundle is a fragment.
- Framework - Interface in org.osgi.framework.launch
-
A Framework instance.
- FRAMEWORK_BEGINNING_STARTLEVEL - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying the beginning start level of the
framework.
- FRAMEWORK_BOOTDELEGATION - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying packages for which the Framework
must delegate class loading to the parent class loader of the bundle.
- FRAMEWORK_BSNVERSION - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying whether multiple bundles having
the same
symbolic name
and
version
may be installed.
- FRAMEWORK_BSNVERSION_MANAGED - Static variable in interface org.osgi.framework.Constants
-
Specifies the framework must consult the
bundle
collision hook
services to determine if it will be an error to install a
bundle or update a bundle to have the same symbolic name and version as
another installed bundle.
- FRAMEWORK_BSNVERSION_MULTIPLE - Static variable in interface org.osgi.framework.Constants
-
Specifies the framework will allow multiple bundles to be installed
having the same symbolic name and version.
- FRAMEWORK_BSNVERSION_SINGLE - Static variable in interface org.osgi.framework.Constants
-
Specifies the framework will only allow a single bundle to be installed
for a given symbolic name and version.
- FRAMEWORK_BUNDLE_PARENT - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying the parent class loader type for
all bundle class loaders.
- FRAMEWORK_BUNDLE_PARENT_APP - Static variable in interface org.osgi.framework.Constants
-
Specifies to use the application class loader as the parent class loader
for all bundle class loaders.
- FRAMEWORK_BUNDLE_PARENT_BOOT - Static variable in interface org.osgi.framework.Constants
-
Specifies to use of the boot class loader as the parent class loader for
all bundle class loaders.
- FRAMEWORK_BUNDLE_PARENT_EXT - Static variable in interface org.osgi.framework.Constants
-
Specifies to use the extension class loader as the parent class loader
for all bundle class loaders.
- FRAMEWORK_BUNDLE_PARENT_FRAMEWORK - Static variable in interface org.osgi.framework.Constants
-
Specifies to use the framework class loader as the parent class loader
for all bundle class loaders.
- FRAMEWORK_BUNDLECACHE_IMPL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FRAMEWORK_COMMAND_ABSPATH - Static variable in interface org.osgi.framework.Constants
-
Specified the substitution string for the absolute path of a file.
- FRAMEWORK_DEFAULT_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FRAMEWORK_EXECPERMISSION - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying an optional OS specific command
to set file permissions on extracted native code.
- FRAMEWORK_EXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
-
Deprecated.
As of 1.6. Replaced by the osgi.ee
capability.
- FRAMEWORK_INACTIVE_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FRAMEWORK_LANGUAGE - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying the Framework implementation
language (see ISO 639 for possible values).
- FRAMEWORK_LIBRARY_EXTENSIONS - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying a comma separated list of
additional library file extensions that must be used when a bundle's
class loader is searching for native libraries.
- FRAMEWORK_OS_NAME - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying the Framework host-computer's
operating system.
- FRAMEWORK_OS_VERSION - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying the Framework host-computer's
operating system version number.
- FRAMEWORK_PROCESSOR - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying the Framework host-computer's
processor name.
- FRAMEWORK_SECURITY - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying the type of security manager the
framework must use.
- FRAMEWORK_SECURITY_OSGI - Static variable in interface org.osgi.framework.Constants
-
Specifies that a security manager that supports all security aspects of
the OSGi core specification including postponed conditions must be
installed.
- FRAMEWORK_STORAGE - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying the persistent storage area used
by the framework.
- FRAMEWORK_STORAGE_CLEAN - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying if and when the persistent
storage area for the framework should be cleaned.
- FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT - Static variable in interface org.osgi.framework.Constants
-
Specifies that the framework storage area must be cleaned before the
framework is initialized for the first time.
- FRAMEWORK_SYSTEMCAPABILITIES - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying capabilities which the system
bundle must provide.
- FRAMEWORK_SYSTEMCAPABILITIES_EXTRA - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying extra capabilities which the
system bundle must additionally provide.
- FRAMEWORK_SYSTEMPACKAGES - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying packages which the system bundle
must export.
- FRAMEWORK_SYSTEMPACKAGES_EXTRA - Static variable in interface org.osgi.framework.Constants
-
Framework launching property identifying extra packages which the system
bundle must export from the current execution environment.
- FRAMEWORK_TRUST_REPOSITORIES - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying the trust repositories used by
the framework.
- FRAMEWORK_UUID - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying the Framework's universally
unique identifier (UUID).
- FRAMEWORK_VENDOR - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying the Framework implementation
vendor.
- FRAMEWORK_VENDOR_VALUE - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FRAMEWORK_VERSION - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying the Framework version.
- FRAMEWORK_VERSION_VALUE - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FRAMEWORK_WINDOWSYSTEM - Static variable in interface org.osgi.framework.Constants
-
Framework launching property specifying the current windowing system.
- FrameworkEvent - Class in org.osgi.framework
-
A general event from the Framework.
- FrameworkEvent(int, Object) - Constructor for class org.osgi.framework.FrameworkEvent
-
Deprecated.
As of 1.2. This constructor is deprecated in favor of using
the other constructor with the System Bundle as the event
source.
- FrameworkEvent(int, Bundle, Throwable) - Constructor for class org.osgi.framework.FrameworkEvent
-
Creates a Framework event regarding the specified bundle.
- frameworkEvent(FrameworkEvent) - Method in interface org.osgi.framework.FrameworkListener
-
Receives notification of a general FrameworkEvent
object.
- FrameworkFactory - Class in org.apache.felix.framework
-
- FrameworkFactory() - Constructor for class org.apache.felix.framework.FrameworkFactory
-
- FrameworkFactory - Interface in org.osgi.framework.launch
-
- FrameworkListener - Interface in org.osgi.framework
-
A FrameworkEvent
listener.
- FrameworkStartLevel - Interface in org.osgi.framework.startlevel
-
Query and modify the start level information for the framework.
- FrameworkUtil - Class in org.osgi.framework
-
Framework Utility class.
- FrameworkWiring - Interface in org.osgi.framework.wiring
-
Query and modify wiring information for the framework.
- get(int) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- get(int) - Method in class org.apache.felix.framework.util.ImmutableList
-
- get(Object) - Method in class org.apache.felix.framework.util.ImmutableMap
-
- get(Object) - Method in class org.apache.felix.framework.util.MapToDictionary
-
- get(Object) - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- get(Object) - Method in class org.apache.felix.framework.util.StringMap
-
- GET - Static variable in class org.osgi.framework.ServicePermission
-
The action string get
.
- getAbsolutePath(File) - Method in class org.apache.felix.framework.util.SecureAction
-
- getActions() - Method in class org.osgi.framework.AdaptPermission
-
Returns the canonical string representation of the
AdaptPermission
actions.
- getActions() - Method in class org.osgi.framework.AdminPermission
-
Returns the canonical string representation of the
AdminPermission
actions.
- getActions() - Method in class org.osgi.framework.BundlePermission
-
Returns the canonical string representation of the
BundlePermission
actions.
- getActions() - Method in class org.osgi.framework.CapabilityPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class org.osgi.framework.PackagePermission
-
Returns the canonical string representation of the
PackagePermission
actions.
- getActions() - Method in class org.osgi.framework.ServicePermission
-
Returns the canonical string representation of the actions.
- getActivationExcludeDirective() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getActivationIncludeDirective() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getActivationPolicy() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getAllServiceListeners() - Method in class org.apache.felix.framework.util.EventDispatcher
-
Returns all existing service listener information into a collection of
ListenerHook.ListenerInfo objects.
- getAllServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
-
Returns an array of ServiceReference
objects.
- getArchives() - Method in class org.apache.felix.framework.cache.BundleCache
-
- getAttributes() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getAttributes() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- getAttributes() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getAttributes() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- getAttributes() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the attributes of this capability.
- getAttributes() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the attributes of this requirement.
- getAttributes() - Method in interface org.osgi.resource.Capability
-
Returns the attributes of this capability.
- getAttributes() - Method in interface org.osgi.resource.Requirement
-
Returns the attributes of this requirement.
- getBundle() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getBundle() - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- getBundle() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getBundle(Class) - Method in class org.apache.felix.framework.PackageAdminImpl
-
Returns the bundle associated with this class if the class was
loaded from a bundle, otherwise returns null.
- getBundle() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getBundle() - Method in interface org.osgi.framework.BundleContext
-
Returns the Bundle
object associated with this
BundleContext
.
- getBundle(long) - Method in interface org.osgi.framework.BundleContext
-
Returns the bundle with the specified identifier.
- getBundle(String) - Method in interface org.osgi.framework.BundleContext
-
Returns the bundle with the specified location.
- getBundle() - Method in class org.osgi.framework.BundleEvent
-
Returns the bundle which had a lifecycle change.
- getBundle() - Method in interface org.osgi.framework.BundleReference
-
Returns the Bundle
object associated with this
BundleReference
.
- getBundle() - Method in class org.osgi.framework.FrameworkEvent
-
Returns the bundle associated with the event.
- getBundle(Class<?>) - Static method in class org.osgi.framework.FrameworkUtil
-
Return a Bundle
for the specified bundle class.
- getBundle() - Method in interface org.osgi.framework.ServiceReference
-
Returns the bundle that registered the service referenced by this
ServiceReference
object.
- getBundle(Class) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the bundle from which the specified class is loaded.
- getBundle() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the bundle associated with this required bundle.
- getBundleContext() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getBundleContext() - Method in interface org.osgi.framework.Bundle
-
- getBundleContext() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Return the context of the bundle which added the listener.
- getBundleId() - Method in class org.apache.felix.framework.Felix
-
- getBundleId() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's unique identifier.
- getBundleId() - Method in interface org.osgi.framework.launch.Framework
-
Returns the Framework unique identifier.
- getBundleIdFromRevisionId(String) - Static method in class org.apache.felix.framework.util.Util
-
Converts a revision identifier to a bundle identifier.
- getBundles(String, String) - Method in class org.apache.felix.framework.PackageAdminImpl
-
Returns all bundles that have a specified symbolic name and whose
version is in the specified version range.
- getBundles() - Method in interface org.osgi.framework.BundleContext
-
Returns a list of all installed bundles.
- getBundles(String, String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the bundles with the specified symbolic name whose bundle version
is within the specified version range.
- getBundles() - Method in class org.osgi.util.tracker.BundleTracker
-
Return an array of Bundle
s for all bundles being tracked by this
BundleTracker
.
- getBundleStartLevel(Bundle) - Method in class org.apache.felix.framework.StartLevelImpl
-
- getBundleStartLevel(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Return the assigned start level value for the specified Bundle.
- getBundleType(Bundle) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- getBundleType(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the special type of the specified bundle.
- getBundleVersion() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getBundleWiring() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the bundle wiring whose class loader will define the woven class.
- getBytes() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the class file bytes to be used to define the
named
class.
- getCapabilities(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getCapabilities(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getCapabilities() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the capabilities declared by this resource.
- getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the capabilities provided by this bundle wiring.
- getCapabilities(String) - Method in interface org.osgi.resource.Resource
-
Returns the capabilities declared by this resource.
- getCapability() - Method in interface org.apache.felix.framework.resolver.ResolverWire
-
Returns the associated capability from the exporting bundle revision
that satisfies the requirement of the importing bundle revision.
- getCapability() - Method in class org.apache.felix.framework.wiring.BundleWireImpl
-
- getCapability() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getCapability() - Method in interface org.osgi.resource.Wire
-
- getCapabilityByNamespace(BundleRevision, String) - Static method in class org.apache.felix.framework.util.Util
-
Returns all the capabilities from a module that has a specified namespace.
- getCause() - Method in exception org.osgi.framework.BundleException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.framework.InvalidSyntaxException
-
Returns the cause of this exception or null
if no cause was set.
- getCeiling() - Method in class org.apache.felix.framework.util.VersionRange
-
- getClassByDelegation(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getClassContext() - Method in class org.apache.felix.framework.util.SecurityManagerEx
-
- getClassLoader() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getClassLoader(Class) - Method in class org.apache.felix.framework.util.SecureAction
-
- getClassLoader() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the class loader for this bundle wiring.
- getClassName(String) - Static method in class org.apache.felix.framework.util.Util
-
- getClassName() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the fully qualified name of the class being woven.
- getClassPackage(String) - Static method in class org.apache.felix.framework.util.Util
-
- getConfig() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the configuration map for this revision.
- getConfigurationObject() - Method in interface org.osgi.framework.Configurable
-
Deprecated.
As of 1.2. Please use Configuration Admin service.
- getConstructor(Class, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- getContent() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getContent() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
- getCurrentRevision() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the current revision object for the archive.
- getCurrentRevisionNumber() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the current revision object for the archive.
- getDataFile(String) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns a File object corresponding to the data file
of the relative path of the specified string.
- getDataFile(String) - Method in interface org.osgi.framework.Bundle
-
Creates a File
object for a file in the persistent storage area
provided for this bundle by the Framework.
- getDataFile(String) - Method in interface org.osgi.framework.BundleContext
-
Creates a File
object for a file in the persistent storage area
provided for the bundle by the Framework.
- getDeclaredCapabilities(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getDeclaredCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the capabilities declared by this bundle revision.
- getDeclaredCapability() - Method in interface org.apache.felix.framework.resolver.HostedCapability
-
- getDeclaredCapability() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getDeclaredConstructor(Class, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- getDeclaredField(Class, String, Object) - Method in class org.apache.felix.framework.util.SecureAction
-
- getDeclaredMethod(Class, String, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- getDeclaredNativeLibraries() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getDeclaredRequirements(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getDeclaredRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the requirements declared by this bundle revision.
- getDefaultPort() - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- getDefaultPort() - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls super.getDefaultPort
.
- getDefaultPort() - Method in interface org.osgi.service.url.URLStreamHandlerService
-
- getDefaultProperty(Logger, String) - Static method in class org.apache.felix.framework.util.Util
-
- getDefinedClass() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the class defined by this woven class.
- getDependencyClosure(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Returns the dependency closure for the specified bundles.
- getDirectives() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getDirectives() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- getDirectives() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getDirectives() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- getDirectives() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the directives of this capability.
- getDirectives() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the directives of this requirement.
- getDirectives() - Method in interface org.osgi.resource.Capability
-
Returns the directives of this capability.
- getDirectives() - Method in interface org.osgi.resource.Requirement
-
Returns the directives of this requirement.
- getDynamicImports() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the list of dynamic import package descriptions to add to the
bundle wiring
for this woven class.
- getDynamicRequirements(List<BundleRequirement>) - Static method in class org.apache.felix.framework.util.Util
-
- getEntries() - Method in interface org.apache.felix.framework.cache.Content
-
Returns an enumeration of entry names as String objects.
- getEntries() - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- getEntries() - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- getEntries() - Method in class org.apache.felix.framework.cache.JarContent
-
- getEntry(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getEntry(String) - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
Returns the specified entry from the zip file.
- getEntry(String) - Method in interface org.osgi.framework.Bundle
-
Returns a URL to the entry at the specified path in this bundle.
- getEntry(String) - Method in interface org.osgi.framework.launch.Framework
-
Returns null
as a framework implementation does not have a proper
bundle from which to return an entry.
- getEntryAsBytes(String) - Method in interface org.apache.felix.framework.cache.Content
-
This method returns the named entry as an array of bytes.
- getEntryAsBytes(String) - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- getEntryAsBytes(String) - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- getEntryAsBytes(String) - Method in class org.apache.felix.framework.cache.JarContent
-
- getEntryAsContent(String) - Method in interface org.apache.felix.framework.cache.Content
-
This method returns the named entry as an IContent Typically,
this method only makes sense for entries that correspond to some form
of aggregated resource (e.g., an embedded JAR file or directory), but
implementations are free to interpret this however makes sense.
- getEntryAsContent(String) - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- getEntryAsContent(String) - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- getEntryAsContent(String) - Method in class org.apache.felix.framework.cache.JarContent
-
- getEntryAsNativeLibrary(String) - Method in interface org.apache.felix.framework.cache.Content
-
This method returns the named entry as a file in the file system for
use as a native library.
- getEntryAsNativeLibrary(String) - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- getEntryAsNativeLibrary(String) - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- getEntryAsNativeLibrary(String) - Method in class org.apache.felix.framework.cache.JarContent
-
- getEntryAsStream(String) - Method in interface org.apache.felix.framework.cache.Content
-
This method returns the named entry as an input stream.
- getEntryAsStream(String) - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- getEntryAsStream(String) - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- getEntryAsStream(String) - Method in class org.apache.felix.framework.cache.JarContent
-
- getEntryAsURL(String) - Method in interface org.apache.felix.framework.cache.Content
-
This method allows retrieving an entry as a local URL.
- getEntryAsURL(String) - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- getEntryAsURL(String) - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- getEntryAsURL(String) - Method in class org.apache.felix.framework.cache.JarContent
-
- getEntryName() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
-
- getEntryPaths(String) - Method in interface org.osgi.framework.Bundle
-
Returns an Enumeration of all the paths (String
objects) to
entries within this bundle whose longest sub-path matches the specified
path.
- getEntryPaths(String) - Method in interface org.osgi.framework.launch.Framework
-
Returns null
as a framework implementation does not have a proper
bundle from which to return entry paths.
- getExportedPackage(String) - Method in class org.apache.felix.framework.PackageAdminImpl
-
Returns the exported package associated with the specified
package name.
- getExportedPackage(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Gets the exported package for the specified package name.
- getExportedPackages(String) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- getExportedPackages(Bundle) - Method in class org.apache.felix.framework.PackageAdminImpl
-
Returns the packages exported by the specified bundle.
- getExportedPackages(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Gets the exported packages for the specified bundle.
- getExportedPackages(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Gets the exported packages for the specified package name.
- getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the bundle exporting the package associated with this exported
package.
- getFile() - Method in class org.apache.felix.framework.cache.JarContent
-
- getFileInputStream(File) - Method in class org.apache.felix.framework.util.SecureAction
-
- getFileOutputStream(File) - Method in class org.apache.felix.framework.util.SecureAction
-
- getFilter() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- getFilter() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getFilter() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- getFilter() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Return the filter string with which the listener was added.
- getFilter() - Method in exception org.osgi.framework.InvalidSyntaxException
-
Returns the filter string that generated the
InvalidSyntaxException
object.
- getFloor() - Method in class org.apache.felix.framework.util.VersionRange
-
- getFragments(Bundle) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- getFragments(BundleWiring) - Static method in class org.apache.felix.framework.util.Util
-
- getFragments(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns an array of attached fragment bundles for the specified bundle.
- getHeaders() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getHeaders() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's Manifest headers and values.
- getHeaders(String) - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's Manifest headers and values localized to the
specified locale.
- getHooks(Class<S>) - Method in class org.apache.felix.framework.Felix
-
- getHooks(Class<S>) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getHostAddress(URL) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- getHostAddress(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls super.getHostAddress
.
- getHostAddress(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
-
- getHosts(Bundle) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- getHosts(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the host bundles to which the specified fragment bundle is
attached.
- getId() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getId() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the bundle identifier associated with this archive.
- getImportedPackageSource(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getImportingBundles() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the resolved bundles that are currently wired to this exported
package.
- getInitialBundleStartLevel() - Method in class org.apache.felix.framework.StartLevelImpl
-
- getInitialBundleStartLevel() - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
-
Return the initial start level value that is assigned to a Bundle when it
is first installed.
- getInitialBundleStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Return the initial start level value that is assigned to a Bundle when it
is first installed.
- getInputStream(int, String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getInputStream(ZipEntry) - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
Returns an input stream for the specified zip entry.
- getLanguages() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
-
- getLanguages() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- getLastModified() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the last modification time of this archive.
- getLastModified() - Method in class org.apache.felix.framework.Felix
-
- getLastModified() - Method in interface org.osgi.framework.Bundle
-
Returns the time when this bundle was last modified.
- getLeft() - Method in class org.osgi.framework.VersionRange
-
Returns the left endpoint of this version range.
- getLeftType() - Method in class org.osgi.framework.VersionRange
-
Returns the type of the left endpoint of this version range.
- getLibraries() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
This method returns the selected native library metadata from
the manifest.
- getLibraryClauses() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getLibraryEntries() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- getListener() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getListenerClass() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getLocalURL(int, String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getLocation() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the location string associated with this archive.
- getLocation() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the location string this revision.
- getLocation() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's location identifier.
- getLocation() - Method in interface org.osgi.framework.launch.Framework
-
Returns the Framework location identifier.
- getLogger() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the logger for this revision.
- getLogger() - Method in class org.apache.felix.framework.ServiceRegistry
-
- getLogLevel() - Method in class org.apache.felix.framework.Logger
-
- getMajor() - Method in class org.osgi.framework.Version
-
Returns the major component of this version identifier.
- getMandatoryRevisions() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getMandatoryRevisions() - Method in class org.apache.felix.framework.resolver.ResolveContext
-
- getManifestHeader() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the main attributes of the JAR file manifest header of the
revision.
- getManifestVersion() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getManifestVersion() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getMessage() - Method in class org.apache.felix.framework.util.ThreadGate
-
Returns the message object associated with the gate; the
message is just an arbitrary object used to pass information
to the waiting threads.
- getMethod(Class, String, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- getMicro() - Method in class org.osgi.framework.Version
-
Returns the micro component of this version identifier.
- getMinor() - Method in class org.osgi.framework.Version
-
Returns the minor component of this version identifier.
- getModuleRevisionFromModuleId(String) - Static method in class org.apache.felix.framework.util.Util
-
Converts a module identifier to a bundle identifier.
- getName() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- getName() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the name of the package associated with this exported package.
- getNamespace() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getNamespace() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- getNamespace() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getNamespace() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- getNamespace() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the namespace of this capability.
- getNamespace() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the namespace of this requirement.
- getNamespace() - Method in interface org.osgi.resource.Capability
-
Returns the namespace of this capability.
- getNamespace() - Method in interface org.osgi.resource.Requirement
-
Returns the namespace of this requirement.
- getNativeLibraries() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getNestedException() - Method in exception org.osgi.framework.BundleException
-
Returns the cause of this exception or null
if no cause was
specified when this exception was created.
- getObject(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
-
Returns the customized object for the specified Bundle
if the
specified bundle is being tracked by this BundleTracker
.
- getOndemandRevisions() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getOperation() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- getOptionalRevisions() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getOptionalRevisions() - Method in class org.apache.felix.framework.resolver.ResolveContext
-
- getOrigin() - Method in class org.osgi.framework.BundleEvent
-
Returns the bundle that was the origin of the event.
- getOriginal() - Method in class org.apache.felix.framework.resolver.ShadowList
-
- getOriginalRequirement() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- getOSNames() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
-
- getOSNames() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- getOSVersions() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
-
- getOSVersions() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- getParentClassLoader(ClassLoader) - Method in class org.apache.felix.framework.util.SecureAction
-
- getParsedFilter() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getPersistentState() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the persistent state of this archive.
- getPersistentState() - Method in class org.apache.felix.framework.Felix
-
- getPolicy() - Method in class org.apache.felix.framework.util.SecureAction
-
- getProcessors() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
-
- getProcessors() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- getProperty(String) - Method in interface org.osgi.framework.BundleContext
-
Returns the value of the specified property.
- getProperty(String) - Method in interface org.osgi.framework.ServiceReference
-
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.osgi.framework.ServiceReference
-
Returns an array of the keys in the properties Dictionary
object
of the service referenced by this ServiceReference
object.
- getProtectionDomain() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getProtectionDomain() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the protection domain to which the woven class will be assigned
when it is defined.
- getProvidedResourceWires(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getProvidedResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getProvidedResourceWires(String) - Method in interface org.osgi.resource.Wiring
-
- getProvidedWires(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getProvidedWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getProvider() - Method in interface org.apache.felix.framework.resolver.ResolverWire
-
Returns the exporting bundle revision.
- getProvider() - Method in class org.apache.felix.framework.wiring.BundleWireImpl
-
- getProvider() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getProvider() - Method in interface org.osgi.resource.Wire
-
- getProviderWiring() - Method in class org.apache.felix.framework.wiring.BundleWireImpl
-
- getProviderWiring() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getQualifier() - Method in class org.osgi.framework.Version
-
Returns the qualifier component of this version identifier.
- getReference() - Method in interface org.osgi.framework.ServiceRegistration
-
Returns a ServiceReference
object for a service being registered.
- getRegisteredServices(Bundle) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getRegisteredServices() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's ServiceReference
list for all services it
has registered or null
if this bundle has no registered services.
- getRemovalPendingBundles() - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
- getRequiredBundles(String) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- getRequiredBundles(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns an array of required bundles having the specified symbolic name.
- getRequiredResourceWires(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getRequiredResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getRequiredResourceWires(String) - Method in interface org.osgi.resource.Wiring
-
- getRequiredWires(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getRequiredWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getRequirement() - Method in exception org.apache.felix.framework.resolver.ResolveException
-
- getRequirement() - Method in interface org.apache.felix.framework.resolver.ResolverWire
-
Returns the associated requirement from the importing bundle revision
that resulted in the creation of this wire.
- getRequirement() - Method in class org.apache.felix.framework.wiring.BundleWireImpl
-
- getRequirement() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequirement() - Method in interface org.osgi.resource.Wire
-
- getRequirements(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getRequirements(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getRequirements() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the requirements declared by this bundle resource.
- getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the requirements of this bundle wiring.
- getRequirements(String) - Method in interface org.osgi.resource.Resource
-
Returns the requirements declared by this bundle resource.
- getRequirer() - Method in interface org.apache.felix.framework.resolver.ResolverWire
-
Returns the importing bundle revision.
- getRequirer() - Method in class org.apache.felix.framework.wiring.BundleWireImpl
-
- getRequirer() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequirer() - Method in interface org.osgi.resource.Wire
-
- getRequirerWiring() - Method in class org.apache.felix.framework.wiring.BundleWireImpl
-
- getRequirerWiring() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequiringBundles() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the bundles that currently require this required bundle.
- getResource(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- getResource() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getResource() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getResource() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getResource() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- getResource(String) - Method in interface org.osgi.framework.Bundle
-
Find the specified resource from this bundle's class loader.
- getResource() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the resource declaring this capability.
- getResource() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the resource declaring this requirement.
- getResource() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the resource associated with this wiring.
- getResource() - Method in interface org.osgi.resource.Capability
-
Returns the resource declaring this capability.
- getResource() - Method in interface org.osgi.resource.Requirement
-
Returns the resource declaring this requirement.
- getResource() - Method in interface org.osgi.resource.Wiring
-
Returns the resource associated with this wiring.
- getResourceByDelegation(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getResourceCapabilities(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getResourceCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the capabilities provided by this wiring.
- getResourceCapabilities(String) - Method in interface org.osgi.resource.Wiring
-
Returns the capabilities provided by this wiring.
- getResourcePackage(String) - Static method in class org.apache.felix.framework.util.Util
-
- getResourceRequirements(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getResourceRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the requirements of this wiring.
- getResourceRequirements(String) - Method in interface org.osgi.resource.Wiring
-
Returns the requirements of this wiring.
- getResources(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoaderJava5
-
- getResources(String) - Method in interface org.osgi.framework.Bundle
-
Find the specified resources from this bundle's class loader.
- getResourcesByDelegation(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getRevision() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getRevision() - Method in interface org.apache.felix.framework.resolver.HostedCapability
-
- getRevision() - Method in exception org.apache.felix.framework.resolver.ResolveException
-
- getRevision() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getRevision() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- getRevision() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getRevision() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- getRevision() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the bundle revision declaring this capability.
- getRevision() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the bundle revision declaring this requirement.
- getRevision() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the bundle revision for the bundle in this bundle wiring.
- getRevisionRootDir() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the root directory for this revision.
- getRevisions() - Method in interface org.osgi.framework.wiring.BundleRevisions
-
Return the bundle revisions for the
referenced
bundle.
- getRight() - Method in class org.osgi.framework.VersionRange
-
Returns the right endpoint of this version range.
- getRightType() - Method in class org.osgi.framework.VersionRange
-
Returns the type of the right endpoint of this version range.
- getSecurityContext() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getSelectionFilter() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
-
- getSelectionFilter() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- getService(Bundle, ServiceReference<S>) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getService(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns the service object referenced by the specified
ServiceReference
object.
- getService(Bundle, ServiceRegistration<S>) - Method in interface org.osgi.framework.ServiceFactory
-
Creates a new service object.
- getService(ServiceReference<S>) - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the service object for the specified ServiceReference
if
the specified referenced service is being tracked by this
ServiceTracker
.
- getService() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a service object for one of the services being tracked by this
ServiceTracker
.
- getServiceReference(String) - Method in interface org.osgi.framework.BundleContext
-
Returns a ServiceReference
object for a service that implements
and was registered under the specified class.
- getServiceReference(Class<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns a ServiceReference
object for a service that implements
and was registered under the name of the specified class.
- getServiceReference() - Method in class org.osgi.framework.ServiceEvent
-
Returns a reference to the service that had a change occur in its
lifecycle.
- getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a ServiceReference
for one of the services being tracked
by this ServiceTracker
.
- getServiceReferences(String, SimpleFilter) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
-
Returns an array of ServiceReference
objects.
- getServiceReferences(Class<S>, String) - Method in interface org.osgi.framework.BundleContext
-
Returns a collection of ServiceReference
objects.
- getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of ServiceReference
s for all services being
tracked by this ServiceTracker
.
- getServices() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of service objects for all services being tracked by this
ServiceTracker
.
- getServices(T[]) - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of service objects for all services being tracked by this
ServiceTracker
.
- getServicesInUse(Bundle) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getServicesInUse() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's ServiceReference
list for all services it
is using or returns null
if this bundle is not using any
services.
- getSignerCertificates(int) - Method in interface org.osgi.framework.Bundle
-
Return the certificates for the signers of this bundle and the
certificate chains for those signers.
- getSignerMatcher(Bundle, int) - Method in interface org.apache.felix.framework.ext.SecurityProvider
-
- getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
- getStartLevel() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the start level of this archive.
- getStartLevel() - Method in class org.apache.felix.framework.StartLevelImpl
-
- getStartLevel() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
-
Return the assigned start level value for the bundle.
- getStartLevel() - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
-
Return the active start level value of the Framework.
- getStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Return the active start level value of the Framework.
- getState() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's current state.
- getSymbolicName() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getSymbolicName() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getSymbolicName() - Method in interface org.osgi.framework.Bundle
-
Returns the symbolic name of this bundle as specified by its
Bundle-SymbolicName
manifest header.
- getSymbolicName() - Method in interface org.osgi.framework.launch.Framework
-
Returns the symbolic name of this Framework.
- getSymbolicName() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the symbolic name for this bundle revision.
- getSymbolicName() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the symbolic name of this required bundle.
- getSystemBundleDataFile(String) - Method in class org.apache.felix.framework.cache.BundleCache
-
Provides the system bundle access to its private storage area; this
special case is necessary since the system bundle is not really a
bundle and therefore must be treated in a special way.
- getSystemClassLoader() - Method in class org.apache.felix.framework.util.SecureAction
-
- getSystemProperty(String, String) - Method in class org.apache.felix.framework.util.SecureAction
-
- getThrowable() - Method in class org.osgi.framework.FrameworkEvent
-
Returns the exception related to this event.
- getTracked() - Method in class org.osgi.util.tracker.BundleTracker
-
Return a Map
with the Bundle
s and customized objects for
all bundles being tracked by this BundleTracker
.
- getTracked() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return a SortedMap
of the ServiceReference
s and service
objects for all services being tracked by this ServiceTracker
.
- getTrackingCount() - Method in class org.osgi.util.tracker.BundleTracker
-
Returns the tracking count for this BundleTracker
.
- getTrackingCount() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the tracking count for this ServiceTracker
.
- getType() - Method in class org.osgi.framework.BundleEvent
-
Returns the type of lifecyle event.
- getType() - Method in exception org.osgi.framework.BundleException
-
Returns the type for this exception or UNSPECIFIED
if the type
was unspecified or unknown.
- getType() - Method in class org.osgi.framework.FrameworkEvent
-
Returns the type of framework event.
- getType() - Method in class org.osgi.framework.ServiceEvent
-
Returns the type of event.
- getType() - Method in exception org.osgi.framework.ServiceException
-
Returns the type for this exception or UNSPECIFIED
if the type
was unspecified or unknown.
- getTypes() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getTypes() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the special types of this bundle revision.
- getURLConnectionInputStream(URLConnection) - Method in class org.apache.felix.framework.util.SecureAction
-
- getUses() - Method in class org.apache.felix.framework.resolver.WrappedCapability
-
- getUses() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getUsingBundles(ServiceReference) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getUsingBundles() - Method in interface org.osgi.framework.ServiceReference
-
Returns the bundles that are using the service referenced by this
ServiceReference
object.
- getValue() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- getVersion() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getVersion() - Method in interface org.osgi.framework.Bundle
-
Returns the version of this bundle as specified by its
Bundle-Version
manifest header.
- getVersion() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the version for this bundle revision.
- getVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the version of this exported package.
- getVersion() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the version of this required bundle.
- getWire(BundleRevision, String) - Static method in class org.apache.felix.framework.util.Util
-
- getWiring() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getWiring() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the bundle wiring which is using this bundle revision.
- getWirings() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getWirings() - Method in class org.apache.felix.framework.resolver.ResolveContext
-
- GTE - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- IDENTITY_NAMESPACE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
Namespace name for identity capabilities and requirements.
- IdentityNamespace - Class in org.osgi.framework.namespace
-
Identity Capability and Requirement Namespace.
- ImmutableList<E> - Class in org.apache.felix.framework.util
-
- ImmutableList(E...) - Constructor for class org.apache.felix.framework.util.ImmutableList
-
- ImmutableList(Collection<? extends E>) - Constructor for class org.apache.felix.framework.util.ImmutableList
-
- ImmutableMap<K,V> - Class in org.apache.felix.framework.util
-
- ImmutableMap(Map.Entry<K, V>[]) - Constructor for class org.apache.felix.framework.util.ImmutableMap
-
- ImmutableMap(Map<K, V>) - Constructor for class org.apache.felix.framework.util.ImmutableMap
-
- IMPLICIT_BOOT_DELEGATION_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- implies(Permission) - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- implies(Permission) - Method in class org.osgi.framework.AdaptPermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - Method in class org.osgi.framework.AdminPermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - Method in class org.osgi.framework.BundlePermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - Method in class org.osgi.framework.CapabilityPermission
-
Determines if a CapabilityPermission
object "implies" the
specified permission.
- implies(Permission) - Method in class org.osgi.framework.PackagePermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - Method in class org.osgi.framework.ServicePermission
-
Determines if a ServicePermission
object "implies" the specified
permission.
- impliesDirect(Permission) - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- IMPORT - Static variable in class org.osgi.framework.PackagePermission
-
The action string import
.
- IMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the packages on which the bundle depends.
- IMPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
-
- INCLUDE_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying a list of classes to include in the
exported package.
- includes(Version) - Method in class org.osgi.framework.VersionRange
-
Returns whether this version range includes the specified version.
- indexOf(Object) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- infiniteRange - Static variable in class org.apache.felix.framework.util.VersionRange
-
- INFO - Static variable in class org.osgi.framework.FrameworkEvent
-
An informational event has occurred.
- init() - Method in class org.apache.felix.framework.Felix
-
This method initializes the framework, which is comprised of resolving
the system bundle, reloading any cached bundles, and activating the system
bundle.
- init() - Method in interface org.osgi.framework.launch.Framework
-
Initialize this Framework.
- initCause(Throwable) - Method in exception org.osgi.framework.BundleException
-
Initializes the cause of this exception to the specified value.
- initCause(Throwable) - Method in exception org.osgi.framework.InvalidSyntaxException
-
Initializes the cause of this exception to the specified value.
- INPUTSTREAM_PROTOCOL - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- insertHostedCapability(List<BundleCapability>, HostedCapability) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- insertHostedCapability(List<BundleCapability>, HostedCapability) - Method in class org.apache.felix.framework.resolver.ResolveContext
-
- installBundle(String, InputStream) - Method in interface org.osgi.framework.BundleContext
-
Installs a bundle from the specified InputStream
object.
- installBundle(String) - Method in interface org.osgi.framework.BundleContext
-
Installs a bundle from the specified location
identifier.
- INSTALLED - Static variable in interface org.osgi.framework.Bundle
-
The bundle is installed but not yet resolved.
- INSTALLED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been installed.
- INSTALLING - Static variable in interface org.osgi.framework.hooks.bundle.CollisionHook
-
Specifies a bundle install operation is being performed.
- intersection(VersionRange...) - Method in class org.osgi.framework.VersionRange
-
Returns the intersection of this version range with the specified version
ranges.
- INVALID_OPERATION - Static variable in exception org.osgi.framework.BundleException
-
The operation was invalid.
- InvalidSyntaxException - Exception in org.osgi.framework
-
A Framework exception used to indicate that a filter string has an invalid
syntax.
- InvalidSyntaxException(String, String) - Constructor for exception org.osgi.framework.InvalidSyntaxException
-
Creates an exception of type InvalidSyntaxException
.
- InvalidSyntaxException(String, String, Throwable) - Constructor for exception org.osgi.framework.InvalidSyntaxException
-
Creates an exception of type InvalidSyntaxException
.
- invoke(Object, Method, Object[]) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- invoke(Method, Object, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- invoke(Constructor, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeBundleEventHook(EventHook, BundleEvent, Collection<BundleContext>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeBundleFindHook(FindHook, BundleContext, Collection<Bundle>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeDirect(Method, Object, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeResolverHookEnd(ResolverHook) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeResolverHookFactory(ResolverHookFactory, Collection<BundleRevision>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeResolverHookMatches(ResolverHook, BundleRequirement, Collection<BundleCapability>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeResolverHookResolvable(ResolverHook, Collection<BundleRevision>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeResolverHookSingleton(ResolverHook, BundleCapability, Collection<BundleCapability>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeServiceEventHook(EventHook, ServiceEvent, Collection<BundleContext>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeServiceEventListenerHook(EventListenerHook, ServiceEvent, Map<BundleContext, Collection<ListenerHook.ListenerInfo>>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeServiceFindHook(FindHook, BundleContext, String, String, boolean, Collection<ServiceReference<?>>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeServiceListenerHookAdded(ListenerHook, Collection<ListenerHook.ListenerInfo>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeServiceListenerHookRemoved(ListenerHook, Collection<ListenerHook.ListenerInfo>) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeWeavingHook(WeavingHook, WovenClass) - Method in class org.apache.felix.framework.util.SecureAction
-
- isActivationPolicyUsed() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
-
Returns whether the bundle's autostart setting indicates that the
activation policy declared in the bundle manifest must be used.
- isActivationTriggered() - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- isAssignableTo(Bundle, String) - Method in interface org.osgi.framework.ServiceReference
-
Tests if the bundle that registered the service referenced by this
ServiceReference
and the specified bundle use the same source for
the package of the specified class name.
- isAttributeMandatory(String) - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- isBundleActivationPolicyUsed(Bundle) - Method in class org.apache.felix.framework.StartLevelImpl
-
- isBundleActivationPolicyUsed(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Returns whether the specified bundle's autostart setting indicates that
the activation policy declared in the bundle's manifest must be used.
- isBundlePersistentlyStarted(Bundle) - Method in class org.apache.felix.framework.StartLevelImpl
-
- isBundlePersistentlyStarted(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Returns whether the specified bundle's autostart setting indicates the
bundle must be started.
- isCaseSensitive() - Method in class org.apache.felix.framework.util.StringComparator
-
- isCeilingInclusive() - Method in class org.apache.felix.framework.util.VersionRange
-
- isCurrent() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- isCurrent() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns true
if this bundle wiring is the current bundle wiring.
- isEffective(BundleRequirement) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- isEffective(BundleRequirement) - Method in class org.apache.felix.framework.resolver.ResolveContext
-
- isEmpty() - Method in class org.apache.felix.framework.resolver.ShadowList
-
- isEmpty() - Method in class org.apache.felix.framework.util.MapToDictionary
-
- isEmpty() - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- isEmpty() - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- isEmpty() - Method in class org.apache.felix.framework.util.StringMap
-
- isEmpty() - Method in class org.osgi.framework.VersionRange
-
Returns whether this version range is empty.
- isEmpty() - Method in class org.osgi.util.tracker.BundleTracker
-
Return if this BundleTracker
is empty.
- isEmpty() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return if this ServiceTracker
is empty.
- isExact() - Method in class org.osgi.framework.VersionRange
-
Returns whether this version range contains only a single version.
- isExtension() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- isExtension() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- isFileDirectory(File) - Method in class org.apache.felix.framework.util.SecureAction
-
- isFloorInclusive() - Method in class org.apache.felix.framework.util.VersionRange
-
- isFragment(BundleRevision) - Static method in class org.apache.felix.framework.util.Util
-
Checks if the provided module definition declares a fragment host.
- isIncluded(String) - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- isInRange(Version) - Method in class org.apache.felix.framework.util.VersionRange
-
- isInUse() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- isInUse() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns true
if this bundle wiring is in use.
- isOptional() - Method in class org.apache.felix.framework.resolver.WrappedRequirement
-
- isOptional() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- isPersistentlyStarted() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
-
Returns whether the bundle's autostart setting indicates it must be
started.
- isRemovalPending() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- isRemovalPending() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns true
if the package associated with this
ExportedPackage
object has been exported by a bundle that
has been updated or uninstalled.
- isRemovalPending() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns true
if the bundle associated with this
RequiredBundle
object has been updated or uninstalled.
- isRemoved() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- isRemoved() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Return the state of the listener for this addition and removal life
cycle.
- isServiceAssignable(Bundle, ServiceReference) - Static method in class org.apache.felix.framework.util.Util
-
This method determines if the requesting bundle is able to cast
the specified service reference based on class visibility rules
of the underlying modules.
- isSingleton(BundleRevision) - Static method in class org.apache.felix.framework.util.Util
-
Returns true if the specified bundle revision is a singleton
(i.e., directive singleton:=true in Bundle-SymbolicName).
- isWeavingComplete() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns whether weaving is complete in this woven class.
- iterator() - Method in class org.apache.felix.framework.resolver.ShadowList
-
- iterator() - Method in class org.apache.felix.framework.util.ImmutableList
-
- iterator() - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- R4Library - Class in org.apache.felix.framework.util.manifestparser
-
- R4Library(String, String[], String[], String[], String[], String) - Constructor for class org.apache.felix.framework.util.manifestparser.R4Library
-
- R4LibraryClause - Class in org.apache.felix.framework.util.manifestparser
-
- R4LibraryClause(String[], String[], String[], String[], String[], String) - Constructor for class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- R4LibraryClause(R4LibraryClause) - Constructor for class org.apache.felix.framework.util.manifestparser.R4LibraryClause
-
- randomUUID() - Static method in class org.apache.felix.framework.util.Util
-
Generates a variant 2, version 4 (randomly generated number) UUID as per
RFC 4122.
- READ_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The framework received an error while reading the input stream for a
bundle.
- realHandler - Variable in class org.osgi.service.url.AbstractURLStreamHandlerService
-
The URLStreamHandlerSetter
object passed to the parseURL method.
- REFERENCE_PROTOCOL - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- refreshBundles(Collection<Bundle>, FrameworkListener...) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Refreshes the specified bundles.
- refreshPackages(Bundle[]) - Method in class org.apache.felix.framework.PackageAdminImpl
-
The OSGi specification states that refreshing packages is
asynchronous; this method simply notifies the package admin
thread to do a refresh.
- refreshPackages(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Forces the update (replacement) or removal of packages exported by the
specified bundles.
- REGISTER - Static variable in class org.osgi.framework.ServicePermission
-
The action string register
.
- REGISTERED - Static variable in class org.osgi.framework.ServiceEvent
-
This service has been registered.
- registerService(BundleContext, String[], Object, Dictionary) - Method in class org.apache.felix.framework.ServiceRegistry
-
- registerService(String[], Object, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service object with the specified properties
under the specified class names into the Framework.
- registerService(String, Object, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service object with the specified properties
under the specified class name with the Framework.
- registerService(Class<S>, S, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service object with the specified properties
under the name of the specified class with the Framework.
- REJECTED_BY_HOOK - Static variable in exception org.osgi.framework.BundleException
-
A framework hook rejected the operation.
- release() - Method in class org.apache.felix.framework.cache.BundleCache
-
- REMOTE - Static variable in exception org.osgi.framework.ServiceException
-
An error occurred invoking a remote service.
- REMOTE_CONFIGS_SUPPORTED - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the configuration types supported by a
distribution provider.
- REMOTE_INTENTS_SUPPORTED - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the intents supported by a distribution
provider.
- remove(Object) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- remove(int) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- remove(Object) - Method in class org.apache.felix.framework.util.ImmutableList
-
- remove(Object) - Method in class org.apache.felix.framework.util.MapToDictionary
-
- remove(Object) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- remove(Object) - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- remove(Object) - Method in class org.apache.felix.framework.util.StringMap
-
- remove(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
-
Remove a bundle from this BundleTracker
.
- remove(ServiceReference<S>) - Method in class org.osgi.util.tracker.ServiceTracker
-
Remove a service from this ServiceTracker
.
- removeAll(Collection<?>) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- removeAll(Collection<?>) - Method in class org.apache.felix.framework.util.ImmutableList
-
- removeAll(Collection<?>) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- removeBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
-
Removes the specified BundleListener
object from the context
bundle's list of listeners.
- removeCapability(BundleCapability) - Method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- removeCapability() - Method in interface org.apache.felix.framework.ext.FelixBundleContext
-
- removed(Collection<ListenerHook.ListenerInfo>) - Method in interface org.osgi.framework.hooks.service.ListenerHook
-
Removed listeners hook method.
- removedBundle(Bundle, BundleEvent, T) - Method in class org.osgi.util.tracker.BundleTracker
-
Default implementation of the
BundleTrackerCustomizer.removedBundle
method.
- removedBundle(Bundle, BundleEvent, T) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
-
A bundle tracked by the BundleTracker
has been removed.
- removedService(ServiceReference<S>, T) - Method in class org.osgi.util.tracker.ServiceTracker
-
Default implementation of the
ServiceTrackerCustomizer.removedService
method.
- removedService(ServiceReference<S>, T) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
-
A service tracked by the ServiceTracker
has been removed.
- removeFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
-
Removes the specified FrameworkListener
object from the context
bundle's list of listeners.
- removeListener(BundleContext, Class, EventListener) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- removeListeners(BundleContext) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- removeRequirement() - Method in interface org.apache.felix.framework.ext.FelixBundleContext
-
- removeServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
-
Removes the specified ServiceListener
object from the context
bundle's list of listeners.
- renameFile(File, File) - Method in class org.apache.felix.framework.util.SecureAction
-
- REQUIRE - Static variable in class org.osgi.framework.BundlePermission
-
The action string require
.
- REQUIRE - Static variable in class org.osgi.framework.CapabilityPermission
-
The action string require
.
- REQUIRE_BUNDLE - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the symbolic names of other bundles required
by the bundle.
- REQUIRE_CAPABILITY - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the capabilities on which the bundle depends.
- RequiredBundle - Interface in org.osgi.service.packageadmin
-
Deprecated.
The PackageAdmin service has been replaced by the
org.osgi.framework.wiring
package.
- Requirement - Interface in org.osgi.resource
-
A requirement that has been declared from a
Resource
.
- REQUIREMENT_CARDINALITY_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
-
The requirement directive used to specify the cardinality for a
requirement.
- REQUIREMENT_CLASSIFIER_DIRECTIVE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The requirement directive that classifies the relationship with another
resource.
- REQUIREMENT_EFFECTIVE_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
-
The requirement directive used to specify the effective time for the
requirement.
- REQUIREMENT_EXTENSION_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
-
The requirement directive used to specify the type of the extension
fragment.
- REQUIREMENT_EXTENSION_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The requirement directive used to specify the type of the extension
fragment.
- REQUIREMENT_FILTER_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
-
The requirement directive used to specify a capability filter.
- REQUIREMENT_RESOLUTION_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
-
The requirement directive used to specify the resolution type for a
requirement.
- REQUIREMENT_VISIBILITY_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
-
The requirement directive used to specify the visibility type for a
requirement.
- REQUIREMENT_VISIBILITY_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The requirement directive used to specify the visibility type for a
requirement.
- RESOLUTION_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying the resolution type in the
Import-Package, Require-Bundle or Require-Capability manifest header.
- RESOLUTION_DYNAMIC - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- RESOLUTION_DYNAMIC - Static variable in class org.osgi.framework.namespace.PackageNamespace
-
The directive value identifying a dynamic requirement resolution type.
- RESOLUTION_MANDATORY - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying a mandatory resolution type.
- RESOLUTION_MANDATORY - Static variable in class org.osgi.resource.Namespace
-
The directive value identifying a mandatory requirement resolution type.
- RESOLUTION_OPTIONAL - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying an optional resolution type.
- RESOLUTION_OPTIONAL - Static variable in class org.osgi.resource.Namespace
-
The directive value identifying an optional requirement resolution type.
- resolve(BundleWiringImpl) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- resolve(ResolveContext) - Method in interface org.apache.felix.framework.resolver.Resolver
-
- resolve(ResolveContext, BundleRevision, String) - Method in interface org.apache.felix.framework.resolver.Resolver
-
- resolve(ResolveContext) - Method in class org.apache.felix.framework.resolver.ResolverImpl
-
- resolve(ResolveContext, BundleRevision, String) - Method in class org.apache.felix.framework.resolver.ResolverImpl
-
- RESOLVE - Static variable in class org.osgi.framework.AdminPermission
-
The action string resolve
.
- RESOLVE_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The bundle was not resolved.
- resolveBundles(Bundle[]) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- resolveBundles(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Resolves the specified bundles.
- resolveBundles(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Resolve the specified bundles.
- ResolveContext - Class in org.apache.felix.framework.resolver
-
- ResolveContext() - Constructor for class org.apache.felix.framework.resolver.ResolveContext
-
- ResolveContextImpl - Class in org.apache.felix.framework
-
- RESOLVED - Static variable in interface org.osgi.framework.Bundle
-
The bundle is resolved and is able to be started.
- RESOLVED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been resolved.
- ResolveException - Exception in org.apache.felix.framework.resolver
-
- ResolveException(String, BundleRevision, BundleRequirement) - Constructor for exception org.apache.felix.framework.resolver.ResolveException
-
Constructs an instance of ResolveException
with the specified detail message.
- Resolver - Interface in org.apache.felix.framework.resolver
-
- ResolverHook - Interface in org.osgi.framework.hooks.resolver
-
- ResolverHookFactory - Interface in org.osgi.framework.hooks.resolver
-
OSGi Framework Resolver Hook Factory Service.
- ResolverImpl - Class in org.apache.felix.framework.resolver
-
- ResolverImpl(Logger) - Constructor for class org.apache.felix.framework.resolver.ResolverImpl
-
- ResolverWire - Interface in org.apache.felix.framework.resolver
-
- RESOURCE - Static variable in class org.osgi.framework.AdminPermission
-
The action string resource
.
- Resource - Interface in org.osgi.resource
-
A resource is the representation of a uniquely identified and typed data.
- ResourceNotFoundException - Exception in org.apache.felix.framework.resolver
-
- ResourceNotFoundException(String) - Constructor for exception org.apache.felix.framework.resolver.ResourceNotFoundException
-
- ResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.felix.framework.resolver.ResourceNotFoundException
-
- retainAll(Collection<?>) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- retainAll(Collection<?>) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- revise(String, InputStream) - Method in class org.apache.felix.framework.cache.BundleArchive
-
This method adds a revision to the archive using the associated
location and input stream.
- RIGHT_CLOSED - Static variable in class org.osgi.framework.VersionRange
-
The right endpoint is closed and is included in the range.
- RIGHT_OPEN - Static variable in class org.osgi.framework.VersionRange
-
The right endpoint is open and is excluded from the range.
- rollbackRevise() - Method in class org.apache.felix.framework.cache.BundleArchive
-
This method undoes the previous revision to the archive; this method will
remove the latest revision from the archive.
- sameFile(URL, URL) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- sameFile(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls super.sameFile
.
- sameFile(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
-
- SecureAction - Class in org.apache.felix.framework.util
-
This is a utility class to centralize all action that should be performed
in a doPrivileged() block.
- SecureAction() - Constructor for class org.apache.felix.framework.util.SecureAction
-
- SECURITY_DEFAULT_POLICY - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- SECURITY_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The operation failed due to insufficient permissions.
- SecurityManagerEx - Class in org.apache.felix.framework.util
-
Simple utility class used to provide public access to the protected
getClassContext() method of SecurityManager
- SecurityManagerEx() - Constructor for class org.apache.felix.framework.util.SecurityManagerEx
-
- SecurityProvider - Interface in org.apache.felix.framework.ext
-
- SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute is used for selection by filtering based upon
system properties.
- SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's description.
- SERVICE_EXPORTED_CONFIGS - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the configuration types that should be used
to export the service.
- SERVICE_EXPORTED_INTENTS - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the intents that the distribution provider
must implement to distribute the service.
- SERVICE_EXPORTED_INTENTS_EXTRA - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the extra intents that the distribution
provider must implement to distribute the service.
- SERVICE_EXPORTED_INTERFACES - Static variable in interface org.osgi.framework.Constants
-
Service property marking the service for export.
- SERVICE_ID - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's registration number.
- SERVICE_IMPORTED - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the service as imported.
- SERVICE_IMPORTED_CONFIGS - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the configuration types used to import the
service.
- SERVICE_INTENTS - Static variable in interface org.osgi.framework.Constants
-
Service property identifying the intents that this service implement.
- SERVICE_PID - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's persistent identifier.
- SERVICE_RANKING - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's ranking number.
- SERVICE_URLHANDLERS_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- SERVICE_VENDOR - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's vendor.
- serviceChanged(ServiceEvent) - Method in class org.apache.felix.framework.Logger
-
This method implements the callback for the ServiceListener interface.
- serviceChanged(ServiceEvent, Dictionary) - Method in interface org.apache.felix.framework.ServiceRegistry.ServiceRegistryCallbacks
-
- serviceChanged(ServiceEvent) - Method in interface org.osgi.framework.ServiceListener
-
Receives notification that a service has had a lifecycle change.
- ServiceEvent - Class in org.osgi.framework
-
An event from the Framework describing a service lifecycle change.
- ServiceEvent(int, ServiceReference<?>) - Constructor for class org.osgi.framework.ServiceEvent
-
Creates a new service event object.
- ServiceException - Exception in org.osgi.framework
-
A service exception used to indicate that a service problem occurred.
- ServiceException(String, Throwable) - Constructor for exception org.osgi.framework.ServiceException
-
Creates a ServiceException
with the specified message and
exception cause.
- ServiceException(String) - Constructor for exception org.osgi.framework.ServiceException
-
Creates a ServiceException
with the specified message.
- ServiceException(String, int, Throwable) - Constructor for exception org.osgi.framework.ServiceException
-
Creates a ServiceException
with the specified message, type and
exception cause.
- ServiceException(String, int) - Constructor for exception org.osgi.framework.ServiceException
-
Creates a ServiceException
with the specified message and type.
- ServiceFactory<S> - Interface in org.osgi.framework
-
Allows services to provide customized service objects in the OSGi
environment.
- ServiceListener - Interface in org.osgi.framework
-
A ServiceEvent
listener.
- ServicePermission - Class in org.osgi.framework
-
A bundle's authority to register or get a service.
- ServicePermission(String, String) - Constructor for class org.osgi.framework.ServicePermission
-
Create a new ServicePermission.
- ServicePermission(ServiceReference<?>, String) - Constructor for class org.osgi.framework.ServicePermission
-
Creates a new requested ServicePermission
object to be used by
code that must perform checkPermission
for the get
action.
- ServiceReference<S> - Interface in org.osgi.framework
-
A reference to a service.
- ServiceRegistration<S> - Interface in org.osgi.framework
-
A registered service.
- ServiceRegistry - Class in org.apache.felix.framework
-
- ServiceRegistry(Logger, ServiceRegistry.ServiceRegistryCallbacks) - Constructor for class org.apache.felix.framework.ServiceRegistry
-
- ServiceRegistry.ServiceRegistryCallbacks - Interface in org.apache.felix.framework
-
- ServiceTracker<S,T> - Class in org.osgi.util.tracker
-
The ServiceTracker
class simplifies using services from the
Framework's service registry.
- ServiceTracker(BundleContext, ServiceReference<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified ServiceReference
.
- ServiceTracker(BundleContext, String, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified class name.
- ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified Filter
object.
- ServiceTracker(BundleContext, Class<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified class.
- ServiceTrackerCustomizer<S,T> - Interface in org.osgi.util.tracker
-
The ServiceTrackerCustomizer
interface allows a
ServiceTracker
to customize the service objects that are tracked.
- set(int, T) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- setAccesssible(AccessibleObject) - Method in class org.apache.felix.framework.util.SecureAction
-
- setBundleStartLevel(Bundle, int) - Method in class org.apache.felix.framework.StartLevelImpl
-
- setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Assign a start level value to the specified Bundle.
- setBytes(byte[]) - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Set the class file bytes to be used to define the
named
class.
- setInitialBundleStartLevel(int) - Method in class org.apache.felix.framework.StartLevelImpl
-
- setInitialBundleStartLevel(int) - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
-
Set the initial start level value that is assigned to a Bundle when it is
first installed.
- setInitialBundleStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Set the initial start level value that is assigned to a Bundle when it is
first installed.
- setLastModified(long) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Sets the the last modification time of this archive.
- setLogLevel(int) - Method in class org.apache.felix.framework.Logger
-
- setMessage(Object) - Method in class org.apache.felix.framework.util.ThreadGate
-
Sets the message object associated with the gate.
- setPersistentState(int) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Sets the persistent state of this archive.
- setPersistentStateActive() - Method in class org.apache.felix.framework.Felix
-
- setPersistentStateInactive() - Method in class org.apache.felix.framework.Felix
-
- setPersistentStateUninstalled() - Method in class org.apache.felix.framework.Felix
-
- setProperties(Dictionary<String, ?>) - Method in interface org.osgi.framework.ServiceRegistration
-
Updates the properties associated with a service.
- setProtectionDomain(ProtectionDomain) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- setStartLevel(int) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Sets the the start level of this archive this archive.
- setStartLevel(int) - Method in class org.apache.felix.framework.StartLevelImpl
-
- setStartLevel(int) - Method in interface org.osgi.framework.startlevel.BundleStartLevel
-
Assign a start level value to the bundle.
- setStartLevel(int, FrameworkListener...) - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
-
Modify the active start level of the Framework and notify when complete.
- setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Modify the active start level of the Framework.
- setSystemBundleContext(BundleContext) - Method in class org.apache.felix.framework.Logger
-
- setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- setURL(URL, String, String, int, String, String) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- setURL(URL, String, String, int, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
Deprecated.
This method is only for compatibility with handlers written
for JDK 1.1.
- setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls
realHandler.setURL(URL,String,String,int,String,String,String,String)
.
- setURL(URL, String, String, int, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
-
Deprecated.
This method is only for compatibility with handlers written
for JDK 1.1.
- setURL(URL, String, String, int, String, String, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
-
- ShadowList<T> - Class in org.apache.felix.framework.resolver
-
- ShadowList(List<T>) - Constructor for class org.apache.felix.framework.resolver.ShadowList
-
- ShrinkableCollection<T> - Class in org.apache.felix.framework.util
-
A collection wrapper that only permits clients to shrink the collection.
- ShrinkableCollection(Collection<T>) - Constructor for class org.apache.felix.framework.util.ShrinkableCollection
-
- ShrinkableMap<K,V> - Class in org.apache.felix.framework.util
-
- ShrinkableMap(Map<K, V>) - Constructor for class org.apache.felix.framework.util.ShrinkableMap
-
- SIGNERS_ALL - Static variable in interface org.osgi.framework.Bundle
-
Request that all certificates used to sign the bundle be returned.
- SIGNERS_TRUSTED - Static variable in interface org.osgi.framework.Bundle
-
Request that only certificates used to sign the bundle that are trusted
by the framework be returned.
- SimpleFilter - Class in org.apache.felix.framework.capabilityset
-
- SimpleFilter(String, Object, int) - Constructor for class org.apache.felix.framework.capabilityset.SimpleFilter
-
- SINGLETON_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying whether a bundle is a singleton.
- size() - Method in class org.apache.felix.framework.resolver.ShadowList
-
- size() - Method in class org.apache.felix.framework.util.ImmutableList
-
- size() - Method in class org.apache.felix.framework.util.MapToDictionary
-
- size() - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- size() - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- size() - Method in class org.apache.felix.framework.util.StringMap
-
- size() - Method in class org.osgi.util.tracker.BundleTracker
-
Return the number of bundles being tracked by this BundleTracker
.
- size() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return the number of services being tracked by this
ServiceTracker
.
- start() - Method in class org.apache.felix.framework.Felix
-
This method starts the framework instance, which will transition the
framework from start level 0 to its active start level as specified in
its configuration properties (1 by default).
- start(int) - Method in class org.apache.felix.framework.Felix
-
- start(int) - Method in interface org.osgi.framework.Bundle
-
Starts this bundle.
- start() - Method in interface org.osgi.framework.Bundle
-
Starts this bundle with no options.
- start(BundleContext) - Method in interface org.osgi.framework.BundleActivator
-
Called when this bundle is started so the Framework can perform the
bundle-specific activities necessary to start this bundle.
- start() - Method in interface org.osgi.framework.launch.Framework
-
Start this Framework.
- start(int) - Method in interface org.osgi.framework.launch.Framework
-
Start this Framework.
- START_ACTIVATION_POLICY - Static variable in interface org.osgi.framework.Bundle
-
The bundle start operation must activate the bundle according to the
bundle's declared
activation
policy
.
- START_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
-
The bundle start operation is transient and the persistent autostart
setting of the bundle is not modified.
- START_TRANSIENT_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The start transient operation failed because the start level of the
bundle is greater than the current framework start level
- startActivator(BundleActivator, BundleContext) - Method in class org.apache.felix.framework.util.SecureAction
-
- startDispatching() - Method in class org.apache.felix.framework.util.EventDispatcher
-
- STARTED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been started.
- STARTED - Static variable in class org.osgi.framework.FrameworkEvent
-
The Framework has started.
- STARTING - Static variable in interface org.osgi.framework.Bundle
-
The bundle is in the process of starting.
- STARTING - Static variable in class org.osgi.framework.BundleEvent
-
The bundle is about to be activated.
- STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
-
The action string startlevel
.
- StartLevel - Interface in org.osgi.service.startlevel
-
Deprecated.
This service has been replaced by the
org.osgi.framework.startlevel
package.
- STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
-
A FrameworkStartLevel.setStartLevel operation has completed.
- StartLevelImpl - Class in org.apache.felix.framework
-
StartLevel service implementation.
- STATECHANGE_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The operation failed to complete the requested lifecycle state change.
- stop() - Method in class org.apache.felix.framework.Felix
-
This method asynchronously shuts down the framework, it must be called at the
end of a session in order to shutdown all active bundles.
- stop(int) - Method in class org.apache.felix.framework.Felix
-
- stop(int) - Method in interface org.osgi.framework.Bundle
-
Stops this bundle.
- stop() - Method in interface org.osgi.framework.Bundle
-
Stops this bundle with no options.
- stop(BundleContext) - Method in interface org.osgi.framework.BundleActivator
-
Called when this bundle is stopped so the Framework can perform the
bundle-specific activities necessary to stop the bundle.
- stop() - Method in interface org.osgi.framework.launch.Framework
-
Stop this Framework.
- stop(int) - Method in interface org.osgi.framework.launch.Framework
-
Stop this Framework.
- STOP_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
-
The bundle stop is transient and the persistent autostart setting of the
bundle is not modified.
- stopActivator(BundleActivator, BundleContext) - Method in class org.apache.felix.framework.util.SecureAction
-
- stopDispatching() - Method in class org.apache.felix.framework.util.EventDispatcher
-
- STOPPED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been stopped.
- STOPPED - Static variable in class org.osgi.framework.FrameworkEvent
-
The Framework has stopped.
- STOPPED_BOOTCLASSPATH_MODIFIED - Static variable in class org.osgi.framework.FrameworkEvent
-
The Framework has stopped and the boot class path has changed.
- STOPPED_UPDATE - Static variable in class org.osgi.framework.FrameworkEvent
-
The Framework has stopped during update.
- STOPPING - Static variable in interface org.osgi.framework.Bundle
-
The bundle is in the process of stopping.
- STOPPING - Static variable in class org.osgi.framework.BundleEvent
-
The bundle is about to deactivated.
- StringComparator - Class in org.apache.felix.framework.util
-
- StringComparator(boolean) - Constructor for class org.apache.felix.framework.util.StringComparator
-
- StringMap - Class in org.apache.felix.framework.util
-
Simple utility class that creates a map for string-based keys.
- StringMap() - Constructor for class org.apache.felix.framework.util.StringMap
-
- StringMap(Map<? extends Object, ? extends Object>) - Constructor for class org.apache.felix.framework.util.StringMap
-
- SUBCLASSED - Static variable in exception org.osgi.framework.ServiceException
-
The exception is a subclass of ServiceException.
- subList(int, int) - Method in class org.apache.felix.framework.resolver.ShadowList
-
- SUBSTRING - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- substVars(String, String, Map, Properties) - Static method in class org.apache.felix.framework.util.Util
-
This method performs property variable substitution on the
specified value.
- SUPPORTS_BOOTCLASSPATH_EXTENSION - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying whether the Framework supports
bootclasspath extension bundles.
- SUPPORTS_FRAMEWORK_EXTENSION - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying whether the Framework supports
framework extension bundles.
- SUPPORTS_FRAMEWORK_FRAGMENT - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying whether the Framework supports
fragment bundles.
- SUPPORTS_FRAMEWORK_REQUIREBUNDLE - Static variable in interface org.osgi.framework.Constants
-
Framework environment property identifying whether the Framework supports
the
Require-Bundle
manifest header.
- swapStaticFieldIfNotClass(Class, Class, Class, String) - Method in class org.apache.felix.framework.util.SecureAction
-
- SynchronousBundleListener - Interface in org.osgi.framework
-
A synchronous BundleEvent
listener.
- SYSTEM_BUNDLE_LOCATION - Static variable in interface org.osgi.framework.Constants
-
Location identifier of the OSGi system bundle , which is defined
to be "System Bundle".
- SYSTEM_BUNDLE_SYMBOLICNAME - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- SYSTEM_BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
-
Alias for the symbolic name of the OSGi system bundle .
- SYSTEMBUNDLE_ACTIVATORS_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- SYSTEMBUNDLE_DEFAULT_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
-