Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- R1_0 - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 1
- R1_1 - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 1.1
- R2_0 - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 2
- R2A - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 2A
- R3_0 - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 3
- R4_0 - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 4 (reserved for future)
- R5_0 - Enum constant in enum class org.osgi.service.onem2m.dto.ReleaseVersion
-
Release 5 (reserved for future)
- RADIAN - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of plane angle.
- RADIAN_PER_SECOND - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of angular velocity.
- RADIAN_PER_SECOND_SQUARED - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of angular acceleration.
- RAIN - Static variable in interface org.osgi.service.dal.functions.Types
-
The function type is applicable to:
MultiLevelSensor
- indicates that theMultiLevelSensor
can monitor the rain rate. - READ - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string
read
. - READ_ONLY - Enum constant in enum class org.osgi.service.cm.Configuration.ConfigurationAttribute
-
The configuration is read only.
- READ_ONLY - Static variable in exception org.osgi.service.zigbee.ZCLException
-
ZCL Read Only error code.
- 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.
- readAttributes(ZCLAttributeInfo[]) - Method in interface org.osgi.service.zigbee.ZCLCluster
-
Reads a list of attributes by issuing a ZCL Read Attributes command.
- readByte() - Method in interface org.osgi.service.zigbee.ZigBeeDataInput
-
Reads a byte from the DataInput Stream.
- readBytes(int) - Method in interface org.osgi.service.zigbee.ZigBeeDataInput
-
Reads the specified amount of bytes from the underlying stream and return a copy of them.
- readDouble() - Method in interface org.osgi.service.zigbee.ZigBeeDataInput
-
Reads a number of type Double.
- readFeature(Reader) - Method in interface org.osgi.service.feature.FeatureService
-
Read a Feature from JSON
- readFloat(int) - Method in interface org.osgi.service.zigbee.ZigBeeDataInput
-
Reads a number of type Float.
- readInt(int) - Method in interface org.osgi.service.zigbee.ZigBeeDataInput
-
Reads an integer of the specified
size
. - readLong(int) - Method in interface org.osgi.service.zigbee.ZigBeeDataInput
-
Reads a certain amount of bytes and returns a long.
- readOnly() - Method in class org.osgi.service.transaction.control.TransactionBuilder
-
Indicate to the Transaction Control service that this transaction will be read-only.
- ReadOnlyConfigurationException - Exception in org.osgi.service.cm
-
An
Exception
class to inform the client of aConfiguration
about theread only
state of a configuration object. - ReadOnlyConfigurationException(String) - Constructor for exception org.osgi.service.cm.ReadOnlyConfigurationException
-
Create a
ReadOnlyConfigurationException
object. - 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.
- RECEIVER_ON_WHEN_IDLE - Static variable in interface org.osgi.service.zigbee.ZigBeeNode
-
ZigBee receiver on when idle, that is, 4th bit of "MAC Capabilities" in Node Descriptor.
- ReceiverESPrimRandObjectRequest - Enum constant in enum class org.osgi.service.onem2m.dto.SecurityInfoDTO.SecurityInfoType
-
ReceiverESPrimRandObjectRequest
- ReceiverESPrimRandObjectResponse - Enum constant in enum class org.osgi.service.onem2m.dto.SecurityInfoDTO.SecurityInfoType
-
ReceiverESPrimRandObjectResponse
- RECIPROCAL_METER - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of wavenumber.
- recover(Function<Promise<?>, ? extends T>) - Method in interface org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery value.
- recover(Function<Promise<?>, ? extends T>, Class<?>) - Method in interface org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery value if the failure is an instance of a failure type.
- RecoverableXAResource - Interface in org.osgi.service.transaction.control.recovery
-
A
RecoverableXAResource
service may be provided by aResourceProvider
if they are able to support XA recovery operations. - 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.
- recoverWith(Function<Promise<?>, Promise<? extends T>>, Class<?>) - Method in interface org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery Promise if the failure is an instance of a failure type.
- reduce(BinaryOperator<T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Standard reduce without identity, so the return is an Optional.
- reduce(T, BinaryOperator<T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Standard reduce, see Stream.
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface org.osgi.util.pushstream.PushStream
-
Standard reduce with identity, accumulator and combiner.
- reference() - Element in annotation interface org.osgi.service.component.annotations.Component
-
The lookup strategy references of this Component.
- Reference - Annotation Interface in org.osgi.service.cdi.annotations
-
Annotation used on injection points informing the CDI container that the injection should apply a service obtained from the OSGi registry.
- Reference - Annotation Interface in org.osgi.service.component.annotations
-
Identify the annotated member or parameter as a reference of a Service Component.
- REFERENCE - Enum constant in enum class org.osgi.service.component.annotations.CollectionType
-
The reference collection type is used to indicate the collection holds Service References for the bound services.
- REFERENCE_NAME_SATISFYING_CONDITION - Static variable in interface org.osgi.service.component.ComponentConstants
-
Reference name for a component's satisfying condition.
- REFERENCE_TARGET_SUFFIX - Static variable in interface org.osgi.service.component.ComponentConstants
-
The suffix for the target property of a reference.
- Reference.Any - Class in org.osgi.service.cdi.annotations
-
A marker type used in
Reference.value()
to indicate that a reference injection point may accept any service type(s). - Reference.Literal - Class in org.osgi.service.cdi.annotations
-
Support inline instantiation of the
Reference
annotation. - ReferenceCardinality - Enum Class in org.osgi.service.component.annotations
-
Cardinality for the
Reference
annotation. - ReferenceDTO - Class in org.osgi.service.cdi.runtime.dto
-
A snapshot of the runtime state of a
component
reference dependency - 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.cdi.runtime.dto.ReferenceDTO
- ReferenceDTO() - Constructor for class org.osgi.service.component.runtime.dto.ReferenceDTO
- ReferencePolicy - Enum Class in org.osgi.service.cdi
-
Defines the possible values of the policy of a reference towards propagating service changes to the CDI runtime
- ReferencePolicy - Enum Class in org.osgi.service.component.annotations
-
Policy for the
Reference
annotation. - ReferencePolicyOption - Enum Class in org.osgi.service.cdi
-
Defines the possible values of the policy of a satisfied reference towards new matching services appearing.
- ReferencePolicyOption - Enum Class in org.osgi.service.component.annotations
-
Policy option for the
Reference
annotation. - references - Variable in class org.osgi.service.cdi.runtime.dto.ComponentInstanceDTO
-
The service dependencies of the component.
- references - Variable in class org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO
-
The service dependencies of the component.
- references - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The referenced services.
- ReferenceScope - Enum Class in org.osgi.service.component.annotations
-
Reference scope for the
Reference
annotation. - ReferenceTemplateDTO - Class in org.osgi.service.cdi.runtime.dto.template
-
A description of a reference dependency of a component
- ReferenceTemplateDTO() - Constructor for class org.osgi.service.cdi.runtime.dto.template.ReferenceTemplateDTO
- refreshNetwork() - Method in interface org.osgi.service.zigbee.ZigBeeHost
-
Forces a new network scan.
- regexs - Variable in class org.osgi.service.servlet.runtime.dto.FilterDTO
-
The request mappings for the servlet filter.
- region - Variable in class org.osgi.service.clusterinfo.dto.NodeStatusDTO
-
Something smaller than a country and bigger than a location (e.g.
- registerLocalResource(LocalResource) - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Register a Local resource with the current transaction
- registerXAResource(XAResource, String) - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Register an XA resource with the current transaction
- 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.
- releaseProvider(JDBCConnectionProvider) - Method in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
Release a
JDBCConnectionProvider
instance that has been created by this factory. - releaseProvider(JPAEntityManagerProvider) - Method in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
Release a
JPAEntityManagerProvider
instance that has been created by this factory. - ReleaseVersion - Enum Class in org.osgi.service.onem2m.dto
-
enum expresses oneM2M specification version.
- releaseVersionIndicator - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Release Version
- releaseVersionIndicator - Variable in class org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
-
Release Version Indicator
- releaseXAResource(XAResource) - Method in interface org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
Release the XAResource that has been used for recovery
- Reluctant - Annotation Interface in org.osgi.service.cdi.annotations
-
Annotation used to indicate that the behavior of the reference should be reluctant.
- RELUCTANT - Enum constant in enum class org.osgi.service.cdi.ReferencePolicyOption
-
Do not consume the matching service
- RELUCTANT - Enum constant in enum class org.osgi.service.component.annotations.ReferencePolicyOption
- Reluctant.Literal - Class in org.osgi.service.cdi.annotations
-
Support inline instantiation of the
Reluctant
annotation. - 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.servlet.context.ServletContextHelper
-
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.dal.Device
-
Removes this device.
- remove() - Method in interface org.osgi.service.enocean.EnOceanDevice
-
Removes the device's OSGi service from OSGi service platform.
- 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. - REMOVE - Static variable in class org.osgi.service.dal.DevicePermission
-
A permission action to remove the device.
- removeAttributes(Configuration.ConfigurationAttribute...) - Method in interface org.osgi.service.cm.Configuration
-
Remove attributes from this configuration.
- removeBundle(long) - Method in interface org.osgi.service.resourcemonitoring.ResourceContext
-
Removes the bundle identified by bundleId from the Resource Context.
- removeBundle(long, ResourceContext) - Method in interface org.osgi.service.resourcemonitoring.ResourceContext
-
Removes the bundle from this resource context.
- removeContext(ResourceContext) - Method in interface org.osgi.service.resourcemonitoring.ResourceContext
-
Removes a resource context.
- removed(BiConsumer<ServiceReference<S>, S>) - Method in interface org.osgi.service.cdi.reference.BindServiceReference
-
Subscribe an action to the removed service event.
- removed(BiConsumer<S, Map<String, Object>>) - Method in interface org.osgi.service.cdi.reference.BindService
-
Subscribe an action to the removed service event.
- removed(Consumer<ServiceReference<S>>) - Method in interface org.osgi.service.cdi.reference.BindServiceReference
-
Subscribe an action to the removed service event.
- removed(Consumer<BeanServiceObjects<S>>) - Method in interface org.osgi.service.cdi.reference.BindBeanServiceObjects
-
Subscribe an action to the removed service event.
- removed(Consumer<S>) - Method in interface org.osgi.service.cdi.reference.BindService
-
Subscribe an action to the removed service event.
- REMOVED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
An endpoint has been removed.
- removeMember(Role) - Method in interface org.osgi.service.useradmin.Group
-
Removes the specified
Role
object from thisGroup
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.
- removeResourceMonitor(ResourceMonitor<?>) - Method in interface org.osgi.service.resourcemonitoring.ResourceContext
-
Removes a ResourceMonitor instance from the context.
- 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. - 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.spi.ReadWriteDataSession
-
Rename a node.
- renameNode(String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Rename a node.
- REPEATER_LEVEL_OFF - Static variable in interface org.osgi.service.enocean.EnOceanHost
-
repeater level to disable repeating; this is the default.
- REPEATER_LEVEL_ONE - Static variable in interface org.osgi.service.enocean.EnOceanHost
-
repeater level to repeat every telegram at most once.
- REPEATER_LEVEL_TWO - Static variable in interface org.osgi.service.enocean.EnOceanHost
-
repeater level to repeat every telegram at most twice.
- REPLACE - Enum constant in enum class org.osgi.service.component.annotations.FieldOption
-
The replace field option is used to replace the field value with a new value when there are changes to the bound services.
- 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.
- REPORTABLE_CHANGE - Static variable in interface org.osgi.service.zigbee.ZCLEventListener
-
Property key for the optional maximum change to the attribute that will result in a report being issued.
- 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.
- representation - Variable in class org.osgi.service.onem2m.dto.NotificationEventDTO
-
m2m:representation
- request(RequestPrimitiveDTO) - Method in interface org.osgi.service.onem2m.ServiceLayer
-
send a request and receive response.
- REQUEST_DENIED - Static variable in exception org.osgi.service.tr069todmt.TR069Exception
-
9001 Request denied (no reason specified
- requestExpirationTimestamp - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Request Expiration Timestamp
- requestIdentifier - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Request Identifier
- requestIdentifier - Variable in class org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
-
Request Identifier
- RequestInfoDTO - Class in org.osgi.service.servlet.runtime.dto
-
Represents the services used to process a specific request.
- RequestInfoDTO() - Constructor for class org.osgi.service.servlet.runtime.dto.RequestInfoDTO
- requestPrimitive - Variable in class org.osgi.service.onem2m.dto.PrimitiveContentDTO
-
Request Primitive
- RequestPrimitiveDTO - Class in org.osgi.service.onem2m.dto
-
DTO expresses Request Primitive.
- RequestPrimitiveDTO() - Constructor for class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
- RequestPrimitiveDTO.DesiredIdentifierResultType - Enum Class in org.osgi.service.onem2m.dto
-
Enum for DesiredIdentifierResultType
- RequestPrimitiveDTO.Operation - Enum Class in org.osgi.service.onem2m.dto
-
enum type for Operation
- RequestPrimitiveDTO.ResultContent - Enum Class in org.osgi.service.onem2m.dto
-
enum type for Result Content
- REQUIRE - Enum constant in enum class org.osgi.service.component.annotations.ConfigurationPolicy
-
There must be a corresponding Configuration object for the component configuration to become satisfied.
- RequireCDIExtender - Annotation Interface in org.osgi.service.cdi.annotations
-
This annotation can be used to require the CDI Component Runtime extender.
- RequireCDIImplementation - Annotation Interface in org.osgi.service.cdi.annotations
-
This annotation can be used to require the CDI Component Runtime implementation.
- RequireConfigurationAdmin - Annotation Interface in org.osgi.service.cm.annotations
-
This annotation can be used to require the Configuration Admin implementation.
- RequireConfigurator - Annotation Interface in org.osgi.service.configurator.annotations
-
This annotation can be used to require the Configurator extender.
- required() - Element in annotation interface org.osgi.service.metatype.annotations.AttributeDefinition
-
The required value for this AttributeDefinition.
- required(Callable<T>) - Method in interface org.osgi.service.transaction.control.TransactionStarter
-
A transaction is required to run the supplied piece of work.
- REQUIRED - Enum constant in enum class org.osgi.service.cdi.ConfigurationPolicy
-
Defines the required configuration policy.
- REQUIRED - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
-
Argument for
getAttributeDefinitions(int)
. - RequireEventAdmin - Annotation Interface in org.osgi.service.event.annotations
-
This annotation can be used to require the Event Admin implementation.
- RequireFeatureService - Annotation Interface in org.osgi.service.feature.annotation
-
This annotation can be used to require the Feature implementation.
- RequireHttpWhiteboard - Annotation Interface in org.osgi.service.servlet.whiteboard.annotations
-
This annotation can be used to require the Servlet Whiteboard implementation.
- RequireJakartarsWhiteboard - Annotation Interface in org.osgi.service.jakartars.whiteboard.annotations
-
This annotation can be used to require the Jakarta RESTful Web Services Whiteboard implementation.
- RequireJPAExtender - Annotation Interface in org.osgi.service.jpa.annotations
-
This annotation can be used to require the JPA extender.
- REQUIREMENT_BEANS_ATTRIBUTE - Static variable in class org.osgi.service.cdi.CDIConstants
-
The '
beans
' attribute on the CDI extender requirement. - REQUIREMENT_DESCRIPTOR_ATTRIBUTE - Static variable in class org.osgi.service.cdi.CDIConstants
-
The '
descriptor
' attribute on the CDI extender requirement. - 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.
- RequireMetaTypeExtender - Annotation Interface in org.osgi.service.metatype.annotations
-
This annotation can be used to require the Meta Type extender to process metatype resources.
- RequireMetaTypeImplementation - Annotation Interface in org.osgi.service.metatype.annotations
-
This annotation can be used to require the Meta Type implementation.
- RequireServiceComponentRuntime - Annotation Interface in org.osgi.service.component.annotations
-
This annotation can be used to require the Service Component Runtime to process Declarative Services components.
- requiresNew(Callable<T>) - Method in interface org.osgi.service.transaction.control.TransactionStarter
-
A new transaction is required to run the supplied piece of work.
- RequireTypedEvent - Annotation Interface in org.osgi.service.typedevent.annotations
-
This annotation can be used to require the Typed Event implementation.
- RES_TYPE_CPU - Static variable in interface org.osgi.service.resourcemonitoring.ResourceMonitoringService
-
The name of the CPU resource type, used to monitor and control the CPU time used by a resource context.
- RES_TYPE_DISK_STORAGE - Static variable in interface org.osgi.service.resourcemonitoring.ResourceMonitoringService
-
The name of the disk storage resource type, used to monitor and control the size of the persistent storage used by a resource context.
- RES_TYPE_MEMORY - Static variable in interface org.osgi.service.resourcemonitoring.ResourceMonitoringService
-
The name of the memory resource type, used to monitor and control the size of the java heap used by a resource context.
- RES_TYPE_SOCKET - Static variable in interface org.osgi.service.resourcemonitoring.ResourceMonitoringService
-
The name of the socket resource type, used to monitor and control the number of existing sockets used by a resource context.
- RES_TYPE_THREADS - Static variable in interface org.osgi.service.resourcemonitoring.ResourceMonitoringService
-
The name of the threads resource type, used to monitor and control the number of threads created by a resource context.
- reset() - Method in interface org.osgi.service.enocean.EnOceanHost
-
Reset the EnOcean Host (cf.
- resolve(T) - Method in class org.osgi.util.promise.Deferred
-
Successfully resolve the Promise associated with this Deferred.
- resolved(T) - Method in class org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that has been resolved with the specified value.
- resolved(T) - Static method in class org.osgi.util.promise.Promises
-
Returns a new Promise that has been resolved with the specified value.
- resolvedWith(CompletionStage<? extends T>) - Method in class org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that will be resolved with the result of the specified CompletionStage.
- resolvedWith(Promise<? extends T>) - Method in class org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that will be resolved with the specified Promise.
- resolveWith(CompletionStage<? extends T>) - Method in class org.osgi.util.promise.Deferred
-
Resolve the Promise associated with this Deferred with the specified CompletionStage.
- resolveWith(Promise<? extends T>) - Method in class org.osgi.util.promise.Deferred
-
Resolve the Promise associated with this Deferred with the specified Promise.
- resource - Variable in class org.osgi.service.onem2m.dto.PrimitiveContentDTO
-
Resource
- resource - Variable in class org.osgi.service.onem2m.dto.ResourceWrapperDTO
-
Resource
- resource() - Element in annotation interface org.osgi.service.metatype.annotations.Icon
-
The resource name for this Icon.
- RESOURCE_CONTEXT - Static variable in interface org.osgi.service.resourcemonitoring.ResourceContextListener
-
Property specifying the
ResourceContext
(s) for which a notification will be received by this listener. - RESOURCE_CONTEXT - Static variable in interface org.osgi.service.resourcemonitoring.ResourceListener
-
Mandatory property specifying the Resource Context associated with the listener.
- RESOURCE_CONTEXT_CREATED - Static variable in class org.osgi.service.resourcemonitoring.ResourceContextEvent
-
A new
ResourceContext
has been created. - RESOURCE_CONTEXT_REMOVED - Static variable in class org.osgi.service.resourcemonitoring.ResourceContextEvent
-
A
ResourceContext
has been removed - RESOURCE_TYPE - Static variable in interface org.osgi.service.resourcemonitoring.ResourceListener
-
Mandatory property defining the type of Resource (i.e the ResourceMonitor) associated to this Listener.
- RESOURCE_TYPE_PROPERTY - Static variable in interface org.osgi.service.resourcemonitoring.ResourceMonitorFactory
-
Resource type property.
- ResourceContext - Interface in org.osgi.service.resourcemonitoring
-
Logical entity for resource accounting.
- ResourceContextEvent - Class in org.osgi.service.resourcemonitoring
-
A Resource Context Event instance is an event sent to Resource Context Listener instances through a call to
ResourceContextListener.notify(ResourceContextEvent)
method. - ResourceContextEvent(int, ResourceContext) - Constructor for class org.osgi.service.resourcemonitoring.ResourceContextEvent
-
Create a new ResourceContextEvent.
- ResourceContextEvent(int, ResourceContext, long) - Constructor for class org.osgi.service.resourcemonitoring.ResourceContextEvent
-
Create a new ResourceContextEvent.
- ResourceContextException - Exception in org.osgi.service.resourcemonitoring
-
Resource Context Exception.
- ResourceContextException(String) - Constructor for exception org.osgi.service.resourcemonitoring.ResourceContextException
-
Create a new ResourceContextException
- ResourceContextException(String, Throwable) - Constructor for exception org.osgi.service.resourcemonitoring.ResourceContextException
-
Create a new ResourceContextException
- ResourceContextListener - Interface in org.osgi.service.resourcemonitoring
-
A
ResourceContextListener
is notified whenever: aResourceContext
is created or deleted. a bundle is added or removed from aResourceContext
. - resourceDTO - Variable in class org.osgi.service.servlet.runtime.dto.RequestInfoDTO
-
The resource processing this request.
- ResourceDTO - Class in org.osgi.service.jakartars.runtime.dto
-
Represents common information about a Jakarta RESTful Web Services resource service.
- ResourceDTO - Class in org.osgi.service.onem2m.dto
-
DTO expresses Resource.
- ResourceDTO - Class in org.osgi.service.servlet.runtime.dto
-
Represents a resource definition currently being used by a servlet context.
- ResourceDTO() - Constructor for class org.osgi.service.jakartars.runtime.dto.ResourceDTO
- ResourceDTO() - Constructor for class org.osgi.service.onem2m.dto.ResourceDTO
- ResourceDTO() - Constructor for class org.osgi.service.servlet.runtime.dto.ResourceDTO
- resourceDTOs - Variable in class org.osgi.service.jakartars.runtime.dto.BaseApplicationDTO
-
Returns the representations of the dynamic Jakarta RESTful Web Services resource services associated with this Application.
- resourceDTOs - Variable in class org.osgi.service.servlet.runtime.dto.ServletContextDTO
-
Returns the representations of the resource services associated with this context.
- ResourceEvent<T> - Class in org.osgi.service.resourcemonitoring
-
An event is sent to a
ResourceListener
when resource usage violates one of their thresholds. - ResourceEvent(int, ResourceContext, boolean, Comparable<T>) - Constructor for class org.osgi.service.resourcemonitoring.ResourceEvent
-
Creates a new ResourceEvent.
- resourceID - Variable in class org.osgi.service.onem2m.dto.ResourceDTO
-
Resource ID
- ResourceListener<T> - Interface in org.osgi.service.resourcemonitoring
-
A ResourceListener is an OSGi service which is notified when a Resource Context violates one of the threshold defined by the listener.
- ResourceMethodInfoDTO - Class in org.osgi.service.jakartars.runtime.dto
-
Represents information about a Jakarta RESTful Web Services resource method.
- ResourceMethodInfoDTO() - Constructor for class org.osgi.service.jakartars.runtime.dto.ResourceMethodInfoDTO
- resourceMethods - Variable in class org.osgi.service.jakartars.runtime.dto.ApplicationDTO
-
The RequestPaths handled by statically defined resources in this Application
- resourceMethods - Variable in class org.osgi.service.jakartars.runtime.dto.ResourceDTO
-
The RequestPaths handled by this resource
- ResourceMonitor<T> - Interface in org.osgi.service.resourcemonitoring
-
Representation of the state of a resource for a resource context.
- ResourceMonitorException - Exception in org.osgi.service.resourcemonitoring
-
Resource Monitor Exception reports an invalid usage of a monitor.
- ResourceMonitorException(String) - Constructor for exception org.osgi.service.resourcemonitoring.ResourceMonitorException
-
Create a new ResourceMonitorException
- ResourceMonitorException(String, Throwable) - Constructor for exception org.osgi.service.resourcemonitoring.ResourceMonitorException
-
Create a new ResourceMonitorException
- ResourceMonitorFactory<T> - Interface in org.osgi.service.resourcemonitoring
-
A Resource Monitor Factory is a service that provides Resource Monitor instances of a specific resource type (for example, CPUMonitor, MemoryMonitor...) for every Resource Context.
- ResourceMonitoringService - Interface in org.osgi.service.resourcemonitoring
-
It manages the Resource Context instances.
- resourceName - Variable in class org.osgi.service.onem2m.dto.ResourceDTO
-
Resource name
- ResourceProvider<T> - Interface in org.osgi.service.transaction.control
-
A resource provider is used to provide a transactional resource to the application
- RESOURCES_EXCEEDED - Static variable in exception org.osgi.service.tr069todmt.TR069Exception
-
9004 Resources exceeded (when used in association with SetParameterValues, this MUST NOT be used to indicate parameters in error)
- resourceType - Variable in class org.osgi.service.onem2m.dto.FilterCriteriaDTO
-
Resource Type
- resourceType - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Resource Type
- resourceType - Variable in class org.osgi.service.onem2m.dto.ResourceDTO
-
Resource Type
- resourceWrapper - Variable in class org.osgi.service.onem2m.dto.PrimitiveContentDTO
-
Resource Wrapper
- ResourceWrapperDTO - Class in org.osgi.service.onem2m.dto
-
DTO expresses ResourceWrapper.
- ResourceWrapperDTO() - Constructor for class org.osgi.service.onem2m.dto.ResourceWrapperDTO
- responsePrimitive - Variable in class org.osgi.service.onem2m.dto.PrimitiveContentDTO
-
Response Primitive
- ResponsePrimitiveDTO - Class in org.osgi.service.onem2m.dto
-
DTO expresses Response Primitive.
- ResponsePrimitiveDTO() - Constructor for class org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
- ResponsePrimitiveDTO.ContentStatus - Enum Class in org.osgi.service.onem2m.dto
-
Enum ContentStatus
- responseStatusCode - Variable in class org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
-
Response Status Code
- responseType - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Response Type Info
- ResponseTypeInfoDTO - Class in org.osgi.service.onem2m.dto
-
DTO expresses ResponseTypeInfo
- ResponseTypeInfoDTO() - Constructor for class org.osgi.service.onem2m.dto.ResponseTypeInfoDTO
- ResponseTypeInfoDTO.ResponseType - Enum Class in org.osgi.service.onem2m.dto
-
enum ResponseType
- responseTypeValue - Variable in class org.osgi.service.onem2m.dto.ResponseTypeInfoDTO
-
Response Type Value
- 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.
- resultContent - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Result Content
- resultExpirationTimestamp - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Result Expiration Timestamp
- resultExpirationTimestamp - Variable in class org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
-
ResultExpiration Timestamp
- resultPersistence - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Result Persistence
- retrieve(String) - Method in interface org.osgi.service.onem2m.ServiceLayer
-
retrieve resource
- retrieve(String, List<String>) - Method in interface org.osgi.service.onem2m.ServiceLayer
-
retrieve resource with selected attributes.
- Retrieve - Enum constant in enum class org.osgi.service.onem2m.dto.RequestPrimitiveDTO.Operation
-
Retrieve
- retrieve_of_container_resource_with_no_child_resource - Enum constant in enum class org.osgi.service.onem2m.dto.NotificationEventDTO.NotificationEventType
-
retrieve_of_container_resource_with_no_child_resource
- 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. - roleIDs - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
-
Role IDs
- 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() - Method in interface org.osgi.service.transaction.control.LocalResource
-
Roll back the resource
- ROLLBACK_FAILED - Static variable in exception org.osgi.service.dmt.DmtException
-
The rollback command was not completed successfully.
- rollbackFor - Variable in class org.osgi.service.transaction.control.TransactionBuilder
-
The list of
Throwable
types that must trigger rollback - rollbackFor(Class<? extends Throwable>, Class<? extends Throwable>...) - Method in class org.osgi.service.transaction.control.TransactionBuilder
-
Declare a list of Exception types (and their subtypes) that must trigger a rollback.
- ROLLED_BACK - Enum constant in enum class org.osgi.service.transaction.control.TransactionStatus
-
The transaction has been rolled back
- ROLLING_BACK - Enum constant in enum class org.osgi.service.transaction.control.TransactionStatus
-
The transaction is in the process of rolling back
- 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 ('.').
- RORG - Static variable in interface org.osgi.service.enocean.EnOceanDevice
-
Property name for the radiotelegram main type of the profile associated with this device.
- ROUTER - Static variable in interface org.osgi.service.zigbee.ZigBeeNode
-
Constant value used as logical type value when the ZigBee device is a Router.
- RT_accessControlPolicy - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for accessControlPolicy
- RT_accessControlPolicyAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for accessControlPolicyAnnc
- RT_AE - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for AE
- RT_AEAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for AEAnnc
- RT_AEContactList - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for AEContactList
- RT_AEContactListPerCSE - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for AEContactListPerCSE
- RT_authorizationDecision - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for authorizationDecision
- RT_authorizationInformation - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for authorizationInformation
- RT_authorizationPolicy - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for authorizationPolicy
- RT_backgroundDataTransfer - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for backgroundDataTransfer
- RT_container - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for container
- RT_containerAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for containerAnnc
- RT_contentInstance - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for contentInstance
- RT_contentInstanceAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for contentInstanceAnnc
- RT_crossResourceSubscription - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for crossResourceSubscription
- RT_CSEBase - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for CSEBase
- RT_delivery - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for delivery
- RT_dynamicAuthorizationConsultation - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for dynamicAuthorizationConsultation
- RT_dynamicAuthorizationConsultationAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for dynamicAuthorizationConsultationAnnc
- RT_eventConfig - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for eventConfig
- RT_execInstance - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for execInstance
- RT_flexContainer - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for flexContainer
- RT_flexContainerAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for flexContainerAnnc
- RT_group - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for group
- RT_groupAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for groupAnnc
- RT_localMulticastGroup - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for localMulticastGroup
- RT_locationPolicy - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for locationPolicy
- RT_locationPolicyAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for locationPolicyAnnc
- RT_m2mServiceSubscriptionProfile - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for m2mServiceSubscriptionProfile
- RT_mgmtCmd - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for mgmtCmd
- RT_mgmtObj - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for mgmtObj
- RT_mgmtObjAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for mgmtObjAnnc
- RT_multimediaSession - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for multimediaSession
- RT_multimediaSessionAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for multimediaSessionAnnc
- RT_node - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for node
- RT_nodeAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for nodeAnnc
- RT_notificationTargetMgmtPolicyRef - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for notificationTargetMgmtPolicyRef
- RT_notificationTargetPolicy - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for notificationTargetPolicy
- RT_ontology - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for ontology
- RT_ontologyAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for ontologyAnnc
- RT_ontologyRepository - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for ontologyRepository
- RT_ontologyRepositoryAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for ontologyRepositoryAnnc
- RT_policyDeletionRules - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for policyDeletionRules
- RT_pollingChannel - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for pollingChannel
- RT_remoteCSE - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for remoteCSE
- RT_remoteCSEAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for remoteCSEAnnc
- RT_request - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for request
- RT_role - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for role
- RT_schedule - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for schedule
- RT_scheduleAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for scheduleAnnc
- RT_semanticDescriptor - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticDescriptor
- RT_semanticDescriptorAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticDescriptorAnnc
- RT_semanticMashupInstance - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticMashupInstance
- RT_semanticMashupInstanceAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticMashupInstanceAnnc
- RT_semanticMashupJobProfile - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticMashupJobProfile
- RT_semanticMashupJobProfileAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticMashupJobProfileAnnc
- RT_semanticMashupResult - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticMashupResult
- RT_semanticMashupResultAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for semanticMashupResultAnnc
- RT_serviceSubscribedAppRule - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for serviceSubscribedAppRule
- RT_serviceSubscribedNode - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for serviceSubscribedNode
- RT_statsCollect - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for statsCollect
- RT_statsConfig - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for
- RT_subscription - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for statsConfig
- RT_timeSeries - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for timeSeries
- RT_timeSeriesAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for timeSeriesAnnc
- RT_timeSeriesInstance - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for timeSeriesInstance
- RT_timeSeriesInstanceAnnc - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for timeSeriesInstanceAnnc
- RT_token - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for token
- RT_transaction - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for transaction
- RT_transactionMgmt - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for transactionMgmt
- RT_triggerRequest - Static variable in class org.osgi.service.onem2m.dto.Constants
-
resource type for triggerRequest
- rule(Type, ConverterFunction) - Method in interface org.osgi.util.converter.ConverterBuilder
-
Register a conversion rule for this converter.
- rule(ConverterFunction) - Method in interface org.osgi.util.converter.ConverterBuilder
-
Register a catch-all rule, will be called of no other rule matches.
- rule(TargetRule) - Method in interface org.osgi.util.converter.ConverterBuilder
-
Register a conversion rule for this converter.
- Rule<F,
T> - Class in org.osgi.util.converter -
A rule implementation that works by capturing the type arguments via subclassing.
- Rule(Function<F, T>) - Constructor for class org.osgi.util.converter.Rule
-
Create an instance with a conversion function.
- RuntimeDTO - Class in org.osgi.service.jakartars.runtime.dto
-
Represents the state of a Jakarta RESTful Web Services Service Runtime.
- RuntimeDTO - Class in org.osgi.service.servlet.runtime.dto
-
Represents the state of a Http Service Runtime.
- RuntimeDTO() - Constructor for class org.osgi.service.jakartars.runtime.dto.RuntimeDTO
- RuntimeDTO() - Constructor for class org.osgi.service.servlet.runtime.dto.RuntimeDTO
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form