- READ_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The framework received an error while reading the input stream for a
bundle.
- realHandler - Variable in class org.osgi.service.url.AbstractURLStreamHandlerService
-
The URLStreamHandlerSetter
object passed to the parseURL method.
- 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(String[], Object, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service object with the specified properties
under the specified class names into the Framework.
- registerService(String, Object, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service object with the specified properties
under the specified class name with the Framework.
- registerService(Class<S>, S, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service object with the specified properties
under the name of the specified class with the Framework.
- registerService(Class<S>, ServiceFactory<S>, Dictionary<String, ?>) - Method in interface org.osgi.framework.BundleContext
-
Registers the specified service factory object with the specified
properties under the name of the specified class with the Framework.
- REJECTED_BY_HOOK - Static variable in exception org.osgi.framework.BundleException
-
A framework hook rejected the operation.
- 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(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
-
- 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
-
- 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, Throwable, Collection<Requirement>) - Constructor for exception org.osgi.service.resolver.ResolutionException
-
Create a ResolutionException
with the specified message, cause
and unresolved requirements.
- ResolutionException(String) - Constructor for exception org.osgi.service.resolver.ResolutionException
-
Create a ResolutionException
with the specified message.
- ResolutionException(Throwable) - Constructor for exception org.osgi.service.resolver.ResolutionException
-
Create a ResolutionException
with the specified cause.
- RESOLVE - Static variable in class org.osgi.framework.AdminPermission
-
The action string resolve
.
- 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_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
-
- ResolverHookFactory - Interface in org.osgi.framework.hooks.resolver
-
OSGi Framework Resolver Hook Factory Service.
- RESOURCE - Static variable in class org.osgi.framework.AdminPermission
-
The action string resource
.
- resource - Variable in class org.osgi.resource.dto.CapabilityDTO
-
The identifier of the resource declaring the capability.
- resource - Variable in class org.osgi.resource.dto.CapabilityRefDTO
-
The identifier of the resource declaring the capability.
- resource - Variable in class org.osgi.resource.dto.RequirementDTO
-
The identifier of the resource declaring the requirement.
- resource - Variable in class org.osgi.resource.dto.RequirementRefDTO
-
The identifier of the resource declaring the requirement.
- resource - Variable in class org.osgi.resource.dto.WiringDTO
-
The identifier of the resource associated with the wiring node.
- Resource - Interface in org.osgi.resource
-
A resource is the representation of a uniquely identified and typed data.
- ResourceDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a Resource.
- ResourceDTO() - Constructor for class org.osgi.resource.dto.ResourceDTO
-
- 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_CLOSED - Static variable in class org.osgi.framework.VersionRange
-
The right endpoint is closed and is included in the range.
- RIGHT_OPEN - Static variable in class org.osgi.framework.VersionRange
-
The right endpoint is open and is excluded from the range.
- 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.