Skip navigation links
OSGi® Compendium
Release 8
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

O

ObjectClassDefinition - Annotation Type in org.osgi.service.metatype.annotations
Generate a Meta Type Resource using the annotated type.
ObjectClassDefinition - Interface in org.osgi.service.metatype
Description for the data type information of an objectclass.
OCCUPANCY - Static variable in interface org.osgi.service.dal.functions.Types
The function type is applicable to: BooleanSensor - indicates that the BooleanSensor can detect presence.
OCTET_STRING - Static variable in class org.osgi.service.zigbee.ZigBeeDataTypes
According to ZigBee Cluster Library [1], the Octet String data type contains data in application-defined formats.
OERSTED - Static variable in class org.osgi.service.dal.SIUnits
Unit of magnetic field.
of(String) - Static method in class org.osgi.service.cdi.annotations.FactoryComponent.Literal
 
of(int) - Static method in class org.osgi.service.cdi.annotations.MinimumCardinality.Literal
 
of(String, ConfigurationPolicy) - Static method in class org.osgi.service.cdi.annotations.PID.Literal
 
of(PID[]) - Static method in class org.osgi.service.cdi.annotations.PIDs.Literal
 
of(Class<?>, String) - Static method in class org.osgi.service.cdi.annotations.Reference.Literal
 
of(Class<?>[]) - Static method in class org.osgi.service.cdi.annotations.Service.Literal
 
of(ServiceScope) - Static method in class org.osgi.service.cdi.annotations.ServiceInstance.Literal
 
offset - Variable in class org.osgi.service.onem2m.dto.FilterCriteriaDTO
Offset
OHM - Static variable in class org.osgi.service.dal.SIUnits
Unit of electric resistance.
onClose(Runnable) - Method in interface org.osgi.util.pushstream.PushStream
Provide a handler that must be run after the PushStream is closed.
OneM2MException - Exception in org.osgi.service.onem2m
General Exception for oneM2M.
OneM2MException(String, int) - Constructor for exception org.osgi.service.onem2m.OneM2MException
Construct a OneM2MException with a message and an error code.
onError(Consumer<? super Throwable>) - Method in interface org.osgi.util.pushstream.PushStream
Provide a handler that will be called if the PushStream is closed with an event of type PushEvent.EventType.ERROR.
onFailure(ZCLException) - Method in interface org.osgi.service.zigbee.ZCLEventListener
Notifies that a failure has occurred.
onFailure(Consumer<? super Throwable>) - Method in interface org.osgi.util.promise.Promise
Register a callback to be called with the failure for this Promise when this Promise is resolved with a failure.
ongoingContext() - Method in exception org.osgi.service.transaction.control.ScopedWorkException
 
onResolve(Runnable) - Method in interface org.osgi.util.promise.Promise
Register a callback to be called when this Promise is resolved.
onSuccess(Consumer<? super T>) - Method in interface org.osgi.util.promise.Promise
Register a callback to be called with the result of this Promise when this Promise is resolved successfully.
open(PushEventConsumer<? super T>) - Method in interface org.osgi.util.pushstream.PushEventSource
Open the asynchronous channel between the source and the consumer.
openAtomicSession(String[], DmtSession) - Method in interface org.osgi.service.dmt.spi.DataPlugin
This method is called to signal the start of an atomic read-write session when the first reference is made within a DmtSession to a node which is handled by this plugin.
openReadOnlySession(String[], DmtSession) - Method in interface org.osgi.service.dmt.spi.DataPlugin
This method is called to signal the start of a read-only session when the first reference is made within a DmtSession to a node which is handled by this plugin.
openReadWriteSession(String[], DmtSession) - Method in interface org.osgi.service.dmt.spi.DataPlugin
This method is called to signal the start of a non-atomic read-write session when the first reference is made within a DmtSession to a node which is handled by this plugin.
operation - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
Operation This field is mandatory.
OPERATION_INVERSE - Static variable in interface org.osgi.service.dal.functions.BooleanControl
Specifies the inverse operation name.
OPERATION_SET_FALSE - Static variable in interface org.osgi.service.dal.functions.BooleanControl
Specifies the operation name, which sets the control state to false value.
OPERATION_SET_TRUE - Static variable in interface org.osgi.service.dal.functions.BooleanControl
Specifies the operation name, which sets the control state to true value.
operationExecutionTime - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
Operation Execution Time
OperationMetadata - Interface in org.osgi.service.dal
Contains metadata about function operation.
operationMonitor - Variable in class org.osgi.service.onem2m.dto.NotificationEventDTO
operationMonitor
Option - Annotation Type in org.osgi.service.metatype.annotations
Option information for an AttributeDefinition.
OPTIONAL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
options() - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
 
