- AbstractTracked<S,T,R> - Class in org.osgi.util.tracker
-
Abstract class to track items.
- AbstractTracked() - Constructor for class org.osgi.util.tracker.AbstractTracked
-
AbstractTracked constructor.
- AbstractURLStreamHandlerService - Class in org.osgi.service.url
-
Abstract implementation of the URLStreamHandlerService interface.
- AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
-
- AbstractWiringNamespace - Class in org.osgi.framework.namespace
-
Wiring Capability and Requirement Namespaces base class.
- AbstractWiringNamespace() - Constructor for class org.osgi.framework.namespace.AbstractWiringNamespace
-
- accessible - Variable in class org.osgi.framework.FrameworkUtil.SetAccessibleAction
-
- acquireBundleLock(BundleImpl, int) - Method in class org.apache.felix.framework.Felix
-
This method acquires the lock for the specified bundle as long as the
bundle is in one of the specified states.
- acquireGlobalLock() - Method in class org.apache.felix.framework.Felix
-
Attempts to acquire the global lock.
- acquireInstallLock(String) - Method in class org.apache.felix.framework.Felix
-
- ACTION_ADAPT - Static variable in class org.osgi.framework.AdaptPermission
-
- ACTION_ALL - Static variable in class org.osgi.framework.AdaptPermission
-
- ACTION_ALL - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_ALL - Static variable in class org.osgi.framework.BundlePermission
-
- ACTION_ALL - Static variable in class org.osgi.framework.CapabilityPermission
-
- ACTION_ALL - Static variable in class org.osgi.framework.PackagePermission
-
- ACTION_ALL - Static variable in class org.osgi.framework.ServicePermission
-
- ACTION_CLASS - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_CONTEXT - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_EXECUTE - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_EXPORT - Static variable in class org.osgi.framework.PackagePermission
-
- ACTION_EXTENSIONLIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_FRAGMENT - Static variable in class org.osgi.framework.BundlePermission
-
- ACTION_GET - Static variable in class org.osgi.framework.ServicePermission
-
- ACTION_HOST - Static variable in class org.osgi.framework.BundlePermission
-
- ACTION_IMPORT - Static variable in class org.osgi.framework.PackagePermission
-
- ACTION_LIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_LISTENER - Static variable in class org.osgi.framework.AdminPermission
-
- action_mask - Variable in class org.osgi.framework.AdaptPermission
-
The actions mask.
- action_mask - Variable in class org.osgi.framework.AdminPermission
-
The actions mask.
- action_mask - Variable in class org.osgi.framework.BundlePermission
-
The actions mask.
- action_mask - Variable in class org.osgi.framework.CapabilityPermission
-
The actions mask.
- action_mask - Variable in class org.osgi.framework.PackagePermission
-
The actions mask.
- action_mask - Variable in class org.osgi.framework.ServicePermission
-
The actions mask.
- ACTION_METADATA - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_NONE - Static variable in class org.osgi.framework.AdaptPermission
-
- ACTION_NONE - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_NONE - Static variable in class org.osgi.framework.BundlePermission
-
- ACTION_NONE - Static variable in class org.osgi.framework.CapabilityPermission
-
- ACTION_NONE - Static variable in class org.osgi.framework.PackagePermission
-
- ACTION_NONE - Static variable in class org.osgi.framework.ServicePermission
-
- ACTION_PROVIDE - Static variable in class org.osgi.framework.BundlePermission
-
- ACTION_PROVIDE - Static variable in class org.osgi.framework.CapabilityPermission
-
- ACTION_REGISTER - Static variable in class org.osgi.framework.ServicePermission
-
- ACTION_REQUIRE - Static variable in class org.osgi.framework.BundlePermission
-
- ACTION_REQUIRE - Static variable in class org.osgi.framework.CapabilityPermission
-
- ACTION_RESOLVE - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_RESOURCE - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
-
- ACTION_WEAVE - Static variable in class org.osgi.framework.AdminPermission
-
- Actions() - Constructor for class org.apache.felix.framework.util.SecureAction.Actions
-
- actions - Variable in class org.osgi.framework.AdaptPermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.framework.AdminPermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.framework.BundlePermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.framework.CapabilityPermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.framework.PackagePermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.framework.ServicePermission
-
The actions in canonical form.
- activateBundle(BundleImpl, boolean) - Method in class org.apache.felix.framework.Felix
-
- ACTIVATION_LAZY - Static variable in interface org.osgi.framework.Constants
-
Bundle activation policy declaring the bundle must be activated when the
first class load is made from the bundle.
- activationPolicyUsed - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
The bundle's autostart setting indicates that the activation policy
declared in the bundle manifest must be used.
- ACTIVATOR_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The bundle activator was in error.
- ACTIVE - Static variable in interface org.osgi.framework.Bundle
-
The bundle is now running.
- ACTIVE_STATE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- adapt(Class<A>) - Method in class org.apache.felix.framework.BundleImpl
-
- adapt(Class<A>) - Method in class org.apache.felix.framework.Felix
-
- ADAPT - Static variable in class org.osgi.framework.AdaptPermission
-
The action string initiate.
- adapt(Class<A>) - Method in interface org.osgi.framework.Bundle
-
Adapt this bundle to the specified type.
- adapt(Class<A>) - Method in interface org.osgi.framework.launch.Framework
-
Adapt this Framework to the specified type.
- AdaptPermission - Class in org.osgi.framework
-
A bundle's authority to adapt an object to a type.
- AdaptPermission(String, String) - Constructor for class org.osgi.framework.AdaptPermission
-
Creates a new granted AdaptPermission object.
- AdaptPermission(String, Bundle, String) - Constructor for class org.osgi.framework.AdaptPermission
-
Creates a new requested AdaptPermission object to be used by the
code that must perform checkPermission.
- AdaptPermission(Filter, int) - Constructor for class org.osgi.framework.AdaptPermission
-
Package private constructor used by AdaptPermissionCollection.
- AdaptPermissionCollection - Class in org.osgi.framework
-
Stores a set of AdaptPermission permissions.
- AdaptPermissionCollection() - Constructor for class org.osgi.framework.AdaptPermissionCollection
-
Create an empty AdaptPermissions object.
- add(E) - Method in class org.apache.felix.framework.util.ImmutableList.ListItr
-
- add(T) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- add(String) - Method in class org.apache.felix.framework.WovenClassImpl
-
- add(int, String) - Method in class org.apache.felix.framework.WovenClassImpl
-
- add(Permission) - Method in class org.osgi.framework.AdaptPermissionCollection
-
Adds a permission to this permission collection.
- add(Permission) - Method in class org.osgi.framework.AdminPermissionCollection
-
Adds a permission to this permission collection.
- add(Permission) - Method in class org.osgi.framework.BundlePermissionCollection
-
Add a permission to this permission collection.
- add(Permission) - Method in class org.osgi.framework.CapabilityPermissionCollection
-
Adds a permission to this permission collection.
- add(Permission) - Method in class org.osgi.framework.PackagePermissionCollection
-
Adds a permission to this permission collection.
- add(Permission) - Method in class org.osgi.framework.ServicePermissionCollection
-
Adds a permission to this permission collection.
- ADD_EXTENSION_URL_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- addAll(Collection<? extends T>) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- addAll(Collection<? extends String>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- addAll(int, Collection<? extends String>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- addBundleListener(BundleListener) - Method in class org.apache.felix.framework.BundleContextImpl
-
- addBundleListener(BundleImpl, BundleListener) - Method in class org.apache.felix.framework.Felix
-
- addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified BundleListener object to the context bundle's
list of listeners if not already present.
- addBundleRevisionDTO(BundleRevisionDTO, Set<BundleRevisionDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- addCapability() - Method in class org.apache.felix.framework.BundleContextImpl
-
- addCapability(BundleCapability) - Method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- addCapability() - Method in interface org.apache.felix.framework.ext.FelixBundleContext
-
- addDependent(BundleWire) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- addDynamicWire(BundleWire) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- added(Collection<ListenerHook.ListenerInfo>) - Method in interface org.osgi.framework.hooks.service.ListenerHook
-
Added listeners hook method.
- addExtension(Object, Bundle) - Method in class org.apache.felix.framework.ExtensionManager
-
- addExtensionBundle(Felix, BundleImpl) - Method in class org.apache.felix.framework.ExtensionManager
-
Add an extension bundle.
- addFrameworkListener(FrameworkListener) - Method in class org.apache.felix.framework.BundleContextImpl
-
- addFrameworkListener(BundleImpl, FrameworkListener) - Method in class org.apache.felix.framework.Felix
-
- addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified FrameworkListener object to the context
bundle's list of listeners if not already present.
- addHookClass(Class<?>) - Static method in class org.apache.felix.framework.HookRegistry
-
- addHooks(String[], Object, ServiceReference<?>) - Method in class org.apache.felix.framework.HookRegistry
-
Check and add the service to the set of hooks
- addIdentityCapability(BundleRevision, Map, BundleCapabilityImpl) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- adding - Variable in class org.osgi.util.tracker.AbstractTracked
-
List of items in the process of being added.
- addingBundle(Bundle, BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker
-
Default implementation of the
BundleTrackerCustomizer.addingBundle method.
- addingBundle(Bundle, BundleEvent) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
-
A bundle is being added to the BundleTracker.
- addingService(ServiceReference<S>) - Method in class org.osgi.util.tracker.ServiceTracker
-
Default implementation of the
ServiceTrackerCustomizer.addingService method.
- addingService(ServiceReference<S>) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
-
A service is being added to the ServiceTracker.
- addListener(BundleContext, Class, EventListener, Filter) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- addListenerInfo(Map<BundleContext, List<ListenerInfo>>, ListenerInfo) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- addRequirement(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- addRequirement(String) - Method in interface org.apache.felix.framework.ext.FelixBundleContext
-
- addRevision(BundleRevisionImpl) - Method in class org.apache.felix.framework.BundleImpl
-
- addRevision(BundleRevision) - Method in class org.apache.felix.framework.StatefulResolver
-
- addServiceListener(ServiceListener) - Method in class org.apache.felix.framework.BundleContextImpl
-
- addServiceListener(ServiceListener, String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- addServiceListener(BundleImpl, ServiceListener, String) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleContext.addServiceListener().
- addServiceListener(ServiceListener, String) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified ServiceListener object with the specified
filter to the context bundle's list of listeners.
- addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified ServiceListener object to the context bundle's
list of listeners.
- addStringArrayToSet(String[], Set<String>) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- addToCache(String, URLStreamHandler) - Method in class org.apache.felix.framework.URLHandlers
-
- addToCache(Map, String, Object) - Method in class org.apache.felix.framework.URLHandlers
-
- addToCache(String, ContentHandler) - Method in class org.apache.felix.framework.URLHandlersContentHandlerProxy
-
- addToContentCache(String, ContentHandler) - Method in class org.apache.felix.framework.URLHandlers
-
- addToSingletonMap(Map<String, List<BundleRevision>>, BundleRevision) - Static method in class org.apache.felix.framework.StatefulResolver
-
- addToStreamCache(String, URLStreamHandler) - Method in class org.apache.felix.framework.URLHandlers
-
- addURLToURLClassLoader(URL, ClassLoader) - Method in class org.apache.felix.framework.util.SecureAction
-
- addWiringNodeIfNotPresent(BundleWiring, Set<BundleRevisionDTO>, Set<BundleWiringDTO.NodeDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- addWoven(String) - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- AdminPermission - Class in org.osgi.framework
-
A bundle's authority to perform specific privileged administrative operations
on or to get sensitive information about a bundle.
- AdminPermission() - Constructor for class org.osgi.framework.AdminPermission
-
Creates a new AdminPermission object that matches all bundles and
has all actions.
- AdminPermission(String, String) - Constructor for class org.osgi.framework.AdminPermission
-
Create a new AdminPermission.
- AdminPermission(Bundle, String) - Constructor for class org.osgi.framework.AdminPermission
-
Creates a new requested AdminPermission object to be used by the
code that must perform checkPermission.
- AdminPermission(Filter, int) - Constructor for class org.osgi.framework.AdminPermission
-
Package private constructor used by AdminPermissionCollection.
- AdminPermissionCollection - Class in org.osgi.framework
-
Stores a collection of AdminPermissions.
- AdminPermissionCollection() - Constructor for class org.osgi.framework.AdminPermissionCollection
-
Create an empty AdminPermissions object.
- aliasSymbolicName(List<BundleCapability>) - Static method in class org.apache.felix.framework.ExtensionManager
-
- all_allowed - Variable in class org.osgi.framework.AdaptPermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.framework.AdminPermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.framework.BundlePermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.framework.CapabilityPermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.framework.PackagePermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.framework.ServicePermissionCollection
-
Boolean saying if "*" is in the collection.
- AllServiceListener - Interface in org.osgi.framework
-
A ServiceEvent listener that does not filter based upon package
wiring.
- AllTracked() - Constructor for class org.osgi.util.tracker.ServiceTracker.AllTracked
-
AllTracked constructor.
- AND - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- AND - Static variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- appendArray(StringBuilder, Map<Object, String>, String, Object) - Static method in class org.osgi.dto.DTO
-
Append the specified array's string representation to the specified
StringBuilder.
- appendCapabilities(List<BundleCapability>) - Method in class org.apache.felix.framework.ExtensionManager
-
- appendDTO(StringBuilder, Map<Object, String>, String, DTO) - Static method in class org.osgi.dto.DTO
-
Append the specified DTO's string representation to the specified
StringBuilder.
- appendIterable(StringBuilder, Map<Object, String>, String, Iterable<?>) - Static method in class org.osgi.dto.DTO
-
Append the specified iterable's string representation to the specified
StringBuilder.
- appendMap(StringBuilder, Map<Object, String>, String, Map<?, ?>) - Static method in class org.osgi.dto.DTO
-
Append the specified map's string representation to the specified
StringBuilder.
- appendString(StringBuilder, CharSequence) - Static method in class org.osgi.dto.DTO
-
Append the specified string to the specified StringBuilder.
- appendValue(StringBuilder, Map<Object, String>, String, Object) - Static method in class org.osgi.dto.DTO
-
Append the specified value's string representation to the specified
StringBuilder.
- APPROX - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- APPROX - Static variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- approxString(String) - Static method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
Map a string for an APPROX (~=) comparison.
- ARGUMENT - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- asCapabilityList(List) - Static method in class org.apache.felix.framework.BundleRevisionImpl
-
- asRequirementList(List) - Static method in class org.apache.felix.framework.BundleRevisionImpl
-
- asWireList(List) - Static method in class org.apache.felix.framework.BundleWiringImpl
-
- ASYNC_ERROR - Static variable in exception org.osgi.framework.ServiceException
-
An asynchronous operation was unable to obtain the service.
- attr - Variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
filter attribute or null if operation AND, OR or NOT
- ATTRIBUTE_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- attributes - Variable in class org.osgi.framework.CapabilityPermission
-
The attributes of the requested capability.
- attributes - Variable in class org.osgi.framework.CapabilityPermission.Properties
-
- attributes - Variable in class org.osgi.resource.dto.CapabilityDTO
-
The attributes for the capability.
- attributes - Variable in class org.osgi.resource.dto.RequirementDTO
-
The attributes for the requirement.
- available() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- await(long) - Method in class org.apache.felix.framework.util.ThreadGate
-
Wait for the gate to open.
- 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.
- blackListHook(ServiceReference<?>) - Method in class org.apache.felix.framework.HookRegistry
-
- 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.cache.DirectoryContent
-
- BUFSIZE - Static variable in class org.apache.felix.framework.cache.JarContent
-
- BUFSIZE - Static variable in class org.apache.felix.framework.util.SecureAction
-
- buildFilterFromArray(String, String[], int) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- buildNativeCapabilites() - Method in class org.apache.felix.framework.ExtensionManager
-
- bundle - Variable in class org.osgi.framework.AdaptPermission
-
The bundle used by this AdaptPermission.
- bundle - Variable in class org.osgi.framework.AdminPermission
-
The bundle governed by this AdminPermission - only used if filter == null
- Bundle - Interface in org.osgi.framework
-
An installed bundle in the Framework.
- bundle - Variable in class org.osgi.framework.BundleEvent
-
Bundle that had a change occur in its lifecycle.
- bundle - Variable in class org.osgi.framework.CapabilityPermission
-
The bundle of the requested capability.
- bundle - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
-
The id of the bundle that registered the service.
- bundle - Variable in class org.osgi.framework.FrameworkEvent
-
Bundle related to the event.
- bundle - Variable in class org.osgi.framework.PackagePermission
-
The bundle used by this PackagePermission.
- bundle - Variable in class org.osgi.framework.SignerProperty
-
- bundle - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
The id of the bundle associated with this start level.
- bundle - Variable in class org.osgi.framework.wiring.dto.BundleRevisionDTO
-
The id of the bundle associated with the bundle revision.
- bundle - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
-
The id of the bundle associated with the bundle wiring graph.
- 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 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_DIR_PREFIX - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- 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_EVENT - Static variable in class org.apache.felix.framework.util.EventDispatcher.Request
-
- BUNDLE_ICON - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's icon URLs.
- BUNDLE_ID_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- BUNDLE_IDX - Static variable in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- BUNDLE_INFO_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- BUNDLE_JAR_FILE - Static variable in class org.apache.felix.framework.cache.JarRevision
-
- BUNDLE_LASTMODIFIED_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- BUNDLE_LICENSE - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the bundle's license information.
- BUNDLE_LICENSE_HEADER - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- 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_LOCATION_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- 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
-
- BUNDLE_START_LEVEL_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- BUNDLE_STARTLEVEL_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- BUNDLE_STATE_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- 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.
- bundleChanged(BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
BundleListener method for the BundleTracker class.
- BundleClassLoader(BundleWiringImpl, ClassLoader, Logger) - Constructor for class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- BundleClassLoaderJava5(BundleWiringImpl, ClassLoader, Logger) - Constructor for class org.apache.felix.framework.BundleWiringImpl.BundleClassLoaderJava5
-
- BundleContext - Interface in org.osgi.framework
-
A bundle's execution context within the Framework.
- BundleContextImpl - Class in org.apache.felix.framework
-
- BundleContextImpl(Logger, Felix, BundleImpl) - Constructor for class org.apache.felix.framework.BundleContextImpl
-
- BundleContextImpl.ServiceObjectsImpl<S> - Class in org.apache.felix.framework
-
- BundleDTO - Class in org.osgi.framework.dto
-
Data Transfer Object for a Bundle.
- BundleDTO() - Constructor for class org.osgi.framework.dto.BundleDTO
-
- 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.
- bundleHasPermission(BundleImpl, Object) - Method in class org.apache.felix.framework.Felix
-
- BundleImpl - Class in org.apache.felix.framework
-
- BundleImpl() - Constructor for class org.apache.felix.framework.BundleImpl
-
This constructor is used by the system bundle (i.e., the framework),
since it needs a constructor that does not throw an exception.
- BundleImpl(Felix, Bundle, BundleArchive) - Constructor for class org.apache.felix.framework.BundleImpl
-
- BundleInputStream(Content) - Constructor for class org.apache.felix.framework.BundleProtectionDomain.BundleInputStream
-
- BundleListener - Interface in org.osgi.framework
-
A BundleEvent listener.
- BundleNamespace - Class in org.osgi.framework.namespace
-
Bundle Capability and Requirement Namespace.
- BundleNamespace() - Constructor for class org.osgi.framework.namespace.BundleNamespace
-
- 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.
- BundlePermission(String, int) - Constructor for class org.osgi.framework.BundlePermission
-
Package private constructor used by BundlePermissionCollection.
- BundlePermissionCollection - Class in org.osgi.framework
-
Stores a set of BundlePermission permissions.
- BundlePermissionCollection() - Constructor for class org.osgi.framework.BundlePermissionCollection
-
Create an empty BundlePermissions object.
- BundleProtectionDomain - Class in org.apache.felix.framework
-
- BundleProtectionDomain(BundleRevisionImpl, Object) - Constructor for class org.apache.felix.framework.BundleProtectionDomain
-
- BundleProtectionDomain.BundleInputStream - Class in org.apache.felix.framework
-
- BundleProtectionDomain.OutputStreamBuffer - Class in org.apache.felix.framework
-
- BundleProtectionDomain.RevisionAsJarURL - 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.
- BundleRevisionDependencies - Class in org.apache.felix.framework
-
- BundleRevisionDependencies() - Constructor for class org.apache.felix.framework.BundleRevisionDependencies
-
- BundleRevisionDTO - Class in org.osgi.framework.wiring.dto
-
Data Transfer Object for a BundleRevision.
- BundleRevisionDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleRevisionDTO
-
- BundleRevisionImpl - Class in org.apache.felix.framework
-
- BundleRevisionImpl(BundleImpl, 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.
- BundleRevisionImpl(BundleImpl, String, Map, Content) - Constructor for class org.apache.felix.framework.BundleRevisionImpl
-
- BundleRevisions - Interface in org.osgi.framework.wiring
-
- bundles - Variable in class org.osgi.framework.dto.FrameworkDTO
-
The bundles that are installed in the framework.
- BundleStartLevel - Interface in org.osgi.framework.startlevel
-
Query and modify the start level information for a bundle.
- BundleStartLevelDTO - Class in org.osgi.framework.startlevel.dto
-
Data Transfer Object for a BundleStartLevel.
- BundleStartLevelDTO() - Constructor for class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
- BundleStartLevelImpl(BundleImpl) - Constructor for class org.apache.felix.framework.FrameworkStartLevelImpl.BundleStartLevelImpl
-
- 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.
- BundleTracker.Tracked - Class in org.osgi.util.tracker
-
Inner class which subclasses AbstractTracked.
- BundleTrackerCustomizer<T> - Interface in org.osgi.util.tracker
-
The BundleTrackerCustomizer interface allows a BundleTracker
to customize the Bundles that are tracked.
- BundleWire - Interface in org.osgi.framework.wiring
-
- BundleWireDTO - Class in org.osgi.framework.wiring.dto
-
Data Transfer Object for a BundleWire.
- BundleWireDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleWireDTO
-
- 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.
- BundleWiringDTO - Class in org.osgi.framework.wiring.dto
-
Data Transfer Object for a BundleWiring graph.
- BundleWiringDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleWiringDTO
-
- BundleWiringDTO.NodeDTO - Class in org.osgi.framework.wiring.dto
-
Data Transfer Object for a BundleWiring node.
- BundleWiringImpl - Class in org.apache.felix.framework
-
- BundleWiringImpl(Logger, Map, StatefulResolver, BundleRevisionImpl, List<BundleRevision>, List<BundleWire>, Map<String, BundleRevision>, Map<String, List<BundleRevision>>) - Constructor for class org.apache.felix.framework.BundleWiringImpl
-
- BundleWiringImpl.BundleClassLoader - Class in org.apache.felix.framework
-
- BundleWiringImpl.BundleClassLoaderJava5 - Class in org.apache.felix.framework
-
- BundleWiringImpl.ResourceSource - Class in org.apache.felix.framework
-
- BundleWiringImpl.ToLocalUrlEnumeration - Class in org.apache.felix.framework
-
- CACHE_BUFSIZE_PROP - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_DIR_NAME - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_FILELIMIT_PROP - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_LOCK_NAME - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_LOCKING_PROP - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_ROOTDIR_DEFAULT - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_ROOTDIR_PROP - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- CACHE_SINGLEBUNDLEFILE_PROP - Static variable in class org.apache.felix.framework.cache.BundleCache
-
- cachedReference - Variable in class org.osgi.util.tracker.ServiceTracker
-
Cached ServiceReference for getServiceReference.
- cachedService - Variable in class org.osgi.util.tracker.ServiceTracker
-
Cached service object for getService.
- calculateContentPath(BundleRevision, Content, List<Content>, boolean) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- calculateExportedAndReexportedPackages(BundleRevision, Map<Resource, List<Wire>>, Set<String>, Set<BundleRevision>) - Static method in class org.apache.felix.framework.StatefulResolver
-
- calculateImplicitImports(List<BundleCapability>, List<ParsedHeaderClause>) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- calculateImplicitUses(List<BundleCapability>, List<ParsedHeaderClause>) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- calculateRemotePackageResources(BundleWire, BundleCapability, boolean, String, List<String>, Set<String>) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- callWovenClassListeners(Felix, Set<ServiceReference<WovenClassListener>>, WovenClass) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- CandidateComparator - Class in org.apache.felix.framework.resolver
-
- CandidateComparator() - Constructor for class org.apache.felix.framework.resolver.CandidateComparator
-
- capabilities - Variable in class org.osgi.resource.dto.ResourceDTO
-
The capabilities of the resource.
- capabilities - Variable in class org.osgi.resource.dto.WiringDTO
-
The references to the capabilities for the wiring node.
- Capability - Interface in org.osgi.resource
-
A capability that has been declared from a
Resource.
- capability - Variable in class org.osgi.resource.dto.CapabilityRefDTO
-
The identifier of the capability in the resource.
- capability - Variable in class org.osgi.resource.dto.WireDTO
-
Reference to the Capability for the wire.
- CAPABILITY_BUNDLE_SYMBOLICNAME_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.PackageNamespace
-
The capability attribute contains the symbolic name of the resource
providing the package.
- CAPABILITY_BUNDLE_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.AbstractWiringNamespace
-
The capability attribute contains the Version of the resource
providing the capability if one is specified or 0.0.0 if not
specified.
- CAPABILITY_COPYRIGHT_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability attribute that contains a human readable copyright notice
for the resource.
- CAPABILITY_DESCRIPTION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability attribute that contains a human readable description for
the resource.
- CAPABILITY_DOCUMENTATION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability attribute that contains the URL to documentation for the
resource.
- CAPABILITY_EFFECTIVE_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
-
The capability directive used to specify the effective time for the
capability.
- CAPABILITY_EXCLUDE_DIRECTIVE - Static variable in class org.osgi.framework.namespace.PackageNamespace
-
The capability directive used to specify the comma separated list of
classes which must not be allowed to be exported.
- CAPABILITY_FRAGMENT_ATTACHMENT_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
-
The capability directive identifying if and when a fragment may attach to
a host bundle.
- CAPABILITY_FRAGMENT_ATTACHMENT_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The capability directive identifying if and when a fragment may attach to
a host bundle.
- CAPABILITY_INCLUDE_DIRECTIVE - Static variable in class org.osgi.framework.namespace.PackageNamespace
-
The capability directive used to specify the comma separated list of
classes which must be allowed to be exported.
- CAPABILITY_LANGUAGE_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
-
- CAPABILITY_LICENSE_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability attribute that contains the URL to the license for the
resource.
- CAPABILITY_MANDATORY_DIRECTIVE - Static variable in class org.osgi.framework.namespace.AbstractWiringNamespace
-
The capability directive used to specify the comma separated list of
mandatory attributes which must be specified in the
filter of a requirement in
order for the capability to match the requirement.
- CAPABILITY_OSNAME_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
-
- CAPABILITY_OSVERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
-
- CAPABILITY_PROCESSOR_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
-
- CAPABILITY_SINGLETON_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
-
The capability directive identifying if the resource is a singleton.
- CAPABILITY_SINGLETON_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The capability directive identifying if the resource is a singleton.
- CAPABILITY_SINGLETON_DIRECTIVE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability directive identifying if the resource is a singleton.
- CAPABILITY_TYPE_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability attribute identifying the resource type.
- CAPABILITY_USES_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
-
The capability directive used to specify the comma separated list of
package names used by a capability.
- CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.ExecutionEnvironmentNamespace
-
The capability attribute contains the versions of the execution
environment.
- CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The capability attribute identifying the Version of the resource
if one is specified or 0.0.0 if not specified.
- CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.PackageNamespace
-
The capability attribute contains the Version of the package if
one is specified or 0.0.0 if not specified.
- CapabilityDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a Capability.
- CapabilityDTO() - Constructor for class org.osgi.resource.dto.CapabilityDTO
-
- CapabilityPermission - Class in org.osgi.framework
-
A bundle's authority to provide or require a capability.
- CapabilityPermission(String, String) - Constructor for class org.osgi.framework.CapabilityPermission
-
Create a new CapabilityPermission.
- CapabilityPermission(String, Map<String, ?>, Bundle, String) - Constructor for class org.osgi.framework.CapabilityPermission
-
Creates a new requested CapabilityPermission object to be used by
code that must perform checkPermission for the require
action.
- CapabilityPermission(String, int) - Constructor for class org.osgi.framework.CapabilityPermission
-
Package private constructor used by CapabilityPermissionCollection.
- CapabilityPermission.Properties - Class in org.osgi.framework
-
- CapabilityPermissionCollection - Class in org.osgi.framework
-
Stores a set of CapabilityPermission permissions.
- CapabilityPermissionCollection() - Constructor for class org.osgi.framework.CapabilityPermissionCollection
-
Creates an empty CapabilityPermissionCollection object.
- CapabilityRefDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a reference to a Capability.
- CapabilityRefDTO() - Constructor for class org.osgi.resource.dto.CapabilityRefDTO
-
- CapabilitySet - Class in org.apache.felix.framework.capabilityset
-
- CapabilitySet(List<String>, boolean) - Constructor for class org.apache.felix.framework.capabilityset.CapabilitySet
-
- CARDINALITY_MULTIPLE - Static variable in class org.osgi.resource.Namespace
-
The directive value identifying a multiple
cardinality type.
- CARDINALITY_SINGLE - Static variable in class org.osgi.resource.Namespace
-
The directive value identifying a
cardinality type of single.
- CaseInsensitiveMap(Dictionary<String, ?>) - Constructor for class org.osgi.framework.FrameworkUtil.CaseInsensitiveMap
-
Create a case insensitive map from the specified dictionary.
- charAt(int, String, int) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- checkAdapt(Class<A>) - Method in class org.apache.felix.framework.BundleImpl
-
- checkBundle(Bundle) - Method in interface org.apache.felix.framework.ext.SecurityProvider
-
- checkCountOverflow(long) - Method in class org.apache.felix.framework.ServiceRegistry
-
- checkExtensionBundle(Map) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- checkImport(String) - Method in class org.apache.felix.framework.WovenClassImpl
-
- checkLanguages(String, String[]) - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- checkNativeLibraries(BundleRevision) - Method in class org.apache.felix.framework.StatefulResolver
-
- checkOSNames(String, String[]) - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- checkOSVersions(String, String[]) - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- checkPermission(URL) - Method in class org.apache.felix.framework.URLHandlersBundleStreamHandler
-
- checkProcessors(String, String[]) - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- checkSelectionFilter(Map, String) - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- checkValidity() - Method in class org.apache.felix.framework.BundleContextImpl
-
- CLASS - Static variable in class org.osgi.framework.AdminPermission
-
The action string class.
- CLASS_PATH_DOT - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- CLASS_PATH_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- CLASS_TYPE - Static variable in class org.apache.felix.framework.URLHandlers
-
- CLASSIFIER_JAVADOC - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The attribute value identifying the resource
classifier as an archive
containing the javadoc in the same directory layout as the resource.
- CLASSIFIER_SOURCES - Static variable in class org.osgi.framework.namespace.IdentityNamespace
-
The attribute value identifying the resource
classifier as an archive
containing the source code in the same directory layout as the resource.
- CLAUSE_START - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- cleanMavenVersion(StringBuffer) - Static method in class org.apache.felix.framework.Felix
-
The main purpose of this method is to turn a.b.c-SNAPSHOT into a.b.c.SNAPSHOT
it can also deal with a.b-SNAPSHOT and turns it into a.b.0.SNAPSHOT and
will leave the dash in a.b.c.something-else, as it's valid in that last example.
- clear() - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- clear() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- clear() - Method in class org.apache.felix.framework.util.ImmutableList
-
- clear() - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- clear() - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- clear() - Method in class org.apache.felix.framework.WovenClassImpl
-
- close() - Method in class org.apache.felix.framework.BundleImpl
-
- close() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- close() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- close() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
This method is called when the revision is no longer needed.
- close() - Method in interface org.apache.felix.framework.cache.Content
-
This method must be called when the content is no longer needed so
that any resourses being used (e.g., open files) can be closed.
- close() - Method in class org.apache.felix.framework.cache.ContentDirectoryContent
-
- close() - Method in class org.apache.felix.framework.cache.DirectoryContent
-
- close() - Method in class org.apache.felix.framework.cache.DirectoryRevision
-
- close() - Method in class org.apache.felix.framework.cache.JarContent
-
- close() - Method in class org.apache.felix.framework.cache.JarRevision
-
- close() - Method in class org.apache.felix.framework.ExtensionManager
-
- close() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- close() - Method in class org.apache.felix.framework.Felix
-
- close() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
This method permanently closes the zip file.
- close() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- close() - Method in class org.osgi.util.tracker.AbstractTracked
-
Called by the owning Tracker object when it is closed.
- close() - Method in class org.osgi.util.tracker.BundleTracker
-
Close this BundleTracker.
- close() - Method in class org.osgi.util.tracker.ServiceTracker
-
Close this ServiceTracker.
- closeAndDelete() - Method in class org.apache.felix.framework.BundleImpl
-
- closeAndDelete() - Method in class org.apache.felix.framework.cache.BundleArchive
-
This method closes any revisions and deletes the bundle archive directory.
- CLOSED - Static variable in class org.apache.felix.framework.util.WeakZipFileFactory
-
- closed - Variable in class org.osgi.util.tracker.AbstractTracked
-
true if the tracked object is closed.
- closeRevisions() - Method in class org.apache.felix.framework.BundleImpl
-
- closeWeakly() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
Weakly closes the zip file, which means that it will be reopened
if anyone tries to use it again.
- coerceType(Object, String) - Static method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- CollisionHook - Interface in org.osgi.framework.hooks.bundle
-
OSGi Framework Bundle Collision Hook Service.
- COMPARATOR - Static variable in class org.apache.felix.framework.PackageAdminImpl
-
- COMPARATOR - Static variable in class org.apache.felix.framework.util.StringComparator
-
- compare(Object, Object, int) - Static method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- compare(Capability, Capability) - Method in class org.apache.felix.framework.resolver.CandidateComparator
-
- compare(String, String) - Method in class org.apache.felix.framework.util.StringComparator
-
- compare(int, Object, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Boolean(int, boolean, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Byte(int, byte, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Character(int, char, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Collection(int, Collection<?>, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Comparable(int, Comparable<Object>, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Double(int, double, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Float(int, float, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Integer(int, int, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Long(int, long, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_ObjectArray(int, Object[], Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_PrimitiveArray(int, Class<?>, Object, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Short(int, short, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_String(int, String, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compare_Unknown(int, Object, Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- compareApproximate(Object, Object) - Static method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- compareSubstring(List<String>, String) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- compareTo(Bundle) - Method in class org.apache.felix.framework.BundleImpl
-
- compareTo(BundleWiringImpl.ResourceSource) - Method in class org.apache.felix.framework.BundleWiringImpl.ResourceSource
-
- compareTo(Felix.StartLevelTuple) - Method in class org.apache.felix.framework.Felix.StartLevelTuple
-
- compareTo(Object) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- compareTo(Object) - Method in interface org.osgi.framework.ServiceReference
-
Compares this ServiceReference with the specified
ServiceReference for order.
- compareTo(Version) - Method in class org.osgi.framework.Version
-
Compares this Version object to another Version.
- complete(Class, byte[], List<String>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- completeDefine(Class) - Method in class org.apache.felix.framework.WovenClassImpl
-
- completeImports(List<String>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- CompoundEnumeration - Class in org.apache.felix.framework.util
-
- CompoundEnumeration(Enumeration[]) - Constructor for class org.apache.felix.framework.util.CompoundEnumeration
-
- compress(CharSequence) - Static method in class org.osgi.dto.DTO
-
Compress, in length, the specified string.
- Configurable - Interface in org.osgi.framework
-
- connect() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- Constants - Interface in org.osgi.framework
-
Defines standard names for the OSGi environment system properties, service
properties, and Manifest header attribute keys.
- contains(Object) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- contains(Object) - Method in class org.apache.felix.framework.WovenClassImpl
-
- containsAll(Collection<?>) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- containsAll(Collection<?>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- containsKey(Object) - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- containsKey(Object) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- containsKey(Object) - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- containsValue(Object) - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- containsValue(Object) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- containsValue(Object) - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- Content - Interface in org.apache.felix.framework.cache
-
- CONTENT_HANDLER_PACKAGE_PROP - Static variable in class org.apache.felix.framework.URLHandlersContentHandlerProxy
-
- ContentDirectoryContent - Class in org.apache.felix.framework.cache
-
- ContentDirectoryContent(Content, String) - Constructor for class org.apache.felix.framework.cache.ContentDirectoryContent
-
- ContentDirectoryContent.EntriesEnumeration - Class in org.apache.felix.framework.cache
-
- CONTEXT - Static variable in class org.osgi.framework.AdminPermission
-
The action string context.
- context - Variable in class org.osgi.util.tracker.BundleTracker
-
The Bundle Context used by this BundleTracker.
- context - Variable in class org.osgi.util.tracker.ServiceTracker
-
The Bundle Context used by this ServiceTracker.
- convert(Map<String, Object>) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
Converts a attribute map to a filter.
- convertArrayToList(Object) - Static method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
This is an ugly utility method to convert an array of primitives
to an array of primitive wrapper objects.
- convertAttrsToDTO(Map<String, Object>) - Static method in class org.apache.felix.framework.DTOFactory
-
- convertAttrToDTO(Object) - Static method in class org.apache.felix.framework.DTOFactory
-
- convertCapabilitiesToHeaders(Map) - Method in class org.apache.felix.framework.ExtensionManager
-
- convertExports(List<ParsedHeaderClause>, BundleRevision) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- convertImports(List<ParsedHeaderClause>, BundleRevision) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- convertNativeCode(BundleRevision, List<NativeLibraryClause>, boolean) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- convertProvideCapabilities(List<ParsedHeaderClause>, BundleRevision) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- convertRequireCapabilities(List<ParsedHeaderClause>, BundleRevision) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- convertRequires(List<ParsedHeaderClause>, BundleRevision) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- convertToLocalUrl(URL) - Static method in class org.apache.felix.framework.BundleWiringImpl
-
- copyEntries(M) - Method in class org.osgi.util.tracker.AbstractTracked
-
Copy the tracked items and associated values into the specified map.
- copyKeys(S[]) - Method in class org.osgi.util.tracker.AbstractTracked
-
Copy the tracked items into an array.
- copyStreamToFile(InputStream, File) - Static method in class org.apache.felix.framework.cache.BundleCache
-
This method copies an input stream to the specified file.
- create(BundleRevisionImpl) - Static method in class org.apache.felix.framework.BundleProtectionDomain.RevisionAsJarURL
-
- create(long, int, String, InputStream) - Method in class org.apache.felix.framework.cache.BundleCache
-
- create(File) - Method in class org.apache.felix.framework.util.WeakZipFileFactory
-
Factory method used to create weak zip files.
- CREATE_TMPFILE_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- CREATE_URL_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- CREATE_URL_WITH_CONTEXT_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- createBundleActivator(Bundle) - Method in class org.apache.felix.framework.Felix
-
- createBundleDTO(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleRevisionDTO(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleRevisionDTO(BundleRevision, Set<BundleRevisionDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleRevisionDTO(Bundle, BundleRevisionImpl, Set<BundleRevisionDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleRevisionDTOArray(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleStartLevel(BundleImpl) - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- createBundleStartLevelDTO(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleWireDTO(Wire, Set<BundleRevisionDTO>, Set<BundleWiringDTO.NodeDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleWiringDTO(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleWiringDTO(BundleWiring) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleWiringDTOArray(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createBundleWiringNodeDTO(BundleWiring, Set<BundleRevisionDTO>, Set<BundleWiringDTO.NodeDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- createContentHandler(String) - Method in class org.apache.felix.framework.URLHandlers
-
This is a method implementation for the ContentHandlerFactory
interface.
- createDTO(Bundle, Class<T>) - Static method in class org.apache.felix.framework.DTOFactory
-
- createFilter(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- createFilter(String) - Method in interface org.osgi.framework.BundleContext
-
Creates a Filter object.
- createFilter(String) - Static method in class org.osgi.framework.FrameworkUtil
-
Creates a Filter object.
- createFrameworkDTO(Felix) - Static method in class org.apache.felix.framework.DTOFactory
-
- createFrameworkStartLevelDTO(Framework) - Static method in class org.apache.felix.framework.DTOFactory
-
- createLocalizationResourceList(String, String) - Static method in class org.apache.felix.framework.BundleImpl
-
- createLocalizationRevisionList(BundleRevision) - Static method in class org.apache.felix.framework.BundleImpl
-
- createName(Bundle) - Static method in class org.osgi.framework.AdminPermission
-
Create a permission name from a Bundle
- createName(ServiceReference<?>) - Static method in class org.osgi.framework.ServicePermission
-
Create a permission name from a ServiceReference
- createRevision(boolean) - Method in class org.apache.felix.framework.BundleImpl
-
- createRevisionFromLocation(String, InputStream, Long) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Creates a revision based on the location string and/or input stream.
- createServiceReferenceDTO(ServiceReference<?>) - Static method in class org.apache.felix.framework.DTOFactory
-
- createServiceReferenceDTOArray(Bundle) - Static method in class org.apache.felix.framework.DTOFactory
-
- createTempFile(String, String, File) - Method in class org.apache.felix.framework.util.SecureAction
-
- createUnmodifiableMap(Map) - Method in class org.apache.felix.framework.Felix
-
- createURL(int, String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- createURL(int, String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- createURL(String, String, int, String, URLStreamHandler) - Method in class org.apache.felix.framework.util.SecureAction
-
- createURL(URL, String, URLStreamHandler) - Method in class org.apache.felix.framework.util.SecureAction
-
- createURLStreamHandler(String) - Method in class org.apache.felix.framework.URLHandlers
-
This is a method implementation for the URLStreamHandlerFactory
interface.
- createWhitelistFromHooks(EventObject, Framework, Map<BundleContext, List<ListenerInfo>>, Map<BundleContext, List<ListenerInfo>>, Class<T>) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- current - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
-
The current state of the bundle wiring.
- currentEnumeration() - Method in class org.apache.felix.framework.util.CompoundEnumeration
-
- currentThreadMarked() - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- cursor - Variable in class org.apache.felix.framework.util.ImmutableList.ListItr
-
- cursor - Variable in class org.apache.felix.framework.util.ImmutableMap.EntryItr
-
- customizer - Variable in class org.osgi.util.tracker.BundleTracker
-
The BundleTrackerCustomizer object for this tracker.
- customizer - Variable in class org.osgi.util.tracker.ServiceTracker
-
The ServiceTrackerCustomizer for this tracker.
- customizerAdding(S, R) - Method in class org.osgi.util.tracker.AbstractTracked
-
Call the specific customizer adding method.
- customizerAdding(Bundle, BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
Call the specific customizer adding method.
- customizerAdding(ServiceReference<S>, ServiceEvent) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
Call the specific customizer adding method.
- customizerModified(S, R, T) - Method in class org.osgi.util.tracker.AbstractTracked
-
Call the specific customizer modified method.
- customizerModified(Bundle, BundleEvent, T) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
Call the specific customizer modified method.
- customizerModified(ServiceReference<S>, ServiceEvent, T) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
Call the specific customizer modified method.
- customizerRemoved(S, R, T) - Method in class org.osgi.util.tracker.AbstractTracked
-
Call the specific customizer removed method.
- customizerRemoved(Bundle, BundleEvent, T) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
Call the specific customizer removed method.
- customizerRemoved(ServiceReference<S>, ServiceEvent, T) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
Call the specific customizer removed method.
- EAGER_ACTIVATION - Static variable in class org.apache.felix.framework.BundleRevisionImpl
-
- EAGER_ACTIVATION - Static variable in class org.apache.felix.framework.BundleWiringImpl
-
- effective(String, int, int) - Method in class org.osgi.framework.ServicePermissionCollection
-
Consult permissions map to compute the effective permission for the
requested permission name.
- EFFECTIVE_ACTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying a capability that is
effective at active time.
- EFFECTIVE_ACTIVE - Static variable in class org.osgi.resource.Namespace
-
- EFFECTIVE_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying the effective time of the provided
capability.
- EFFECTIVE_RESOLVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying a capability that is
effective at resolve time.
- EFFECTIVE_RESOLVE - Static variable in class org.osgi.resource.Namespace
-
- elements - Variable in class org.apache.felix.framework.util.ImmutableList
-
- elements() - Method in class org.apache.felix.framework.util.MapToDictionary
-
- elements() - Method in class org.osgi.framework.AdaptPermissionCollection
-
Returns an enumeration of all AdaptPermission objects in the
container.
- elements() - Method in class org.osgi.framework.AdminPermissionCollection
-
Returns an enumeration of all AdminPermission objects in the
container.
- elements() - Method in class org.osgi.framework.BundlePermissionCollection
-
Returns an enumeration of all BundlePermission objects in the
container.
- elements() - Method in class org.osgi.framework.CapabilityPermissionCollection
-
Returns an enumeration of all the CapabilityPermission objects in
the container.
- elements() - Method in class org.osgi.framework.PackagePermissionCollection
-
Returns an enumeration of all PackagePermission objects in the
container.
- elements() - Method in class org.osgi.framework.ServicePermissionCollection
-
Returns an enumeration of all the ServicePermission objects in
the container.
- EMBEDDED_DIRECTORY - Static variable in class org.apache.felix.framework.cache.DirectoryContent
-
- EMBEDDED_DIRECTORY - Static variable in class org.apache.felix.framework.cache.JarContent
-
- empty - Variable in class org.osgi.framework.VersionRange
-
- emptyVersion - Static variable in class org.osgi.framework.Version
-
The empty version "0.0.0".
- encode(byte[], int) - Static method in class org.apache.felix.framework.util.Util
-
Encode a raw byte array to a Base64 String.
- encode(InputStream, OutputStream, int) - Static method in class org.apache.felix.framework.util.Util
-
- encodeValue(String) - Static method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
Encode the value string such that '(', '*', ')' and '\' are escaped.
- encTab - Static variable in class org.apache.felix.framework.util.Util
-
- end() - Method in interface org.osgi.framework.hooks.resolver.ResolverHook
-
This method is called once at the end of the resolve process.
- ENDPOINT_DELIMITER - Static variable in class org.osgi.framework.VersionRange
-
- ensureInputStreamIsValid() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
This internal method ensures that the zip file is open and that
the underlying input stream is valid.
- ensureZipFileIsOpen() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
This method ensures that the zip file associated with this
weak zip file instance is actually open and acquires the
local weak zip file mutex.
- entries - Variable in class org.apache.felix.framework.util.ImmutableMap
-
- entries() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
Returns an enumeration of zip entries from the zip file.
- entries - Variable in class org.osgi.framework.CapabilityPermission.Properties
-
- entries - Variable in class org.osgi.framework.ServicePermission.Properties
-
- EntriesEnumeration(Enumeration, String) - Constructor for class org.apache.felix.framework.cache.ContentDirectoryContent.EntriesEnumeration
-
- EntriesEnumeration(File) - Constructor for class org.apache.felix.framework.cache.DirectoryContent.EntriesEnumeration
-
- EntriesEnumeration(Enumeration) - Constructor for class org.apache.felix.framework.cache.JarContent.EntriesEnumeration
-
- Entry(String, Object) - Constructor for class org.osgi.framework.ServicePermission.Properties.Entry
-
- EntryFilterEnumeration - Class in org.apache.felix.framework
-
- EntryFilterEnumeration(BundleRevision, boolean, String, String, boolean, boolean) - Constructor for class org.apache.felix.framework.EntryFilterEnumeration
-
- EntryItr(int) - Constructor for class org.apache.felix.framework.util.ImmutableMap.EntryItr
-
- entrySet() - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- entrySet() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- entrySet() - Method in class org.apache.felix.framework.util.ImmutableMap
-
- EntrySet() - Constructor for class org.apache.felix.framework.util.ImmutableMap.EntrySet
-
- entrySet() - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- entrySet() - Method in class org.osgi.framework.CapabilityPermission.Properties
-
- entrySet() - Method in class org.osgi.framework.FrameworkUtil.CaseInsensitiveMap
-
- entrySet() - Method in class org.osgi.framework.FrameworkUtil.ServiceReferenceMap
-
- entrySet() - Method in class org.osgi.framework.ServicePermission.Properties
-
- EOF - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- EQ - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- EQUAL - Static variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- equals(Object) - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- equals(Object) - Method in class org.apache.felix.framework.BundleWiringImpl.ResourceSource
-
- equals(Object) - Method in class org.apache.felix.framework.FilterImpl
-
- EQUALS - Static variable in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- equals(URL, URL) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- equals(Object) - Method in class org.apache.felix.framework.util.ListenerInfo
-
- equals(Object) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- equals(Object) - Method in class org.apache.felix.framework.util.VersionRange
-
- equals(Object) - Method in class org.osgi.framework.AdaptPermission
-
Determines the equality of two AdaptPermission objects.
- equals(Object) - Method in class org.osgi.framework.AdminPermission
-
Determines the equality of two AdminPermission objects.
- equals(Object) - Method in class org.osgi.framework.BundlePermission
-
Determines the equality of two BundlePermission objects.
- equals(Object) - Method in class org.osgi.framework.CapabilityPermission
-
Determines the equality of two CapabilityPermission objects.
- equals(Object) - Method in interface org.osgi.framework.Filter
-
Compares this Filter to another Filter.
- equals(Object) - Method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
Compares this Filter to another Filter.
- equals(Object) - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Compares this ListenerInfo to another ListenerInfo.
- equals(Object) - Method in class org.osgi.framework.PackagePermission
-
Determines the equality of two PackagePermission objects.
- equals(Object) - Method in class org.osgi.framework.ServicePermission
-
Determines the equality of two ServicePermission objects.
- equals(Object) - Method in class org.osgi.framework.ServicePermission.Properties.Entry
-
- equals(Object) - Method in class org.osgi.framework.SignerProperty
-
Used by the filter matching algorithm.
- equals(Object) - Method in class org.osgi.framework.Version
-
Compares this Version object to another object.
- equals(Object) - Method in class org.osgi.framework.VersionRange
-
Compares this VersionRange object to another object.
- equals(Object) - Method in interface org.osgi.resource.Capability
-
Compares this Capability to another Capability.
- equals(Object) - Method in interface org.osgi.resource.Requirement
-
Compares this Requirement to another Requirement.
- equals(Object) - Method in interface org.osgi.resource.Resource
-
Compares this Resource to another Resource.
- equals(Object) - Method in interface org.osgi.resource.Wire
-
Compares this Wire to another Wire.
- equals(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls super.equals(URL,URL).
- equals(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
-
- ERROR - Static variable in class org.osgi.framework.FrameworkEvent
-
An error has occurred.
- event(BundleEvent, Collection<BundleContext>) - Method in interface org.osgi.framework.hooks.bundle.EventHook
-
Bundle event hook method.
- event(ServiceEvent, Collection<BundleContext>) - Method in interface org.osgi.framework.hooks.service.EventHook
-
Deprecated.
Event hook method.
- event(ServiceEvent, Map<BundleContext, Collection<ListenerHook.ListenerInfo>>) - Method in interface org.osgi.framework.hooks.service.EventListenerHook
-
Event listener hook method.
- EventDispatcher - Class in org.apache.felix.framework.util
-
- EventDispatcher(Logger, ServiceRegistry) - Constructor for class org.apache.felix.framework.util.EventDispatcher
-
- EventDispatcher.Request - Class in org.apache.felix.framework.util
-
- EventHook - Interface in org.osgi.framework.hooks.bundle
-
OSGi Framework Bundle Event Hook Service.
- EventHook - Interface in org.osgi.framework.hooks.service
-
- EventListenerHook - Interface in org.osgi.framework.hooks.service
-
OSGi Framework Service Event Listener Hook Service.
- EXCLUDE_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying a list of classes to exclude in the
exported package..
- exec(String) - Method in class org.apache.felix.framework.util.SecureAction
-
- EXEC_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- EXECUTE - Static variable in class org.osgi.framework.AdminPermission
-
The action string execute.
- EXECUTION_ENVIRONMENT_NAMESPACE - Static variable in class org.osgi.framework.namespace.ExecutionEnvironmentNamespace
-
Namespace name for execution environment capabilities and requirements.
- ExecutionEnvironmentNamespace - Class in org.osgi.framework.namespace
-
Execution Environment Capability and Requirement Namespace.
- ExecutionEnvironmentNamespace() - Constructor for class org.osgi.framework.namespace.ExecutionEnvironmentNamespace
-
- EXPORT - Static variable in class org.osgi.framework.PackagePermission
-
- EXPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the packages that the bundle offers to the
Framework for export.
- EXPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
-
- ExportedPackage - Interface in org.osgi.service.packageadmin
-
- ExportedPackageImpl - Class in org.apache.felix.framework
-
- ExportedPackageImpl(Felix, BundleImpl, BundleRevision, BundleCapability) - Constructor for class org.apache.felix.framework.ExportedPackageImpl
-
- EXPORTONLY - Static variable in class org.osgi.framework.PackagePermission
-
The action string exportonly.
- EXTENSION_BOOTCLASSPATH - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying the type of extension
fragment.
- EXTENSION_BOOTCLASSPATH - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The directive value indicating that the extension fragment is to be
loaded by the boot class loader.
- EXTENSION_BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the extension bundle's activator class.
- EXTENSION_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying the type of the extension fragment.
- EXTENSION_FRAMEWORK - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive value identifying the type of extension
fragment.
- EXTENSION_FRAMEWORK - Static variable in class org.osgi.framework.namespace.HostNamespace
-
The directive value indicating that the extension fragment is to be
loaded by the framework's class loader.
- EXTENSIONLIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
-
The action string extensionLifecycle.
- ExtensionManager - Class in org.apache.felix.framework
-
The ExtensionManager class is used in several ways.
- ExtensionManager() - Constructor for class org.apache.felix.framework.ExtensionManager
-
- ExtensionManager(Logger, Map, Felix) - Constructor for class org.apache.felix.framework.ExtensionManager
-
This constructor is used to create one instance per framework instance.
- ExtensionManager.ExtensionManagerRevision - Class in org.apache.felix.framework
-
- ExtensionManager.ExtensionManagerWiring - Class in org.apache.felix.framework
-
- ExtensionManager.ExtensionTuple - Class in org.apache.felix.framework
-
- ExtensionManagerRevision(Felix) - Constructor for class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- ExtensionManagerWiring(Logger, Map, BundleRevisionImpl) - Constructor for class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- ExtensionTuple(BundleActivator, Bundle) - Constructor for class org.apache.felix.framework.ExtensionManager.ExtensionTuple
-
- extractEmbeddedJar(String) - Method in class org.apache.felix.framework.cache.JarContent
-
This method extracts an embedded JAR file from the bundle's
JAR file.
- 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
-
- FakeURLStreamHandler - Class in org.apache.felix.framework
-
This class implements a fake stream handler.
- FakeURLStreamHandler() - Constructor for class org.apache.felix.framework.FakeURLStreamHandler
-
- 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.RefreshHelper - Class in org.apache.felix.framework
-
Simple class that is used in refreshPackages() to embody
the refresh logic in order to keep the code clean.
- Felix.StartLevelTuple - Class in org.apache.felix.framework
-
- Felix.SystemBundleActivator - Class in org.apache.felix.framework
-
- FELIX_EXTENSION_ACTIVATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- FELIX_EXTENSIONS_DISABLE - 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_EXISTS_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- FILE_IS_DIRECTORY_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- FILE_PROTOCOL - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- fileExists(File) - Method in class org.apache.felix.framework.util.SecureAction
-
- filter - Variable in class org.osgi.framework.AdaptPermission
-
This holds a Filter matching object used to evaluate the filter in
implies.
- filter - Variable in class org.osgi.framework.AdminPermission
-
If this AdminPermission was constructed with a filter, this holds a
Filter matching object used to evaluate the filter in implies.
- filter - Variable in class org.osgi.framework.CapabilityPermission
-
If this CapabilityPermission was constructed with a filter, this holds a
Filter matching object used to evaluate the filter in implies.
- Filter - Interface in org.osgi.framework
-
- filter - Variable in exception org.osgi.framework.InvalidSyntaxException
-
The invalid filter string.
- filter - Variable in class org.osgi.framework.PackagePermission
-
If this PackagePermission was constructed with a filter, this holds a
Filter matching object used to evaluate the filter in implies.
- filter - Variable in class org.osgi.framework.ServicePermission
-
If this ServicePermission was constructed with a filter, this holds a
Filter matching object used to evaluate the filter in implies.
- 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.
- filterChars - Variable in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- filterCollisions(int, Bundle, Collection<Bundle>) - Method in interface org.osgi.framework.hooks.bundle.CollisionHook
-
Filter bundle collisions hook method.
- filteredBySecurity(BundleRequirement, BundleCapability) - Method in class org.apache.felix.framework.StatefulResolver
-
- FilterImpl - Class in org.apache.felix.framework
-
- FilterImpl(String) - Constructor for class org.apache.felix.framework.FilterImpl
-
- FilterImpl(int, String, Object) - Constructor for class org.osgi.framework.FrameworkUtil.FilterImpl
-
- FilterImpl.DictionaryToMap - Class in org.apache.felix.framework
-
- FilterImpl.WrapperCapability - Class in org.apache.felix.framework
-
- filterListenersUsingHooks(ServiceEvent, Framework, Map<BundleContext, List<ListenerInfo>>) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- filterMatches(BundleRequirement, Collection<BundleCapability>) - Method in interface org.osgi.framework.hooks.resolver.ResolverHook
-
Filter matches hook method.
- filterPermissions - Variable in class org.osgi.framework.CapabilityPermissionCollection
-
Table of permissions with filter expressions.
- filterPermissions - Variable in class org.osgi.framework.PackagePermissionCollection
-
Table of permissions with filter expressions.
- filterPermissions - Variable in class org.osgi.framework.ServicePermissionCollection
-
Table of permissions with filter expressions.
- 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.
- filterString - Variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- filterstring - Variable in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- 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.
- findBundleEntries(BundleImpl, String, String, boolean) - Method in class org.apache.felix.framework.Felix
-
Implementation for Bundle.findEntries().
- findBundleEntries(BundleRevision, String, String, boolean) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleWiring.findEntries().
- findClass(String) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- findClassOrResourceByDelegation(String, boolean) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- findEntries(String, String, boolean) - Method in class org.apache.felix.framework.BundleImpl
-
- 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
-
- findNext() - Method in class org.apache.felix.framework.EntryFilterEnumeration
-
- findNextEntry() - Method in class org.apache.felix.framework.cache.ContentDirectoryContent.EntriesEnumeration
-
- findNextEnumeration(boolean) - Method in class org.apache.felix.framework.util.CompoundEnumeration
-
- findNextEnumeration(int, boolean) - Method in class org.apache.felix.framework.util.CompoundEnumeration
-
- findProviders(Requirement) - Method in class org.apache.felix.framework.Felix
-
- findProviders(Requirement) - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- findProviders(Requirement) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- findProviders(BundleRequirement, boolean) - Method in class org.apache.felix.framework.StatefulResolver
-
- findProviders(Requirement) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Find bundle capabilities that match the given requirement.
- findProvidersInternal(StatefulResolver.ResolverHookRecord, Requirement, boolean, boolean) - Method in class org.apache.felix.framework.StatefulResolver
-
- 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
-
- findResourcesByDelegation(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- fireBundleEvent(int, Bundle) - Method in class org.apache.felix.framework.Felix
-
Fires bundle events.
- fireBundleEvent(int, Bundle, Bundle) - Method in class org.apache.felix.framework.Felix
-
- fireBundleEvent(BundleEvent, Framework) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- fireEventAsynchronously(EventDispatcher, int, Map<BundleContext, List<ListenerInfo>>, EventObject) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- fireEventImmediately(EventDispatcher, int, Map<BundleContext, List<ListenerInfo>>, EventObject, Dictionary) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- fireFrameworkEvent(int, Bundle, Throwable) - Method in class org.apache.felix.framework.Felix
-
Fires bundle events.
- fireFrameworkEvent(FrameworkEvent) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- fireResolvedEvents(Map<Resource, List<Wire>>) - Method in class org.apache.felix.framework.StatefulResolver
-
- fireServiceEvent(ServiceEvent, Dictionary) - Method in class org.apache.felix.framework.Felix
-
Fires service events.
- fireServiceEvent(ServiceEvent, Dictionary, Framework) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- firstSortedClause(List<NativeLibraryClause>) - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- flush(Class, Object) - Method in class org.apache.felix.framework.util.SecureAction
-
- FLUSH_FIELD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- flushUsageCount(Bundle, ServiceReference<?>, ServiceRegistry.UsageCount) - Method in class org.apache.felix.framework.ServiceRegistry
-
Utility method to flush the specified bundle's usage count for the
specified service reference.
- FOR_NAME_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- forgetUninstalledBundle(BundleImpl) - Method in class org.apache.felix.framework.Felix
-
- formatOSVersion(String) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- 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_EVENT - Static variable in class org.apache.felix.framework.util.EventDispatcher.Request
-
- 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
-
- 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.
- FrameworkDTO - Class in org.osgi.framework.dto
-
Data Transfer Object for a Framework.
- FrameworkDTO() - Constructor for class org.osgi.framework.dto.FrameworkDTO
-
- FrameworkEvent - Class in org.osgi.framework
-
A general event from the Framework.
- FrameworkEvent(int, Object) - Constructor for class org.osgi.framework.FrameworkEvent
-
- 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.
- FrameworkStartLevelDTO - Class in org.osgi.framework.startlevel.dto
-
Data Transfer Object for a FrameworkStartLevel.
- FrameworkStartLevelDTO() - Constructor for class org.osgi.framework.startlevel.dto.FrameworkStartLevelDTO
-
- FrameworkStartLevelImpl - Class in org.apache.felix.framework
-
- FrameworkStartLevelImpl(Felix, ServiceRegistry) - Constructor for class org.apache.felix.framework.FrameworkStartLevelImpl
-
- FrameworkStartLevelImpl.BundleStartLevelImpl - Class in org.apache.felix.framework
-
- FrameworkUtil - Class in org.osgi.framework
-
Framework Utility class.
- FrameworkUtil() - Constructor for class org.osgi.framework.FrameworkUtil
-
FrameworkUtil objects may not be constructed.
- FrameworkUtil.CaseInsensitiveMap - Class in org.osgi.framework
-
This Map is used for case-insensitive key lookup during filter
evaluation.
- FrameworkUtil.DNChainMatching - Class in org.osgi.framework
-
This class contains a method to match a distinguished name (DN) chain
against and DN chain pattern.
- FrameworkUtil.FilterImpl - Class in org.osgi.framework
-
RFC 1960-based Filter.
- FrameworkUtil.FilterImpl.Parser - Class in org.osgi.framework
-
Parser class for OSGi filter strings.
- FrameworkUtil.ServiceReferenceMap - Class in org.osgi.framework
-
This Map is used for key lookup from a ServiceReference during filter
evaluation.
- FrameworkUtil.SetAccessibleAction - Class in org.osgi.framework
-
- FrameworkWiring - Interface in org.osgi.framework.wiring
-
Query and modify wiring information for the framework.
- FrameworkWiringImpl - Class in org.apache.felix.framework
-
- FrameworkWiringImpl(Felix, ServiceRegistry) - Constructor for class org.apache.felix.framework.FrameworkWiringImpl
-
- get(Object) - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- get(Object) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- get(Set<ServiceReference<S>>, String, String) - Method in class org.apache.felix.framework.URLHandlersActivator
-
- 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(int) - Method in class org.apache.felix.framework.WovenClassImpl
-
- get(Object) - Method in class org.osgi.framework.CapabilityPermission.Properties
-
- get(Object) - Method in class org.osgi.framework.FrameworkUtil.CaseInsensitiveMap
-
- get(Object) - Method in class org.osgi.framework.FrameworkUtil.ServiceReferenceMap
-
- GET - Static variable in class org.osgi.framework.ServicePermission
-
The action string get.
- get(Object) - Method in class org.osgi.framework.ServicePermission.Properties
-
- GET_ABSOLUTE_PATH_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_CLASS_LOADER_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_CONSTRUCTOR_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_DECLARED_CONSTRUCTOR_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_DECLARED_METHOD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_DEFAULT_PORT - Static variable in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- GET_FIELD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_FILE_INPUT_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_FILE_OUTPUT_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_HOST_ADDRESS - Static variable in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- GET_METHOD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_PARENT_CLASS_LOADER_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_POLICY_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_PROPERTY_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_SYSTEM_CLASS_LOADER_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- GET_URL_INPUT_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- 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.
- getActionsMask() - Method in class org.osgi.framework.BundlePermission
-
Returns the current action mask.
- 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
-
- getActivator() - Method in class org.apache.felix.framework.BundleImpl
-
- getActiveStartLevel() - Method in class org.apache.felix.framework.Felix
-
Returns the active start level of the framework; this method
implements functionality for the Start Level service.
- getAllKeysWithPrefix(String, Map<String, String>) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getAllowedServiceReferences(BundleImpl, String, String, boolean) - Method in class org.apache.felix.framework.Felix
-
Retrieves Array of
ServiceReference objects based on calling bundle, service class name,
optional filter expression, and optionally filters further on the version.
- 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 class org.apache.felix.framework.BundleContextImpl
-
- getAllServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
-
Returns an array of ServiceReference objects.
- getArchive() - Method in class org.apache.felix.framework.BundleImpl
-
- getArchives() - Method in class org.apache.felix.framework.cache.BundleCache
-
- getAttributes() - Method in class org.apache.felix.framework.FilterImpl.WrapperCapability
-
- getAttributes() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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.
- getBestServiceReference(ServiceReference[]) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getBootDelegationClassLoader() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getBootPackages() - Method in class org.apache.felix.framework.Felix
-
- getBootPackageWildcards() - Method in class org.apache.felix.framework.Felix
-
- getBreeVersionClause(Version) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getBuiltIn() - Method in class org.apache.felix.framework.URLHandlersContentHandlerProxy
-
- getBuiltInStreamHandler(String, URLStreamHandlerFactory) - Method in class org.apache.felix.framework.URLHandlers
-
- getBundle() - Method in class org.apache.felix.framework.BundleContextImpl
-
- getBundle(long) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getBundle(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getBundle() - Method in class org.apache.felix.framework.BundleImpl
-
- getBundle() - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- 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(String) - Method in class org.apache.felix.framework.Felix
-
Retrieves a bundle from its location.
- getBundle(BundleContext, long) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleContext.getBundle().
- getBundle(long) - Method in class org.apache.felix.framework.Felix
-
Retrieves a bundle by its identifier and avoids bundles hooks.
- getBundle(Class) - Method in class org.apache.felix.framework.Felix
-
This method returns the bundle associated with the specified class if
the class was loaded from a bundle from this framework instance.
- getBundle() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl.BundleStartLevelImpl
-
- getBundle() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- getBundle() - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- 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.RequiredBundleImpl
-
- getBundle() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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.BundleImpl
-
- 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.
- getBundleEntry(BundleImpl, String) - Method in class org.apache.felix.framework.Felix
-
Implementation for Bundle.getEntry().
- getBundleEntryPaths(BundleImpl, String) - Method in class org.apache.felix.framework.Felix
-
Implementation for Bundle.getEntryPaths().
- getBundleHeaders(BundleImpl, String) - Method in class org.apache.felix.framework.Felix
-
Get bundle headers and resolve any localized strings from resource bundles.
- getBundleId() - Method in class org.apache.felix.framework.BundleImpl
-
- 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.
- getBundleRegisteredServices(BundleImpl) - Method in class org.apache.felix.framework.Felix
-
- getBundleResource(BundleImpl, String) - Method in class org.apache.felix.framework.Felix
-
Implementation for Bundle.getResource().
- getBundleResources(BundleImpl, String) - Method in class org.apache.felix.framework.Felix
-
Implementation for Bundle.getResources().
- getBundleRevisionWhitelist() - Method in class org.apache.felix.framework.StatefulResolver.ResolverHookRecord
-
- getBundles() - Method in class org.apache.felix.framework.BundleContextImpl
-
- getBundles(BundleContext) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleContext.getBundles().
- getBundles() - Method in class org.apache.felix.framework.Felix
-
Retrieves all installed bundles and avoids bundles hooks.
- 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 Bundles for all bundles being tracked by this
BundleTracker.
- getBundleServicesInUse(Bundle) - Method in class org.apache.felix.framework.Felix
-
- getBundleStartLevel(Bundle) - Method in class org.apache.felix.framework.Felix
-
Returns the start level for the specified bundle; this method
implements functionality for the Start Level service.
- 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.
- getBundleStreamHandler() - Method in class org.apache.felix.framework.Felix
-
- 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 class org.apache.felix.framework.WovenClassImpl
-
- 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 class org.apache.felix.framework.WovenClassImpl
-
- 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(String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- getCapabilities(String) - Method in class org.apache.felix.framework.ExtensionManager
-
- 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 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.
- getCapabilityID(Capability) - Static method in class org.apache.felix.framework.DTOFactory
-
- 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
-
- getClassByDelegation(String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- getClassContext() - Method in class org.apache.felix.framework.util.SecurityManagerEx
-
- getClassLoader() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getClassLoader() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- 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.
- getClassLoaderInternal() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getClassName(String) - Static method in class org.apache.felix.framework.util.Util
-
- getClassName() - Method in class org.apache.felix.framework.WovenClassImpl
-
- 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.
- getConfig() - Method in class org.apache.felix.framework.Felix
-
- getConfigurationObject() - Method in interface org.osgi.framework.Configurable
-
- 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
-
- getContent() - Method in class org.apache.felix.framework.cache.DirectoryRevision
-
- getContent() - Method in class org.apache.felix.framework.cache.JarRevision
-
- getContent() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getContent(URLConnection) - Method in class org.apache.felix.framework.URLHandlersContentHandlerProxy
-
- getContentHandlerService(String) - Method in class org.apache.felix.framework.Felix
-
- getContentHandlerService(String) - Method in class org.apache.felix.framework.URLHandlersActivator
-
- getContentHandlerService() - Method in class org.apache.felix.framework.URLHandlersContentHandlerProxy
-
Private method to retrieve the content handler service from the
framework instance associated with the current call stack.
- getContentLength() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- getContentLengthLong() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- getContentPath() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getContentType() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- getCurrentLocalizedHeader(String) - Method in class org.apache.felix.framework.BundleImpl
-
- 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.
- getCustomizedObject(S) - Method in class org.osgi.util.tracker.AbstractTracked
-
Return the customized object for the specified item
- getDataFile(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getDataFile(String) - Method in class org.apache.felix.framework.BundleImpl
-
- 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(BundleImpl, String) - Method in class org.apache.felix.framework.Felix
-
- 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.
- getDeclaredActivationPolicy() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getDeclaredCapabilities(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getDeclaredCapabilities(String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getDeclaredCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the capabilities declared by this bundle revision.
- 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
-
- getDefaultPropertiesWithPrefix(Logger, String) - Static method in class org.apache.felix.framework.util.Util
-
- getDefaultPropertiesWithPrefix(Properties, String) - Static method in class org.apache.felix.framework.util.Util
-
- getDefaultProperty(Logger, String) - Static method in class org.apache.felix.framework.util.Util
-
- getDefinedClass() - Method in class org.apache.felix.framework.WovenClassImpl
-
- getDefinedClass() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the class defined by this woven class.
- getDependencies() - Method in class org.apache.felix.framework.Felix
-
- getDependencyClosure(Collection<Bundle>) - Method in class org.apache.felix.framework.Felix
-
- getDependencyClosure(Collection<Bundle>) - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- getDependencyClosure(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Returns the dependency closure for the specified bundles.
- getDependentBundles(Bundle) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- getDependents(BundleRevision) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- getDexFileClass(JarContent, String, ClassLoader) - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- getDirectives() - Method in class org.apache.felix.framework.FilterImpl.WrapperCapability
-
- getDirectives() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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 class org.apache.felix.framework.WovenClassImpl
-
- 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.
- getDynamicImportsInternal() - Method in class org.apache.felix.framework.WovenClassImpl
-
- 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
-
- getEntries() - Method in class org.apache.felix.framework.ExtensionManager
-
- getEntry(String) - Method in class org.apache.felix.framework.BundleImpl
-
- getEntry(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getEntry(String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- 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
-
- getEntryAsBytes(String) - Method in class org.apache.felix.framework.ExtensionManager
-
- 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
-
- getEntryAsContent(String) - Method in class org.apache.felix.framework.ExtensionManager
-
- 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
-
- getEntryAsNativeLibrary(String) - Method in class org.apache.felix.framework.ExtensionManager
-
- 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
-
- getEntryAsStream(String) - Method in class org.apache.felix.framework.ExtensionManager
-
- 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
-
- getEntryAsURL(String) - Method in class org.apache.felix.framework.ExtensionManager
-
- getEntryName() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibrary
-
- getEntryPaths(String) - Method in class org.apache.felix.framework.BundleImpl
-
- 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.Felix
-
Returns the exported packages associated with the specified
package name.
- getExportedPackages(Bundle) - Method in class org.apache.felix.framework.Felix
-
Returns an array of all actively exported packages from the specified
bundle or if the specified bundle is null an array
containing all actively exported packages by all bundles.
- getExportedPackages(Bundle, List) - Method in class org.apache.felix.framework.Felix
-
Adds any current active exported packages from the specified bundle
to the passed in list.
- 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 class org.apache.felix.framework.ExportedPackageImpl
-
- getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the bundle exporting the package associated with this exported
package.
- getFactoryUnchecked(Bundle) - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- 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.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
-
- getFragmentContents() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getFragments() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getFragments(Bundle) - Method in class org.apache.felix.framework.PackageAdminImpl
-
- getFragments() - Method in class org.apache.felix.framework.StatefulResolver
-
- 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.
- getFramework() - Method in class org.apache.felix.framework.BundleImpl
-
- getFramework() - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- getFramework() - Method in class org.apache.felix.framework.Felix
-
- getFrameworkFromContext() - Static method in class org.apache.felix.framework.URLHandlers
-
This method returns the system bundle context for the caller.
- getFrameworkVersion() - Static method in class org.apache.felix.framework.Felix
-
Read the framework version from the property file.
- getFromContentCache(String) - Method in class org.apache.felix.framework.URLHandlers
-
- getFromStreamCache(String) - Method in class org.apache.felix.framework.URLHandlers
-
- getHeaders() - Method in class org.apache.felix.framework.BundleImpl
-
- getHeaders(String) - Method in class org.apache.felix.framework.BundleImpl
-
- getHeaders() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getHeaders() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- 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.
- getHookRegistry() - Method in class org.apache.felix.framework.Felix
-
- getHookRegistry() - Method in class org.apache.felix.framework.ServiceRegistry
-
- getHooks(Class<S>) - Method in class org.apache.felix.framework.HookRegistry
-
Return the sorted set of hooks
- getHostAddress(URL) - Method in class org.apache.felix.framework.ExtensionManager
-
- getHostAddress(URL) - Method in class org.apache.felix.framework.URLHandlersBundleStreamHandler
-
- 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(Bundle, BundleCapability) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- getImportingBundles() - Method in class org.apache.felix.framework.ExportedPackageImpl
-
- getImportingBundles(BundleImpl, BundleCapability) - Method in class org.apache.felix.framework.Felix
-
- 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.Felix
-
Returns the start level into which newly installed bundles will
be placed by default; this method implements functionality for
the Start Level service.
- getInitialBundleStartLevel() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- 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.
- getInitialReferences(boolean, String, String) - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the list of initial ServiceReferences that will be
tracked by this ServiceTracker.
- getInputStream(int, String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getInputStream(int, String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getInputStream() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- getInputStream(ZipEntry) - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile
-
Returns an input stream for the specified zip entry.
- getKey() - Method in class org.osgi.framework.ServicePermission.Properties.Entry
-
- getLanguages() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibrary
-
- getLanguages() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getLastModified() - Method in class org.apache.felix.framework.BundleImpl
-
- 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 class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- getLastModified() - Method in interface org.osgi.framework.Bundle
-
Returns the time when this bundle was last modified.
- getLastModified() - Method in interface org.osgi.framework.launch.Framework
-
Returns the time when the set of bundles in this framework was last
modified.
- getLastPathElement(String) - Static method in class org.apache.felix.framework.EntryFilterEnumeration
-
- 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.NativeLibraryClause
-
- 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
-
- getLocalURL(int, String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getLocalURL() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
Retrieve the entry as a URL using standard protocols such as file: and jar:
- getLocation() - Method in class org.apache.felix.framework.BundleImpl
-
- 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.
- getLockingThread() - Method in class org.apache.felix.framework.BundleImpl
-
- getLogger() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the logger for this revision.
- getLogger() - Method in class org.apache.felix.framework.Felix
-
- getLogger() - Method in class org.apache.felix.framework.ServiceRegistry
-
- getMainAttributes(Map, WeakZipFileFactory.WeakZipFile) - Static method in class org.apache.felix.framework.cache.JarRevision
-
- getMajor() - Method in class org.osgi.framework.Version
-
Returns the major component of this version identifier.
- getMandatoryResources() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getManifestHeader() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the main attributes of the JAR file manifest header of the
revision.
- getManifestHeader() - Method in class org.apache.felix.framework.cache.DirectoryRevision
-
- getManifestHeader() - Method in class org.apache.felix.framework.cache.JarRevision
-
- getManifestVersion() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getManifestVersion() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getManifestVersion(Map) - Static 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 class org.apache.felix.framework.ExportedPackageImpl
-
- getName(String) - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- 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.FilterImpl.WrapperCapability
-
- getNamespace() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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
-
- getNativeLibraries() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- 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.
- getNextId() - Method in class org.apache.felix.framework.Felix
-
- 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.
- getOndemandResources(Resource) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getOpenZipZiles() - Method in class org.apache.felix.framework.util.WeakZipFileFactory
-
Only used for testing.
- getOperation() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- getOptionalResources() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getOrigin() - Method in class org.osgi.framework.BundleEvent
-
Returns the bundle that was the origin of the event.
- getOSNames() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibrary
-
- getOSNames() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getOsNameWithAliases(String) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getOSVersions() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibrary
-
- getOSVersions() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getPackageCapability(BundleRevision, String) - Static method in class org.apache.felix.framework.util.Util
-
- getParentClassLoader(ClassLoader) - Method in class org.apache.felix.framework.util.SecureAction
-
- getParsedFilter() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getPathHead(String) - Static method in class org.apache.felix.framework.BundleWiringImpl
-
- getPermission() - Method in class org.apache.felix.framework.URLHandlersBundleURLConnection
-
- getPersistentState() - Method in class org.apache.felix.framework.BundleImpl
-
- 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.NativeLibrary
-
- getProcessors() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getProcessorWithAliases(String) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getProperties() - Method in class org.osgi.framework.AdaptPermission
-
- getProperties() - Method in class org.osgi.framework.AdminPermission
-
Called by implies0 on an AdminPermission which was constructed
with a Bundle.
- getProperties() - Method in class org.osgi.framework.CapabilityPermission
-
- getProperties() - Method in class org.osgi.framework.PackagePermission
-
- getProperties() - Method in class org.osgi.framework.ServicePermission
-
- getProperty(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getProperty(String) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleContext.getProperty().
- getProperty(String) - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- getProperty(String) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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 class org.apache.felix.framework.ServiceRegistrationImpl
-
- getPropertyKeys() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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.
- getPropertyWithSubs(Properties, String) - Static method in class org.apache.felix.framework.util.Util
-
- getProtectionDomain() - Method in class org.apache.felix.framework.BundleImpl
-
- getProtectionDomain() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getProtectionDomain() - Method in class org.apache.felix.framework.WovenClassImpl
-
- 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(BundleRevision, String) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- getProvidedWires(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getProvidedWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- 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 class org.apache.felix.framework.ServiceRegistrationImpl
-
- getReference() - Method in interface org.osgi.framework.ServiceRegistration
-
Returns a ServiceReference object for a service being registered.
- getRefreshCount() - Method in class org.apache.felix.framework.cache.BundleArchive
-
This utility method is used to retrieve the current refresh
counter value for the bundle.
- getRegisteredServices() - Method in class org.apache.felix.framework.BundleImpl
-
Returns an array of service references corresponding to
the bundle's registered services.
- getRegisteredServices(Bundle) - Method in class org.apache.felix.framework.ServiceRegistry
-
Get all service references for a bundle
- 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.
- getRegistration() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- getRemovalPendingBundles() - Method in class org.apache.felix.framework.Felix
-
- getRemovalPendingBundles() - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- 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 class org.apache.felix.framework.wiring.BundleWireImpl
-
- getRequirement() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequirement() - Method in interface org.osgi.resource.Wire
-
- getRequirementID(Requirement) - Static method in class org.apache.felix.framework.DTOFactory
-
- 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 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(Bundle) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- getRequiringBundles(BundleImpl) - Method in class org.apache.felix.framework.Felix
-
- getRequiringBundles() - Method in class org.apache.felix.framework.RequiredBundleImpl
-
- getRequiringBundles() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the bundles that currently require this required bundle.
- getResolver() - Method in class org.apache.felix.framework.Felix
-
- getResolverHookRefs() - Method in class org.apache.felix.framework.StatefulResolver.ResolverHookRecord
-
- getResolverHooks() - Method in class org.apache.felix.framework.StatefulResolver.ResolverHookRecord
-
- getResource(String) - Method in class org.apache.felix.framework.BundleImpl
-
Returns a URL to a named resource in the 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.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
-
- getResourceByDelegation(String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- 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.
- getResourceIDAndAdd(Resource, Set<BundleRevisionDTO>) - Static method in class org.apache.felix.framework.DTOFactory
-
- getResourceLocal(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- 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.BundleImpl
-
- 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
-
- getResourcesByDelegation(String) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerWiring
-
- getResourcesLocal(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getRevision() - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- getRevision() - Method in class org.apache.felix.framework.BundleWiringImpl
-
- getRevision() - Method in class org.apache.felix.framework.ExtensionManager
-
- getRevision() - Method in class org.apache.felix.framework.FilterImpl.WrapperCapability
-
- getRevision() - Method in exception org.apache.felix.framework.resolver.ResolveException
-
- getRevision() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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.
- getRevisionID(BundleRevisionImpl) - Static method in class org.apache.felix.framework.DTOFactory
-
- getRevisionLocation(Long) - Method in class org.apache.felix.framework.cache.BundleArchive
-
- getRevisionRootDir() - Method in class org.apache.felix.framework.cache.BundleArchiveRevision
-
Returns the root directory for this revision.
- getRevisions() - Method in class org.apache.felix.framework.BundleImpl
-
- 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.
- getSecureAction() - Static method in class org.apache.felix.framework.BundleRevisionImpl
-
- getSecureAction() - Static method in class org.apache.felix.framework.cache.BundleCache
-
- getSecurityContext() - Method in class org.apache.felix.framework.ExtensionManager
-
- getSecurityContext() - Method in class org.apache.felix.framework.util.ListenerInfo
-
- getSecurityProvider() - Method in class org.apache.felix.framework.Felix
-
- getSelectedLibraryClause() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- getSelectionFilter() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibrary
-
- getSelectionFilter() - Method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- getService(ServiceReference<S>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getService() - Method in class org.apache.felix.framework.BundleContextImpl.ServiceObjectsImpl
-
- getService(Bundle, ServiceReference<S>, boolean) - Method in class org.apache.felix.framework.Felix
-
- getService() - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
This method provides direct access to the associated service object;
it generally should not be used by anyone other than the service registry
itself.
- getService(Bundle) - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- getService(Bundle, ServiceReference<S>, boolean) - Method in class org.apache.felix.framework.ServiceRegistry
-
- getService() - Method in class org.apache.felix.framework.ServiceRegistry.UsageCount
-
- getService(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns the service object for the service referenced by the specified
ServiceReference object.
- getService(Bundle, ServiceRegistration<S>) - Method in interface org.osgi.framework.PrototypeServiceFactory
-
Returns a service object for a caller.
- getService(Bundle, ServiceRegistration<S>) - Method in interface org.osgi.framework.ServiceFactory
-
Returns a service object for a bundle.
- getService() - Method in interface org.osgi.framework.ServiceObjects
-
Returns a service object for the
associated service.
- 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.
- getServiceObjects(ServiceReference<S>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getServiceObjects(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns the
ServiceObjects object for the service referenced by
the specified
ServiceReference object.
- getServiceReference(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getServiceReference(Class<S>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getServiceReference() - Method in class org.apache.felix.framework.BundleContextImpl.ServiceObjectsImpl
-
- 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 interface org.osgi.framework.ServiceObjects
-
Returns the
ServiceReference for the service associated with this
ServiceObjects object.
- getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a ServiceReference for one of the services being tracked
by this ServiceTracker.
- getServiceReferences(String, String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getServiceReferences(Class<S>, String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- getServiceReferences(BundleImpl, String, String, boolean) - Method in class org.apache.felix.framework.Felix
-
Retrieves an array of
ServiceReference objects based on calling bundle,
service class name, and filter expression.
- 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 ServiceReferences for all services being
tracked by this ServiceTracker.
- getServices() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of service objects for all services being tracked by this
ServiceTracker.
- 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() - Method in class org.apache.felix.framework.BundleImpl
-
- 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 class org.apache.felix.framework.BundleImpl
-
- 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
-
- getSignerMatcher(BundleImpl, int) - Method in class org.apache.felix.framework.Felix
-
- getSpecificationVersion() - Method in class org.apache.felix.framework.ExportedPackageImpl
-
- getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
- getStartLevel(int) - Method in class org.apache.felix.framework.BundleImpl
-
- getStartLevel() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Returns the start level of this archive.
- getStartLevel(int) - Method in class org.apache.felix.framework.Felix
-
Overrides standard BundleImpl.getStartLevel() behavior to
always return zero for the system bundle.
- getStartLevel() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl.BundleStartLevelImpl
-
- getStartLevel() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- 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 class org.apache.felix.framework.BundleImpl
-
- getState() - Method in class org.apache.felix.framework.WovenClassImpl
-
- getState() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's current state.
- getState() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the current state of this woven class.
- getStreamHandlerService(String) - Method in class org.apache.felix.framework.Felix
-
- getStreamHandlerService(String) - Method in class org.apache.felix.framework.URLHandlersActivator
-
- getStreamHandlerService() - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
Private method to retrieve the stream handler service from the
framework instance associated with the current call stack.
- getSymbolicName() - Method in class org.apache.felix.framework.BundleImpl
-
- getSymbolicName() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getSymbolicName() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getSymbolicName() - Method in class org.apache.felix.framework.RequiredBundleImpl
-
- 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 Bundles 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 ServiceReferences and service
objects for all services being tracked by this ServiceTracker.
- getTrackingCount() - Method in class org.osgi.util.tracker.AbstractTracked
-
Returns the tracking count for this ServiceTracker object.
- 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.
- getTrailingPath(String) - Static method in class org.apache.felix.framework.BundleWiringImpl
-
- 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.
- getUnresolvedRevisions() - Method in class org.apache.felix.framework.StatefulResolver
-
- getURLConnectionInputStream(URLConnection) - Method in class org.apache.felix.framework.util.SecureAction
-
- getUseCachedURL(BundleRevisionImpl) - Static method in class org.apache.felix.framework.BundleProtectionDomain.RevisionAsJarURL
-
- getUseCachedURLProperty(BundleRevisionImpl) - Static method in class org.apache.felix.framework.BundleProtectionDomain.RevisionAsJarURL
-
- getUses() - Method in class org.apache.felix.framework.FilterImpl.WrapperCapability
-
- getUses() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- getUses() - Method in class org.apache.felix.framework.wiring.BundleCapabilityImpl
-
- getUsingBundles() - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- getUsingBundles() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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
-
- getValue() - Method in class org.osgi.framework.ServicePermission.Properties.Entry
-
- getVersion() - Method in class org.apache.felix.framework.BundleImpl
-
- getVersion() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- getVersion() - Method in class org.apache.felix.framework.ExportedPackageImpl
-
- getVersion() - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getVersion() - Method in class org.apache.felix.framework.RequiredBundleImpl
-
- 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 class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- getWiring() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the bundle wiring which is using this bundle revision.
- getWiringID(Wiring) - Static method in class org.apache.felix.framework.DTOFactory
-
- getWirings() - Method in class org.apache.felix.framework.ResolveContextImpl
-
- getWirings() - Method in class org.apache.felix.framework.StatefulResolver
-
- getZipZiles() - Method in class org.apache.felix.framework.util.WeakZipFileFactory
-
Only used for testing.
- GREATER - Static variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- groupSingletons(Map<BundleCapability, Collection<BundleCapability>>, BundleCapability, List<BundleRevision>) - Method in class org.apache.felix.framework.StatefulResolver
-
- GTE - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- id - Variable in class org.osgi.framework.dto.BundleDTO
-
The bundle's unique identifier.
- id - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
-
The id of the service.
- id - Variable in class org.osgi.resource.dto.CapabilityDTO
-
The unique identifier of the capability.
- id - Variable in class org.osgi.resource.dto.RequirementDTO
-
The unique identifier of the requirement.
- id - Variable in class org.osgi.resource.dto.ResourceDTO
-
The unique identifier of the resource.
- id - Variable in class org.osgi.resource.dto.WiringDTO
-
The unique identifier of the wiring node.
- IDENTIFIER_MAP_IDX - Static variable in class org.apache.felix.framework.Felix
-
- 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.
- IdentityNamespace() - Constructor for class org.osgi.framework.namespace.IdentityNamespace
-
- 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
-
- ImmutableList.ListItr - Class in org.apache.felix.framework.util
-
- 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
-
- ImmutableMap.EntryItr - Class in org.apache.felix.framework.util
-
- ImmutableMap.EntrySet - Class in org.apache.felix.framework.util
-
- 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.AdaptPermissionCollection
-
Determines if the specified permissions implies the permissions expressed
in permission.
- 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.AdminPermissionCollection
-
Determines if the specified permissions implies the permissions expressed
in permission.
- 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.BundlePermissionCollection
-
Determines if the specified permissions implies the permissions expressed
in permission.
- 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.CapabilityPermissionCollection
-
Determines if a set of permissions implies the permissions expressed in
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.PackagePermissionCollection
-
Determines if the specified permissions implies the permissions expressed
in permission.
- implies(Permission) - Method in class org.osgi.framework.ServicePermission
-
Determines if a ServicePermission object "implies" the specified
permission.
- implies(Permission) - Method in class org.osgi.framework.ServicePermissionCollection
-
Determines if a set of permissions implies the permissions expressed in
permission.
- implies0(AdaptPermission, int) - Method in class org.osgi.framework.AdaptPermission
-
Internal implies method.
- implies0(AdminPermission, int) - Method in class org.osgi.framework.AdminPermission
-
Internal implies method.
- implies0(CapabilityPermission, int) - Method in class org.osgi.framework.CapabilityPermission
-
Internal implies method.
- implies0(PackagePermission, int) - Method in class org.osgi.framework.PackagePermission
-
Internal implies method.
- implies0(ServicePermission, int) - Method in class org.osgi.framework.ServicePermission
-
Internal implies method.
- impliesBundlePermission(BundleProtectionDomain, Permission, boolean) - Method in class org.apache.felix.framework.Felix
-
- impliesDirect(Permission) - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- impliesWoven(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.
- incrementToPositiveValue(AtomicLong) - Method in class org.apache.felix.framework.ServiceRegistry
-
- index - Variable in class org.apache.felix.framework.util.CompoundEnumeration
-
- indexCapabilities(BundleRevision) - Method in class org.apache.felix.framework.StatefulResolver
-
- indexCapability(ConcurrentMap<Object, Set<BundleCapability>>, BundleCapability, Object) - Method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- indexOf(Object) - Method in class org.apache.felix.framework.WovenClassImpl
-
- 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
-
- init(FrameworkListener...) - Method in class org.apache.felix.framework.Felix
-
- init(String, URLStreamHandlerFactory) - Method in class org.apache.felix.framework.URLHandlers
-
- init() - Method in interface org.osgi.framework.launch.Framework
-
Initialize this Framework.
- init(FrameworkListener...) - 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.
- initial - Variable in class org.osgi.util.tracker.AbstractTracked
-
Initial list of items for the tracker.
- initialBundleStartLevel - Variable in class org.osgi.framework.startlevel.dto.FrameworkStartLevelDTO
-
The initial start level value that is assigned to a bundle when it is
first installed.
- initialize() - Method in class org.apache.felix.framework.cache.BundleArchive
-
Initializes the bundle archive object by creating the archive
root directory and saving the initial state.
- initialize(boolean, InputStream) - Method in class org.apache.felix.framework.cache.JarRevision
-
- INITIALIZE_CONTEXT_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- initializeContentPath() - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- initializeFrameworkProperties() - Method in class org.apache.felix.framework.Felix
-
- initializeNativeAliases(Map) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
Initialize the processor and os name aliases from Felix Config.
- initializeProperties(Dictionary<String, Object>) - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- INPUTSTREAM_PROTOCOL - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- installBundle(String) - Method in class org.apache.felix.framework.BundleContextImpl
-
- installBundle(String, InputStream) - Method in class org.apache.felix.framework.BundleContextImpl
-
- installBundle(Bundle, String, InputStream) - Method in class org.apache.felix.framework.Felix
-
- 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.
- INSTALLED_STATE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- 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.
- inUse - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
-
The bundle wiring's in use setting indicates that the bundle wiring
is in use.
- INVALID_OPERATION - Static variable in exception org.osgi.framework.BundleException
-
The operation was invalid.
- invalidate() - Method in class org.apache.felix.framework.BundleContextImpl
-
- invalidate() - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- 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
-
- INVOKE_BUNDLE_COLLISION_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_BUNDLE_EVENT_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_BUNDLE_FIND_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_CONSTRUCTOR_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_DIRECTMETHOD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_METHOD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_RESOLVER_HOOK_END - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_RESOLVER_HOOK_FACTORY - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_RESOLVER_HOOK_MATCHES - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_RESOLVER_HOOK_RESOLVABLE - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_RESOLVER_HOOK_SINGLETON - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_SERVICE_EVENT_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_SERVICE_EVENT_LISTENER_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_SERVICE_FIND_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_SERVICE_LISTENER_HOOK_ADDED - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_SERVICE_LISTENER_HOOK_REMOVED - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_WEAVING_HOOK - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- INVOKE_WOVEN_CLASS_LISTENER - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- invokeBundleCollisionHook(CollisionHook, int, Bundle, Collection<Bundle>) - 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
-
- invokeBundleListenerCallback(Bundle, EventListener, EventObject) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- invokeDirect(Method, Object, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
-
- invokeFrameworkListenerCallback(Bundle, EventListener, EventObject) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- 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
-
- invokeServiceListenerCallback(Bundle, EventListener, Filter, Object, EventObject, Dictionary) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- 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
-
- invokeWovenClassListener(WovenClassListener, WovenClass) - Method in class org.apache.felix.framework.util.SecureAction
-
- isActivationPolicyUsed() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl.BundleStartLevelImpl
-
- 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.
- isActivationTrigger(String) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- isActivationTriggered() - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- isAllowedDynamicImport(BundleRevision, String) - Method in class org.apache.felix.framework.StatefulResolver
-
- isAssignableTo(Bundle, String) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- 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.Felix
-
Returns whether the bundle is using its declared activation policy;
this is an method implementation for the Start Level service.
- 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.Felix
-
Returns whether a bundle is persistently started; this is an
method implementation for the Start Level service.
- 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.
- isBundleSigned() - Method in class org.osgi.framework.SignerProperty
-
Check if the bundle is signed.
- isCeilingInclusive() - Method in class org.apache.felix.framework.util.VersionRange
-
- isClassAccessible(Class) - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
This method determines if the class loader of the service object
has access to the specified class.
- isClassExternal(Class) - Method in class org.apache.felix.framework.BundleWiringImpl
-
Tries to determine whether the given class is part of the framework or not.
- isClassLoadedFromBundleRevision(Class) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- 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.
- isDeclaredActivationPolicyUsed() - Method in class org.apache.felix.framework.BundleImpl
-
- isEffective(Requirement) - Method in class org.apache.felix.framework.ResolveContextImpl
-
- isEffective(Requirement) - Method in class org.apache.felix.framework.StatefulResolver
-
- isEmpty() - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- isEmpty() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- 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.WovenClassImpl
-
- isEmpty() - Method in class org.osgi.framework.VersionRange
-
Returns whether this version range is empty.
- isEmpty() - Method in class org.osgi.util.tracker.AbstractTracked
-
Returns if the tracker 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.
- isEmpty0() - Method in class org.osgi.framework.VersionRange
-
Internal isEmpty behavior.
- 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.BundleImpl
-
- 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
-
- isFiltered(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- 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.
- isFragment(Resource) - Static method in class org.apache.felix.framework.util.Util
-
- isHook(String[], Class<?>, Object) - Static method in class org.apache.felix.framework.HookRegistry
-
- isHook(String, Object) - Method in class org.apache.felix.framework.HookRegistry
-
- isHookBlackListed(ServiceReference<?>) - Method in class org.apache.felix.framework.HookRegistry
-
- 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.
- isLockable() - Method in class org.apache.felix.framework.BundleImpl
-
- isOptional() - Method in class org.apache.felix.framework.wiring.BundleRequirementImpl
-
- isParallel() - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoader
-
- isParallel() - Method in class org.apache.felix.framework.BundleWiringImpl.BundleClassLoaderJava5
-
- isPermissibleAttribute(Class) - Static method in class org.apache.felix.framework.DTOFactory
-
- isPersistentlyStarted() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl.BundleStartLevelImpl
-
- 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.BundleImpl
-
- isRemovalPending() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- isRemovalPending() - Method in class org.apache.felix.framework.ExportedPackageImpl
-
- isRemovalPending() - Method in class org.apache.felix.framework.RequiredBundleImpl
-
- 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.
- isSelectedSingleton(BundleRevision) - Method in class org.apache.felix.framework.StatefulResolver
-
- 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).
- isStale() - Method in class org.apache.felix.framework.BundleImpl
-
- isValid() - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- isWeavingComplete() - Method in class org.apache.felix.framework.WovenClassImpl
-
- 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.util.ImmutableList
-
- iterator() - Method in class org.apache.felix.framework.util.ImmutableMap.EntrySet
-
- iterator() - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- iterator() - Method in class org.apache.felix.framework.WovenClassImpl
-
- PACKAGE_NAMESPACE - Static variable in class org.osgi.framework.namespace.PackageNamespace
-
Namespace name for package capabilities and requirements.
- PACKAGE_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
-
Namespace for package capabilities and requirements.
- PACKAGE_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
-
- PACKAGE_SPECIFICATION_VERSION - Static variable in interface org.osgi.framework.Constants
-
- PackageAdmin - Interface in org.osgi.service.packageadmin
-
- PackageAdminImpl - Class in org.apache.felix.framework
-
- PackageAdminImpl(Felix) - Constructor for class org.apache.felix.framework.PackageAdminImpl
-
- PackageNamespace - Class in org.osgi.framework.namespace
-
Package Capability and Requirement Namespace.
- PackageNamespace() - Constructor for class org.osgi.framework.namespace.PackageNamespace
-
- PackagePermission - Class in org.osgi.framework
-
A bundle's authority to import or export a package.
- PackagePermission(String, String) - Constructor for class org.osgi.framework.PackagePermission
-
Creates a new PackagePermission object.
- PackagePermission(String, Bundle, String) - Constructor for class org.osgi.framework.PackagePermission
-
Creates a new requested PackagePermission object to be used by
code that must perform checkPermission for the import
action.
- PackagePermission(String, int) - Constructor for class org.osgi.framework.PackagePermission
-
Package private constructor used by PackagePermissionCollection.
- PackagePermissionCollection - Class in org.osgi.framework
-
Stores a set of PackagePermission permissions.
- PackagePermissionCollection() - Constructor for class org.osgi.framework.PackagePermissionCollection
-
Create an empty PackagePermissions object.
- PACKAGES_REFRESHED - Static variable in class org.osgi.framework.FrameworkEvent
-
A FrameworkWiring.refreshBundles operation has completed.
- PARAMETER_START - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parse(String) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- parse(Logger, String) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- parse(String) - Static method in class org.apache.felix.framework.util.VersionRange
-
- parse() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_and() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_attr() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_filter() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_filtercomp() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_item() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_not() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_or() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_substring() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parse_value() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parseActions(String) - Static method in class org.osgi.framework.AdaptPermission
-
Parse action string into action mask.
- parseActions(String) - Static method in class org.osgi.framework.AdminPermission
-
Parse action string into action mask.
- parseActions(String) - Static method in class org.osgi.framework.BundlePermission
-
Parse action string into action mask.
- parseActions(String) - Static method in class org.osgi.framework.CapabilityPermission
-
Parse action string into action mask.
- parseActions(String) - Static method in class org.osgi.framework.PackagePermission
-
Parse action string into action mask.
- parseActions(String) - Static method in class org.osgi.framework.ServicePermission
-
Parse action string into action mask.
- parseActivationPolicy(Map) - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseBreeHeader(String, BundleRevision) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseBundleSymbolicName(BundleRevision, Map) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseDelimitedString(String, String) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseDelimitedString(String, String, boolean) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
Parses delimited string and returns an array containing the tokens.
- ParsedHeaderClause - Class in org.apache.felix.framework.util.manifestparser
-
- ParsedHeaderClause(List<String>, Map<String, String>, Map<String, Object>, Map<String, String>) - Constructor for class org.apache.felix.framework.util.manifestparser.ParsedHeaderClause
-
- parseDN(String, List<Object>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
Takes a distinguished name in canonical form and fills in the
rdnArray with the extracted RDNs.
- parseDNchain(List<String>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
- parseDNchainPattern(String) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
Parses a distinguished name chain pattern and returns a List where
each element represents a distinguished name (DN) in the chain of
DNs.
- parseDynamicImportHeader(Logger, BundleRevision, String) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseExecutionEnvironments(String) - Static method in class org.apache.felix.framework.StatefulResolver
-
Updates the framework wide execution environment string and a cached Set of
execution environment tokens from the comma delimited list specified by the
system variable 'org.osgi.framework.executionenvironment'.
- parseExportHeader(Logger, BundleRevision, String, String, Version) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseExtensionBundleHeader(String) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseFilter(String) - Static method in class org.osgi.framework.AdaptPermission
-
Parse filter string into a Filter object.
- parseFilter(String) - Static method in class org.osgi.framework.AdminPermission
-
Parse filter string into a Filter object.
- parseFilter(String) - Static method in class org.osgi.framework.CapabilityPermission
-
Parse filter string into a Filter object.
- parseFilter(String) - Static method in class org.osgi.framework.PackagePermission
-
Parse filter string into a Filter object.
- parseFilter(String) - Static method in class org.osgi.framework.ServicePermission
-
Parse filter string into a Filter object.
- parseFragmentHost(Logger, BundleRevision, Map) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseInt(String, String) - Static method in class org.osgi.framework.Version
-
Parse numeric component into an int.
- parseLibraryStrings(Logger, List<String>) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
Parses native code manifest headers.
- parseNativeAliases(Map<String, String>, Map<String, List<String>>) - Static method in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- parsePkgFilters(BundleCapability, String) - Static method in class org.apache.felix.framework.BundleWiringImpl
-
- Parser(String) - Constructor for class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- parseStandardHeader(String) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
-
- parseSubstring(String) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- parseURL(URL, String, int, int) - Method in class org.apache.felix.framework.URLHandlersBundleStreamHandler
-
- parseURL(URL, String, int, int) - Method in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
Parse a URL using the URLStreamHandlerSetter object.
- parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in interface org.osgi.service.url.URLStreamHandlerService
-
Parse a URL.
- parseVersion(String) - Static method in class org.osgi.framework.Version
-
Parses a version identifier from the specified string.
- parseVersion(String, String) - Static method in class org.osgi.framework.VersionRange
-
Parse version component into a Version.
- pattern - Variable in class org.osgi.framework.SignerProperty
-
- permissions - Variable in class org.osgi.framework.AdaptPermissionCollection
-
Collection of permissions.
- permissions - Variable in class org.osgi.framework.AdminPermissionCollection
-
Collection of permissions.
- permissions - Variable in class org.osgi.framework.BundlePermissionCollection
-
Table of permissions.
- permissions - Variable in class org.osgi.framework.CapabilityPermissionCollection
-
Table of permissions.
- permissions - Variable in class org.osgi.framework.PackagePermissionCollection
-
Table of permissions with names.
- permissions - Variable in class org.osgi.framework.ServicePermissionCollection
-
Table of permissions.
- persistentlyStarted - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
The bundle's autostart setting indicates it must be started.
- populateDependentGraph(BundleImpl, Set<Bundle>) - Method in class org.apache.felix.framework.Felix
-
- pos - Variable in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- prefix - Variable in class org.osgi.framework.ServicePermission
-
If constructed with a name and the name ends with ".*", this contains the
name without the final "*".
- prepareResolverHooks(Set<BundleRevision>, Set<BundleRevision>) - Method in class org.apache.felix.framework.StatefulResolver
-
- PRESENT - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- PRESENT - Static variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- previous() - Method in class org.apache.felix.framework.util.ImmutableList.ListItr
-
- previousIndex() - Method in class org.apache.felix.framework.util.ImmutableList.ListItr
-
- PROC_68K - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_ALIASES - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_ALPHA - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_ARM - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_ARM_BE - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_ARM_LE - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_IGNITE - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_MIPS - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_PARISC - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_POWER_PC - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_SPARC - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_X86 - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- PROC_X86_64 - Static variable in class org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
- properties - Variable in class org.osgi.framework.AdaptPermission
-
This map holds the properties of the permission, used to match a filter
in implies.
- properties - Variable in class org.osgi.framework.AdminPermission
-
This map holds the properties of the permission, used to match a filter
in implies.
- properties - Variable in class org.osgi.framework.CapabilityPermission
-
This map holds the properties of the permission, used to match a filter
in implies.
- Properties(Map<String, Object>, Map<String, Object>) - Constructor for class org.osgi.framework.CapabilityPermission.Properties
-
- properties - Variable in class org.osgi.framework.CapabilityPermission.Properties
-
- properties - Variable in class org.osgi.framework.dto.FrameworkDTO
-
The launch properties of the framework.
- properties - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
-
The properties for the service.
- properties - Variable in class org.osgi.framework.PackagePermission
-
This map holds the properties of the permission, used to match a filter
in implies.
- properties - Variable in class org.osgi.framework.ServicePermission
-
This map holds the properties of the permission, used to match a filter
in implies.
- Properties(Map<String, Object>, ServiceReference<?>) - Constructor for class org.osgi.framework.ServicePermission.Properties
-
- properties - Variable in class org.osgi.framework.ServicePermission.Properties
-
- PrototypeServiceFactory<S> - Interface in org.osgi.framework
-
- PROVIDE - Static variable in class org.osgi.framework.BundlePermission
-
The action string provide.
- PROVIDE - Static variable in class org.osgi.framework.CapabilityPermission
-
The action string provide.
- PROVIDE_CAPABILITY - Static variable in interface org.osgi.framework.Constants
-
Manifest header identifying the capabilities that the bundle offers to
provide to other bundles.
- providedWires - Variable in class org.osgi.resource.dto.WiringDTO
-
The provided wires for the wiring node.
- provider - Variable in class org.osgi.resource.dto.WireDTO
-
The identifier of the provider resource for the wire.
- providerWiring - Variable in class org.osgi.framework.wiring.dto.BundleWireDTO
-
The identifier of the provider wiring for the bundle wire.
- purge() - Method in class org.apache.felix.framework.cache.BundleArchive
-
This method removes all old revisions associated with the archive
and keeps only the current revision.
- put(Object, Object) - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- put(Object, Object) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- put(Object, Object) - Method in class org.apache.felix.framework.util.MapToDictionary
-
- put(K, V) - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- putAll(Map) - Method in class org.apache.felix.framework.FilterImpl.DictionaryToMap
-
- putAll(Map) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.felix.framework.util.ShrinkableMap
-
- 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.
- rdnmatch(List<?>, List<?>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
Check the name/value pairs of the rdn against the pattern.
- read() - Method in class org.apache.felix.framework.BundleProtectionDomain.BundleInputStream
-
- read() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- read(byte[]) - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- read(byte[], int, int) - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- READ_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The framework received an error while reading the input stream for a
bundle.
- readBundleInfo() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- readId() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- readLastModified() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- readLocation() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- readNext(String) - Method in class org.apache.felix.framework.BundleProtectionDomain.BundleInputStream
-
- readObject(ObjectInputStream) - Method in class org.osgi.framework.AdaptPermission
-
readObject is called to restore the state of this permission from a
stream.
- readObject(ObjectInputStream) - Method in class org.osgi.framework.AdaptPermissionCollection
-
- readObject(ObjectInputStream) - Method in class org.osgi.framework.AdminPermission
-
readObject is called to restore the state of this permission from a
stream.
- readObject(ObjectInputStream) - Method in class org.osgi.framework.AdminPermissionCollection
-
- readObject(ObjectInputStream) - Method in class org.osgi.framework.BundlePermission
-
readObject is called to restore the state of the BundlePermission from a
stream.
- readObject(ObjectInputStream) - Method in class org.osgi.framework.BundlePermissionCollection
-
- readObject(ObjectInputStream) - Method in class org.osgi.framework.CapabilityPermission
-
readObject is called to restore the state of this permission from a
stream.
- readObject(ObjectInputStream) - Method in class org.osgi.framework.CapabilityPermissionCollection
-
- readObject(ObjectInputStream) - Method in class org.osgi.framework.PackagePermission
-
readObject is called to restore the state of this permission from a
stream.
- readObject(ObjectInputStream) - Method in class org.osgi.framework.PackagePermissionCollection
-
- readObject(ObjectInputStream) - Method in class org.osgi.framework.ServicePermission
-
readObject is called to restore the state of this permission from a
stream.
- readObject(ObjectInputStream) - Method in class org.osgi.framework.ServicePermissionCollection
-
- readPersistentState() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- readRefreshCount() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- readStartLevel() - Method in class org.apache.felix.framework.cache.BundleArchive
-
- realHandler - Variable in class org.osgi.service.url.AbstractURLStreamHandlerService
-
The URLStreamHandlerSetter object passed to the parseURL method.
- recurse - Static variable in class org.osgi.framework.AdminPermission
-
ThreadLocal used to determine if we have recursively called
getProperties.
- reference - Variable in class org.osgi.framework.FrameworkUtil.ServiceReferenceMap
-
- reference - Variable in class org.osgi.framework.ServiceEvent
-
Reference to the service that had a change occur in its lifecycle.
- REFERENCE_PROTOCOL - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- refresh() - Method in class org.apache.felix.framework.BundleImpl
-
- REFRESH_COUNTER_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- refreshBundle(BundleImpl) - Method in class org.apache.felix.framework.Felix
-
- refreshBundles(Collection<Bundle>, FrameworkListener...) - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- refreshBundles(Collection<Bundle>, FrameworkListener...) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Refreshes the specified bundles.
- RefreshHelper(Bundle) - Constructor for class org.apache.felix.framework.Felix.RefreshHelper
-
- refreshOrRemove() - Method in class org.apache.felix.framework.Felix.RefreshHelper
-
- refreshPackages(Collection<Bundle>, FrameworkListener[]) - Method in class org.apache.felix.framework.Felix
-
- 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.
- registerFrameworkInstance(Object, boolean) - Static method in class org.apache.felix.framework.URLHandlers
-
Static method that adds a framework instance to the centralized
instance registry.
- registerFrameworkListsForContextSearch(ClassLoader, List) - Static method in class org.apache.felix.framework.URLHandlers
-
- registerService(String, Object, Dictionary<String, ?>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- registerService(String[], Object, Dictionary<String, ?>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- registerService(Class<S>, S, Dictionary<String, ?>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- registerService(Class<S>, ServiceFactory<S>, Dictionary<String, ?>) - Method in class org.apache.felix.framework.BundleContextImpl
-
- registerService(BundleContextImpl, String[], Object, Dictionary) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleContext.registerService().
- registerService(Bundle, String[], Object, Dictionary<?, ?>) - Method in class org.apache.felix.framework.ServiceRegistry
-
Register a new service
Caller must fire service event as this method is not doing it!
- 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.
- registerService(Class<S>, ServiceFactory<S>, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service factory 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
-
- releaseBundleLock(BundleImpl) - Method in class org.apache.felix.framework.Felix
-
Releases the bundle's lock.
- releaseGlobalLock() - Method in class org.apache.felix.framework.Felix
-
Releases the global lock.
- releaseInstallLock(String) - Method in class org.apache.felix.framework.Felix
-
- releaseResolverHooks(StatefulResolver.ResolverHookRecord) - Method in class org.apache.felix.framework.StatefulResolver
-
- reloadBundle(BundleArchive) - Method in class org.apache.felix.framework.Felix
-
- rememberUninstalledBundle(BundleImpl) - Method in class org.apache.felix.framework.Felix
-
- 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.FilterImpl.DictionaryToMap
-
- remove(Object) - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- remove() - Method in class org.apache.felix.framework.util.ImmutableList.ListItr
-
- remove(Object) - Method in class org.apache.felix.framework.util.ImmutableList
-
- remove() - Method in class org.apache.felix.framework.util.ImmutableMap.EntryItr
-
- 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.WovenClassImpl
-
- remove(int) - Method in class org.apache.felix.framework.WovenClassImpl
-
- 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.util.ImmutableList
-
- removeAll(Collection<?>) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- removeAll(Collection<?>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- removeBundleListener(BundleListener) - Method in class org.apache.felix.framework.BundleContextImpl
-
- removeBundleListener(BundleImpl, BundleListener) - Method in class org.apache.felix.framework.Felix
-
- removeBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
-
Removes the specified BundleListener object from the context
bundle's list of listeners.
- removeCapability() - Method in class org.apache.felix.framework.BundleContextImpl
-
- 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.
- removeDependencies(Bundle) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- removeDependents(BundleRevision) - Method in class org.apache.felix.framework.BundleRevisionDependencies
-
- 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.
- removeExtensions(Felix) - Method in class org.apache.felix.framework.ExtensionManager
-
Remove all extension registered by the given framework instance.
- removeFrameworkListener(FrameworkListener) - Method in class org.apache.felix.framework.BundleContextImpl
-
- removeFrameworkListener(BundleImpl, FrameworkListener) - Method in class org.apache.felix.framework.Felix
-
- removeFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
-
Removes the specified FrameworkListener object from the context
bundle's list of listeners.
- removeHooks(ServiceReference<?>) - Method in class org.apache.felix.framework.HookRegistry
-
Remove the service hooks
- removeListener(BundleContext, Class, EventListener) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- removeListenerInfo(Map<BundleContext, List<ListenerInfo>>, BundleContext, int) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- removeListenerInfos(Map<BundleContext, List<ListenerInfo>>, BundleContext) - Static method in class org.apache.felix.framework.util.EventDispatcher
-
- removeListeners(BundleContext) - Method in class org.apache.felix.framework.util.EventDispatcher
-
- removeRequirement() - Method in class org.apache.felix.framework.BundleContextImpl
-
- removeRequirement() - Method in interface org.apache.felix.framework.ext.FelixBundleContext
-
- removeRevision(BundleRevision) - Method in class org.apache.felix.framework.StatefulResolver
-
- removeServiceListener(ServiceListener) - Method in class org.apache.felix.framework.BundleContextImpl
-
- removeServiceListener(BundleImpl, ServiceListener) - Method in class org.apache.felix.framework.Felix
-
Implementation for BundleContext.removeServiceListener().
- removeServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
-
Removes the specified ServiceListener object from the context
bundle's list of listeners.
- removeWhitespace(String) - Static method in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- RENAME_FILE_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- renameFile(File, File) - Method in class org.apache.felix.framework.util.SecureAction
-
- Request() - Constructor for class org.apache.felix.framework.util.EventDispatcher.Request
-
- 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
-
- RequiredBundleImpl - Class in org.apache.felix.framework
-
- RequiredBundleImpl(Felix, BundleImpl) - Constructor for class org.apache.felix.framework.RequiredBundleImpl
-
- requiredWires - Variable in class org.osgi.resource.dto.WiringDTO
-
The required wires for the wiring node.
- requirement - Variable in class org.osgi.resource.dto.RequirementRefDTO
-
The identifier of the requirement in the resource.
- requirement - Variable in class org.osgi.resource.dto.WireDTO
-
Reference to the Requirement for the wire.
- 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.
- RequirementDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a Requirement.
- RequirementDTO() - Constructor for class org.osgi.resource.dto.RequirementDTO
-
- RequirementRefDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a reference to a Requirement.
- RequirementRefDTO() - Constructor for class org.osgi.resource.dto.RequirementRefDTO
-
- requirements - Variable in class org.osgi.resource.dto.ResourceDTO
-
The requirements of the resource.
- requirements - Variable in class org.osgi.resource.dto.WiringDTO
-
The references to the requirements for the wiring node.
- requirer - Variable in class org.osgi.resource.dto.WireDTO
-
The identifier of the requiring resource for the wire.
- requirerWiring - Variable in class org.osgi.framework.wiring.dto.BundleWireDTO
-
The identifier of the requiring wiring for the bundle wire.
- reset() - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- resetContent(Content) - Method in class org.apache.felix.framework.BundleRevisionImpl
-
- 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(BundleWiringImpl) - Method in class org.apache.felix.framework.ExtensionManager.ExtensionManagerRevision
-
- resolve(Set<BundleRevision>, Set<BundleRevision>) - Method in class org.apache.felix.framework.StatefulResolver
-
- resolve(BundleRevision, String) - Method in class org.apache.felix.framework.StatefulResolver
-
- 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.
- resolveBundleRevision(BundleRevision) - Method in class org.apache.felix.framework.Felix
-
- resolveBundles(Collection<Bundle>) - Method in class org.apache.felix.framework.Felix
-
- resolveBundles(Collection<Bundle>) - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- 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.
- ResolveContextImpl - Class in org.apache.felix.framework
-
- ResolveContextImpl(StatefulResolver, Map<Resource, Wiring>, StatefulResolver.ResolverHookRecord, Collection<BundleRevision>, Collection<BundleRevision>, Collection<BundleRevision>) - Constructor for class org.apache.felix.framework.ResolveContextImpl
-
- 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.
- ResolverHook - Interface in org.osgi.framework.hooks.resolver
-
- ResolverHookFactory - Interface in org.osgi.framework.hooks.resolver
-
OSGi Framework Resolver Hook Factory Service.
- ResolverHookRecord(Map<ServiceReference<ResolverHookFactory>, ResolverHook>, Collection<BundleRevision>) - Constructor for class org.apache.felix.framework.StatefulResolver.ResolverHookRecord
-
The map passed in must be of an ordered type, so that the iteration order over the values
is predictable.
- RESOURCE - Static variable in class org.osgi.framework.AdminPermission
-
The action string resource.
- resource - Variable in class org.osgi.resource.dto.CapabilityDTO
-
The identifier of the resource declaring the capability.
- resource - Variable in class org.osgi.resource.dto.CapabilityRefDTO
-
The identifier of the resource declaring the capability.
- resource - Variable in class org.osgi.resource.dto.RequirementDTO
-
The identifier of the resource declaring the requirement.
- resource - Variable in class org.osgi.resource.dto.RequirementRefDTO
-
The identifier of the resource declaring the requirement.
- resource - Variable in class org.osgi.resource.dto.WiringDTO
-
The identifier of the resource associated with the wiring node.
- Resource - Interface in org.osgi.resource
-
A resource is the representation of a uniquely identified and typed data.
- ResourceDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a Resource.
- ResourceDTO() - Constructor for class org.osgi.resource.dto.ResourceDTO
-
- 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
-
- resources - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
-
The set of resources referenced by the wiring graph.
- ResourceSource(String, BundleRevision) - Constructor for class org.apache.felix.framework.BundleWiringImpl.ResourceSource
-
- restart() - Method in class org.apache.felix.framework.Felix.RefreshHelper
-
- retainAll(Collection<?>) - Method in class org.apache.felix.framework.util.ImmutableList
-
- retainAll(Collection<?>) - Method in class org.apache.felix.framework.util.ShrinkableCollection
-
- retainAll(Collection<?>) - Method in class org.apache.felix.framework.WovenClassImpl
-
- revise(String, InputStream) - Method in class org.apache.felix.framework.BundleImpl
-
- 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.
- reviseInternal(boolean, Long, String, InputStream) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Actually adds a revision to the bundle archive.
- REVISION_DIRECTORY - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- REVISION_LOCATION_FILE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- RevisionAsJarURL(BundleRevisionImpl) - Constructor for class org.apache.felix.framework.BundleProtectionDomain.RevisionAsJarURL
-
- right - Variable in class org.osgi.framework.VersionRange
-
- RIGHT_CLOSED - Static variable in class org.osgi.framework.VersionRange
-
The right endpoint is closed and is included in the range.
- RIGHT_CLOSED_DELIMITER - Static variable in class org.osgi.framework.VersionRange
-
- RIGHT_DELIMITERS - Static variable in class org.osgi.framework.VersionRange
-
- RIGHT_OPEN - Static variable in class org.osgi.framework.VersionRange
-
The right endpoint is open and is excluded from the range.
- RIGHT_OPEN_DELIMITER - Static variable in class org.osgi.framework.VersionRange
-
- rightClosed - Variable in class org.osgi.framework.VersionRange
-
- rollbackRevise() - Method in class org.apache.felix.framework.BundleImpl
-
- 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.
- root - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
-
The identifier of the root wiring node of the bundle wiring graph.
- run() - Method in class org.apache.felix.framework.cache.JarContent.DevNullRunnable
-
- run() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- run() - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
The OSGi specification states that package refreshes happen
asynchronously; this is the run() method for the package
refreshing thread.
- run() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceFactoryPrivileged
-
- run() - Static method in class org.apache.felix.framework.util.EventDispatcher
-
This is the dispatching thread's main loop.
- run() - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- run() - Method in class org.osgi.framework.FrameworkUtil.SetAccessibleAction
-
- SAME_FILE - Static variable in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- 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
-
- SCOPE_BUNDLE - Static variable in interface org.osgi.framework.Constants
-
Service scope is bundle.
- SCOPE_PROTOTYPE - Static variable in interface org.osgi.framework.Constants
-
Service scope is prototype.
- SCOPE_SINGLETON - Static variable in interface org.osgi.framework.Constants
-
Service scope is singleton.
- searchDynamicImports(String, String, boolean) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- searchImports(String, String, boolean) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- 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
-
- SecureAction.Actions - Class in org.apache.felix.framework.util
-
- 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
-
- selectDefaultSingletons(StatefulResolver.ResolverHookRecord) - Method in class org.apache.felix.framework.StatefulResolver
-
- SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
-
Manifest header attribute is used for selection by filtering based upon
system properties.
- selectSingleton(StatefulResolver.ResolverHookRecord, List<BundleRevision>) - Method in class org.apache.felix.framework.StatefulResolver
-
- selectSingletons(StatefulResolver.ResolverHookRecord) - Method in class org.apache.felix.framework.StatefulResolver
-
- selectSingletonsUsingHooks(StatefulResolver.ResolverHookRecord) - Method in class org.apache.felix.framework.StatefulResolver
-
- SEPARATOR - Static variable in class org.osgi.framework.Version
-
- serialPersistentFields - Static variable in class org.osgi.framework.AdaptPermissionCollection
-
- serialPersistentFields - Static variable in class org.osgi.framework.AdminPermissionCollection
-
- serialPersistentFields - Static variable in class org.osgi.framework.BundlePermissionCollection
-
- serialPersistentFields - Static variable in class org.osgi.framework.CapabilityPermissionCollection
-
- serialPersistentFields - Static variable in class org.osgi.framework.PackagePermissionCollection
-
- serialPersistentFields - Static variable in class org.osgi.framework.ServicePermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.framework.AdaptPermission
-
- serialVersionUID - Static variable in class org.osgi.framework.AdaptPermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.framework.AdminPermission
-
- serialVersionUID - Static variable in class org.osgi.framework.AdminPermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.framework.BundleEvent
-
- serialVersionUID - Static variable in exception org.osgi.framework.BundleException
-
- serialVersionUID - Static variable in class org.osgi.framework.BundlePermission
-
- serialVersionUID - Static variable in class org.osgi.framework.BundlePermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.framework.CapabilityPermission
-
- serialVersionUID - Static variable in class org.osgi.framework.CapabilityPermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.framework.FrameworkEvent
-
- serialVersionUID - Static variable in exception org.osgi.framework.hooks.weaving.WeavingException
-
- serialVersionUID - Static variable in exception org.osgi.framework.InvalidSyntaxException
-
- serialVersionUID - Static variable in class org.osgi.framework.PackagePermission
-
- serialVersionUID - Static variable in class org.osgi.framework.PackagePermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.framework.ServiceEvent
-
- serialVersionUID - Static variable in exception org.osgi.framework.ServiceException
-
- serialVersionUID - Static variable in class org.osgi.framework.ServicePermission
-
- serialVersionUID - Static variable in class org.osgi.framework.ServicePermissionCollection
-
- service - Variable in class org.osgi.framework.ServicePermission.Properties
-
- service - Variable in class org.osgi.framework.ServicePermission
-
The service used by this ServicePermission.
- SERVICE_BUNDLEID - Static variable in interface org.osgi.framework.Constants
-
- SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's description.
- SERVICE_EVENT - Static variable in class org.apache.felix.framework.util.EventDispatcher.Request
-
- 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_SCOPE - Static variable in interface org.osgi.framework.Constants
-
Service property identifying a service's scope.
- 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, 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.
- serviceChanged(ServiceEvent) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
ServiceListener method for the ServiceTracker class.
- 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
-
- ServiceFactoryPrivileged(Bundle, Object) - Constructor for class org.apache.felix.framework.ServiceRegistrationImpl.ServiceFactoryPrivileged
-
- ServiceHolder() - Constructor for class org.apache.felix.framework.ServiceRegistry.ServiceHolder
-
- ServiceListener - Interface in org.osgi.framework
-
A ServiceEvent listener.
- ServiceObjects<S> - Interface in org.osgi.framework
-
Allows multiple service objects for a service to be obtained.
- ServiceObjectsImpl(ServiceReference<S>) - Constructor for class org.apache.felix.framework.BundleContextImpl.ServiceObjectsImpl
-
- 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.
- ServicePermission(String, int) - Constructor for class org.osgi.framework.ServicePermission
-
Package private constructor used by ServicePermissionCollection.
- ServicePermission.Properties - Class in org.osgi.framework
-
- ServicePermission.Properties.Entry - Class in org.osgi.framework
-
- ServicePermissionCollection - Class in org.osgi.framework
-
Stores a set of ServicePermission permissions.
- ServicePermissionCollection() - Constructor for class org.osgi.framework.ServicePermissionCollection
-
Creates an empty ServicePermissions object.
- servicePropertiesModified(ServiceRegistration<?>, Dictionary<?, ?>) - Method in class org.apache.felix.framework.ServiceRegistry
-
- ServiceReference<S> - Interface in org.osgi.framework
-
A reference to a service.
- ServiceReferenceDTO - Class in org.osgi.framework.dto
-
Data Transfer Object for a ServiceReference.
- ServiceReferenceDTO() - Constructor for class org.osgi.framework.dto.ServiceReferenceDTO
-
- ServiceReferenceImpl() - Constructor for class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceImpl
-
- ServiceReferenceMap() - Constructor for class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- ServiceReferenceMap(ServiceReference<?>) - Constructor for class org.osgi.framework.FrameworkUtil.ServiceReferenceMap
-
- ServiceRegistration<S> - Interface in org.osgi.framework
-
A registered service.
- ServiceRegistrationImpl - Class in org.apache.felix.framework
-
- ServiceRegistrationImpl(ServiceRegistry, Bundle, String[], Long, Object, Dictionary) - Constructor for class org.apache.felix.framework.ServiceRegistrationImpl
-
- ServiceRegistrationImpl.ServiceFactoryPrivileged - Class in org.apache.felix.framework
-
This simple class is used to ensure that when a service factory
is called, that no other classes on the call stack interferes
with the permissions of the factory itself.
- ServiceRegistrationImpl.ServiceReferenceImpl - Class in org.apache.felix.framework
-
- ServiceRegistrationImpl.ServiceReferenceMap - Class in org.apache.felix.framework
-
- ServiceRegistry - Class in org.apache.felix.framework
-
- ServiceRegistry(Logger, ServiceRegistry.ServiceRegistryCallbacks) - Constructor for class org.apache.felix.framework.ServiceRegistry
-
- ServiceRegistry.ServiceHolder - Class in org.apache.felix.framework
-
- ServiceRegistry.ServiceRegistryCallbacks - Interface in org.apache.felix.framework
-
- ServiceRegistry.UsageCount - Class in org.apache.felix.framework
-
- services - Variable in class org.osgi.framework.dto.FrameworkDTO
-
The services that are registered in the 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.
- ServiceTracker.AllTracked - Class in org.osgi.util.tracker
-
Subclass of Tracked which implements the AllServiceListener interface.
- ServiceTracker.Tracked - Class in org.osgi.util.tracker
-
Inner class which subclasses AbstractTracked.
- ServiceTrackerCustomizer<S,T> - Interface in org.osgi.util.tracker
-
The ServiceTrackerCustomizer interface allows a
ServiceTracker to customize the service objects that are tracked.
- set(E) - Method in class org.apache.felix.framework.util.ImmutableList.ListItr
-
- set(int) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, Object) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, Object, Object) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, Object, Object, Object) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, Object, Object, Object, Object) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, Object, Object, Object, Object, Object) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, Object, Object, Object, Object, Object, Object) - Method in class org.apache.felix.framework.util.SecureAction.Actions
-
- set(int, String) - Method in class org.apache.felix.framework.WovenClassImpl
-
- SET_ACCESSIBLE_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- setAccessible(AccessibleObject) - Static method in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- SetAccessibleAction(AccessibleObject) - Constructor for class org.osgi.framework.FrameworkUtil.SetAccessibleAction
-
- setAccesssible(AccessibleObject) - Method in class org.apache.felix.framework.util.SecureAction
-
- setActivator(BundleActivator) - Method in class org.apache.felix.framework.BundleImpl
-
- setActiveStartLevel(int, FrameworkListener[]) - Method in class org.apache.felix.framework.Felix
-
Implements the functionality of the setStartLevel()
method for the StartLevel service, but does not do the security or
parameter check.
- setBundleContext(BundleContext) - Method in class org.apache.felix.framework.BundleImpl
-
- setBundleProtectionDomain(BundleRevisionImpl) - Method in class org.apache.felix.framework.Felix
-
- setBundleStartLevel(Bundle, int) - Method in class org.apache.felix.framework.Felix
-
Sets the start level of the specified bundle; this method
implements functionality for the Start Level service.
- 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.
- setBundleStateAndNotify(BundleImpl, int) - Method in class org.apache.felix.framework.Felix
-
- setBytes(byte[]) - Method in class org.apache.felix.framework.WovenClassImpl
-
- setBytes(byte[]) - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Set the class file bytes to be used to define the
named class.
- setDeclaredActivationPolicyUsed(boolean) - Method in class org.apache.felix.framework.BundleImpl
-
- setInitial(S[]) - Method in class org.osgi.util.tracker.AbstractTracked
-
Set initial list of items into tracker before events begin to be
received.
- setInitialBundleStartLevel(int) - Method in class org.apache.felix.framework.Felix
-
Sets the default start level into which newly installed bundles
will be placed; this method implements functionality for the Start
Level service.
- setInitialBundleStartLevel(int) - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- 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.BundleImpl
-
- setLastModified(long) - Method in class org.apache.felix.framework.cache.BundleArchive
-
Sets the the last modification time of this archive.
- setLastModified(long) - Method in class org.apache.felix.framework.Felix
-
- setLogger(Object) - 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.BundleImpl
-
- setPersistentStateActive() - Method in class org.apache.felix.framework.Felix
-
- setPersistentStateInactive() - Method in class org.apache.felix.framework.BundleImpl
-
- setPersistentStateInactive() - Method in class org.apache.felix.framework.Felix
-
- setPersistentStateStarting() - Method in class org.apache.felix.framework.BundleImpl
-
- setPersistentStateUninstalled() - Method in class org.apache.felix.framework.BundleImpl
-
- setPersistentStateUninstalled() - Method in class org.apache.felix.framework.Felix
-
- setProperties(Dictionary) - Method in class org.apache.felix.framework.ServiceRegistrationImpl
-
- 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
-
- setRefreshCount(long) - Method in class org.apache.felix.framework.cache.BundleArchive
-
This utility method is used to retrieve the current refresh
counter value for the bundle.
- setRevisionLocation(String, Long) - Method in class org.apache.felix.framework.cache.BundleArchive
-
- setSecurityContext(Object) - Method in class org.apache.felix.framework.ExtensionManager
-
- setSecurityProvider(SecurityProvider) - Method in class org.apache.felix.framework.Felix
-
- setStartLevel(int) - Method in class org.apache.felix.framework.BundleImpl
-
- 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.Felix
-
Overrides standard BundleImpl.setStartLevel() behavior to
always throw an exception since the system bundle's start level cannot
be changed.
- setStartLevel(int) - Method in class org.apache.felix.framework.FrameworkStartLevelImpl.BundleStartLevelImpl
-
- setStartLevel(int, FrameworkListener...) - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- 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.
- setStartLevelAndWait(int) - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
This method is currently only called by the by the thread that calls
the Felix.start() method and the shutdown thread when the
framework is shutting down.
- setState(int) - Method in class org.apache.felix.framework.WovenClassImpl
-
- setTransients(Filter, int) - Method in class org.osgi.framework.AdaptPermission
-
Called by constructors and when deserialized.
- setTransients(Filter, int) - Method in class org.osgi.framework.AdminPermission
-
Called by constructors and when deserialized.
- setTransients(int) - Method in class org.osgi.framework.BundlePermission
-
Called by constructors and when deserialized.
- setTransients(String, int) - Method in class org.osgi.framework.CapabilityPermission
-
Called by constructors and when deserialized.
- setTransients(String, int) - Method in class org.osgi.framework.PackagePermission
-
Called by constructors and when deserialized.
- setTransients(Filter, int) - Method in class org.osgi.framework.ServicePermission
-
Called by constructors and when deserialized.
- 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
-
- 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
-
- setURL(URL, String, String, int, String, String, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
-
- setURLHandlersActivator(URLHandlersActivator) - Method in class org.apache.felix.framework.Felix
-
- setValue(Object) - Method in class org.osgi.framework.ServicePermission.Properties.Entry
-
- shouldBootDelegate(String) - Method in class org.apache.felix.framework.BundleWiringImpl
-
- 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
-
- SignerProperty - Class in org.osgi.framework
-
Package private class used by permissions for filter matching on signer key
during filter expression evaluation in the permission implies method.
- SignerProperty(String) - Constructor for class org.osgi.framework.SignerProperty
-
String constructor used by the filter matching algorithm to construct a
SignerProperty from the attribute value in a filter expression.
- SignerProperty(Bundle) - Constructor for class org.osgi.framework.SignerProperty
-
Used by the permission implies method to build the properties for a
filter match.
- 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.FilterImpl.DictionaryToMap
-
- size() - Method in class org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
-
- size() - Method in class org.apache.felix.framework.util.ImmutableList
-
- size() - Method in class org.apache.felix.framework.util.ImmutableMap.EntrySet
-
- 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.WovenClassImpl
-
- size() - Method in class org.osgi.util.tracker.AbstractTracked
-
Returns the number of tracked items.
- 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.
- skip(long) - Method in class org.apache.felix.framework.util.WeakZipFileFactory.WeakZipFile.WeakZipInputStream
-
- skipSpaces(String, int) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
Increment startIndex until the end of dnChain is hit or until it is
the index of a non-space character.
- skipWhitespace(String, int) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- skipWhiteSpace() - Method in class org.osgi.framework.FrameworkUtil.FilterImpl.Parser
-
- skipWildCards(List<Object>, int) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
This method will return an 'index' which points to a non-wildcard DN
or the end-of-list.
- STAR_WILDCARD - Static variable in class org.osgi.framework.FrameworkUtil.DNChainMatching
-
- start() - Method in class org.apache.felix.framework.BundleImpl
-
- start(int) - Method in class org.apache.felix.framework.BundleImpl
-
- 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(BundleContext) - Method in class org.apache.felix.framework.Felix.SystemBundleActivator
-
- start() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- start() - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
- start() - Method in class org.apache.felix.framework.StatefulResolver
-
- start(BundleContext) - Method in class org.apache.felix.framework.URLHandlersActivator
-
- 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_ACTIVATOR_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- 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
-
- startBundle(BundleImpl, int) - Method in class org.apache.felix.framework.Felix
-
Implementation for Bundle.start().
- 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.
- startExtensionBundle(Felix, BundleImpl) - Method in class org.apache.felix.framework.ExtensionManager
-
This is a Felix specific extension mechanism that allows extension bundles
to have activators and be started via this method.
- 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.
- STARTING_STATE - Static variable in class org.apache.felix.framework.cache.BundleArchive
-
- STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
-
The action string startlevel.
- startLevel - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
The assigned start level value for the bundle.
- startLevel - Variable in class org.osgi.framework.startlevel.dto.FrameworkStartLevelDTO
-
The active start level value for the framework.
- StartLevel - Interface in org.osgi.service.startlevel
-
- STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
-
A FrameworkStartLevel.setStartLevel operation has completed.
- STARTLEVEL_IDX - Static variable in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- StartLevelImpl - Class in org.apache.felix.framework
-
StartLevel service implementation.
- StartLevelImpl(Felix) - Constructor for class org.apache.felix.framework.StartLevelImpl
-
- StartLevelTuple(BundleImpl, int) - Constructor for class org.apache.felix.framework.Felix.StartLevelTuple
-
- startPendingExtensionBundles(Felix) - Method in class org.apache.felix.framework.ExtensionManager
-
- startThread() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
- state - Variable in class org.osgi.framework.dto.BundleDTO
-
The bundle's state.
- STATECHANGE_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The operation failed to complete the requested lifecycle state change.
- StatefulResolver - Class in org.apache.felix.framework
-
- StatefulResolver(Felix, ServiceRegistry) - Constructor for class org.apache.felix.framework.StatefulResolver
-
- StatefulResolver.ResolverHookRecord - Class in org.apache.felix.framework
-
- stop() - Method in class org.apache.felix.framework.BundleImpl
-
- stop(int) - Method in class org.apache.felix.framework.BundleImpl
-
- stop() - Method in class org.apache.felix.framework.Felix.RefreshHelper
-
- 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(BundleContext) - Method in class org.apache.felix.framework.Felix.SystemBundleActivator
-
- stop() - Method in class org.apache.felix.framework.FrameworkStartLevelImpl
-
Stops the FelixStartLevel thread on system shutdown.
- stop() - Method in class org.apache.felix.framework.FrameworkWiringImpl
-
Stops the FelixFrameworkWiring thread on system shutdown.
- stop(BundleContext) - Method in class org.apache.felix.framework.URLHandlersActivator
-
- 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_ACTIVATOR_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- 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
-
- stopBundle(BundleImpl, boolean) - Method in class org.apache.felix.framework.Felix
-
- stopDispatching() - Method in class org.apache.felix.framework.util.EventDispatcher
-
- stopExtensionBundles(Felix) - Method in class org.apache.felix.framework.ExtensionManager
-
- 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.
- STREAM_HANDLER_PACKAGE_PROP - Static variable in class org.apache.felix.framework.URLHandlers
-
- STRING_CLASS - Static variable in class org.apache.felix.framework.capabilityset.CapabilitySet
-
- STRING_TYPES - Static variable in class org.apache.felix.framework.URLHandlersContentHandlerProxy
-
- STRING_TYPES - Static variable in class org.apache.felix.framework.URLHandlersStreamHandlerProxy
-
- StringComparator - Class in org.apache.felix.framework.util
-
- StringComparator() - 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<?, ?>) - 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.
- subfilter(String, int, int) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- subList(int, int) - Method in class org.apache.felix.framework.WovenClassImpl
-
- SUBSTRING - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
-
- SUBSTRING - Static variable in class org.osgi.framework.FrameworkUtil.FilterImpl
-
- 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.
- superImplies(Permission) - Method in class org.apache.felix.framework.BundleProtectionDomain
-
- 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.
- SWAP_FIELD_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- swapStaticFieldIfNotClass(Class, Class, Class, String) - Method in class org.apache.felix.framework.util.SecureAction
-
- symbolicName - Variable in class org.osgi.framework.dto.BundleDTO
-
The bundle's symbolic name.
- symbolicName - Variable in class org.osgi.framework.wiring.dto.BundleRevisionDTO
-
The symbolic name of the bundle revision.
- SynchronousBundleListener - Interface in org.osgi.framework
-
A synchronous BundleEvent listener.
- syncObject - Variable in class org.apache.felix.framework.ServiceRegistrationImpl
-
- SYSTEM_BUNDLE_ID - Static variable in interface org.osgi.framework.Constants
-
Identifier of the OSGi system bundle , which is defined to be
0.
- 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 .
- SYSTEM_EXIT_ACTION - Static variable in class org.apache.felix.framework.util.SecureAction.Actions
-
- 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
-
- SystemBundleActivator() - Constructor for class org.apache.felix.framework.Felix.SystemBundleActivator
-