OSGi™ Compendium
Release 6
A B C D E F G H I J K L M N O P R S T U V W X Y 

R

rad - Static variable in class org.osgi.util.measurement.Unit
The angle unit radians (rad)
READ - Static variable in interface org.osgi.service.io.ConnectorService
Read access mode.
READ - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the read action present are allowed to read the value of the StatusVariables specified in the permission's target field.
READ - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
The action string read.
READ_WRITE - Static variable in interface org.osgi.service.io.ConnectorService
Read/Write access mode.
ReadableDataSession - Interface in org.osgi.service.dmt.spi
Provides read-only access to the part of the tree handled by the plugin that created this session.
ReadWriteDataSession - Interface in org.osgi.service.dmt.spi
Provides non-atomic read-write access to the part of the tree handled by the plugin that created this session.
recover(Function<Promise<?>, ? extends T>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery value.
recoverWith(Function<Promise<?>, Promise<? extends T>>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery Promise.
Reference - Annotation Type in org.osgi.service.component.annotations
Identify the annotated member as a reference of a Service Component.
REFERENCE_TARGET_SUFFIX - Static variable in interface org.osgi.service.component.ComponentConstants
The suffix for reference target properties.
ReferenceCardinality - Enum in org.osgi.service.component.annotations
Cardinality for the Reference annotation.
ReferenceDTO - Class in org.osgi.service.component.runtime.dto
A representation of a declared reference to a service.
ReferenceDTO() - Constructor for class org.osgi.service.component.runtime.dto.ReferenceDTO
 
ReferenceListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference listener interested in the reference bind and unbind events for a service reference.
ReferenceListMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a list of service references.
ReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference that will bind to a single matching service in the service registry.
ReferencePolicy - Enum in org.osgi.service.component.annotations
Policy for the Reference annotation.
ReferencePolicyOption - Enum in org.osgi.service.component.annotations
Policy option for the Reference annotation.
references - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
The referenced services.
ReferenceScope - Enum in org.osgi.service.component.annotations
Reference scope for the Reference annotation.
RefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to another component managed by the Blueprint Container.
regexs - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
The request mappings for the servlet filter.
registerResources(String, String, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers resources into the URI namespace.
registerService(String[], Object, Dictionary) - Method in interface org.osgi.application.ApplicationContext
Registers the specified service object with the specified properties under the specified class names into the Framework.
registerService(String, Object, Dictionary) - Method in interface org.osgi.application.ApplicationContext
Registers the specified service object with the specified properties under the specified class name with the Framework.
registerServlet(String, Servlet, Dictionary, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers a servlet into the URI namespace.
RegistrationListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a registration listener interested in service registration and unregistration events for a service.
ReifiedType - Class in org.osgi.service.blueprint.container
Provides access to a concrete type and its optional generic type parameters.
ReifiedType(Class<?>) - Constructor for class org.osgi.service.blueprint.container.ReifiedType
Create a Reified Type for a raw Java class without any generic type parameters.
RELEASED - Static variable in interface org.osgi.service.coordinator.Coordination
A singleton exception that will be the failure cause when the Coordinations created by a bundle are terminated because the bundle released the Coordinator service.
REMOTE_CONFIGS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types supported by a distribution provider.
REMOTE_ERROR - Static variable in exception org.osgi.service.dmt.DmtException
A device initiated remote operation failed.
REMOTE_INTENTS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the intents supported by a distribution provider.
REMOTE_USER - Static variable in class org.osgi.service.http.context.ServletContextHelper
HttpServletRequest attribute specifying the name of the authenticated user.
REMOTE_USER - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the name of the authenticated user.
remoteAdminEvent(RemoteServiceAdminEvent) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdminListener
Receive notification of any export or import registrations and unregistrations as well as errors and warnings.
RemoteAlertSender - Interface in org.osgi.service.dmt.notification.spi
The RemoteAlertSender can be used to send notifications to (remote) entities identified by principal names.
RemoteConstants - Class in org.osgi.service.remoteserviceadmin
Provide the definition of the constants used in the Remote Service Admin specification.
RemoteServiceAdmin - Interface in org.osgi.service.remoteserviceadmin
A Remote Service Admin manages the import and export of services.
RemoteServiceAdminEvent - Class in org.osgi.service.remoteserviceadmin
Provides the event information for a Remote Service Admin event.
RemoteServiceAdminEvent(int, Bundle, ExportReference, Throwable) - Constructor for class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Create a Remote Service Admin Event for an export notification.
RemoteServiceAdminEvent(int, Bundle, ImportReference, Throwable) - Constructor for class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Create a Remote Service Admin Event for an import notification.
RemoteServiceAdminListener - Interface in org.osgi.service.remoteserviceadmin
A RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.
remove() - Method in interface org.osgi.service.application.ScheduledApplication
Cancels this schedule of the application.
remove(Object) - Method in class org.osgi.service.event.EventProperties
This method throws UnsupportedOperationException.
remove(String) - Method in interface org.osgi.service.prefs.Preferences
Removes the value associated with the specified key in this node, if any.
REMOVED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
An endpoint has been removed.
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
removeMember(Role) - Method in interface org.osgi.service.useradmin.Group
Removes the specified Role object from this Group object.
removeNode() - Method in interface org.osgi.service.prefs.Preferences
Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
removeRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
Removes the Role object with the given name from this User Admin service and all groups it is a member of.
removeServiceListener(ApplicationServiceListener) - Method in interface org.osgi.application.ApplicationContext
Removes the specified ApplicationServiceListener object from this context application instance's list of listeners.
RENAMED - Static variable in interface org.osgi.service.dmt.DmtEvent
Event type indicating nodes that were renamed.
renameNode(String, String) - Method in interface org.osgi.service.dmt.DmtSession
Rename a node.
renameNode(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
Rename a node.
REPLACE - Static variable in class org.osgi.service.dmt.Acl
Principals holding this permission can issue REPLACE commands on the node having this ACL.
REPLACE - Static variable in class org.osgi.service.dmt.security.DmtPermission
Holders of DmtPermission with the Replace action present can update DMT node value or properties, that is they are authorized to execute the setNodeAcl(), setNodeTitle(), setNodeValue(), setNodeType() and renameNode() methods of the DmtSession.
REPLACED - Static variable in interface org.osgi.service.dmt.DmtEvent
Event type indicating nodes that were replaced.
Repository - Interface in org.osgi.service.repository
A repository service that contains resources.
RepositoryContent - Interface in org.osgi.service.repository
An accessor for the content of a resource.
RequestInfoDTO - Class in org.osgi.service.http.runtime.dto
Represents the services used to process a specific request.
RequestInfoDTO() - Constructor for class org.osgi.service.http.runtime.dto.RequestInfoDTO
 
REQUIRED - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
RequirementBuilder - Interface in org.osgi.service.repository
A builder for requirements.
RequirementExpression - Interface in org.osgi.service.repository
The super interface for all requirement expressions.
RESET - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the reset action present are allowed to reset the value of the StatusVariables specified in the permission's target field.
resetStatusVariable(String) - Method in interface org.osgi.service.monitor.Monitorable
Issues a request to reset a given StatusVariable.
resetStatusVariable(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
Issues a request to reset a given StatusVariable.
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(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(T) - Method in class org.osgi.util.promise.Deferred
Successfully resolve the Promise associated with this Deferred.
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(T) - Static method in class org.osgi.util.promise.Promises
Create a new Promise that has been resolved with the specified value.
Resolver - Interface in org.osgi.service.resolver
A resolver service resolves the specified resources in the context supplied by the caller.
resolveWith(Promise<? extends T>) - Method in class org.osgi.util.promise.Deferred
Resolve the Promise associated with this Deferred with the specified Promise.
resourceDTO - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
The resource processing this request.
ResourceDTO - Class in org.osgi.service.http.runtime.dto
Represents a resource definition currently being used by a servlet context.
ResourceDTO() - Constructor for class org.osgi.service.http.runtime.dto.ResourceDTO
 
resourceDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
Returns the representations of the resource services associated with this context.
ResourceProcessor - Interface in org.osgi.service.deploymentadmin.spi
ResourceProcessor interface is implemented by processors handling resource files in deployment packages.
ResourceProcessorException - Exception in org.osgi.service.deploymentadmin.spi
Checked exception received when something fails during a call to a Resource Processor.
ResourceProcessorException(int, String, Throwable) - Constructor for exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
Create an instance of the exception.
ResourceProcessorException(int, String) - Constructor for exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
Create an instance of the exception.
ResourceProcessorException(int) - Constructor for exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
Create an instance of the exception.
RestApiExtension - Interface in org.osgi.service.rest
Marker interface for registering extensions to the Rest API service.
RestClient - Interface in org.osgi.service.rest.client
A Java client API for a REST service endpoint.
RestClientFactory - Interface in org.osgi.service.rest.client
Factory to construct new REST client instances.
Role - Interface in org.osgi.service.useradmin
The base interface for Role objects managed by the User Admin service.
ROLE - Static variable in interface org.osgi.service.useradmin.Role
The type of a predefined role.
ROLE_CHANGED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been modified.
ROLE_CREATED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been created.
ROLE_REMOVED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been removed.
roleChanged(UserAdminEvent) - Method in interface org.osgi.service.useradmin.UserAdminListener
Receives notification that a Role object has been created, removed, or modified.
rollback() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
Called when the processing of the current deployment package is finished.
rollback() - Method in interface org.osgi.service.dmt.DmtSession
Rolls back a series of DMT operations issued in the current atomic session since the last transaction boundary.
rollback() - Method in interface org.osgi.service.dmt.spi.TransactionalDataSession
Rolls back a series of DMT operations issued in the current atomic session since the last transaction boundary.
ROLLBACK_FAILED - Static variable in exception org.osgi.service.dmt.DmtException
The rollback command was not completed successfully.
ROOT_NODE - Static variable in class org.osgi.service.dmt.Uri
This constant stands for a string identifying the root of the DmTree (".").
ROOT_NODE_CHAR - Static variable in class org.osgi.service.dmt.Uri
This constant stands for a char identifying the root of the DmTree ('.').
ROOT_SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The symbolic name of the root subsystem.
RUNNING - Static variable in class org.osgi.service.application.ApplicationHandle
The application instance is running.
RuntimeDTO - Class in org.osgi.service.http.runtime.dto
Represents the state of a Http Service Runtime.
RuntimeDTO() - Constructor for class org.osgi.service.http.runtime.dto.RuntimeDTO
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
OSGi™ Compendium
Release 6

Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0