options(Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
 
options(GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
 
or(RequirementExpression, RequirementExpression) - Method in interface org.osgi.service.repository.ExpressionCombiner
Combine two RequirementExpressions into a requirement expression using the or operator.
or(RequirementExpression, RequirementExpression, RequirementExpression...) - Method in interface org.osgi.service.repository.ExpressionCombiner
Combine multiple RequirementExpressions into a requirement expression using the or operator.
or(Predicate<? super T>) - Method in interface org.osgi.util.function.Predicate
Compose this Predicate logical-OR the specified Predicate.
OrExpression - Interface in org.osgi.service.repository
A RequirementExpression representing the or of a number of requirement expressions.
org.osgi.namespace.contract - package org.osgi.namespace.contract
Contract Namespace Package Version 1.0.
org.osgi.namespace.extender - package org.osgi.namespace.extender
Extender Namespace Package Version 1.0.
org.osgi.namespace.implementation - package org.osgi.namespace.implementation
Implementation Namespace Package Version 1.0.
org.osgi.namespace.service - package org.osgi.namespace.service
Service Namespace Package Version 1.0.
org.osgi.namespace.unresolvable - package org.osgi.namespace.unresolvable
Unresolvable Namespace Package Version 1.0.
org.osgi.service.async - package org.osgi.service.async
Asynchronous Services Package Version 1.0.
org.osgi.service.async.delegate - package org.osgi.service.async.delegate
Asynchronous Services Delegation Package Version 1.0.
org.osgi.service.cdi - package org.osgi.service.cdi
CDI Integration Package Version 1.0.
org.osgi.service.cdi.annotations - package org.osgi.service.cdi.annotations
CDI Integration Package Version 1.0.
org.osgi.service.cdi.propertytypes - package org.osgi.service.cdi.propertytypes
Bean Property Types Package Version 1.0.
org.osgi.service.cdi.reference - package org.osgi.service.cdi.reference
CDI Integration Package Version 1.0.
org.osgi.service.cdi.runtime - package org.osgi.service.cdi.runtime
CDI Integration Package Version 1.0.
org.osgi.service.cdi.runtime.dto - package org.osgi.service.cdi.runtime.dto
CDI Integration Package Version 1.0.
org.osgi.service.cdi.runtime.dto.template - package org.osgi.service.cdi.runtime.dto.template
CDI Integration Package Version 1.0.
org.osgi.service.clusterinfo - package org.osgi.service.clusterinfo
ClusterInfo Services Package Version 1.0.
org.osgi.service.clusterinfo.dto - package org.osgi.service.clusterinfo.dto
ClusterInfo DTO Package Version 1.0.
org.osgi.service.cm - package org.osgi.service.cm
Configuration Admin Package Version 1.6.
org.osgi.service.cm.annotations - package org.osgi.service.cm.annotations
Configuration Admin Annotations Package Version 1.6.
org.osgi.service.component - package org.osgi.service.component
Service Component Package Version 1.5.
org.osgi.service.component.annotations - package org.osgi.service.component.annotations
Service Component Annotations Package Version 1.5.
org.osgi.service.component.propertytypes - package org.osgi.service.component.propertytypes
Component Property Types Package Version 1.5.
org.osgi.service.component.runtime - package org.osgi.service.component.runtime
Service Component Runtime Package Version 1.5.
org.osgi.service.component.runtime.dto - package org.osgi.service.component.runtime.dto
Service Component Runtime Data Transfer Objects Package Version 1.5.
org.osgi.service.configurator - package org.osgi.service.configurator
Configurator Package Version 1.0.
org.osgi.service.configurator.annotations - package org.osgi.service.configurator.annotations
Configurator Annotations Package Version 1.0.
org.osgi.service.configurator.namespace - package org.osgi.service.configurator.namespace
Configurator Namespace Package Version 1.0.
org.osgi.service.coordinator - package org.osgi.service.coordinator
Coordinator Package Version 1.0.
org.osgi.service.dal - package org.osgi.service.dal
Device Abstraction Layer Package Version 1.0.
org.osgi.service.dal.functions - package org.osgi.service.dal.functions
Device Abstraction Layer Functions Package 1.0.
org.osgi.service.dal.functions.data - package org.osgi.service.dal.functions.data
Device Abstraction Layer Functions Data Package 1.0.
org.osgi.service.device - package org.osgi.service.device
Device Access Package Version 1.1.
org.osgi.service.dmt - package org.osgi.service.dmt
Device Management Tree Package Version 2.0.
org.osgi.service.dmt.notification - package org.osgi.service.dmt.notification
Device Management Tree Notification Package Version 2.0.
org.osgi.service.dmt.notification.spi - package org.osgi.service.dmt.notification.spi
Device Management Tree Notification SPI Package Version 2.0.
org.osgi.service.dmt.security - package org.osgi.service.dmt.security
Device Management Tree Security Package Version 2.0.
org.osgi.service.dmt.spi - package org.osgi.service.dmt.spi
Device Management Tree SPI Package Version 2.0.
org.osgi.service.enocean - package org.osgi.service.enocean
EnOcean Package Version 1.0.
org.osgi.service.enocean.descriptions - package org.osgi.service.enocean.descriptions
EnOcean Descriptions Package Version 1.0.
org.osgi.service.event - package org.osgi.service.event
Event Admin Package Version 1.4.
org.osgi.service.event.annotations - package org.osgi.service.event.annotations
Event Admin Annotations Package Version 1.4.
org.osgi.service.event.propertytypes - package org.osgi.service.event.propertytypes
Event Admin Component Property Types Package Version 1.4.
org.osgi.service.feature - package org.osgi.service.feature
Feature Package Version 1.0.
org.osgi.service.feature.annotation - package org.osgi.service.feature.annotation
Feature Annotations Package Version 1.0.
org.osgi.service.http - package org.osgi.service.http
Http Service Package Version 1.2.
org.osgi.service.http.context - package org.osgi.service.http.context
Http Whiteboard Context Package Version 1.1.
org.osgi.service.http.runtime - package org.osgi.service.http.runtime
Http Runtime Package Version 1.1.
org.osgi.service.http.runtime.dto - package org.osgi.service.http.runtime.dto
Http Runtime DTO Package Version 1.1.
org.osgi.service.http.whiteboard - package org.osgi.service.http.whiteboard
Http Whiteboard Package Version 1.1.
org.osgi.service.http.whiteboard.annotations - package org.osgi.service.http.whiteboard.annotations
Http Whiteboard Annotations Package Version 1.1.
org.osgi.service.http.whiteboard.propertytypes - package org.osgi.service.http.whiteboard.propertytypes
Http Whiteboard Property Types Package Version 1.1.
org.osgi.service.jaxrs.client - package org.osgi.service.jaxrs.client
JAX-RS Client Package Version 1.0.
org.osgi.service.jaxrs.runtime - package org.osgi.service.jaxrs.runtime
JAX-RS Runtime Package Version 1.0.
org.osgi.service.jaxrs.runtime.dto - package org.osgi.service.jaxrs.runtime.dto
JAX-RS Runtime DTO Package Version 1.0.
org.osgi.service.jaxrs.whiteboard - package org.osgi.service.jaxrs.whiteboard
JAX-RS Whiteboard Package Version 1.0.
org.osgi.service.jaxrs.whiteboard.annotations - package org.osgi.service.jaxrs.whiteboard.annotations
JAX-RS Whiteboard Annotations Package Version 1.0.
org.osgi.service.jaxrs.whiteboard.propertytypes - package org.osgi.service.jaxrs.whiteboard.propertytypes
JAX-RS Whiteboard Package Version 1.0.
org.osgi.service.jdbc - package org.osgi.service.jdbc
JDBC Service Package Version 1.0.
org.osgi.service.jndi - package org.osgi.service.jndi
JNDI Package Version 1.0.
org.osgi.service.jpa - package org.osgi.service.jpa
JPA Package Version 1.1.
org.osgi.service.jpa.annotations - package org.osgi.service.jpa.annotations
JPA Service Annotations Package Version 1.1.
org.osgi.service.log.stream - package org.osgi.service.log.stream
Log Stream Package Version 1.0.
org.osgi.service.metatype - package org.osgi.service.metatype
Metatype Package Version 1.4.
org.osgi.service.metatype.annotations - package org.osgi.service.metatype.annotations
Metatype Annotations Package Version 1.4.
org.osgi.service.networkadapter - package org.osgi.service.networkadapter
Network Interface Information Service Specification Package Version 1.0.
org.osgi.service.onem2m - package org.osgi.service.onem2m
Service Layer API for oneM2M Specification Package Version 1.0.
org.osgi.service.onem2m.dto - package org.osgi.service.onem2m.dto
Service Layer Data Transfer Objects for oneM2M Specification Package Version 1.0.
org.osgi.service.prefs - package org.osgi.service.prefs
Preferences Service Package Version 1.1.
org.osgi.service.remoteserviceadmin - package org.osgi.service.remoteserviceadmin
Remote Service Admin Package Version 1.1.
org.osgi.service.remoteserviceadmin.namespace - package org.osgi.service.remoteserviceadmin.namespace
Remote Service Admin Namespaces Version 1.0.
org.osgi.service.repository - package org.osgi.service.repository
Repository Service Package Version 1.1.
org.osgi.service.resourcemonitoring - package org.osgi.service.resourcemonitoring
Resource Monitoring Package Version 1.0.
org.osgi.service.resourcemonitoring.monitor - package org.osgi.service.resourcemonitoring.monitor
Resource Monitoring Monitor Package Version 1.0.
org.osgi.service.rest - package org.osgi.service.rest
Rest Service Package Version 1.0.
org.osgi.service.rest.client - package org.osgi.service.rest.client
Rest Service Client Package Version 1.0.
org.osgi.service.serial - package org.osgi.service.serial
Serial Device Service Specification Package Version 1.0.
org.osgi.service.serviceloader - package org.osgi.service.serviceloader
Service Loader Mediator Package Version 1.0.
org.osgi.service.tr069todmt - package org.osgi.service.tr069todmt
TR069 Connector Service Package Version 1.0.
org.osgi.service.transaction.control - package org.osgi.service.transaction.control
Transaction Control Service Package Version 1.0.
org.osgi.service.transaction.control.jdbc - package org.osgi.service.transaction.control.jdbc
Transaction Control JDBC Package Version 1.0.
org.osgi.service.transaction.control.jpa - package org.osgi.service.transaction.control.jpa
Transaction Control JPA Package Version 1.0.
org.osgi.service.transaction.control.recovery - package org.osgi.service.transaction.control.recovery
Transaction Control Service Recovery Package Version 1.0.
org.osgi.service.typedevent - package org.osgi.service.typedevent
Typed Event Package Version 1.0.
org.osgi.service.typedevent.annotations - package org.osgi.service.typedevent.annotations
Typed Event Annotations Package Version 1.0.
org.osgi.service.typedevent.monitor - package org.osgi.service.typedevent.monitor
Typed Event Monitoring Package Version 1.0.
org.osgi.service.typedevent.propertytypes - package org.osgi.service.typedevent.propertytypes
Typed Event Component Property Types Package Version 1.0.
org.osgi.service.upnp - package org.osgi.service.upnp
UPnP Package Version 1.2.
org.osgi.service.usbinfo - package org.osgi.service.usbinfo
USB Information Device Category Specification Package Version 1.0.
org.osgi.service.useradmin - package org.osgi.service.useradmin
User Admin Package Version 1.1.
org.osgi.service.wireadmin - package org.osgi.service.wireadmin
Wire Admin Package Version 1.0.
org.osgi.service.zigbee - package org.osgi.service.zigbee
Device Service Specification for ZigBee Technology.
org.osgi.service.zigbee.descriptions - package org.osgi.service.zigbee.descriptions
Device Service Specification for ZigBee Technology Descriptions.
org.osgi.service.zigbee.descriptors - package org.osgi.service.zigbee.descriptors
Device Service Specification for ZigBee Technology Descriptors.
org.osgi.service.zigbee.types - package org.osgi.service.zigbee.types
Device Service Specification for ZigBee Technology Data Types.
org.osgi.util.converter - package org.osgi.util.converter
Converter Package Version 1.0.
org.osgi.util.function - package org.osgi.util.function
Function Package Version 1.2.
org.osgi.util.promise - package org.osgi.util.promise
Promise Package Version 1.2.
org.osgi.util.pushstream - package org.osgi.util.pushstream
Push Stream Package Version 1.0.
org.osgi.util.xml - package org.osgi.util.xml
XML Parser Package Version 1.0.
org_osgi_framework_os_name - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
The OSGi framework operating system name.
org_osgi_framework_processor - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
The OSGi framework processor architecture.
org_osgi_framework_version - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
The OSGi framework version.
originatingTimestamp - Variable in class org.osgi.service.onem2m.dto.RequestPrimitiveDTO
Originating Timestamp
originatingTimestamp - Variable in class org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
Originating Timestamp To Parameter
originator - Variable in class org.osgi.service.onem2m.dto.IPEDiscoveryRequestDTO
originator
ORPHANED - Static variable in interface org.osgi.service.coordinator.Coordination
A singleton exception that will be the failure cause when a Coordination has been orphaned.
OSGI_EXISTING_ID - Static variable in exception org.osgi.service.zigbee.ZigBeeException
The error code used when another endpoint exists with the same ID.
OSGI_JDBC_DRIVER_CLASS - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver class when registering a JDBC DataSourceFactory service.
OSGI_JDBC_DRIVER_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver name when registering a JDBC DataSourceFactory service.
OSGI_JDBC_DRIVER_VERSION - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver version when registering a JDBC DataSourceFactory service.
OSGI_MULTIPLE_HOSTS - Static variable in exception org.osgi.service.zigbee.ZigBeeException
The error code used when several hosts exist for this PAN ID target or HOST_PID target.
OSGI_RECOVERY_ENABLED - Static variable in interface org.osgi.service.transaction.control.recovery.RecoverableXAResource
This service property key is used by TransactionControl services and ResourceProvider factories to indicate that they can support transaction recovery.
OSGI_RECOVERY_IDENTIFIER - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
The property used to set the recovery identifier that should be used by this resource
OSGI_RECOVERY_IDENTIFIER - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
The property used to set the recovery identifier that should be used by this resource
OTHERS_NEIGHBOR - Static variable in interface org.osgi.service.zigbee.ZigBeeLinkQuality
Constant value representing a others relationship between current ZigBeeNode and the neighbor.
OUTPUT_CLUSTERS - Static variable in interface org.osgi.service.zigbee.ZigBeeEndpoint
Property containing a list of output clusters.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
OSGi® Compendium
Release 8

Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0