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

F

F - Static variable in class org.osgi.util.measurement.Unit
The capacitance unit farad (F).
factory - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
The component factory name.
FACTORY_PID_ATTRIBUTE - Static variable in class org.osgi.service.configurator.namespace.ConfigurationNamespace
The capability attribute contains the factory PID if this is a factory configuration.
factoryProperties - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
The factory properties.
fail(Throwable) - Method in interface org.osgi.service.coordinator.Coordination
Terminate this Coordination as a failure with the specified failure cause.
fail(Throwable) - Method in interface org.osgi.service.coordinator.Coordinator
Terminate the current Coordination as a failure with the specified failure cause.
fail(Throwable) - Method in class org.osgi.util.promise.Deferred
Fail the Promise associated with this Deferred.
fail(Promise<?>) - Method in interface org.osgi.util.promise.Failure
Failure callback for a Promise.
FAIL_OVER_POLICY - Static variable in class org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
The attribute value for Topology managers with a fail-over policy
FAILED - Static variable in exception org.osgi.service.coordinator.CoordinationException
The Coordination has terminated as a failure with Coordination.fail(Throwable).
failed(Coordination) - Method in interface org.osgi.service.coordinator.Participant
Notification that a Coordination has terminated as a failure.
failed(Throwable) - Method in class org.osgi.util.promise.PromiseFactory
Returns a new Promise that has been resolved with the specified failure.
failed(Throwable) - Static method in class org.osgi.util.promise.Promises
Returns a new Promise that has been resolved with the specified failure.
FAILED_ACTIVATION - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
The component configuration failed to activate.
FailedApplicationDTO - Class in org.osgi.service.jaxrs.runtime.dto
Represents a JAX-RS service which is currently not being used due to a problem.
FailedApplicationDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.FailedApplicationDTO
 
failedApplicationDTOs - Variable in class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
Returns the representations of the JAX-RS extension services targeted to this runtime but currently not used due to some problem.
FailedErrorPageDTO - Class in org.osgi.service.http.runtime.dto
Represents a javax.servlet.Servlet service registered as an error page but currently not being used by a servlet context due to a problem.
FailedErrorPageDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedErrorPageDTO
 
failedErrorPageDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the error page javax.servlet.Servlet services associated with this runtime but currently not used due to some problem.
FailedExtensionDTO - Class in org.osgi.service.jaxrs.runtime.dto
Represents a JAX-RS Extension service which is currently not being used due to a problem.
FailedExtensionDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.FailedExtensionDTO
 
failedExtensionDTOs - Variable in class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
Returns the representations of the JAX-RS extension services targeted to this runtime but currently not used due to some problem.
FailedFilterDTO - Class in org.osgi.service.http.runtime.dto
Represents a servlet Filter service which is currently not being used by a servlet context due to a problem.
FailedFilterDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedFilterDTO
 
failedFilterDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the javax.servlet.Filter services associated with this runtime but currently not used due to some problem.
FailedListenerDTO - Class in org.osgi.service.http.runtime.dto
Represents a listener service which is currently not being used by a servlet context due to a problem.
FailedListenerDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedListenerDTO
 
failedListenerDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the listeners associated with this runtime but currently not used due to some problem.
FailedPreprocessorDTO - Class in org.osgi.service.http.runtime.dto
Represents a preprocessor service which is currently not being used due to a problem.
FailedPreprocessorDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
 
failedPreprocessorDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the servlet org.osgi.service.http.whiteboard.Preprocessor services associated with this runtime but currently not used due to some problem.
FailedPromisesException - Exception in org.osgi.util.promise
Promise failure exception for a collection of failed Promises.
FailedPromisesException(Collection<Promise<?>>, Throwable) - Constructor for exception org.osgi.util.promise.FailedPromisesException
Create a new FailedPromisesException with the specified Promises.
FailedResourceDTO - Class in org.osgi.service.http.runtime.dto
Represents a resource definition which is currently not being used by a servlet context due to a problem.
FailedResourceDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedResourceDTO
 
FailedResourceDTO - Class in org.osgi.service.jaxrs.runtime.dto
Represents a JAX-RS resource service which is currently not being used due to a problem.
FailedResourceDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.FailedResourceDTO
 
failedResourceDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the resources associated with this runtime but currently not used due to some problem.
failedResourceDTOs - Variable in class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
Returns the representations of the JAX-RS resource services targeted to this runtime but currently not used due to some problem.
FailedServletContextDTO - Class in org.osgi.service.http.runtime.dto
Represents a servlet context that is currently not used due to some problem.
FailedServletContextDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedServletContextDTO
 
failedServletContextDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the javax.servlet.ServletContext objects currently not used by the Http service runtime due to some problem.
FailedServletDTO - Class in org.osgi.service.http.runtime.dto
Represents a javax.servlet.Servlet service which is currently not being used by a servlet context due to a problem.
FailedServletDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedServletDTO
 
failedServletDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
Returns the representations of the javax.servlet.Servlet services associated with this runtime but currently not used due to some problem.
FAILURE - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container creation for the bundle has failed.
failure - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
The failure information if the component configuration state is ComponentConfigurationDTO.FAILED_ACTIVATION.
Failure - Interface in org.osgi.util.promise
Failure callback for a Promise.
FAILURE_REASON_DUPLICATE_NAME - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
The service is registered in the service registry with the JaxrsWhiteboardConstants.JAX_RS_NAME property and a service with that name already exists in the runtime
FAILURE_REASON_EXCEPTION_ON_INIT - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
An exception occurred during initializing of the service.
FAILURE_REASON_NO_SERVLET_CONTEXT_MATCHING - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
No matching ServletContextHelper.
FAILURE_REASON_NOT_AN_EXTENSION_TYPE - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
The extension service is registered in the service registry but the service is not registered using a recognized extension type
FAILURE_REASON_REQUIRED_APPLICATION_UNAVAILABLE - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
The service is registered in the service registry with the JaxrsWhiteboardConstants.JAX_RS_APPLICATION_SELECT property and the filters is not matched by any running application.
FAILURE_REASON_REQUIRED_EXTENSIONS_UNAVAILABLE - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
The service is registered in the service registry with the JaxrsWhiteboardConstants.JAX_RS_EXTENSION_SELECT property and one or more of the filters is not matched.
FAILURE_REASON_SERVICE_IN_USE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The service is not registered as a prototype scoped service and is already in use with a servlet context and therefore can't be used with another servlet context.
FAILURE_REASON_SERVICE_NOT_GETTABLE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The service is registered in the service registry but getting the service fails as it returns null.
FAILURE_REASON_SERVICE_NOT_GETTABLE - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
The service is registered in the service registry but getting the service fails as it returns null.
FAILURE_REASON_SERVLET_CONTEXT_FAILURE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
Matching ServletContextHelper, but the context is not used due to a problem with the context.
FAILURE_REASON_SERVLET_READ_FROM_DEFAULT_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The servlet is not registered as it is configured to have multipart enabled, but the bundle containing the servlet has no read permission to the default location for the uploaded files.
FAILURE_REASON_SERVLET_WRITE_TO_LOCATION_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The servlet is not registered as it is configured to have multipart enabled, but the bundle containing the servlet has no write permission to the provided location for the uploaded files.
FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
Service is shadowed by another service.
FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
Service is shadowed by another service.
FAILURE_REASON_UNKNOWN - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
Failure reason is unknown.
FAILURE_REASON_UNKNOWN - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
Failure reason is unknown.
FAILURE_REASON_VALIDATION_FAILED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The service is registered in the service registry but the service properties are invalid.
FAILURE_REASON_VALIDATION_FAILED - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
The service is registered in the service registry but the service properties are invalid.
FAILURE_REASON_WHITEBOARD_WRITE_TO_DEFAULT_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The servlet is not registered as it is configured to have multipart enabled, but the whiteboard implementation has no write permission to the default location for the uploaded files.
FAILURE_REASON_WHITEBOARD_WRITE_TO_LOCATION_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
The servlet is not registered as it is configured to have multipart enabled, but the whiteboard implementation has no write permission to the provided location for the uploaded files.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedErrorPageDTO
The reason why the servlet represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedFilterDTO
The reason why the servlet filter represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedListenerDTO
The reason why the listener represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
The reason why the preprocessor represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedResourceDTO
The reason why the resource represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedServletContextDTO
The reason why the servlet context represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedServletDTO
The reason why the servlet represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.jaxrs.runtime.dto.FailedApplicationDTO
The reason why the resource represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.jaxrs.runtime.dto.FailedExtensionDTO
The reason why the extension represented by this DTO is not used.
failureReason - Variable in class org.osgi.service.jaxrs.runtime.dto.FailedResourceDTO
The reason why the resource represented by this DTO is not used.
fallbackTo(Promise<? extends T>) - Method in interface org.osgi.util.promise.Promise
Fall back to the value of the specified Promise if this Promise fails.
FALSE_VALUE - Static variable in class org.osgi.service.dmt.DmtData
Constant instance representing a boolean false value.
FEATURE_NOT_SUPPORTED - Static variable in exception org.osgi.service.dmt.DmtException
The requested command failed because an optional feature required by the command is not supported.
field - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
The name of the field of the reference.
FieldOption - Enum in org.osgi.service.component.annotations
Field options for the Reference annotation.
fieldOption - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
The field option of the reference.
FILTER - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JSONRequired
A filter requiring an osgi.jaxrs.media.type of application/json
filter(Predicate<? super T>) - Method in interface org.osgi.util.promise.Promise
Filter the value of this Promise.
filter(Predicate<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
Only pass events downstream when the predicate tests true.
FILTER_EVENT - Static variable in interface org.osgi.service.dmt.DmtEventListener
A number of event types packed in a bitmap.
FILTER_PRINCIPAL - Static variable in interface org.osgi.service.dmt.DmtEventListener
A number of names of principals.
FILTER_SUBTREE - Static variable in interface org.osgi.service.dmt.DmtEventListener
A number of sub-tree top nodes that define the scope of the Dmt Event Listener.
FilterDTO - Class in org.osgi.service.http.runtime.dto
Represents a servlet javax.servlet.Filter service currently being used for by a servlet context.
FilterDTO() - Constructor for class org.osgi.service.http.runtime.dto.FilterDTO
 
filterDTOs - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
The servlet filters processing this request.
filterDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
Returns the representations of the servlet Filter services associated with this context.
filteredByName - Variable in class org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
The resourceDTOs that are mapped to this extension using a NameBinding annotation
findAny() - Method in interface org.osgi.util.pushstream.PushStream
Close the channel and resolve the promise with the first element.
findDrivers(Dictionary<String, ?>) - Method in interface org.osgi.service.device.DriverLocator
Returns an array of DRIVER_ID strings of drivers capable of attaching to a device with the given properties.
findFirst() - Method in interface org.osgi.util.pushstream.PushStream
Close the channel and resolve the promise with the first element.
findProviders(Collection<? extends Requirement>) - Method in interface org.osgi.service.repository.Repository
Find the capabilities that match the specified requirements.
findProviders(RequirementExpression) - Method in interface org.osgi.service.repository.Repository
Find the resources that match the specified requirement expression.
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.osgi.service.http.context.ServletContextHelper
Finishes the security context for the specified request.
flatMap(Function<? super T, Promise<? extends R>>) - Method in interface org.osgi.util.promise.Promise
FlatMap the value of this Promise.
flatMap(Function<? super T, ? extends PushStream<? extends R>>) - Method in interface org.osgi.util.pushstream.PushStream
Flat map the payload value (turn one event into 0..n events of potentially another type).
FLOAT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The FLOAT type.
flush() - Method in interface org.osgi.service.prefs.Preferences
Forces any changes in the contents of this node and its descendants to the persistent store.
forEach(Consumer<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
Execute the action for each event received until the channel is closed.
forEachEvent(PushEventConsumer<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
Pass on each event to another consumer until the stream is closed.
fork(int, int, Executor) - Method in interface org.osgi.util.pushstream.PushStream
Execute the downstream events in up to n background threads.
FORMAT_BASE64 - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM b64 value.
FORMAT_BINARY - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM bin value.
FORMAT_BOOLEAN - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM bool value.
FORMAT_DATE - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM date value.
FORMAT_DATE_TIME - Static variable in class org.osgi.service.dmt.DmtData
The node holds a Date object.
FORMAT_FLOAT - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM float value.
FORMAT_INTEGER - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM int value.
FORMAT_LONG - Static variable in class org.osgi.service.dmt.DmtData
The node holds a long value.
FORMAT_NODE - Static variable in class org.osgi.service.dmt.DmtData
Format specifier of an internal node.
FORMAT_NULL - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM null value.
FORMAT_RAW_BINARY - Static variable in class org.osgi.service.dmt.DmtData
The node holds raw protocol data encoded in binary format.
FORMAT_RAW_STRING - Static variable in class org.osgi.service.dmt.DmtData
The node holds raw protocol data encoded as String.
FORMAT_STRING - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM chr value.
FORMAT_TIME - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM time value.
FORMAT_XML - Static variable in class org.osgi.service.dmt.DmtData
The node holds an OMA DM xml value.
FormatterLogger - Interface in org.osgi.service.log
Provides methods for bundles to write messages to the log using printf-style format strings.
Framework - Class in org.osgi.application
Using this class, OSGi-aware applications can obtain their ApplicationContext.
FRIENDLY_NAME - Static variable in interface org.osgi.service.upnp.UPnPDevice
Mandatory property key for a short user friendly version of the device name.
function() - Method in interface org.osgi.util.converter.Converter
Start defining a function that can perform given conversions.
Function<T,R> - Interface in org.osgi.util.function
A function that accepts a single argument and produces a result.
Functioning - Interface in org.osgi.util.converter
This interface is used to specify the target function to perform conversions.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
OSGi™ Compendium
Release 7

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