Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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
 
accept(Logger) - Method in interface org.osgi.service.log.LoggerConsumer
Perform this operation on the specified Logger.
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 - 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.
actions - Variable in class org.osgi.service.permissionadmin.PermissionInfo
 
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.
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.
adapt(Class<A>) - Method in interface org.osgi.framework.ServiceReference
Adapt this ServiceReference object to the specified type.
ADAPT - Static variable in class org.osgi.framework.AdaptPermission
The action string initiate.
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(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.
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.
addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
added(Collection<ListenerHook.ListenerInfo>) - Method in interface org.osgi.framework.hooks.service.ListenerHook
Added listeners hook method.
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.
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.
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object to the context bundle's list of listeners.
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.
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.
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.
ALLOW - Static variable in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
This string is used to indicate that a row in the Conditional Permission Table should return an access decision of "allow" if the conditions are all satisfied and at least one of the permissions is implied.
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(FilterImpl[]) - Constructor for class org.osgi.framework.FilterImpl.And
 
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.
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 - Variable in class org.osgi.framework.FilterImpl.Approx
 
Approx(String, String) - Constructor for class org.osgi.framework.FilterImpl.Approx
 
approxString(String) - Static method in class org.osgi.framework.FilterImpl.Approx
Map a string for an APPROX (~=) comparison.
args - Variable in class org.osgi.service.condpermadmin.ConditionInfo
 
asDictionary(Map<? extends K, ? extends V>) - Static method in class org.osgi.framework.FrameworkUtil
Return a Dictionary wrapper around a Map.
asMap(Dictionary<? extends K, ? extends V>) - Static method in class org.osgi.framework.FrameworkUtil
Return a Map wrapper around a Dictionary.
asMap(Dictionary<String, ?>) - Static method in class org.osgi.framework.FilterImpl.DictionaryMap
 
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.FilterImpl.Item
 
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.
audit(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.AUDIT level.
audit(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.AUDIT level.
audit(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.AUDIT level.
audit(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.AUDIT level.
AUDIT - Enum constant in enum org.osgi.service.log.LogLevel
Audit – Information that must always be logged.

B

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.
BooleanCondition - Class in org.osgi.service.condpermadmin
Package private class used to define the Condition.FALSE and Condition.TRUE constants.
BooleanCondition(boolean) - Constructor for class org.osgi.service.condpermadmin.BooleanCondition
 
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 - 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 - Interface in org.osgi.framework
An installed bundle in the Framework.
BUNDLE_ACTIVATIONPOLICY - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's activation policy.
BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
Manifest header 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_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Manifest header containing a brief description of the bundle's functionality.
BUNDLE_DEVELOPERS - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's developers.
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_ICON - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's icon URLs.
BUNDLE_LICENSE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's license information.
BUNDLE_LOCALIZATION - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the base name of the bundle's localization entries.
BUNDLE_LOCALIZATION_DEFAULT_BASENAME - Static variable in interface org.osgi.framework.Constants
Default value for the Bundle-Localization manifest header.
BUNDLE_MANIFESTVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle manifest version.
BUNDLE_NAME - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's name.
BUNDLE_NAMESPACE - Static variable in class org.osgi.framework.namespace.BundleNamespace
Namespace name for bundle capabilities and requirements.
BUNDLE_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
Namespace for bundle capabilities and requirements.
BUNDLE_NATIVECODE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying a number of hardware environments and the native language code libraries that the bundle is carrying for each of these environments.
BUNDLE_NATIVECODE_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the language in which the native bundle code is written specified in the Bundle-NativeCode manifest header.
BUNDLE_NATIVECODE_OSNAME - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the operating system required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_OSVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the operating system version required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the processor required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_REQUIREDEXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.6. Replaced by the osgi.ee capability.
BUNDLE_SCM - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the bundle's software configuration management system.
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_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.
BundleCapability - Interface in org.osgi.framework.wiring
A capability that has been declared from a bundle revision.
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.
BundleContext - Interface in org.osgi.framework
A bundle's execution context within the 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) - Constructor for class org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleEvent(int, Bundle, 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) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message.
BundleException(String, int) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message and type.
BundleException(String, int, Throwable) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message, type and exception cause.
BundleException(String, Throwable) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException with the specified message and exception cause.
BundleListener - Interface in org.osgi.framework
A BundleEvent listener.
BundleLocationCondition - Class in org.osgi.service.condpermadmin
Condition to test if the location of a bundle matches or does not match a pattern.
BundleLocationCondition() - Constructor for class org.osgi.service.condpermadmin.BundleLocationCondition
 
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, int) - Constructor for class org.osgi.framework.BundlePermission
Package private constructor used by BundlePermissionCollection.
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.
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.
BundleReference - Interface in org.osgi.framework
A reference to a Bundle.
BundleRequirement - Interface in org.osgi.framework.wiring
A requirement that has been declared from a bundle revision.
BundleRevision - Interface in org.osgi.framework.wiring
Bundle Revision.
BundleRevisionDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for a BundleRevision.
BundleRevisionDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleRevisionDTO
 
BundleRevisions - Interface in org.osgi.framework.wiring
The bundle revisions of a bundle.
bundles - Variable in class org.osgi.framework.dto.FrameworkDTO
The bundles that are installed in the framework.
BundleSignerCondition - Class in org.osgi.service.condpermadmin
Condition to test if the signer of a bundle matches or does not match a pattern.
BundleSignerCondition() - Constructor for class org.osgi.service.condpermadmin.BundleSignerCondition
 
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
 
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
A wire connecting a BundleCapability to a BundleRequirement.
BundleWireDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for a BundleWire.
BundleWireDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleWireDTO
 
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.

C

cached - Variable in class org.osgi.framework.FilterImpl.Equal
 
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.
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 - 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 - Interface in org.osgi.resource
A capability that has been declared from a Resource.
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
The capability attribute contains the org.osgi.framework.language launching property value.
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
The capability attribute contains alias values of the org.osgi.framework.os.name launching property value according to the OSGi Specification References.
CAPABILITY_OSVERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
The capability attribute contains a Version parsed from the org.osgi.framework.os.version launching property value.
CAPABILITY_PROCESSOR_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
The capability attribute contains alias values of the org.osgi.framework.processor launching property value according to the OSGi Specification References.
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_TAGS_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value that contains tags for the resource.
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, int) - Constructor for class org.osgi.framework.CapabilityPermission
Package private constructor used by CapabilityPermissionCollection.
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.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
 
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.FilterImpl.CaseInsensitiveMap
Create a case insensitive map from the specified dictionary.
CLASS - Static variable in class org.osgi.framework.AdminPermission
The action string class.
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.
clear() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
clear() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
clear() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 
clear() - Method in interface org.osgi.service.log.admin.LoggerContext
Clear the configuration of this Logger Context.
close() - Method in interface org.osgi.framework.connect.ConnectContent
Closes this ConnectContent.
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.
closed - Variable in class org.osgi.util.tracker.AbstractTracked
true if the tracked object is closed.
CollisionHook - Interface in org.osgi.framework.hooks.bundle
OSGi Framework Bundle Collision Hook Service.
commit() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionUpdate
Commit this update.
compare(Object) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Boolean(boolean) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Boolean(boolean) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Character(char) - Method in class org.osgi.framework.FilterImpl.Approx
 
compare_Character(char) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Character(char) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Collection(Collection<?>) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Comparable(Comparable<Object>) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Comparable(Comparable<Object>) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Double(double) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Double(double) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Float(float) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Float(float) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Long(long) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Long(long) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_ObjectArray(Object[]) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_PrimitiveArray(Class<?>, Object) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_String(String) - Method in class org.osgi.framework.FilterImpl.Approx
 
compare_String(String) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_String(String) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_String(String) - Method in class org.osgi.framework.FilterImpl.Substring
 
compare_Unknown(Object) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Unknown(Object) - Method in class org.osgi.framework.FilterImpl.Item
 
compare_Version(Version) - Method in class org.osgi.framework.FilterImpl.Equal
 
compare_Version(Version) - Method in class org.osgi.framework.FilterImpl.Item
 
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.
comparison(int) - Method in class org.osgi.framework.FilterImpl.Equal
 
comparison(int) - Method in class org.osgi.framework.FilterImpl.GreaterEqual
 
comparison(int) - Method in class org.osgi.framework.FilterImpl.LessEqual
 
compress(CharSequence) - Static method in class org.osgi.dto.DTO
Compress, in length, the specified string.
Condition - Interface in org.osgi.service.condition
Condition Service interface.
Condition - Interface in org.osgi.service.condpermadmin
The interface implemented by a Condition.
CONDITION_ID - Static variable in interface org.osgi.service.condition.Condition
Service property identifying a condition's unique identifier.
CONDITION_ID_TRUE - Static variable in interface org.osgi.service.condition.Condition
The unique identifier for the default True condition.
CONDITION_TYPE - Static variable in class org.osgi.service.condpermadmin.BundleLocationCondition
 
CONDITION_TYPE - Static variable in class org.osgi.service.condpermadmin.BundleSignerCondition
 
ConditionalPermissionAdmin - Interface in org.osgi.service.condpermadmin
Framework service to administer Conditional Permissions.
ConditionalPermissionInfo - Interface in org.osgi.service.condpermadmin
A list of Permissions guarded by a list of conditions with an access decision.
ConditionalPermissionUpdate - Interface in org.osgi.service.condpermadmin
Update the Conditional Permission Table.
ConditionImpl - Class in org.osgi.service.condition
 
ConditionImpl() - Constructor for class org.osgi.service.condition.ConditionImpl
 
ConditionInfo - Class in org.osgi.service.condpermadmin
Condition representation used by the Conditional Permission Admin service.
ConditionInfo(String) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo object from the specified encoded ConditionInfo string.
ConditionInfo(String, String[]) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo from the specified type and args.
Configurable - Interface in org.osgi.framework
Deprecated.
As of 1.2. Please use Configuration Admin service.
connect(String) - Method in interface org.osgi.framework.connect.ModuleConnector
Connects a bundle location with a ConnectModule.
ConnectContent - Interface in org.osgi.framework.connect
A ConnectContent provides a Framework instance access to the content of a ConnectModule.
ConnectContent.ConnectEntry - Interface in org.osgi.framework.connect
Represents the entry of a ConnectContent.
ConnectFrameworkFactory - Interface in org.osgi.framework.connect
A factory for creating Framework instances.
ConnectModule - Interface in org.osgi.framework.connect
A ConnectModule is used by a Framework instance to access the content of the connected bundle.
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.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
contains(Object) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 
containsEntry(Map.Entry<?, ?>) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
containsKey(Object) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
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.
CONTEXT - Static variable in class org.osgi.framework.AdminPermission
The action string context.
convert(Class<T>, Function<String, ? extends T>) - Method in class org.osgi.framework.FilterImpl.Equal
 
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.
createFilter(String) - Method in interface org.osgi.framework.BundleContext
Creates a Filter object.
createFilter(String) - Static method in class org.osgi.framework.FilterImpl
Creates a FilterImpl object.
createFilter(String) - Static method in class org.osgi.framework.FrameworkUtil
Creates a Filter object.
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
current - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
The current state of the bundle wiring.
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(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.
customizerAdding(S, R) - Method in class org.osgi.util.tracker.AbstractTracked
Call the specific customizer adding 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.
customizerModified(S, R, T) - Method in class org.osgi.util.tracker.AbstractTracked
Call the specific customizer modified 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.
customizerRemoved(S, R, T) - Method in class org.osgi.util.tracker.AbstractTracked
Call the specific customizer removed method.

D

debug(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.DEBUG level.
debug(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.DEBUG level.
debug(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.DEBUG level.
debug(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.DEBUG level.
debug(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
Perform the specified operation if logging enabled for the LogLevel.DEBUG level.
DEBUG - Enum constant in enum org.osgi.service.log.LogLevel
Debug – Detailed output for debugging operations.
DEBUG - Static variable in class org.osgi.util.tracker.AbstractTracked
 
DEBUG - Static variable in class org.osgi.util.tracker.BundleTracker
 
DEBUG - Static variable in class org.osgi.util.tracker.ServiceTracker
 
DEFINE_FAILED - Static variable in interface org.osgi.framework.hooks.weaving.WovenClass
The woven class failed to define.
DEFINED - Static variable in interface org.osgi.framework.hooks.weaving.WovenClass
The woven class has been defined.
delete() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Deprecated.
As of 1.1. Use ConditionalPermissionAdmin.newConditionalPermissionUpdate() instead to manage the Conditional Permissions.
DENY - Static variable in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
This string is used to indicate that a row in the Conditional Permission Table should return an access decision of "deny" if the conditions are all satisfied and at least one of the permissions is implied.
dict - Variable in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
dictionary - Variable in class org.osgi.framework.FilterImpl.DictionaryMap
 
DictionaryAsMap(Dictionary<? extends K, ? extends V>) - Constructor for class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
DictionaryMap(Dictionary<String, ?>) - Constructor for class org.osgi.framework.FilterImpl.DictionaryMap
 
directives - Variable in class org.osgi.resource.dto.CapabilityDTO
The directives for the capability.
directives - Variable in class org.osgi.resource.dto.RequirementDTO
The directives for the requirement.
dnChainMatch(List<Object>, int, List<Object>, int) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
recursively attempt to match the DNChain, and the DNChainPattern where DNChain is of the format: "DN;DN;DN;" and DNChainPattern is of the format: "DNPattern;*;DNPattern" (or combinations of this)
DNChainMatching() - Constructor for class org.osgi.framework.FrameworkUtil.DNChainMatching
 
dnmatch(List<?>, List<?>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
 
DTO - Class in org.osgi.dto
Super type for Data Transfer Objects.
DTO() - Constructor for class org.osgi.dto.DTO
 
DUPLICATE_BUNDLE_ERROR - Static variable in exception org.osgi.framework.BundleException
The install or update operation failed because another already installed bundle has the same symbolic name and version.
DYNAMICIMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the packages that the bundle may dynamically import during execution.

E

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
The directive value identifying a capability or requirement that is effective at active time.
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
The directive value identifying a capability or requirement that is effective at resolve time.
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.FrameworkUtil.MapAsDictionary
 
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.
empty - Variable in class org.osgi.framework.VersionRange
 
emptyCollection() - Static method in exception org.osgi.service.resolver.ResolutionException
 
emptyCollection() - Static method in class org.osgi.service.resolver.ResolveContext
 
emptyVersion - Static variable in class org.osgi.framework.Version
The empty version "0.0.0".
encodeValue(StringBuilder, String) - Static method in class org.osgi.framework.FilterImpl.Item
Encode the value string such that '(', '*', ')' and '\' are escaped.
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
 
entries - Variable in class org.osgi.framework.CapabilityPermission.Properties
 
entries - Variable in class org.osgi.framework.ServicePermission.Properties
 
Entry(String, Object) - Constructor for class org.osgi.framework.ServicePermission.Properties.Entry
 
Entry(K) - Constructor for class org.osgi.framework.FrameworkUtil.DictionaryAsMap.Entry
 
EntryIterator() - Constructor for class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntryIterator
 
entrySet() - Method in class org.osgi.framework.CapabilityPermission.Properties
 
entrySet() - Method in class org.osgi.framework.FilterImpl.DictionaryMap
 
entrySet() - Method in class org.osgi.framework.FilterImpl.ServiceReferenceMap
 
entrySet() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
entrySet() - Method in class org.osgi.framework.ServicePermission.Properties
 
EntrySet() - Constructor for class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
Equal(String, String) - Constructor for class org.osgi.framework.FilterImpl.Equal
 
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.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(Object) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Determines the equality of two ConditionalPermissionInfo objects.
equals(Object) - Method in class org.osgi.service.condpermadmin.ConditionInfo
Determines the equality of two ConditionInfo objects.
equals(Object) - Method in class org.osgi.service.permissionadmin.PermissionInfo
Determines the equality of two PermissionInfo objects.
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(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.ERROR level.
error(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.ERROR level.
error(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.ERROR level.
error(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.ERROR level.
error(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
Perform the specified operation if logging enabled for the LogLevel.ERROR level.
ERROR - Enum constant in enum org.osgi.service.log.LogLevel
Error – Information about an error situation.
ERROR - Static variable in class org.osgi.framework.FrameworkEvent
An error has occurred.
escapeLocation(String) - Static method in class org.osgi.service.condpermadmin.BundleLocationCondition
Escape the value string such that '(', ')' and '\' are escaped.
escapeString(String, StringBuilder) - Static method in class org.osgi.service.condpermadmin.ConditionInfo
This escapes the quotes, backslashes, \n, and \r in the string using a backslash and appends the newly escaped string to a StringBuilder.
escapeString(String, StringBuilder) - Static method in class org.osgi.service.permissionadmin.PermissionInfo
This escapes the quotes, backslashes, \n, and \r in the string using a backslash and appends the newly escaped string to a StringBuilder.
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.
EventHook - Interface in org.osgi.framework.hooks.bundle
OSGi Framework Bundle Event Hook Service.
EventHook - Interface in org.osgi.framework.hooks.service
Deprecated.
As of 1.1. Replaced by EventListenerHook.
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..
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
Deprecated.
As of 1.5. Use exportonly instead.
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
Deprecated.
As of 1.2.
ExportedPackage - Interface in org.osgi.service.packageadmin
Deprecated.
The PackageAdmin service has been replaced by the org.osgi.framework.wiring package.
EXPORTONLY - Static variable in class org.osgi.framework.PackagePermission
The action string exportonly.
EXTENSION_BOOTCLASSPATH - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.9.
EXTENSION_BOOTCLASSPATH - Static variable in class org.osgi.framework.namespace.HostNamespace
Deprecated.
As of 1.2.
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.

F

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.
FALSE - Static variable in interface org.osgi.service.condpermadmin.Condition
A Condition object that will always evaluate to false and that is never postponed.
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 - 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 - Interface in org.osgi.framework
An RFC 1960-based Filter.
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.FilterImpl.Parser
 
filterCollisions(int, Bundle, Collection<Bundle>) - Method in interface org.osgi.framework.hooks.bundle.CollisionHook
Filter bundle collisions hook method.
FilterImpl - Class in org.osgi.framework
RFC 1960-based Filter.
FilterImpl() - Constructor for class org.osgi.framework.FilterImpl
 
FilterImpl.And - Class in org.osgi.framework
 
FilterImpl.Approx - Class in org.osgi.framework
 
FilterImpl.CaseInsensitiveMap - Class in org.osgi.framework
This Map is used for case-insensitive key lookup during filter evaluation.
FilterImpl.DictionaryMap - Class in org.osgi.framework
This Map is used for key lookup during filter evaluation.
FilterImpl.Equal - Class in org.osgi.framework
 
FilterImpl.GreaterEqual - Class in org.osgi.framework
 
FilterImpl.Item - Class in org.osgi.framework
 
FilterImpl.LessEqual - Class in org.osgi.framework
 
FilterImpl.Not - Class in org.osgi.framework
 
FilterImpl.Or - Class in org.osgi.framework
 
FilterImpl.Parser - Class in org.osgi.framework
Parser class for OSGi filter strings.
FilterImpl.Present - Class in org.osgi.framework
 
FilterImpl.ServiceReferenceMap - Class in org.osgi.framework
This Map is used for key lookup from a ServiceReference during filter evaluation.
FilterImpl.Substring - Class in org.osgi.framework
 
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.FilterImpl.Parser
 
filterString - Variable in class org.osgi.framework.FilterImpl
 
find(BundleContext, String, String, boolean, Collection<ServiceReference<?>>) - Method in interface org.osgi.framework.hooks.service.FindHook
Find hook method.
find(BundleContext, Collection<Bundle>) - Method in interface org.osgi.framework.hooks.bundle.FindHook
Find hook method.
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.
findProviders(Requirement) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Find bundle capabilities that match the given requirement.
findProviders(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Find Capabilities that match the given Requirement.
findRelatedResources(Resource) - Method in class org.osgi.service.resolver.ResolveContext
Find resources that are related to the given resource.
FormatterLogger - Interface in org.osgi.service.log
Provides methods for bundles to write messages to the log using printf-style format strings.
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_COMMAND_ABSPATH - Static variable in interface org.osgi.framework.Constants
Specified the substitution string for the absolute path of a file.
FRAMEWORK_EXECPERMISSION - Static variable in interface org.osgi.framework.Constants
Framework launching property specifying an optional OS specific command to set file permissions on extracted native code.
FRAMEWORK_EXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.6. Replaced by the osgi.ee capability.
FRAMEWORK_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_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property identifying the Framework version.
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(FrameworkEvent) - Method in interface org.osgi.framework.FrameworkListener
Receives notification of a general FrameworkEvent object.
FrameworkEvent - Class in org.osgi.framework
A general event from the Framework.
FrameworkEvent(int, Object) - Constructor for class org.osgi.framework.FrameworkEvent
Deprecated.
As of 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source.
FrameworkEvent(int, Bundle, Throwable) - Constructor for class org.osgi.framework.FrameworkEvent
Creates a Framework event regarding the specified bundle.
FrameworkFactory - Interface in org.osgi.framework.launch
A factory for creating Framework instances.
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
 
FrameworkUtil - Class in org.osgi.framework
Framework Utility class.
FrameworkUtil() - Constructor for class org.osgi.framework.FrameworkUtil
FrameworkUtil objects may not be constructed.
FrameworkUtil.DictionaryAsMap<K,V> - Class in org.osgi.framework
 
FrameworkUtil.DictionaryAsMap.Entry - Class in org.osgi.framework
 
FrameworkUtil.DictionaryAsMap.EntryIterator - Class in org.osgi.framework
 
FrameworkUtil.DictionaryAsMap.EntrySet - Class in org.osgi.framework
 
FrameworkUtil.DictionaryAsMap.KeyIterator - Class in org.osgi.framework
 
FrameworkUtil.DictionaryAsMap.KeySet - Class in org.osgi.framework
 
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.MapAsDictionary<K,V> - Class in org.osgi.framework
 
FrameworkUtilHelper - Interface in org.osgi.framework.connect
A helper for the FrameworkUtil class.
FrameworkWiring - Interface in org.osgi.framework.wiring
Query and modify wiring information for the framework.
FrameworkWiringDTO - Class in org.osgi.framework.wiring.dto
Data Transfer Object for the wiring graph of the framework.
FrameworkWiringDTO() - Constructor for class org.osgi.framework.wiring.dto.FrameworkWiringDTO
 

G

get(Object) - Method in class org.osgi.framework.CapabilityPermission.Properties
 
get(Object) - Method in class org.osgi.framework.FilterImpl.CaseInsensitiveMap
 
get(Object) - Method in class org.osgi.framework.FilterImpl.DictionaryMap
 
get(Object) - Method in class org.osgi.framework.FilterImpl.ServiceReferenceMap
 
get(Object) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
get(Object) - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
get(Object) - Method in class org.osgi.framework.ServicePermission.Properties
 
GET - Static variable in class org.osgi.framework.ServicePermission
The action string get.
getAccessControlContext(String[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Returns the Access Control Context that corresponds to the specified signers.
getAccessDecision() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the access decision for this Conditional Permission Info.
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.
getActions() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the actions of the permission represented by this PermissionInfo.
getActionsMask() - Method in class org.osgi.framework.BundlePermission
Returns the current action mask.
getAllServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
Returns an array of ServiceReference objects.
getArgs() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns arguments of this ConditionInfo.
getAttributes() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the attributes of this capability.
getAttributes() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the attributes of this requirement.
getAttributes() - Method in interface org.osgi.resource.Capability
Returns the attributes of this capability.
getAttributes() - Method in interface org.osgi.resource.Requirement
Returns the attributes of this requirement.
getBundle() - Method in interface org.osgi.framework.BundleContext
Returns the Bundle object associated with this BundleContext.
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() - Method in interface org.osgi.framework.ServiceReference
Returns the bundle that registered the service referenced by this ServiceReference object.
getBundle() - Method in interface org.osgi.service.log.LogEntry
Returns the bundle that created this LogEntry object.
getBundle() - Method in interface org.osgi.service.packageadmin.RequiredBundle
Deprecated.
Returns the bundle associated with this required bundle.
getBundle(long) - Method in interface org.osgi.framework.BundleContext
Returns the bundle with the specified identifier.
getBundle(Class<?>) - Method in interface org.osgi.framework.connect.FrameworkUtilHelper
Returns the Bundle associated with the specified class.
getBundle(Class<?>) - Static method in class org.osgi.framework.FrameworkUtil
Return a Bundle for the specified bundle class.
getBundle(Class<?>) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Returns the bundle from which the specified class is loaded.
getBundle(ClassLoader) - Static method in class org.osgi.framework.FrameworkUtil
Return a Bundle for the specified bundle class loader.
getBundle(String) - Method in interface org.osgi.framework.BundleContext
Returns the bundle with the specified location.
getBundleContext() - Method in interface org.osgi.framework.Bundle
Returns this bundle's BundleContext.
getBundleContext() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Return the context of the bundle which added the listener.
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.
getBundles() - Method in interface org.osgi.framework.BundleContext
Returns a list of all installed bundles.
getBundles() - Method in class org.osgi.util.tracker.BundleTracker
Return an array of Bundles for all bundles being tracked by this BundleTracker.
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.
getBundleStartLevel(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated.
Return the assigned start level value for the specified Bundle.
getBundleType(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Returns the special type of the specified bundle.
getBundleWiring() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns the bundle wiring whose class loader will define the woven class.
getBytes() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
Returns the content of this entry.
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 interface org.osgi.framework.wiring.BundleRevision
Returns the capabilities declared by this resource.
getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the capabilities provided by this bundle wiring.
getCapabilities(String) - Method in interface org.osgi.resource.Resource
Returns the capabilities declared by this resource.
getCapability() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the BundleCapability for this wire.
getCapability() - Method in interface org.osgi.resource.Wire
Returns the Capability for this wire.
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.
getClassLoader() - Method in interface org.osgi.framework.connect.ConnectContent
Returns a class loader for this ConnectContent.
getClassLoader() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the class loader for this bundle wiring.
getClassName() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns the fully qualified name of the class being woven.
getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.service.condpermadmin.BundleLocationCondition
Constructs a condition that tries to match the passed Bundle's location to the location pattern.
getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.service.condpermadmin.BundleSignerCondition
Constructs a Condition that tries to match the passed Bundle's location to the location pattern.
getConditionalPermissionInfo(String) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
getConditionalPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
getConditionalPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionUpdate
This method returns the list of ConditionalPermissionInfos for this update.
getConditionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the Condition Infos for the Conditions that must be satisfied to enable the Permissions.
getConfigurationObject() - Method in interface org.osgi.framework.Configurable
Deprecated.
As of 1.2. Please use Configuration Admin service.
getContent() - Method in interface org.osgi.framework.connect.ConnectModule
Returns the current content of this connect module.
getContentLength() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
Returns the content length of this entry.
getCustomizedObject(S) - Method in class org.osgi.util.tracker.AbstractTracked
Return the customized object for the specified item
getDataFile(String) - Method in interface org.osgi.framework.Bundle
Creates a File object for a file in the persistent storage area provided for this bundle by the Framework.
getDataFile(String) - Method in interface org.osgi.framework.BundleContext
Creates a File object for a file in the persistent storage area provided for the bundle by the Framework.
getDeclaredCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the capabilities declared by this bundle revision.
getDeclaredCapability() - Method in interface org.osgi.service.resolver.HostedCapability
Return the Capability hosted by the Resource.
getDeclaredRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the requirements declared by this bundle revision.
getDefaultPermissions() - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Gets the default permissions.
getDefaultPort() - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.getDefaultPort.
getDefaultPort() - Method in interface org.osgi.service.url.URLStreamHandlerService
 
getDefinedClass() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns the class defined by this woven class.
getDependencyClosure(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Returns the dependency closure for the specified bundles.
getDirectives() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the directives of this capability.
getDirectives() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the directives of this requirement.
getDirectives() - Method in interface org.osgi.resource.Capability
Returns the directives of this capability.
getDirectives() - Method in interface org.osgi.resource.Requirement
Returns the directives of this requirement.
getDynamicImports() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns the list of dynamic import package descriptions to add to the bundle wiring for this woven class.
getEffectiveLogLevel(String) - Method in interface org.osgi.service.log.admin.LoggerContext
Returns the effective log level of the logger name in this Logger Context.
getEncoded() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the string encoding of this ConditionalPermissionInfo in a form suitable for restoring this ConditionalPermissionInfo.
getEncoded() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the string encoding of this ConditionInfo in a form suitable for restoring this ConditionInfo.
getEncoded() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the string encoding of this PermissionInfo in a form suitable for restoring this PermissionInfo.
getEntries() - Method in interface org.osgi.framework.connect.ConnectContent
Returns the entry names available in this ConnectContent.
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.connect.ConnectContent
Returns the ConnectContent.ConnectEntry for the specified path name in this content.
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.
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.
getException() - Method in interface org.osgi.service.log.LogEntry
Returns the exception object associated with this LogEntry object.
getExportedPackage(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated. 
getExportedPackages(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated. 
getExportedPackages(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated. 
getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Deprecated.
Returns the bundle exporting the package associated with this exported package.
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.
getFragments(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Returns an array of attached fragment bundles for the specified bundle.
getHeaders() - Method in interface org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values.
getHeaders() - Method in interface org.osgi.framework.connect.ConnectContent
Returns the Manifest headers and values of this ConnectContent.
getHeaders(String) - Method in interface org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values localized to the specified locale.
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 interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Returns the host bundles to which the specified fragment bundle is attached.
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 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() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
Returns an input stream for the content of this entry.
getKey() - Method in class org.osgi.framework.ServicePermission.Properties.Entry
 
getLastModified() - Method in interface org.osgi.framework.Bundle
Returns the time when this bundle was last modified.
getLastModified() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
Returns the last modification time of this entry.
getLastModified() - Method in interface org.osgi.framework.launch.Framework
Returns the time when the set of bundles in this framework was last modified.
getLeft() - Method in class org.osgi.framework.VersionRange
Returns the left endpoint of this version range.
getLeftType() - Method in class org.osgi.framework.VersionRange
Returns the type of the left endpoint of this version range.
getLevel() - Method in interface org.osgi.service.log.LogEntry
Deprecated.
Since 1.4. Replaced by LogEntry.getLogLevel().
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.
getLocation() - Method in interface org.osgi.service.log.LogEntry
Returns the location information of the creation of this LogEntry object.
getLocations() - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Returns the bundle locations that have permissions assigned to them, that is, bundle locations for which an entry exists in the permission table.
getLog() - Method in interface org.osgi.service.log.LogReaderService
Returns an Enumeration of the LogEntry objects in the log.
getLogger(Class<?>) - Method in interface org.osgi.service.log.LoggerFactory
Return the Logger named with the specified class.
getLogger(Class<?>, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
Return the Logger of the specified type named with the specified class.
getLogger(String) - Method in interface org.osgi.service.log.LoggerFactory
Return the Logger named with the specified name.
getLogger(String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
Return the Logger of the specified type named with the specified name.
getLogger(Bundle, String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
Return the Logger of the specified type named with the specified name for the specified bundle.
getLoggerContext(String) - Method in interface org.osgi.service.log.admin.LoggerAdmin
Get the Logger Context for the specified name.
getLoggerName() - Method in interface org.osgi.service.log.LogEntry
Returns the name of the Logger object used to create this LogEntry object.
getLogLevel() - Method in interface org.osgi.service.log.LogEntry
Returns the level of this LogEntry object.
getLogLevels() - Method in interface org.osgi.service.log.admin.LoggerContext
Returns the configured log levels for this Logger Context.
getMajor() - Method in class org.osgi.framework.Version
Returns the major component of this version identifier.
getMandatoryResources() - Method in class org.osgi.service.resolver.ResolveContext
Return the resources that must be resolved for this resolve context.
getMessage() - Method in interface org.osgi.service.log.LogEntry
Returns the formatted message associated with this LogEntry object.
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.
getName() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
Returns the path name of this entry.
getName() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the name of this Conditional Permission Info.
getName() - Method in interface org.osgi.service.log.admin.LoggerContext
Returns the name for this Logger Context.
getName() - Method in interface org.osgi.service.log.Logger
Return the name of this Logger.
getName() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Deprecated.
Returns the name of the package associated with this exported package.
getName() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the name of the permission represented by this PermissionInfo.
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.
getNestedException() - Method in exception org.osgi.framework.BundleException
Returns the cause of this exception or null if no cause was specified when this exception was created.
getObject(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
Returns the customized object for the specified Bundle if the specified bundle is being tracked by this BundleTracker.
getOptionalResources() - Method in class org.osgi.service.resolver.ResolveContext
Return the resources that the resolver should attempt to resolve for this resolve context.
getOrigin() - Method in class org.osgi.framework.BundleEvent
Returns the bundle that was the origin of the event.
getPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the Permission Infos for the Permissions in this Conditional Permission Info.
getPermissions(String) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Gets the permissions assigned to the bundle with the specified location.
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
getProperties() - Method in interface org.osgi.framework.ServiceReference
Returns a copy of the properties of the service referenced by this ServiceReference object.
getProperty(String) - Method in interface org.osgi.framework.BundleContext
Returns the value of the specified property.
getProperty(String) - Method in interface org.osgi.framework.ServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getPropertyKeys() - Method in interface org.osgi.framework.ServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getProtectionDomain() - Method in 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 interface org.osgi.framework.wiring.BundleWiring
Returns the Wires to the provided capabilities of this wiring.
getProvidedResourceWires(String) - Method in interface org.osgi.resource.Wiring
Returns the Wires to the provided capabilities of this wiring.
getProvidedWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the BundleWires to the provided capabilities of this bundle wiring.
getProvider() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the resource providing the capability.
getProvider() - Method in interface org.osgi.resource.Wire
Returns the resource providing the capability.
getProviderWiring() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the bundle wiring providing the capability.
getQualifier() - Method in class org.osgi.framework.Version
Returns the qualifier component of this version identifier.
getReference() - Method in interface org.osgi.framework.ServiceRegistration
Returns a ServiceReference object for a service being registered.
getRegisteredServices() - Method in interface org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it has registered or null if this bundle has no registered services.
getRemovalPendingBundles() - Method in interface org.osgi.framework.wiring.FrameworkWiring
Returns the bundles that have non-current, in use bundle wirings.
getRequiredBundles(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated. 
getRequiredResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the Wires to the requirements in use by this wiring.
getRequiredResourceWires(String) - Method in interface org.osgi.resource.Wiring
Returns the Wires to the requirements in use by this wiring.
getRequiredWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the BundleWires to the requirements in use by this bundle wiring.
getRequirement() - Method in interface org.osgi.framework.wiring.BundleWire
Return the BundleRequirement for this wire.
getRequirement() - Method in interface org.osgi.resource.Wire
Returns the Requirement for this wire.
getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the requirements declared by this bundle resource.
getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the requirements of this bundle wiring.
getRequirements(String) - Method in interface org.osgi.resource.Resource
Returns the requirements declared by this bundle resource.
getRequirer() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the resource who requires the capability.
getRequirer() - Method in interface org.osgi.resource.Wire
Returns the resource who requires the capability.
getRequirerWiring() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the bundle wiring who requires the capability.
getRequiringBundles() - Method in interface org.osgi.service.packageadmin.RequiredBundle
Deprecated.
Returns the bundles that currently require this required bundle.
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.
getResource() - Method in interface org.osgi.service.resolver.HostedCapability
Return the Resource that hosts this Capability.
getResource(String) - Method in interface org.osgi.framework.Bundle
Find the specified resource from this bundle's class loader.
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.
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 interface org.osgi.framework.Bundle
Find the specified resources from this bundle's class loader.
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.
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.
getSequence() - Method in interface org.osgi.service.log.LogEntry
Returns the sequence number for this LogEntry object.
getService() - Method in interface org.osgi.framework.ServiceObjects
Returns a service object for the associated service.
getService() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a service object for one of the services being tracked by this ServiceTracker.
getService(Bundle, ServiceRegistration<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(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
Returns the service object for the service referenced by the specified ServiceReference object.
getService(ServiceReference<S>) - Method in class org.osgi.util.tracker.ServiceTracker
Returns the service object for the specified ServiceReference if the specified referenced service is being tracked by this ServiceTracker.
getServiceObjects(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
Returns the ServiceObjects object for the service referenced by the specified ServiceReference object.
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 interface org.osgi.service.log.LogEntry
Returns the ServiceReference object for the service associated with this LogEntry object.
getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a ServiceReference for one of the services being tracked by this ServiceTracker.
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(String) - Method in interface org.osgi.framework.BundleContext
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of ServiceReferences for all services being tracked by this ServiceTracker.
getServiceReferences(Class<S>, String) - Method in interface org.osgi.framework.BundleContext
Returns a collection of ServiceReference objects.
getServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
Returns an array of ServiceReference objects.
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 interface org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it is using or returns null if this bundle is not using any services.
getSignerCertificates(int) - Method in interface org.osgi.framework.Bundle
Return the certificates for the signers of this bundle and the certificate chains for those signers.
getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Deprecated.
As of 1.2. Replaced by ExportedPackage.getVersion().
getStartLevel() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
Return the assigned start level value for the bundle.
getStartLevel() - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
Return the active start level value of the Framework.
getStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated.
Return the active start level value of the Framework.
getState() - Method in interface org.osgi.framework.Bundle
Returns this bundle's current state.
getState() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns the current state of this woven class.
getSubstitutionWires(Wiring) - Method in class org.osgi.service.resolver.ResolveContext
Returns the subset of required wires that provide wires to capabilities which substitute capabilities of the wiring.
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.
getThreadInfo() - Method in interface org.osgi.service.log.LogEntry
Returns a string representing the thread which created this LogEntry object.
getThrowable() - Method in class org.osgi.framework.FrameworkEvent
Returns the exception related to this event.
getTime() - Method in interface org.osgi.service.log.LogEntry
Returns the value of currentTimeMillis() at the time this LogEntry object was created.
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.
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.
getType() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the fully qualified class name of the condition represented by this ConditionInfo.
getType() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the fully qualified class name of the permission represented by this PermissionInfo.
getTypes() - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the special types of this bundle revision.
getUnresolvedRequirements() - Method in exception org.osgi.service.resolver.ResolutionException
Return the unresolved requirements, if any, for this exception.
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.osgi.framework.ServicePermission.Properties.Entry
 
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.
getWiring() - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the bundle wiring which is using this bundle revision.
getWirings() - Method in class org.osgi.service.resolver.ResolveContext
Returns the wirings for existing resolved resources.
GreaterEqual(String, String) - Constructor for class org.osgi.framework.FilterImpl.GreaterEqual
 

H

hash - Variable in class org.osgi.framework.Version
 
hash - Variable in class org.osgi.framework.VersionRange
 
hashCode() - Method in class org.osgi.framework.AdaptPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.AdminPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.BundlePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.CapabilityPermission
Returns the hash code value for this object.
hashCode() - Method in interface org.osgi.framework.Filter
Returns the hashCode for this Filter.
hashCode() - Method in class org.osgi.framework.FilterImpl
Returns the hashCode for this Filter.
hashCode() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Returns the hash code for this ListenerInfo.
hashCode() - Method in class org.osgi.framework.PackagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.ServicePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.ServicePermission.Properties.Entry
 
hashCode() - Method in class org.osgi.framework.SignerProperty
Since the equals method does not obey the general equals contract, this method cannot generate hash codes which obey the equals contract.
hashCode() - Method in class org.osgi.framework.Version
Returns a hash code value for the object.
hashCode() - Method in class org.osgi.framework.VersionRange
Returns a hash code value for the object.
hashCode() - Method in interface org.osgi.resource.Capability
Returns the hashCode of this Capability.
hashCode() - Method in interface org.osgi.resource.Requirement
Returns the hashCode of this Requirement.
hashCode() - Method in interface org.osgi.resource.Resource
Returns the hashCode of this Resource.
hashCode() - Method in interface org.osgi.resource.Wire
Returns the hashCode of this Wire.
hashCode() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the hash code value for this object.
hashCode(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hashCode(URL).
hashCode(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
hasNext() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntryIterator
 
hasNext() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
 
hasPermission(Object) - Method in interface org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.
helpers - Static variable in class org.osgi.framework.FrameworkUtil
 
HOST - Static variable in class org.osgi.framework.BundlePermission
The action string host.
HOST_NAMESPACE - Static variable in class org.osgi.framework.namespace.HostNamespace
Namespace name for host capabilities and requirements.
HOST_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
Namespace for host capabilities and requirements.
HostedCapability - Interface in org.osgi.service.resolver
A capability hosted by a resource.
HostNamespace - Class in org.osgi.framework.namespace
Host Capability and Requirement Namespace.
HostNamespace() - Constructor for class org.osgi.framework.namespace.HostNamespace
 
hostsEqual(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hostsEqual.
hostsEqual(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 

I

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.
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
 
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.
implies(LogLevel) - Method in enum org.osgi.service.log.LogLevel
Returns whether this log level implies the specified log level.
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.
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
Deprecated.
As of 1.2.
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.
info(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.INFO level.
info(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.INFO level.
info(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.INFO level.
info(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.INFO level.
info(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
Perform the specified operation if logging enabled for the LogLevel.INFO level.
INFO - Enum constant in enum org.osgi.service.log.LogLevel
Info – Information about normal operation.
INFO - Static variable in class org.osgi.framework.FrameworkEvent
An informational event has occurred.
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(File, Map<String, String>) - Method in interface org.osgi.framework.connect.ModuleConnector
Initializes this ModuleConnector with the framework persistent storage file and framework properties configured for a Framework instance.
insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.osgi.service.resolver.ResolveContext
Add a HostedCapability to the list of capabilities returned from ResolveContext.findProviders(Requirement).
installBundle(String) - Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified location identifier.
installBundle(String, InputStream) - Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified InputStream object.
INSTALLED - Static variable in interface org.osgi.framework.Bundle
The bundle is installed but not yet resolved.
INSTALLED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been installed.
INSTALLING - Static variable in interface org.osgi.framework.hooks.bundle.CollisionHook
Specifies a bundle install operation is being performed.
INSTANCE - Static variable in interface org.osgi.service.condition.Condition
A condition instance that can be used to register Condition services.
INTENT_ASYNC - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Service implementations that support Asynchronous Remote Services as defined for the osgi.async intent.
INTENT_BASIC - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Services implementations that support Basic Remote Services as defined for the osgi.basic intent.
INTENT_CONFIDENTIAL - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Service implementation that provide confidential communications as defined for the osgi.confidential intent.
INTENT_PRIVATE - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Service implementations that provide private communications as defined for the osgi.private intent.
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.
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.
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.
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.
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 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.
isCurrent() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is the current bundle wiring.
isDebugEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.DEBUG level?
isEffective(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Test if a given requirement should be wired in the resolve operation.
isEmpty() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
isEmpty() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
isEmpty() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 
isEmpty() - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
isEmpty() - Method in class org.osgi.framework.VersionRange
Returns whether this version range is empty.
isEmpty() - Method in interface org.osgi.service.log.admin.LoggerContext
Returns whether the configuration of this Logger Context 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.
isErrorEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.ERROR level?
isExact() - Method in class org.osgi.framework.VersionRange
Returns whether this version range contains only a single version.
isInfoEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.INFO level?
isInUse() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is in use.
isMutable() - Method in class org.osgi.service.condpermadmin.BooleanCondition
 
isMutable() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is mutable.
isPersistentlyStarted() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
Returns whether the bundle's autostart setting indicates it must be started.
isPostponed() - Method in class org.osgi.service.condpermadmin.BooleanCondition
 
isPostponed() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the evaluation must be postponed until the end of the permission check.
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 interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Return the state of the listener for this addition and removal life cycle.
isSatisfied() - Method in class org.osgi.service.condpermadmin.BooleanCondition
 
isSatisfied() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is satisfied.
isSatisfied(Condition[], Dictionary<Object, Object>) - Method in class org.osgi.service.condpermadmin.BooleanCondition
 
isSatisfied(Condition[], Dictionary<Object, Object>) - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the specified set of Condition objects are satisfied.
isTraceEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.TRACE level?
isWarnEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.WARN level?
isWeavingComplete() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns whether weaving is complete in this woven class.
Item(String) - Constructor for class org.osgi.framework.FilterImpl.Item
 
iterator() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
iterator() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 

K

k - Variable in class org.osgi.framework.ServicePermission.Properties.Entry
 
key - Variable in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntryIterator
 
key - Variable in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
 
KeyIterator() - Constructor for class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
 
keys - Variable in class org.osgi.framework.FilterImpl.CaseInsensitiveMap
 
keys - Variable in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntryIterator
 
keys - Variable in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
 
keys() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
keys() - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
keySet() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
KeySet() - Constructor for class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 

L

lastModified - Variable in class org.osgi.framework.dto.BundleDTO
The time when the bundle was last modified.
LAZY_ACTIVATION - Static variable in class org.osgi.framework.BundleEvent
The bundle will be lazily activated.
left - Variable in class org.osgi.framework.VersionRange
 
LEFT_CLOSED - Static variable in class org.osgi.framework.VersionRange
The left endpoint is closed and is included in the range.
LEFT_CLOSED_DELIMITER - Static variable in class org.osgi.framework.VersionRange
 
LEFT_DELIMITERS - Static variable in class org.osgi.framework.VersionRange
 
LEFT_OPEN - Static variable in class org.osgi.framework.VersionRange
The left endpoint is open and is excluded from the range.
LEFT_OPEN_DELIMITER - Static variable in class org.osgi.framework.VersionRange
 
leftClosed - Variable in class org.osgi.framework.VersionRange
 
LessEqual(String, String) - Constructor for class org.osgi.framework.FilterImpl.LessEqual
 
LIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
The action string lifecycle.
LISTENER - Static variable in class org.osgi.framework.AdminPermission
The action string listener.
listenerFilter - Variable in class org.osgi.util.tracker.ServiceTracker
Filter string for use when adding the ServiceListener.
ListenerHook - Interface in org.osgi.framework.hooks.service
OSGi Framework Service Listener Hook Service.
ListenerHook.ListenerInfo - Interface in org.osgi.framework.hooks.service
Information about a Service Listener.
listResources(String, String, int) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the names of resources visible to this bundle wiring's class loader.
LISTRESOURCES_LOCAL - Static variable in interface org.osgi.framework.wiring.BundleWiring
The list resource names operation must limit the result to the names of matching resources contained in this bundle wiring's bundle revision and its attached fragment revisions.
LISTRESOURCES_RECURSE - Static variable in interface org.osgi.framework.wiring.BundleWiring
The list resource names operation must recurse into subdirectories.
loadClass(String) - Method in interface org.osgi.framework.Bundle
Loads the specified class using this bundle's class loader.
log(int, String) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
log(ServiceReference<?>, int, String) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
log(ServiceReference<?>, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.DEBUG.
LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.ERROR.
LOG_INFO - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.INFO.
LOG_SERVICE_ID - Static variable in interface org.osgi.service.log.admin.LoggerAdmin
Logger Admin service property to associate the Logger Admin service with a LoggerFactory service.
LOG_WARNING - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.WARN.
LogEntry - Interface in org.osgi.service.log
Provides methods to access the information contained in an individual Log Service log entry.
logged(LogEntry) - Method in interface org.osgi.service.log.LogListener
Listener method called for each LogEntry object created.
Logger - Interface in org.osgi.service.log
Provides methods for bundles to write messages to the log using SLF4J-style format strings.
LOGGER_CONTEXT_DEFAULT_LOGLEVEL - Static variable in interface org.osgi.service.log.admin.LoggerContext
Framework launching property specifying the default log level of the root Logger Context.
LOGGER_CONTEXT_PID - Static variable in interface org.osgi.service.log.admin.LoggerContext
Logger Context PID.
LoggerAdmin - Interface in org.osgi.service.log.admin
LoggerAdmin service for configuring loggers.
LoggerConsumer<E extends Exception> - Interface in org.osgi.service.log
An operation that accepts a Logger argument and produces no result.
LoggerContext - Interface in org.osgi.service.log.admin
Logger Context for a bundle.
LoggerFactory - Interface in org.osgi.service.log
Logger Factory service for logging information.
LogLevel - Enum in org.osgi.service.log
Log Levels.
LogLevel() - Constructor for enum org.osgi.service.log.LogLevel
 
LogListener - Interface in org.osgi.service.log
Subscribes to LogEntry objects from the LogReaderService.
LogReaderService - Interface in org.osgi.service.log
LogReaderService for obtaining logging information.
LogService - Interface in org.osgi.service.log
LogService for logging information.

M

major - Variable in class org.osgi.framework.Version
 
MANDATORY_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive identifying names of matching attributes which must be specified by matching Import-Package statements in the Export-Package manifest header.
MANIFEST_ERROR - Static variable in exception org.osgi.framework.BundleException
The bundle manifest was in error.
map - Variable in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
MapAsDictionary(Map<? extends K, ? extends V>) - Constructor for class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
mask - Variable in class org.osgi.util.tracker.BundleTracker
State mask for bundles being tracked.
match(String, List<String>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
Matches a distinguished name chain against a pattern of a distinguished name chain.
match(Dictionary<String, ?>) - Method in interface org.osgi.framework.Filter
Filter using a Dictionary with case insensitive key lookup.
match(Dictionary<String, ?>) - Method in class org.osgi.framework.FilterImpl
Filter using a Dictionary with case insensitive key lookup.
match(ServiceReference<?>) - Method in interface org.osgi.framework.Filter
Filter using a service's properties.
match(ServiceReference<?>) - Method in class org.osgi.framework.FilterImpl
Filter using a service's properties.
matchCase(Dictionary<String, ?>) - Method in interface org.osgi.framework.Filter
Filter using a Dictionary.
matchCase(Dictionary<String, ?>) - Method in class org.osgi.framework.FilterImpl
Filter using a Dictionary.
matchDistinguishedNameChain(String, List<String>) - Static method in class org.osgi.framework.FrameworkUtil
Match a Distinguished Name (DN) chain against a pattern.
matches(Map<String, ?>) - Method in interface org.osgi.framework.Filter
Filter using a Map.
matches(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl
Filter using a Map.
matches(BundleCapability) - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns whether the specified capability matches this requirement.
matches0(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl.And
 
matches0(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl.Item
 
matches0(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl
 
matches0(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl.Not
 
matches0(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl.Or
 
matches0(Map<String, ?>) - Method in class org.osgi.framework.FilterImpl.Present
 
MAX_LENGTH - Static variable in class org.osgi.dto.DTO
 
message(String, String) - Static method in exception org.osgi.framework.InvalidSyntaxException
Return message string for super constructor.
METADATA - Static variable in class org.osgi.framework.AdminPermission
The action string metadata.
micro - Variable in class org.osgi.framework.Version
 
minor - Variable in class org.osgi.framework.Version
 
MINUS_WILDCARD - Static variable in class org.osgi.framework.FrameworkUtil.DNChainMatching
 
modified() - Method in class org.osgi.util.tracker.AbstractTracked
Increment the modification count.
modified() - Method in class org.osgi.util.tracker.ServiceTracker
Called by the Tracked object whenever the set of tracked services is modified.
modified() - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
Increment the tracking count and tell the tracker there was a modification.
modified(WovenClass) - Method in interface org.osgi.framework.hooks.weaving.WovenClassListener
Receives notification that a woven class has completed a state transition.
MODIFIED - Static variable in class org.osgi.framework.ServiceEvent
The properties of a registered service have been modified.
MODIFIED_ENDMATCH - Static variable in class org.osgi.framework.ServiceEvent
The properties of a registered service have been modified and the new properties no longer match the listener's filter.
modifiedBundle(Bundle, BundleEvent, T) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.modifiedBundle method.
modifiedBundle(Bundle, BundleEvent, T) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been modified.
modifiedService(ServiceReference<S>, T) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.modifiedService method.
modifiedService(ServiceReference<S>, T) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been modified.
ModuleConnector - Interface in org.osgi.framework.connect
A ModuleConnector provides connections to instances of ConnectModule that are used by a Framework instance to connect installed bundles locations with content provided by the ModuleConnector.

N

name - Variable in class org.osgi.service.permissionadmin.PermissionInfo
 
namespace - Variable in class org.osgi.resource.dto.CapabilityDTO
The namespace for the capability.
namespace - Variable in class org.osgi.resource.dto.RequirementDTO
The namespace for the requirement.
Namespace - Class in org.osgi.resource
Capability and Requirement Namespaces base class.
Namespace() - Constructor for class org.osgi.resource.Namespace
Protected constructor for Namespace sub-types.
NATIVE_NAMESPACE - Static variable in class org.osgi.framework.namespace.NativeNamespace
Namespace name for native capabilities and requirements.
NATIVECODE_ERROR - Static variable in exception org.osgi.framework.BundleException
The bundle could not be resolved due to an error with the Bundle-NativeCode header.
NativeNamespace - Class in org.osgi.framework.namespace
Native Capability and Requirement Namespace.
NativeNamespace() - Constructor for class org.osgi.framework.namespace.NativeNamespace
 
newBundleActivator() - Method in interface org.osgi.framework.connect.ModuleConnector
Creates a new activator for this ModuleConnector.
newConditionalPermissionInfo(String) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Creates a new ConditionalPermissionInfo from the specified encoded ConditionalPermissionInfo string suitable for insertion into a ConditionalPermissionUpdate.
newConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[], String) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Creates a new ConditionalPermissionInfo with the specified fields suitable for insertion into a ConditionalPermissionUpdate.
newConditionalPermissionUpdate() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Creates a new update for the Conditional Permission Table.
newFramework(Map<String, String>) - Method in interface org.osgi.framework.launch.FrameworkFactory
Create a new Framework instance.
newFramework(Map<String, String>, ModuleConnector) - Method in interface org.osgi.framework.connect.ConnectFrameworkFactory
Create a new Framework instance using the specified module connector.
newPermissionCollection() - Method in class org.osgi.framework.AdaptPermission
Returns a new PermissionCollection object suitable for storing AdaptPermission objects.
newPermissionCollection() - Method in class org.osgi.framework.AdminPermission
Returns a new PermissionCollection object suitable for storing AdminPermissions.
newPermissionCollection() - Method in class org.osgi.framework.BundlePermission
Returns a new PermissionCollection object suitable for storing BundlePermission objects.
newPermissionCollection() - Method in class org.osgi.framework.CapabilityPermission
Returns a new PermissionCollection object for storing CapabilityPermission objects.
newPermissionCollection() - Method in class org.osgi.framework.PackagePermission
Returns a new PermissionCollection object suitable for storing PackagePermission objects.
newPermissionCollection() - Method in class org.osgi.framework.ServicePermission
Returns a new PermissionCollection object for storing ServicePermission objects.
next() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntryIterator
 
next() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
 
NodeDTO() - Constructor for class org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
 
nodes - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
The set of wiring nodes referenced by the wiring graph.
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.And
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.Approx
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.Equal
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.GreaterEqual
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.LessEqual
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl
Returns this Filter's normalized filter string.
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.Not
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.Or
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.Present
 
normalize(StringBuilder) - Method in class org.osgi.framework.FilterImpl.Substring
 
Not(FilterImpl) - Constructor for class org.osgi.framework.FilterImpl.Not
 

O

objectClass - Variable in class org.osgi.framework.ServicePermission
The object classes for this ServicePermission.
OBJECTCLASS - Static variable in interface org.osgi.framework.Constants
Service property identifying all of the class names under which a service was registered in the Framework.
onCancel(Runnable) - Method in class org.osgi.service.resolver.ResolveContext
Registers a callback with the resolve context that is associated with the currently running resolve operation.
open() - Method in interface org.osgi.framework.connect.ConnectContent
Opens this ConnectContent.
open() - Method in class org.osgi.util.tracker.BundleTracker
Open this BundleTracker and begin tracking bundles.
open() - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
open(boolean) - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
openConnection(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
 
openConnection(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
operand - Variable in class org.osgi.framework.FilterImpl.Not
 
operands - Variable in class org.osgi.framework.FilterImpl.And
 
operands - Variable in class org.osgi.framework.FilterImpl.Or
 
Or(FilterImpl[]) - Constructor for class org.osgi.framework.FilterImpl.Or
 
org.osgi.dto - package org.osgi.dto
OSGi Data Transfer Object Package Version 1.1.
org.osgi.framework - package org.osgi.framework
Framework Package Version 1.10.
org.osgi.framework.connect - package org.osgi.framework.connect
Framework Connect Package Version 1.0.
org.osgi.framework.dto - package org.osgi.framework.dto
OSGi Data Transfer Object Framework Package Version 1.8.
org.osgi.framework.hooks.bundle - package org.osgi.framework.hooks.bundle
Framework Bundle Hooks Package Version 1.1.
org.osgi.framework.hooks.resolver - package org.osgi.framework.hooks.resolver
Framework Resolver Hooks Package Version 1.0.
org.osgi.framework.hooks.service - package org.osgi.framework.hooks.service
Framework Service Hooks Package Version 1.1.
org.osgi.framework.hooks.weaving - package org.osgi.framework.hooks.weaving
Framework Weaving Hooks Package Version 1.1.
org.osgi.framework.launch - package org.osgi.framework.launch
Framework Launch Package Version 1.2.
org.osgi.framework.namespace - package org.osgi.framework.namespace
Namespace Package Version 1.2.
org.osgi.framework.startlevel - package org.osgi.framework.startlevel
Framework Start Level Package Version 1.0.
org.osgi.framework.startlevel.dto - package org.osgi.framework.startlevel.dto
OSGi Data Transfer Object Framework Start Level Package Version 1.0.
org.osgi.framework.wiring - package org.osgi.framework.wiring
Framework Wiring Package Version 1.2.
org.osgi.framework.wiring.dto - package org.osgi.framework.wiring.dto
OSGi Data Transfer Object Framework Wiring Package Version 1.3.
org.osgi.resource - package org.osgi.resource
Resource Package Version 1.0.
org.osgi.resource.dto - package org.osgi.resource.dto
OSGi Data Transfer Object Resource Package Version 1.0.
org.osgi.service.condition - package org.osgi.service.condition
Condition Service Package Version 1.0.
org.osgi.service.condpermadmin - package org.osgi.service.condpermadmin
Conditional Permission Admin Package Version 1.1.
org.osgi.service.log - package org.osgi.service.log
Log Service Package Version 1.5.
org.osgi.service.log.admin - package org.osgi.service.log.admin
Log Admin Package Version 1.0.
org.osgi.service.packageadmin - package org.osgi.service.packageadmin
Package Admin Package Version 1.2.
org.osgi.service.permissionadmin - package org.osgi.service.permissionadmin
Permission Admin Package Version 1.2.
org.osgi.service.resolver - package org.osgi.service.resolver
Resolver Service Package Version 1.1.
org.osgi.service.startlevel - package org.osgi.service.startlevel
Start Level Package Version 1.1.
org.osgi.service.url - package org.osgi.service.url
URL Stream and Content Handlers Package Version 1.0.
org.osgi.util.tracker - package org.osgi.util.tracker
Tracker Package Version 1.5.
origin - Variable in class org.osgi.framework.BundleEvent
Bundle that was the origin of the event.

P

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_SPECIFICATION_VERSION - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.3. This has been replaced by Constants.VERSION_ATTRIBUTE.
PackageAdmin - Interface in org.osgi.service.packageadmin
Deprecated.
This service has been replaced by the org.osgi.framework.wiring package.
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, int) - Constructor for class org.osgi.framework.PackagePermission
Package private constructor used by PackagePermissionCollection.
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.
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.
parse() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_and() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_attr() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_filter() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_filtercomp() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_item() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_not() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_or() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_substring() - Method in class org.osgi.framework.FilterImpl.Parser
 
parse_value() - Method in class org.osgi.framework.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.
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.
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.
parseInt(String, String) - Static method in class org.osgi.framework.Version
Parse numeric component into an int.
Parser(String) - Constructor for class org.osgi.framework.FilterImpl.Parser
 
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
 
PermissionAdmin - Interface in org.osgi.service.permissionadmin
The Permission Admin service allows management agents to manage the permissions of bundles.
PermissionInfo - Class in org.osgi.service.permissionadmin
Permission representation used by the Permission Admin service.
PermissionInfo(String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo object from the specified encoded PermissionInfo string.
PermissionInfo(String, String, String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo from the specified type, name, and actions.
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.
pos - Variable in class org.osgi.framework.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 "*".
Present(String) - Constructor for class org.osgi.framework.FilterImpl.Present
 
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 - 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 - Variable in class org.osgi.framework.ServicePermission.Properties
 
Properties(Map<String, Object>, Map<String, Object>) - Constructor for class org.osgi.framework.CapabilityPermission.Properties
 
Properties(Map<String, Object>, ServiceReference<?>) - Constructor for class org.osgi.framework.ServicePermission.Properties
 
PrototypeServiceFactory<S> - Interface in org.osgi.framework
A factory for prototype scope services.
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.
put(K, V) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
put(K, V) - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 

Q

qualifier - Variable in class org.osgi.framework.Version
 

R

rdnmatch(List<?>, List<?>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
Check the name/value pairs of the rdn against the pattern.
READ_ERROR - Static variable in exception org.osgi.framework.BundleException
The framework received an error while reading the input stream for a bundle.
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
 
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.FilterImpl.ServiceReferenceMap
 
reference - Variable in class org.osgi.framework.ServiceEvent
Reference to the service that had a change occur in its lifecycle.
refreshBundles(Collection<Bundle>, FrameworkListener...) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Refreshes the specified bundles.
refreshPackages(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Forces the update (replacement) or removal of packages exported by the specified bundles.
REGISTER - Static variable in class org.osgi.framework.ServicePermission
The action string register.
REGISTERED - Static variable in class org.osgi.framework.ServiceEvent
This service has been registered.
registerService(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.
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(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.
REJECTED_BY_HOOK - Static variable in exception org.osgi.framework.BundleException
A framework hook rejected the operation.
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() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntryIterator
 
remove() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
 
remove(Object) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
remove(Object) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 
remove(Object) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
remove(Object) - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
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.
removeBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified BundleListener object from the context bundle's list of listeners.
removed(Collection<ListenerHook.ListenerInfo>) - Method in interface org.osgi.framework.hooks.service.ListenerHook
Removed listeners hook method.
removedBundle(Bundle, BundleEvent, T) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.removedBundle method.
removedBundle(Bundle, BundleEvent, T) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been removed.
removedService(ServiceReference<S>, T) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.removedService method.
removedService(ServiceReference<S>, T) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been removed.
removeFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified FrameworkListener object from the context bundle's list of listeners.
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
removeServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified ServiceListener object from the context bundle's list of listeners.
REQUIRE - Static variable in class org.osgi.framework.BundlePermission
The action string require.
REQUIRE - Static variable in class org.osgi.framework.CapabilityPermission
The action string require.
REQUIRE_BUNDLE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the symbolic names of other bundles required by the bundle.
REQUIRE_CAPABILITY - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the capabilities on which the bundle depends.
RequiredBundle - Interface in org.osgi.service.packageadmin
Deprecated.
The PackageAdmin service has been replaced by the org.osgi.framework.wiring package.
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.
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 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.
ResolutionException - Exception in org.osgi.service.resolver
Indicates failure to resolve a set of requirements.
ResolutionException(String) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified message.
ResolutionException(String, Throwable, Collection<Requirement>) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified message, cause and unresolved requirements.
ResolutionException(Throwable) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified cause.
resolve(ResolveContext) - Method in interface org.osgi.service.resolver.Resolver
Resolve the specified resolve context and return any new resources and wires to the caller.
RESOLVE - Static variable in class org.osgi.framework.AdminPermission
The action string resolve.
RESOLVE_ERROR - Static variable in exception org.osgi.framework.BundleException
The bundle was not resolved.
resolveBundles(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Resolves the specified bundles.
resolveBundles(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Deprecated.
Resolve the specified bundles.
ResolveContext - Class in org.osgi.service.resolver
A resolve context provides resources, options and constraints to the potential solution of a resolve operation.
ResolveContext() - Constructor for class org.osgi.service.resolver.ResolveContext
 
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.
resolveDynamic(ResolveContext, Wiring, Requirement) - Method in interface org.osgi.service.resolver.Resolver
Resolves a given requirement dynamically for the given host wiring using the given resolve context and return any new resources and wires to the caller.
Resolver - Interface in org.osgi.service.resolver
A resolver service resolves the specified resources in the context supplied by the caller.
ResolverHook - Interface in org.osgi.framework.hooks.resolver
OSGi Framework Resolver Hook instances are obtained from the OSGi Framework Resolver Hook Factory service.
ResolverHookFactory - Interface in org.osgi.framework.hooks.resolver
OSGi Framework Resolver Hook Factory Service.
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.
RESOURCE - Static variable in class org.osgi.framework.AdminPermission
The action string resource.
ResourceDTO - Class in org.osgi.resource.dto
Data Transfer Object for a Resource.
ResourceDTO() - Constructor for class org.osgi.resource.dto.ResourceDTO
 
resources - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
The set of resources referenced by the wiring graph.
resources - Variable in class org.osgi.framework.wiring.dto.FrameworkWiringDTO
The set of resources referenced by the wiring graph of the framework.
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
 
root - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO
The identifier of the root wiring node of the bundle wiring graph.
ROOT_LOGGER_NAME - Static variable in interface org.osgi.service.log.Logger
Root Logger Name.

S

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
 
satisfied - Variable in class org.osgi.service.condpermadmin.BooleanCondition
 
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.
SECURITY_ERROR - Static variable in exception org.osgi.framework.BundleException
The operation failed due to insufficient permissions.
SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute is used for selection by filtering based upon system properties.
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 class org.osgi.framework.FrameworkUtil.DictionaryAsMap.Entry
 
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
 
serialVersionUID - Static variable in exception org.osgi.service.resolver.ResolutionException
 
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 property identifying the bundle id of the bundle registering the service.
SERVICE_CHANGECOUNT - Static variable in interface org.osgi.framework.Constants
Service property identifying the monotonically increasing change count of a service.
SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's description.
SERVICE_EXPORTED_CONFIGS - Static variable in interface org.osgi.framework.Constants
Service property identifying the configuration types that should be used to export the service.
SERVICE_EXPORTED_INTENTS - Static variable in interface org.osgi.framework.Constants
Service property identifying the intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTENTS_EXTRA - Static variable in interface org.osgi.framework.Constants
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTERFACES - Static variable in interface org.osgi.framework.Constants
Service property marking the service for export.
SERVICE_ID - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's registration number.
SERVICE_IMPORTED - Static variable in interface org.osgi.framework.Constants
Service property identifying the service as imported.
SERVICE_IMPORTED_CONFIGS - Static variable in interface org.osgi.framework.Constants
Service property identifying the configuration types used to import the service.
SERVICE_INTENTS - Static variable in interface org.osgi.framework.Constants
Service property identifying the intents that this service implements.
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_VENDOR - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's vendor.
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) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message.
ServiceException(String, int) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message and type.
ServiceException(String, int, Throwable) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message, type and exception cause.
ServiceException(String, Throwable) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message and exception cause.
ServiceFactory<S> - Interface in org.osgi.framework
A factory for bundle scope services.
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.
ServicePermission - Class in org.osgi.framework
A bundle's authority to register or get a service.
ServicePermission(String, int) - Constructor for class org.osgi.framework.ServicePermission
Package private constructor used by ServicePermissionCollection.
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.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.
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
 
ServiceReferenceMap(ServiceReference<?>) - Constructor for class org.osgi.framework.FilterImpl.ServiceReferenceMap
 
ServiceRegistration<S> - Interface in org.osgi.framework
A registered service.
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, Class<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class.
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, ServiceReference<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference .
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.
setAccessible(AccessibleObject) - Static method in class org.osgi.framework.FilterImpl.Equal
 
setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated.
Assign a start level value to the specified Bundle.
setBytes(byte[]) - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Set the class file bytes to be used to define the named class.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
setDefaultPermissions(PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
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 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.
setLogLevels(Map<String, LogLevel>) - Method in interface org.osgi.service.log.admin.LoggerContext
Configure the log levels for this Logger Context.
setPermissions(String, PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
setProperties(Dictionary<String, ?>) - Method in interface org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setStartLevel(int) - Method in interface org.osgi.framework.startlevel.BundleStartLevel
Assign a start level value to the bundle.
setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated.
Modify the active start level of the Framework.
setStartLevel(int, FrameworkListener...) - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
Modify the active start level of the Framework and notify when complete.
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.AdaptPermission
Called by constructors and when deserialized.
setTransients(Filter, int) - Method in class org.osgi.framework.AdminPermission
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) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Deprecated.
This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
Deprecated.
This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in 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, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
 
setValue(Object) - Method in class org.osgi.framework.ServicePermission.Properties.Entry
 
setValue(V) - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.Entry
 
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.
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.osgi.framework.FrameworkUtil.DictionaryAsMap.EntrySet
 
size() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeySet
 
size() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
size() - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
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.
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() - Method in class org.osgi.framework.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 interface org.osgi.framework.Bundle
Starts this bundle with no options.
start() - Method in interface org.osgi.framework.launch.Framework
Start this Framework.
start(int) - Method in interface org.osgi.framework.Bundle
Starts this bundle.
start(int) - Method in interface org.osgi.framework.launch.Framework
Start this Framework.
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_ACTIVATION_POLICY - Static variable in interface org.osgi.framework.Bundle
The bundle start operation must activate the bundle according to the bundle's declared activation policy.
START_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle start operation is transient and the persistent autostart setting of the bundle is not modified.
START_TRANSIENT_ERROR - Static variable in exception org.osgi.framework.BundleException
The start transient operation failed because the start level of the bundle is greater than the current framework start level
STARTED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been started.
STARTED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has started.
STARTING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of starting.
STARTING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to be activated.
startLevel - 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
Deprecated.
This service has been replaced by the org.osgi.framework.startlevel package.
STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
The action string startlevel.
STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
A FrameworkStartLevel.setStartLevel operation has completed.
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.
stop() - Method in interface org.osgi.framework.Bundle
Stops this bundle with no options.
stop() - Method in interface org.osgi.framework.launch.Framework
Stop this Framework.
stop(int) - Method in interface org.osgi.framework.Bundle
Stops this bundle.
stop(int) - Method in interface org.osgi.framework.launch.Framework
Stop this Framework.
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_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.
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
Deprecated.
As of 1.10.
STOPPED_SYSTEM_REFRESHED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has stopped and the framework requires a new class loader to restart.
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.
SUBCLASSED - Static variable in exception org.osgi.framework.ServiceException
The exception is a subclass of ServiceException.
Substring(String, String[]) - Constructor for class org.osgi.framework.FilterImpl.Substring
 
substrings - Variable in class org.osgi.framework.FilterImpl.Substring
 
SUPPORTS_BOOTCLASSPATH_EXTENSION - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.10.
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.
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.
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.osgi.framework.Constants
Alias for the symbolic name of the OSGi system bundle .

T

TAG_OSGI_CONNECT - Static variable in interface org.osgi.framework.connect.ConnectContent
The osgi.identity tags attribute value used by the framework to tag connect bundle revisions.
throwable - Variable in class org.osgi.framework.FrameworkEvent
Exception related to the event.
toExternalForm(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.toExternalForm.
toExternalForm(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
toFilterString(String) - Method in class org.osgi.framework.VersionRange
Returns the filter string for this version range using the specified attribute name.
toString() - Method in class org.osgi.dto.DTO
Return a string representation of this DTO suitable for use when debugging.
toString() - Method in interface org.osgi.framework.Filter
Returns this Filter's filter string.
toString() - Method in class org.osgi.framework.FilterImpl
Returns this Filter's filter string.
toString() - Method in class org.osgi.framework.FrameworkUtil.DictionaryAsMap
 
toString() - Method in class org.osgi.framework.FrameworkUtil.MapAsDictionary
 
toString() - Method in class org.osgi.framework.ServicePermission.Properties.Entry
 
toString() - Method in class org.osgi.framework.Version
Returns the string representation of this version identifier.
toString() - Method in class org.osgi.framework.VersionRange
Returns the string representation of this version range.
toString() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the string representation of this ConditionalPermissionInfo.
toString() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the string representation of this ConditionInfo.
toString() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the string representation of this PermissionInfo.
toString(List<?>) - Static method in class org.osgi.framework.FrameworkUtil.DNChainMatching
 
toString0() - Method in class org.osgi.framework.Version
Internal toString behavior
trace(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.TRACE level.
trace(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.TRACE level.
trace(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.TRACE level.
trace(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.TRACE level.
trace(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
Perform the specified operation if logging enabled for the LogLevel.TRACE level.
TRACE - Enum constant in enum org.osgi.service.log.LogLevel
Trace level – Large volume of output for tracing operations.
track(S, R) - Method in class org.osgi.util.tracker.AbstractTracked
Begin to track an item.
trackAdding(S, R) - Method in class org.osgi.util.tracker.AbstractTracked
Common logic to add an item to the tracker used by track and trackInitial.
trackClass - Variable in class org.osgi.util.tracker.ServiceTracker
Class name to be tracked.
tracked - Variable in class org.osgi.util.tracker.AbstractTracked
Map of tracked items to customized objects.
tracked - Variable in class org.osgi.util.tracker.BundleTracker
Tracked bundles: Bundle object -> customized Object and BundleListener object
tracked - Variable in class org.osgi.util.tracker.ServiceTracker
Tracked services: ServiceReference -> customized Object and ServiceListener object
tracked() - Method in class org.osgi.util.tracker.BundleTracker
Accessor method for the current Tracked object.
tracked() - Method in class org.osgi.util.tracker.ServiceTracker
Accessor method for the current Tracked object.
Tracked() - Constructor for class org.osgi.util.tracker.BundleTracker.Tracked
Tracked constructor.
Tracked() - Constructor for class org.osgi.util.tracker.ServiceTracker.Tracked
Tracked constructor.
trackingCount - Variable in class org.osgi.util.tracker.AbstractTracked
Modification count.
trackInitial() - Method in class org.osgi.util.tracker.AbstractTracked
Track the initial list of items.
trackReference - Variable in class org.osgi.util.tracker.ServiceTracker
Reference to be tracked.
TRANSFORMED - Static variable in interface org.osgi.framework.hooks.weaving.WovenClass
The woven class has been transformed.
TRANSFORMING - Static variable in interface org.osgi.framework.hooks.weaving.WovenClass
The woven class is being transformed.
TRANSFORMING_FAILED - Static variable in interface org.osgi.framework.hooks.weaving.WovenClass
The woven class failed to transform.
TRUE - Static variable in interface org.osgi.service.condpermadmin.Condition
A Condition object that will always evaluate to true and that is never postponed.
type - Variable in class org.osgi.framework.BundleEvent
Type of bundle lifecycle change.
type - Variable in exception org.osgi.framework.BundleException
Type of bundle exception.
type - Variable in class org.osgi.framework.FrameworkEvent
Type of event.
type - Variable in class org.osgi.framework.ServiceEvent
Type of service lifecycle change.
type - Variable in exception org.osgi.framework.ServiceException
Type of service exception.
type - Variable in class org.osgi.framework.wiring.dto.BundleRevisionDTO
The type of the bundle revision.
type - Variable in class org.osgi.service.condpermadmin.ConditionInfo
 
type - Variable in class org.osgi.service.permissionadmin.PermissionInfo
 
TYPE_BUNDLE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as an OSGi bundle.
TYPE_FRAGMENT - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as an OSGi fragment.
TYPE_FRAGMENT - Static variable in interface org.osgi.framework.wiring.BundleRevision
Bundle revision type indicating the bundle revision is a fragment.
TYPE_UNKNOWN - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as unknown.

U

unescapeString(char[], int, int) - Static method in class org.osgi.service.condpermadmin.ConditionInfo
Takes an encoded character array and decodes it into a new String.
unescapeString(char[], int, int) - Static method in class org.osgi.service.permissionadmin.PermissionInfo
Takes an encoded character array and decodes it into a new String.
UnfilteredServiceListener - Interface in org.osgi.framework
A ServiceEvent listener that does not filter based upon any filter string specified to BundleContext.addServiceListener(ServiceListener, String).
ungetService(Bundle, ServiceRegistration<S>, S) - Method in interface org.osgi.framework.PrototypeServiceFactory
Releases a service object customized for a caller.
ungetService(Bundle, ServiceRegistration<S>, S) - Method in interface org.osgi.framework.ServiceFactory
Releases a service object customized for a bundle.
ungetService(ServiceReference<?>) - Method in interface org.osgi.framework.BundleContext
Releases the service object for the service referenced by the specified ServiceReference object.
ungetService(S) - Method in interface org.osgi.framework.ServiceObjects
Releases a service object for the associated service.
uninstall() - Method in interface org.osgi.framework.Bundle
Uninstalls this bundle.
uninstall() - Method in interface org.osgi.framework.launch.Framework
The Framework cannot be uninstalled.
UNINSTALLED - Static variable in interface org.osgi.framework.Bundle
The bundle is uninstalled and may not be used.
UNINSTALLED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been uninstalled.
unregister() - Method in interface org.osgi.framework.ServiceRegistration
Unregisters a service.
UNREGISTERED - Static variable in exception org.osgi.framework.ServiceException
The service has been unregistered.
UNREGISTERING - Static variable in class org.osgi.framework.ServiceEvent
This service is in the process of being unregistered.
UNRESOLVED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been unresolved.
unresolvedRequirements - Variable in exception org.osgi.service.resolver.ResolutionException
 
UNSPECIFIED - Static variable in exception org.osgi.framework.BundleException
No exception type is specified.
UNSPECIFIED - Static variable in exception org.osgi.framework.ServiceException
No exception type is unspecified.
UNSUPPORTED_OPERATION - Static variable in exception org.osgi.framework.BundleException
The operation was unsupported.
untrack(S, R) - Method in class org.osgi.util.tracker.AbstractTracked
Discontinue tracking the item.
update() - Method in interface org.osgi.framework.Bundle
Updates this bundle.
update() - Method in interface org.osgi.framework.launch.Framework
Stop and restart this Framework.
update(InputStream) - Method in interface org.osgi.framework.Bundle
Updates this bundle from an InputStream.
update(InputStream) - Method in interface org.osgi.framework.launch.Framework
Stop and restart this Framework.
UPDATED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been updated.
UPDATING - Static variable in interface org.osgi.framework.hooks.bundle.CollisionHook
Specifies a bundle update operation is being performed.
URL_CONTENT_MIMETYPE - Static variable in interface org.osgi.service.url.URLConstants
Service property naming the MIME types serviced by a java.net.ContentHandler.
URL_HANDLER_PROTOCOL - Static variable in interface org.osgi.service.url.URLConstants
Service property naming the protocols serviced by a URLStreamHandlerService.
URLConstants - Interface in org.osgi.service.url
Defines standard names for property keys associated with URLStreamHandlerService and java.net.ContentHandler services.
URLStreamHandlerService - Interface in org.osgi.service.url
Service interface with public versions of the protected java.net.URLStreamHandler methods.
URLStreamHandlerSetter - Interface in org.osgi.service.url
Interface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.
USES_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive identifying a list of packages that an exported package or provided capability uses.
usingBundles - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
The ids of the bundles that are using the service.

V

v - Variable in class org.osgi.framework.ServicePermission.Properties.Entry
 
validate() - Method in class org.osgi.framework.Version
Called by the Version constructors to validate the version components.
value - Variable in class org.osgi.framework.FilterImpl.Equal
 
valueOf(Class<?>) - Method in class org.osgi.framework.FilterImpl.Equal
 
valueOf(String) - Static method in class org.osgi.framework.Version
Returns a Version object holding the version identifier in the specified String.
valueOf(String) - Static method in class org.osgi.framework.VersionRange
Returns a VersionRange object holding the version range in the specified String.
valueOf(String) - Static method in enum org.osgi.service.log.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.osgi.service.log.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.osgi.framework.dto.BundleDTO
The bundle's version.
version - Variable in class org.osgi.framework.wiring.dto.BundleRevisionDTO
The version of the bundle revision.
Version - Class in org.osgi.framework
Version identifier for capabilities such as bundles and packages.
Version(int, int, int) - Constructor for class org.osgi.framework.Version
Creates a version identifier from the specified numerical components.
Version(int, int, int, String) - Constructor for class org.osgi.framework.Version
Creates a version identifier from the specified components.
Version(String) - Constructor for class org.osgi.framework.Version
Creates a version identifier from the specified string.
VERSION_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute identifying the version of a package specified in the Export-Package or Import-Package manifest header.
VersionRange - Class in org.osgi.framework
Version range.
VersionRange(char, Version, Version, char) - Constructor for class org.osgi.framework.VersionRange
Creates a version range from the specified versions.
VersionRange(String) - Constructor for class org.osgi.framework.VersionRange
Creates a version range from the specified string.
versionRangeString - Variable in class org.osgi.framework.VersionRange
 
versionString - Variable in class org.osgi.framework.Version
 
VISIBILITY_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive identifying the visibility of a required bundle in the Require-Bundle manifest header.
VISIBILITY_PRIVATE - Static variable in interface org.osgi.framework.Constants
Manifest header directive value identifying a private visibility type.
VISIBILITY_PRIVATE - Static variable in class org.osgi.framework.namespace.BundleNamespace
The directive value identifying a private visibility type.
VISIBILITY_REEXPORT - Static variable in interface org.osgi.framework.Constants
Manifest header directive value identifying a reexport visibility type.
VISIBILITY_REEXPORT - Static variable in class org.osgi.framework.namespace.BundleNamespace
The directive value identifying a reexport visibility type.

W

WAIT_TIMEDOUT - Static variable in class org.osgi.framework.FrameworkEvent
The Framework did not stop before the wait timeout expired.
waitForService(long) - Method in class org.osgi.util.tracker.ServiceTracker
Wait for at least one service to be tracked by this ServiceTracker.
waitForStop(long) - Method in interface org.osgi.framework.launch.Framework
Wait until this Framework has completely stopped.
warn(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.WARN level.
warn(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.WARN level.
warn(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.WARN level.
warn(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.WARN level.
warn(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
Perform the specified operation if logging enabled for the LogLevel.WARN level.
WARN - Enum constant in enum org.osgi.service.log.LogLevel
Warning – Information about a failure or unwanted situation that is not blocking.
WARNING - Static variable in class org.osgi.framework.FrameworkEvent
A warning has occurred.
weave(WovenClass) - Method in interface org.osgi.framework.hooks.weaving.WeavingHook
Weaving hook method.
WEAVE - Static variable in class org.osgi.framework.AdminPermission
The action string weave.
WeavingException - Exception in org.osgi.framework.hooks.weaving
A weaving exception used to indicate that the class load should be failed but the weaving hook must not be deny listed by the framework.
WeavingException(String) - Constructor for exception org.osgi.framework.hooks.weaving.WeavingException
Creates a WeavingException with the specified message.
WeavingException(String, Throwable) - Constructor for exception org.osgi.framework.hooks.weaving.WeavingException
Creates a WeavingException with the specified message and exception cause.
WeavingHook - Interface in org.osgi.framework.hooks.weaving
OSGi Framework Weaving Hook Service.
wildcard - Variable in class org.osgi.framework.ServicePermission
True if constructed with a name and the name is "*" or ends with ".*".
Wire - Interface in org.osgi.resource
A wire connecting a Capability to a Requirement.
WireDTO - Class in org.osgi.resource.dto
Data Transfer Object for a Wire.
WireDTO() - Constructor for class org.osgi.resource.dto.WireDTO
 
Wiring - Interface in org.osgi.resource
A wiring for a resource.
WiringDTO - Class in org.osgi.resource.dto
Data Transfer Object for a Wiring node.
WiringDTO() - Constructor for class org.osgi.resource.dto.WiringDTO
 
wirings - Variable in class org.osgi.framework.wiring.dto.FrameworkWiringDTO
The set of wiring nodes referenced by the wiring graph of the framework.
WovenClass - Interface in org.osgi.framework.hooks.weaving
A class being woven.
WovenClassListener - Interface in org.osgi.framework.hooks.weaving
Woven Class Listener Service.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.AdaptPermission
WriteObject is called to save the state of this permission object to a stream.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.AdaptPermissionCollection
 
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.AdminPermission
WriteObject is called to save the state of this permission object to a stream.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.AdminPermissionCollection
 
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.BundlePermission
WriteObject is called to save the state of the BundlePermission object to a stream.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.BundlePermissionCollection
 
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.CapabilityPermission
WriteObject is called to save the state of this permission to a stream.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.CapabilityPermissionCollection
 
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.PackagePermission
WriteObject is called to save the state of this permission object to a stream.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.PackagePermissionCollection
 
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.ServicePermission
WriteObject is called to save the state of this permission to a stream.
writeObject(ObjectOutputStream) - Method in class org.osgi.framework.ServicePermissionCollection
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form