Skip navigation links
OSGi™ Enterprise
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 Z 

R

READ - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
The action string read.
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 a Configuration about the read only state of a configuration object.
ReadOnlyConfigurationException(String) - Constructor for exception org.osgi.service.cm.ReadOnlyConfigurationException
Create a ReadOnlyConfigurationException object.
recover(Function<Promise<?>, ? extends T>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery value.
RecoverableXAResource - Interface in org.osgi.service.transaction.control.recovery
A RecoverableXAResource service may be provided by a ResourceProvider 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.
reduce(T, BinaryOperator<T>) - Method in interface org.osgi.util.pushstream.PushStream
Standard reduce, see Stream.
reduce(BinaryOperator<T>) - Method in interface org.osgi.util.pushstream.PushStream
Standard reduce without identity, so the return is an Optional.
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 - Annotation Type 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 Type in org.osgi.service.component.annotations
Identify the annotated member or parameter as a reference of a Service Component.
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.
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.cdi.runtime.dto
A snapshot of the runtime state of a component reference dependency
ReferenceDTO() - Constructor for class org.osgi.service.cdi.runtime.dto.ReferenceDTO
 
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.cdi
Defines the possible values of the policy of a reference towards propagating service changes to the CDI runtime
ReferencePolicy - Enum in org.osgi.service.component.annotations
Policy for the Reference annotation.
ReferencePolicyOption - Enum in org.osgi.service.cdi
Defines the possible values of the policy of a satisfied reference towards new matching services appearing.
ReferencePolicyOption - Enum 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 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
 
RefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to another component managed by the Blueprint Container.
refreshBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the specified bundle.
refreshBundleAndWait(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the specified bundle and wait until completed.
refreshBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the list of bundles.
refreshBundlesAndWait(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the list of bundles and wait until completed.
regexs - Variable in class org.osgi.service.http.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.
REGISTERED_SERVICES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REGISTERED_SERVICES, used in BundleStateMBean.REGISTERED_SERVICES_ITEM.
REGISTERED_SERVICES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the registered services of the bundle in BundleStateMBean.BUNDLE_TYPE.
registerLocalResource(LocalResource) - Method in interface org.osgi.service.transaction.control.TransactionContext
Register a Local resource with the current transaction
registerResources(String, String, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers resources into the URI namespace.
registerServlet(String, Servlet, Dictionary<?, ?>, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers a servlet into the URI namespace.
registerXAResource(XAResource, String) - Method in interface org.osgi.service.transaction.control.TransactionContext
Register an XA resource with the current transaction
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.
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.
releaseXAResource(XAResource) - Method in interface org.osgi.service.transaction.control.recovery.RecoverableXAResource
Release the XAResource that has been used for recovery
Reluctant - Annotation Type in org.osgi.service.cdi.annotations
Annotation used to indicate that the behavior of the reference should be reluctant.
Reluctant.Literal - Class in org.osgi.service.cdi.annotations
Support inline instantiation of the Reluctant annotation.
REMAINING - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
REMAINING_ID_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of remaining bundles unprocessed by the failing batch operation.
REMAINING_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of remaining bundles unprocessed by the failing batch operation.
REMOTE_CONFIGS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types supported by a distribution provider.
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.
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.
REMOVAL_PENDING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REMOVAL_PENDING, used in BundleStateMBean.REMOVAL_PENDING_ITEM.
REMOVAL_PENDING - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The name of the item containing the pending removal status of the package in the CompositeData.
REMOVAL_PENDING_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication of removal pending in BundleStateMBean.BUNDLE_TYPE.
REMOVAL_PENDING_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item representing the removal pending status of a package.
remove(Object) - Method in class org.osgi.service.event.EventProperties
This method throws UnsupportedOperationException.
removeAttributes(Configuration.ConfigurationAttribute...) - Method in interface org.osgi.service.cm.Configuration
Remove attributes from this configuration.
removeCredential(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the credential associated with the given user
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(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(BiConsumer<ServiceReference<S>, S>) - Method in interface org.osgi.service.cdi.reference.BindServiceReference
Subscribe an action to the removed service event.
REMOVED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
An endpoint has been removed.
removeGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the Group associated with the name
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
removeMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove a role from the group
removeMember(Role) - Method in interface org.osgi.service.useradmin.Group
Removes the specified Role object from this Group object.
removeProperty(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove a property from a role
removeRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the Role associated with the name
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.
removeUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the User associated with the name
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
 
RequireCDIExtender - Annotation Type in org.osgi.service.cdi.annotations
This annotation can be used to require the CDI Component Runtime extender.
RequireCDIImplementation - Annotation Type in org.osgi.service.cdi.annotations
This annotation can be used to require the CDI Component Runtime implementation.
RequireConfigurationAdmin - Annotation Type in org.osgi.service.cm.annotations
This annotation can be used to require the Configuration Admin implementation.
RequireConfigurator - Annotation Type in org.osgi.service.configurator.annotations
This annotation can be used to require the Configurator extender.
REQUIRED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRED, used in BundleStateMBean.REQUIRED_ITEM.
REQUIRED - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
required(Callable<T>) - Method in interface org.osgi.service.transaction.control.TransactionStarter
A transaction is required to run the supplied piece of work.
REQUIRED_BUNDLES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRED_BUNDLES, used in BundleStateMBean.REQUIRED_BUNDLES_ITEM.
REQUIRED_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the required bundles in BundleStateMBean.BUNDLE_TYPE.
REQUIRED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the required status in BundleStateMBean.BUNDLE_TYPE.
REQUIRED_MEMBERS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The REQUIRED_MEMBERS key, used in UserAdminMBean.REQUIRED_MEMBERS_ITEM.
REQUIRED_MEMBERS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the required members of a group.
REQUIRED_WIRES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRED_WIRES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the required wires in BundleWiringStateMBean.BUNDLE_WIRING_TYPE.
RequireEventAdmin - Annotation Type in org.osgi.service.event.annotations
This annotation can be used to require the Event Admin implementation.
RequireHttpWhiteboard - Annotation Type in org.osgi.service.http.whiteboard.annotations
This annotation can be used to require the Http Whiteboard implementation.
RequireJaxrsWhiteboard - Annotation Type in org.osgi.service.jaxrs.whiteboard.annotations
This annotation can be used to require the JAX-RS Whiteboard implementation.
RequireJPAExtender - Annotation Type 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.
REQUIREMENT_TYPE_ARRAY - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
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.
REQUIREMENTS - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIREMENTS_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
RequireMetaTypeExtender - Annotation Type in org.osgi.service.metatype.annotations
This annotation can be used to require the Meta Type extender to process metatype resources.
RequireMetaTypeImplementation - Annotation Type in org.osgi.service.metatype.annotations
This annotation can be used to require the Meta Type implementation.
REQUIRER_BUNDLE_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRER_BUNDLE_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the requirer bundle ID in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
REQUIRER_BUNDLE_REVISION_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRER_BUNDLE_REVISION_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The local ID of a requirer revision in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
RequireServiceComponentRuntime - Annotation Type 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.
REQUIRING_BUNDLES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRING_BUNDLES, used in BundleStateMBean.REQUIRING_BUNDLES_ITEM.
REQUIRING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundles requiring this bundle in BundleStateMBean.BUNDLE_TYPE.
resolve(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Same as FrameworkMBean.resolveBundles(long[]) but with a more detailed return type.
resolve(T) - Method in class org.osgi.util.promise.Deferred
Successfully resolve the Promise associated with this Deferred.
resolveBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Resolve the bundle indicated by the unique symbolic name and version
resolveBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch resolve the bundles indicated by the list of bundle identifiers
RESOLVED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant RESOLVED for the BundleStateMBean.STATE
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.
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
 
ResourceDTO - Class in org.osgi.service.jaxrs.runtime.dto
Represents common information about a JAX-RS resource service.
ResourceDTO() - Constructor for class org.osgi.service.jaxrs.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.
resourceDTOs - Variable in class org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
Returns the representations of the dynamic JAX-RS resource services associated with this Application.
ResourceMethodInfoDTO - Class in org.osgi.service.jaxrs.runtime.dto
Represents information about a JAX-RS resource method.
ResourceMethodInfoDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
 
resourceMethods - Variable in class org.osgi.service.jaxrs.runtime.dto.ApplicationDTO
The RequestPaths handled by statically defined resources in this Application
resourceMethods - Variable in class org.osgi.service.jaxrs.runtime.dto.ResourceDTO
The RequestPaths handled by this resource
ResourceProvider<T> - Interface in org.osgi.service.transaction.control
A resource provider is used to provide a transactional resource to the application
RestApiExtension - Interface in org.osgi.service.rest
Marker interface for registering extensions to the Rest API service.
restartFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Restart the framework by updating the system bundle
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.
REVISION_CAPABILITIES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents the capabilities for a revision.
REVISION_REQUIREMENTS_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents the requirements of a revision.
REVISIONS_CAPABILITIES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that holds the capabilities of a revision.
REVISIONS_REQUIREMENTS_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that hold the requirements of a revision.
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.
ROLE_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for a Role.
roleChanged(UserAdminEvent) - Method in interface org.osgi.service.useradmin.UserAdminListener
Receives notification that a Role object has been created, removed, or modified.
ROLES - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The key ROLES, used in UserAdminMBean.ROLES_ITEM.
ROLES_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the roles for this authorization object.
rollback() - Method in interface org.osgi.service.transaction.control.LocalResource
Roll back the resource
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.
ROOT_LOGGER_NAME - Static variable in interface org.osgi.service.log.Logger
Root Logger Name.
ROOT_SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The symbolic name of the root subsystem.
rule(Type, ConverterFunction) - Method in interface org.osgi.util.converter.ConverterBuilder
Register a conversion rule for this converter.
rule(TargetRule) - 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<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.http.runtime.dto
Represents the state of a Http Service Runtime.
RuntimeDTO() - Constructor for class org.osgi.service.http.runtime.dto.RuntimeDTO
 
RuntimeDTO - Class in org.osgi.service.jaxrs.runtime.dto
Represents the state of a JAX-RS Service Runtime.
RuntimeDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
 
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™ Enterprise
Release 7

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