- A - Static variable in class org.osgi.util.measurement.Unit
-
The electric current unit ampere (A)
- ABORT - Static variable in interface org.osgi.util.pushstream.PushEventConsumer
-
If ABORT is used as return value, the sender should close the channel all
the way to the upstream source.
- absolutePath() - Method in interface org.osgi.service.prefs.Preferences
-
Returns this node's absolute path name.
- accept(Logger) - Method in interface org.osgi.service.log.LoggerConsumer
-
Perform this operation on the specified
Logger
.
- accept(T) - Method in interface org.osgi.util.function.Consumer
-
Applies this function to the specified argument.
- accept(PushEvent<? extends T>) - Method in interface org.osgi.util.pushstream.PushEventConsumer
-
Accept an event from a source.
- Acl - Class in org.osgi.service.dmt
-
Acl
is an immutable class representing structured access to DMT ACLs.
- Acl(String) - Constructor for class org.osgi.service.dmt.Acl
-
Create an instance of the ACL from its canonical string representation.
- Acl(String[], int[]) - Constructor for class org.osgi.service.dmt.Acl
-
Creates an instance with a specified list of principals and the
permissions they hold.
- Activate - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated member as part of the activation of a Service
Component.
- activate - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the activate method.
- ACTIVATION_EAGER - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
The component's manager must eagerly activate the component.
- ACTIVATION_LAZY - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
The component's manager must lazily activate the component.
- activationFields - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The activation fields.
- ACTIVE - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is active.
- activeScope() - Method in interface org.osgi.service.transaction.control.TransactionControl
-
- activeTransaction() - Method in interface org.osgi.service.transaction.control.TransactionControl
-
- ADD - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue ADD commands on the node
having this ACL.
- ADD - Static variable in class org.osgi.service.dmt.security.DmtPermission
-
Holders of DmtPermission with the Add action present can create new nodes
in the DMT, that is they are authorized to execute the
createInteriorNode() and createLeafNode() methods of the DmtSession.
- add(Measurement) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the sum of this object
added to the specified object.
- add(double, Unit) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the sum of this object
added to the specified value.
- add(double) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the sum of this object
added to the specified value.
- addAttribute(String, Object) - Method in interface org.osgi.service.repository.RequirementBuilder
-
Add an attribute to the set of attributes.
- addAttributes(Configuration.ConfigurationAttribute...) - Method in interface org.osgi.service.cm.Configuration
-
Add attributes to the configuration.
- addDirective(String, String) - Method in interface org.osgi.service.repository.RequirementBuilder
-
Add a directive to the set of directives.
- ADDED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were added.
- ADDED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
An endpoint has been added.
- addInformation(Dictionary<String, ?>) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Adds the key/value pairs contained in info
to the Provisioning
Information dictionary.
- addInformation(ZipInputStream) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Processes the ZipInputStream
and extracts information to add to
the Provisioning Information dictionary, as well as, install/update and
start bundles.
- addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
-
- addMember(Role) - Method in interface org.osgi.service.useradmin.Group
-
Adds the specified Role
object as a basic member to this
Group
object.
- addParticipant(Participant) - Method in interface org.osgi.service.coordinator.Coordination
-
Register a Participant with this Coordination.
- addParticipant(Participant) - Method in interface org.osgi.service.coordinator.Coordinator
-
- addPermission(String, int) - Method in class org.osgi.service.dmt.Acl
-
Create a new Acl
instance from this Acl
with the given
permission added for the given principal.
- addRequiredMember(Role) - Method in interface org.osgi.service.useradmin.Group
-
Adds the specified Role
object as a required member to this
Group
object.
- addServiceListener(ApplicationServiceListener, String) - Method in interface org.osgi.application.ApplicationContext
-
- addServiceListener(ApplicationServiceListener, String[]) - Method in interface org.osgi.application.ApplicationContext
-
- adjustBackPressure(LongUnaryOperator) - Method in interface org.osgi.util.pushstream.PushStream
-
Changes the back-pressure propagated by this pipeline stage.
- adjustBackPressure(ToLongBiFunction<T, Long>) - Method in interface org.osgi.util.pushstream.PushStream
-
Changes the back-pressure propagated by this pipeline stage.
- ADMIN - Static variable in class org.osgi.service.coordinator.CoordinationPermission
-
The action string admin
.
- ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The permission name "admin".
- ALERT_NOT_ROUTED - Static variable in exception org.osgi.service.dmt.DmtException
-
An alert can not be sent from the device to the given principal.
- AlertItem - Class in org.osgi.service.dmt.notification
-
Immutable data structure carried in an alert (client initiated notification).
- AlertItem(String, String, String, DmtData) - Constructor for class org.osgi.service.dmt.notification.AlertItem
-
Create an instance of the alert item.
- AlertItem(String[], String, String, DmtData) - Constructor for class org.osgi.service.dmt.notification.AlertItem
-
Create an instance of the alert item, specifying the source node URI as
an array of path segments.
- AlertPermission - Class in org.osgi.service.dmt.security
-
Indicates the callers authority to send alerts to management servers,
identified by their principal names.
- AlertPermission(String) - Constructor for class org.osgi.service.dmt.security.AlertPermission
-
Creates a new AlertPermission
object with its name set to the
target string.
- AlertPermission(String, String) - Constructor for class org.osgi.service.dmt.security.AlertPermission
-
Creates a new AlertPermission
object using the 'canonical' two
argument constructor.
- ALL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
-
Argument for getAttributeDefinitions(int)
.
- all(Collection<Promise<S>>) - Method in class org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that is a latch on the resolution of the specified
Promises.
- all(Collection<Promise<S>>) - Static method in class org.osgi.util.promise.Promises
-
Returns a new Promise that is a latch on the resolution of the specified
Promises.
- all(Promise<? extends T>...) - Static method in class org.osgi.util.promise.Promises
-
Returns a new Promise that is a latch on the resolution of the specified
Promises.
- ALL_PERMISSION - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue any command on the node
having this ACL.
- allMatch(Predicate<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Closes the channel and resolve the promise with false when the predicate
does not matches a pay load.
- ALREADY_ENDED - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
The Coordination has already terminated normally.
- ALREADY_PUSHED - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
The Coordination was already on a thread's thread local Coordination
stack.
- and(RequirementExpression, RequirementExpression) - Method in interface org.osgi.service.repository.ExpressionCombiner
-
- and(RequirementExpression, RequirementExpression, RequirementExpression...) - Method in interface org.osgi.service.repository.ExpressionCombiner
-
- AndExpression - Interface in org.osgi.service.repository
-
- anyMatch(Predicate<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Close the channel and resolve the promise with true when the predicate
matches a payload.
- APPLICATION_CONTAINER - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the application container of the application.
- APPLICATION_COPYRIGHT - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized copyright notice of the application.
- APPLICATION_DESCRIPTION - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized description of the application.
- APPLICATION_DESCRIPTOR - Static variable in class org.osgi.service.application.ApplicationHandle
-
The property key for the pid of the corresponding application descriptor.
- APPLICATION_DOCUMENTATION - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized documentation of the application.
- APPLICATION_DUPLICATE_SCHEDULE_ID - Static variable in exception org.osgi.service.application.ApplicationException
-
The application scheduling failed because the specified identifier is
already in use.
- APPLICATION_EXITVALUE_NOT_AVAILABLE - Static variable in exception org.osgi.service.application.ApplicationException
-
The exit value is not available for an application instance because the
instance has not terminated.
- APPLICATION_ICON - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized icon of the application.
- APPLICATION_INTERNAL_ERROR - Static variable in exception org.osgi.service.application.ApplicationException
-
An exception was thrown by the application or the corresponding container
during launch.
- APPLICATION_INVALID_STARTUP_ARGUMENT - Static variable in exception org.osgi.service.application.ApplicationException
-
One of the specified startup arguments is invalid, for example its type
is not permitted.
- APPLICATION_LAUNCHABLE - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the launchable property of the application.
- APPLICATION_LICENSE - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized license of the application.
- APPLICATION_LOCATION - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the location of the application.
- APPLICATION_LOCKED - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the locked property of the application.
- APPLICATION_LOCKED - Static variable in exception org.osgi.service.application.ApplicationException
-
The application couldn't be launched because it is locked.
- APPLICATION_NAME - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized name of the application.
- APPLICATION_NOT_LAUNCHABLE - Static variable in exception org.osgi.service.application.ApplicationException
-
- APPLICATION_PID - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the unique identifier (PID) of the application.
- APPLICATION_PID - Static variable in class org.osgi.service.application.ApplicationHandle
-
The property key for the unique identifier (PID) of the application
instance.
- APPLICATION_PID - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The property key for the identifier of the application being scheduled.
- APPLICATION_SCHEDULING_FAILED - Static variable in exception org.osgi.service.application.ApplicationException
-
The application schedule could not be created due to some internal error
(for example, the schedule information couldn't be saved due to some
storage error).
- APPLICATION_STATE - Static variable in class org.osgi.service.application.ApplicationHandle
-
The property key for the state of this application instance.
- APPLICATION_SUPPORTS_EXITVALUE - Static variable in class org.osgi.service.application.ApplicationHandle
-
The property key for the supports exit value property of this application
instance.
- APPLICATION_VENDOR - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the name of the application vendor.
- APPLICATION_VERSION - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the version of the application.
- APPLICATION_VISIBLE - Static variable in class org.osgi.service.application.ApplicationDescriptor
-
The property key for the visibility property of the application.
- ApplicationAdminPermission - Class in org.osgi.service.application
-
This class implements permissions for manipulating applications and their
instances.
- ApplicationAdminPermission(String, String) - Constructor for class org.osgi.service.application.ApplicationAdminPermission
-
Constructs an ApplicationAdminPermission.
- ApplicationAdminPermission(ApplicationDescriptor, String) - Constructor for class org.osgi.service.application.ApplicationAdminPermission
-
This constructor should be used when creating
ApplicationAdminPermission
instance for checkPermission
call.
- ApplicationContext - Interface in org.osgi.application
-
ApplicationContext
is the access point for an OSGi-aware application
to the features of the OSGi Service Platform.
- ApplicationDescriptor - Class in org.osgi.service.application
-
An OSGi service that represents an installed application and stores
information about it.
- ApplicationDescriptor(String) - Constructor for class org.osgi.service.application.ApplicationDescriptor
-
Constructs the ApplicationDescriptor
.
- ApplicationDTO - Class in org.osgi.service.jaxrs.runtime.dto
-
Represents a JAX-RS Application service.
- ApplicationDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.ApplicationDTO
-
- applicationDTOs - Variable in class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
-
Returns the representations of the JAX-RS Application services associated
with this Runtime.
- ApplicationException - Exception in org.osgi.service.application
-
This exception is used to indicate problems related to application lifecycle
management.
- ApplicationException(int) - Constructor for exception org.osgi.service.application.ApplicationException
-
Creates an ApplicationException
with the specified error code.
- ApplicationException(int, Throwable) - Constructor for exception org.osgi.service.application.ApplicationException
-
Creates a ApplicationException
that wraps another exception.
- ApplicationException(int, String) - Constructor for exception org.osgi.service.application.ApplicationException
-
Creates an ApplicationException
with the specified error code.
- ApplicationException(int, String, Throwable) - Constructor for exception org.osgi.service.application.ApplicationException
-
Creates a ApplicationException
that wraps another exception.
- ApplicationHandle - Class in org.osgi.service.application
-
ApplicationHandle is an OSGi service interface which represents an instance
of an application.
- ApplicationHandle(String, ApplicationDescriptor) - Constructor for class org.osgi.service.application.ApplicationHandle
-
Application instance identifier is specified by the container when the
instance is created.
- ApplicationServiceEvent - Class in org.osgi.application
-
An event from the Framework describing a service lifecycle change.
- ApplicationServiceEvent(int, ServiceReference, Object) - Constructor for class org.osgi.application.ApplicationServiceEvent
-
Creates a new application service event object.
- ApplicationServiceListener - Interface in org.osgi.application
-
An ApplicationServiceEvent
listener.
- apply(Object, Type) - Method in interface org.osgi.util.converter.ConverterFunction
-
Convert the object into the target type.
- apply(T) - Method in interface org.osgi.util.function.Function
-
Applies this function to the specified argument.
- as(Class<T>) - Method in exception org.osgi.service.transaction.control.ScopedWorkException
-
Throws the cause of this Exception as a RuntimeException the supplied
Exception type.
- asOneOf(Class<A>, Class<B>) - Method in exception org.osgi.service.transaction.control.ScopedWorkException
-
Throws the cause of this Exception as a RuntimeException or one of the
supplied Exception types.
- asOneOf(Class<A>, Class<B>, Class<C>) - Method in exception org.osgi.service.transaction.control.ScopedWorkException
-
Throws the cause of this Exception as a RuntimeException or one of the
supplied Exception types.
- asOneOf(Class<A>, Class<B>, Class<C>, Class<D>) - Method in exception org.osgi.service.transaction.control.ScopedWorkException
-
Throws the cause of this Exception as a RuntimeException or one of the
supplied Exception types.
- asRuntimeException() - Method in exception org.osgi.service.transaction.control.ScopedWorkException
-
- Async - Interface in org.osgi.service.async
-
The Asynchronous Execution Service.
- async(Method, Object[]) - Method in interface org.osgi.service.async.delegate.AsyncDelegate
-
Invoke the specified method as an asynchronous task with the specified
arguments.
- AsyncDelegate - Interface in org.osgi.service.async.delegate
-
This interface is used by services to allow them to optimize Asynchronous
calls where they are capable of executing more efficiently.
- asyncMap(int, int, Function<? super T, Promise<? extends R>>) - Method in interface org.osgi.util.pushstream.PushStream
-
Asynchronously map the payload values.
- asyncSupported - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
Specifies whether the servlet supports asynchronous processing.
- asyncSupported - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
Specifies whether the servlet filter supports asynchronous processing.
- attach(ServiceReference<?>) - Method in interface org.osgi.service.device.Driver
-
Attaches this Driver service to the Device service represented by the
given ServiceReference
object.
- ATTRIBUTE - Static variable in class org.osgi.service.cm.ConfigurationPermission
-
Provides permission to set or remove an attribute on the configuration.
- AttributeDefinition - Annotation Type in org.osgi.service.metatype.annotations
-
AttributeDefinition
information for the annotated method.
- AttributeDefinition - Interface in org.osgi.service.metatype
-
An interface to describe an attribute.
- attributes - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
The servlet context attributes.
- AttributeType - Enum in org.osgi.service.metatype.annotations
-
- audit(String) - Method in interface org.osgi.service.log.Logger
-
- audit(String, Object) - Method in interface org.osgi.service.log.Logger
-
- audit(String, Object, Object) - Method in interface org.osgi.service.log.Logger
-
- audit(String, Object...) - Method in interface org.osgi.service.log.Logger
-
- AUTHENTICATION_TYPE - Static variable in class org.osgi.service.http.context.ServletContextHelper
-
HttpServletRequest
attribute specifying the scheme used in
authentication.
- AUTHENTICATION_TYPE - Static variable in interface org.osgi.service.http.HttpContext
-
HttpServletRequest
attribute specifying the scheme used in
authentication.
- AUTHORIZATION - Static variable in class org.osgi.service.http.context.ServletContextHelper
-
HttpServletRequest
attribute specifying the Authorization
object obtained from the org.osgi.service.useradmin.UserAdmin
service.
- AUTHORIZATION - Static variable in interface org.osgi.service.http.HttpContext
-
HttpServletRequest
attribute specifying the Authorization
object obtained from the org.osgi.service.useradmin.UserAdmin
service.
- Authorization - Interface in org.osgi.service.useradmin
-
The Authorization
interface encapsulates an authorization context on
which bundles can base authorization decisions, where appropriate.
- AUTO_EXPORT_ALL_CLASSES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Advertise all Java classes and interfaces in the component instance type
as service interfaces.
- AUTO_EXPORT_CLASS_HIERARCHY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Advertise all Java classes in the hierarchy of the component instance
type as service interfaces.
- AUTO_EXPORT_DISABLED - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Do not auto-detect types for advertised service interfaces
- AUTO_EXPORT_INTERFACES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Advertise all Java interfaces implemented by the component instance type
as service interfaces.
- AUTOMATIC - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for representing an automatic node in the tree.
- AVAILABILITY_MANDATORY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
A matching service is required at all times.
- AVAILABILITY_OPTIONAL - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
A matching service is not required to be present.
- C - Static variable in class org.osgi.util.measurement.Unit
-
The electric charge unit coulomb (C).
- calculateRequestInfoDTO(String) - Method in interface org.osgi.service.http.runtime.HttpServiceRuntime
-
Return a request info DTO containing the services involved with
processing a request for the specified path.
- call(R) - Method in interface org.osgi.service.async.Async
-
Invoke the last method call registered by a mediated object as an
asynchronous task.
- call() - Method in interface org.osgi.service.async.Async
-
Invoke the last method call registered by a mediated object as an
asynchronous task.
- call(Promise<T>) - Method in interface org.osgi.util.promise.Success
-
Success callback for a Promise.
- can(int) - Method in interface org.osgi.service.dmt.MetaNode
-
Check whether the given operation is valid for this node.
- cancel() - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
-
This method cancels the currently active deployment session.
- CANCEL - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "cancel" action.
- cancel() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Processing of a resource passed to the resource processor may take long.
- canConvert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
-
Return if this converter is able to convert the specified object to the
specified type.
- CANNOT_HANDLE - Static variable in interface org.osgi.util.converter.ConverterFunction
-
Special object to indicate that a custom converter rule or error handler
cannot handle the conversion.
- CAPABILITY_CONFIGS_ATTRIBUTE - Static variable in class org.osgi.service.remoteserviceadmin.namespace.DistributionNamespace
-
The capability attribute used to specify the config types supported by
this distribution provider.
- CAPABILITY_MIME_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
-
The capability attribute that defines the IANA MIME Type/Format for this
content.
- CAPABILITY_OBJECTCLASS_ATTRIBUTE - Static variable in class org.osgi.namespace.service.ServiceNamespace
-
The capability attribute used to specify the types of the service.
- CAPABILITY_POLICY_ATTRIBUTE - Static variable in class org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
-
The capability attribute used to specify the policy or policies supported
by this topology manager.
- CAPABILITY_PROTOCOLS_ATTRIBUTE - Static variable in class org.osgi.service.remoteserviceadmin.namespace.DiscoveryNamespace
-
The capability attribute used to specify the discovery protocols
supported by this discovery provider.
- CAPABILITY_REGISTER_DIRECTIVE - Static variable in class org.osgi.service.serviceloader.ServiceLoaderNamespace
-
The capability directive used to specify the implementation classes of
the service.
- CAPABILITY_SIZE_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
-
The capability attribute that contains the size, in bytes, of the
content.
- CAPABILITY_URL_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
-
The capability attribute that contains the URL to the content.
- CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.namespace.contract.ContractNamespace
-
The capability attribute contains the Version
s of the
specification of the contract.
- CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.namespace.extender.ExtenderNamespace
-
The capability attribute contains the Version
of the
specification of the extender.
- CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.namespace.implementation.ImplementationNamespace
-
The capability attribute contains the Version
of the
specification or contract being implemented.
- cardinality - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The cardinality of the reference.
- CAUSE - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
- cd - Static variable in class org.osgi.util.measurement.Unit
-
The luminous intensity unit candela (cd)
- CHANGE_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeCredential".
- CHANGE_PROPERTY - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeProperty".
- changeOccurred(DmtEvent) - Method in interface org.osgi.service.dmt.DmtEventListener
-
DmtAdmin
uses this method to notify the registered listeners
about the change.
- CHARACTER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The CHARACTER
type.
- CHILDREN_UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all devices containing other
embedded devices.
- childrenNames() - Method in interface org.osgi.service.prefs.Preferences
-
Returns the names of the children of this node.
- clear() - Method in class org.osgi.service.event.EventProperties
-
- clear() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Clear the configuration of this Logger Context.
- clear() - Method in interface org.osgi.service.prefs.Preferences
-
Removes all of the properties (key-value associations) in this node.
- close() - Method in interface org.osgi.service.dmt.DmtSession
-
Closes a session.
- close() - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Closes a session.
- close() - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
-
Delete the local endpoint and disconnect any remote distribution
providers.
- close() - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
-
Close this Import Registration.
- close() - Static method in class org.osgi.util.pushstream.PushEvent
-
Create a new close event.
- close() - Method in interface org.osgi.util.pushstream.PushStream
-
- close() - Method in interface org.osgi.util.pushstream.SimplePushEventSource
-
Close this source.
- CM_CC - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Cumulative Counter' data collection method.
- CM_DELETED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
A Configuration
has been deleted.
- CM_DER - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Discrete Event Registration' data collection
method.
- CM_GAUGE - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Gauge' data collection method.
- CM_LOCATION_CHANGED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
The location of a Configuration
has been changed.
- CM_RANKING - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
-
A service property to specify the order in which plugins are invoked.
- CM_SI - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Status Inspection' data collection method.
- CM_TARGET - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
-
A service property to limit the Managed Service or Managed Service
Factory configuration dictionaries a Configuration Plugin service
receives.
- CM_UPDATED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
A Configuration
has been updated.
- CMD_ADD - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for the ADD access type.
- CMD_DELETE - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for the DELETE access type.
- CMD_EXECUTE - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for the EXECUTE access type.
- CMD_GET - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for the GET access type.
- CMD_REPLACE - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for the REPLACE access type.
- coalesce(Function<? super T, Optional<R>>) - Method in interface org.osgi.util.pushstream.PushStream
-
Coalesces a number of events into a new type of event.
- coalesce(int, Function<Collection<T>, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Coalesces a number of events into a new type of event.
- coalesce(IntSupplier, Function<Collection<T>, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Coalesces a number of events into a new type of event.
- CODE_BAD_HEADER - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Syntax error in any manifest header.
- CODE_BUNDLE_NAME_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Bundle symbolic name is not the same as defined by the deployment package
manifest.
- CODE_BUNDLE_SHARING_VIOLATION - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Bundle with the same symbolic name already exists.
- CODE_CANCELLED - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
- CODE_COMMIT_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Exception with this error code is thrown when one of the Resource
Processors involved in the deployment session threw a
ResourceProcessorException
with the
CODE_PREPARE
error code.
- CODE_FOREIGN_CUSTOMIZER - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Matched resource processor service is a customizer from another
deployment package.
- CODE_MISSING_BUNDLE - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
A bundle in the deployment package is marked as DeploymentPackage-Missing
but there is no such bundle in the target deployment package.
- CODE_MISSING_FIXPACK_TARGET - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Fix pack version range doesn't fit to the version of the target
deployment package or the target deployment package of the fix pack
doesn't exist.
- CODE_MISSING_HEADER - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Missing mandatory manifest header.
- CODE_MISSING_RESOURCE - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
A resource in the source deployment package is marked as
DeploymentPackage-Missing but there is no such resource in the target
deployment package.
- CODE_NOT_A_JAR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
- CODE_ORDER_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Order of files in the deployment package is bad.
- CODE_OTHER_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Other error condition.
- CODE_OTHER_ERROR - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Other error condition.
- CODE_PREPARE - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Resource Processors are allowed to raise an exception with this error
code to indicate that the processor is not able to commit the operations
it made since the last call of
ResourceProcessor.begin(DeploymentSession)
method.
- CODE_PROCESSOR_NOT_FOUND - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
The Resource Processor service with the given PID (see
Resource-Processor
manifest header) is not found.
- CODE_RESOURCE_SHARING_VIOLATION - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
An artifact of any resource already exists.
- CODE_RESOURCE_SHARING_VIOLATION - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
An artifact of any resource already exists.
- CODE_SIGNING_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Bad deployment package signing.
- CODE_TIMEOUT - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
When a client requests a new session with an install or uninstall
operation, it must block that call until the earlier session is
completed.
- collect(Collector<? super T, A, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
See Stream.
- CollectionMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a collection based value.
- CollectionType - Enum in org.osgi.service.component.annotations
-
Collection types for the
Reference
annotation.
- collectionType - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The collection type for the reference.
- COMMAND_FAILED - Static variable in exception org.osgi.service.dmt.DmtException
-
The recipient encountered an error which prevented it from fulfilling the
request.
- COMMAND_NOT_ALLOWED - Static variable in exception org.osgi.service.dmt.DmtException
-
The requested command is not allowed on the target node.
- commit() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when the processing of the current deployment package is finished.
- commit() - Method in interface org.osgi.service.dmt.DmtSession
-
Commits a series of DMT operations issued in the current atomic session
since the last transaction boundary.
- commit() - Method in interface org.osgi.service.dmt.spi.TransactionalDataSession
-
Commits a series of DMT operations issued in the current atomic session
since the last transaction boundary.
- commit() - Method in interface org.osgi.service.transaction.control.LocalResource
-
Commit the resource
- compareTo(Object) - Method in class org.osgi.util.measurement.Measurement
-
Compares this object with the specified object for order.
- Component - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated class as a Service Component.
- COMPONENT_CAPABILITY_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
-
Capability name for Service Component Runtime.
- COMPONENT_FACTORY - Static variable in interface org.osgi.service.component.ComponentConstants
-
A service registration property for a Component Factory that contains the
value of the factory
attribute.
- COMPONENT_ID - Static variable in interface org.osgi.service.component.ComponentConstants
-
A component property that contains the generated id for a component
configuration.
- COMPONENT_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
-
A component property for a component configuration that contains the name
of the component as specified in the name
attribute of the
component
element.
- COMPONENT_SPECIFICATION_VERSION - Static variable in interface org.osgi.service.component.ComponentConstants
-
Compile time constant for the Specification Version of Declarative
Services.
- ComponentConfigurationDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of an actual instance of a declared component description
parameterized by component properties.
- ComponentConfigurationDTO() - Constructor for class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
- ComponentConstants - Interface in org.osgi.service.component
-
Defines standard names for Service Component constants.
- ComponentContext - Interface in org.osgi.service.component
-
A Component Context object is used by a component instance to interact with
its execution context including locating services by reference name.
- ComponentDefinitionException - Exception in org.osgi.service.blueprint.container
-
A Blueprint exception indicating that a component definition is in error.
- ComponentDefinitionException() - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with no message or exception
cause.
- ComponentDefinitionException(String) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the specified message
- ComponentDefinitionException(String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the specified message and
exception cause.
- ComponentDefinitionException(Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the exception cause.
- ComponentDescriptionDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of a declared component description.
- ComponentDescriptionDTO() - Constructor for class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
- ComponentException - Exception in org.osgi.service.component
-
Unchecked exception which may be thrown by Service Component Runtime.
- ComponentException(String, Throwable) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message and cause.
- ComponentException(String) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message.
- ComponentException(Throwable) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified cause.
- ComponentFactory<S> - Interface in org.osgi.service.component
-
When a component is declared with the factory
attribute on its
component
element, Service Component Runtime will register a
Component Factory service to allow new component configurations to be created
and activated rather than automatically creating and activating component
configuration as necessary.
- ComponentInstance<S> - Interface in org.osgi.service.component
-
A ComponentInstance encapsulates a component instance of an activated
component configuration.
- ComponentMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for managed components.
- ComponentPropertyType - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated annotation as a Component Property Type.
- ComponentServiceObjects<S> - Interface in org.osgi.service.component
-
Allows multiple service objects for a service to be obtained.
- CONCURRENT_ACCESS - Static variable in exception org.osgi.service.dmt.DmtException
-
An error occurred related to concurrent access of nodes.
- Configuration - Interface in org.osgi.service.cm
-
The configuration information for a ManagedService
or
ManagedServiceFactory
object.
- Configuration.ConfigurationAttribute - Enum in org.osgi.service.cm
-
Configuration Attributes.
- CONFIGURATION_ADMIN_IMPLEMENTATION - Static variable in class org.osgi.service.cm.ConfigurationConstants
-
The name of the implementation capability for the Configuration Admin
specification
- CONFIGURATION_ADMIN_SPECIFICATION_VERSION - Static variable in class org.osgi.service.cm.ConfigurationConstants
-
The version of the implementation capability for the Configuration Admin
specification
- CONFIGURATION_NAMESPACE - Static variable in class org.osgi.service.configurator.namespace.ConfigurationNamespace
-
Namespace name for configuration capabilities and requirements.
- ConfigurationAdmin - Interface in org.osgi.service.cm
-
Service for administering configuration data.
- ConfigurationConstants - Class in org.osgi.service.cm
-
Defines standard constants for the Configuration Admin service.
- ConfigurationEvent - Class in org.osgi.service.cm
-
A Configuration Event.
- ConfigurationEvent(ServiceReference<ConfigurationAdmin>, int, String, String) - Constructor for class org.osgi.service.cm.ConfigurationEvent
-
Constructs a ConfigurationEvent
object from the given
ServiceReference
object, event type, and pids.
- configurationEvent(ConfigurationEvent) - Method in interface org.osgi.service.cm.ConfigurationListener
-
Receives notification of a Configuration that has changed.
- ConfigurationException - Exception in org.osgi.service.cm
-
An Exception
class to inform the Configuration Admin service of
problems with configuration data.
- ConfigurationException(String, String) - Constructor for exception org.osgi.service.cm.ConfigurationException
-
Create a ConfigurationException
object.
- ConfigurationException(String, String, Throwable) - Constructor for exception org.osgi.service.cm.ConfigurationException
-
Create a ConfigurationException
object.
- ConfigurationListener - Interface in org.osgi.service.cm
-
Listener for Configuration Events.
- ConfigurationNamespace - Class in org.osgi.service.configurator.namespace
-
Configuration Capability and Requirement Namespace.
- ConfigurationPermission - Class in org.osgi.service.cm
-
Indicates a bundle's authority to configure bundles or be updated by
Configuration Admin.
- ConfigurationPermission(String, String) - Constructor for class org.osgi.service.cm.ConfigurationPermission
-
Create a new ConfigurationPermission.
- configurationPid - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration pids.
- ConfigurationPlugin - Interface in org.osgi.service.cm
-
A service interface for processing configuration dictionary before the
update.
- ConfigurationPolicy - Enum in org.osgi.service.component.annotations
-
Configuration Policy for the
Component
annotation.
- configurationPolicy - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration policy.
- CONFIGURATOR_BINARIES - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Framework property specifying the directory to be used by the
Configurator to store binary files.
- CONFIGURATOR_EXTENDER_NAME - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
The name of the extender capability attribute for the Configurator
- CONFIGURATOR_INITIAL - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Framework property specifying initial configurations to be applied by the
Configurator on startup.
- CONFIGURATOR_SPECIFICATION_VERSION - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
The version of the extender capability for the Configurator specification
- ConfiguratorConstants - Class in org.osgi.service.configurator
-
Defines standard constants for the Configurator services.
- CONFIGURE - Static variable in class org.osgi.service.cm.ConfigurationPermission
-
Provides permission to create new configurations for other bundles as
well as manipulate them.
- CONNECTION_LIFETIME - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the maximum amount of time that connections in
the pool should remain open
- CONNECTION_LIFETIME - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the maximum amount of time that connections in
the pool should remain open
- CONNECTION_POOLING_ENABLED - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to determine whether connection pooling is enabled for
this resource provider
- CONNECTION_POOLING_ENABLED - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to determine whether connection pooling is enabled for
this resource provider
- CONNECTION_TIMEOUT - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the maximum amount of time that the pool should
wait for a connection
- CONNECTION_TIMEOUT - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the maximum amount of time that the pool should
wait for a connection
- connectPromise() - Method in interface org.osgi.util.pushstream.SimplePushEventSource
-
This method can be used to delay event generation until an event source
has connected.
- Constants - Interface in org.osgi.service.device
-
This interface defines standard names for property keys associated with
Device
and
Driver
services.
- CONSUME - Static variable in class org.osgi.service.wireadmin.WirePermission
-
The action string for the consume
action.
- Consumer - Interface in org.osgi.service.wireadmin
-
Data Consumer, a service that can receive updated values from
Producer
services.
- Consumer<T> - Interface in org.osgi.util.function
-
A function that accepts a single argument and produces no result.
- CONSUMER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Consumer service method has thrown an exception.
- consumersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Producer
-
Update the list of Wire
objects to which this Producer
object is connected.
- consumes - Variable in class org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
The media types consumed by this service, if provided in an
Consumes
annotation
- consumingMimeType - Variable in class org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The mime-type(s) consumed by this resource method, null if
Consumes
is not defined
- containsKey(Object) - Method in class org.osgi.service.event.EventProperties
-
Indicates if the specified property is present.
- containsProperty(String) - Method in class org.osgi.service.event.Event
-
Indicate the presence of an event property.
- containsValue(Object) - Method in class org.osgi.service.event.EventProperties
-
Indicates if the specified value is present.
- CONTENT_NAMESPACE - Static variable in class org.osgi.service.repository.ContentNamespace
-
Namespace name for content capabilities and requirements.
- ContentNamespace - Class in org.osgi.service.repository
-
Content Capability and Requirement Namespace.
- CONTEXT - Static variable in class org.osgi.service.subsystem.SubsystemPermission
-
The action string context
.
- contextPath - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
The servlet context path.
- CONTINUE - Static variable in interface org.osgi.util.pushstream.PushEventConsumer
-
A 0 indicates that the consumer is willing to receive subsequent events
at full speeds.
- CONTRACT_NAMESPACE - Static variable in class org.osgi.namespace.contract.ContractNamespace
-
Namespace name for contract capabilities and requirements.
- ContractNamespace - Class in org.osgi.namespace.contract
-
Contract Capability and Requirement Namespace.
- ConversionException - Exception in org.osgi.util.converter
-
This Runtime Exception is thrown when an object is requested to be converted
but the conversion cannot be done.
- ConversionException(String) - Constructor for exception org.osgi.util.converter.ConversionException
-
Create a Conversion Exception with a message.
- ConversionException(String, Throwable) - Constructor for exception org.osgi.util.converter.ConversionException
-
Create a Conversion Exception with a message and a nested cause.
- convert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
-
Convert the specified object to an instance of the specified type.
- convert(Object) - Method in interface org.osgi.util.converter.Converter
-
Start a conversion for the given object.
- Converter - Interface in org.osgi.service.blueprint.container
-
Type converter to convert an object to a target type.
- Converter - Interface in org.osgi.util.converter
-
The Converter service is used to start a conversion.
- ConverterBuilder - Interface in org.osgi.util.converter
-
A builder to create a new converter with modified behavior based on an
existing converter.
- ConverterFunction - Interface in org.osgi.util.converter
-
An functional interface with a convert method that is passed the original
object and the target type to perform a custom conversion.
- Converters - Class in org.osgi.util.converter
-
Factory class to obtain the standard converter or a new converter builder.
- Converting - Interface in org.osgi.util.converter
-
This interface is used to specify the target that an object should be
converted to.
- Coordination - Interface in org.osgi.service.coordinator
-
A Coordination object is used to coordinate a number of independent
Participants.
- CoordinationException - Exception in org.osgi.service.coordinator
-
Unchecked exception which may be thrown by a Coordinator implementation.
- CoordinationException(String, Coordination, int, Throwable) - Constructor for exception org.osgi.service.coordinator.CoordinationException
-
Create a new Coordination Exception with a cause.
- CoordinationException(String, Coordination, int) - Constructor for exception org.osgi.service.coordinator.CoordinationException
-
Create a new Coordination Exception.
- CoordinationPermission - Class in org.osgi.service.coordinator
-
- CoordinationPermission(String, String) - Constructor for class org.osgi.service.coordinator.CoordinationPermission
-
Creates a new granted CoordinationPermission
object.
- CoordinationPermission(String, Bundle, String) - Constructor for class org.osgi.service.coordinator.CoordinationPermission
-
Creates a new requested CoordinationPermission
object to be used
by the code that must perform checkPermission
.
- Coordinator - Interface in org.osgi.service.coordinator
-
A Coordinator service coordinates activities between different parties.
- COPIED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were copied.
- copy(String, String, boolean) - Method in interface org.osgi.service.dmt.DmtSession
-
Create a copy of a node or a whole subtree.
- copy(String[], String[], boolean) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Create a copy of a node or a whole subtree.
- count() - Method in interface org.osgi.util.pushstream.PushStream
-
See Stream.
- create(String, long) - Method in interface org.osgi.service.coordinator.Coordinator
-
Create a new Coordination.
- createBufferedConsumer(PushEventConsumer<T>) - Method in class org.osgi.util.pushstream.PushStreamProvider
-
Create a buffered
PushEventConsumer
with the default configured
buffer, executor size, queue, queue policy and pushback policy.
- createConnectionPoolDataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
-
Create a new ConnectionPoolDataSource
using the given properties.
- CREATED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has created a Blueprint Container for the bundle.
- createDataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
-
Create a new DataSource
using the given properties.
- createDefaultHttpContext() - Method in interface org.osgi.service.http.HttpService
-
Creates a default HttpContext
for registering servlets or
resources with the HttpService, a new HttpContext
object is
created each time this method is called.
- createDriver(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
-
Create a new Driver
using the given properties.
- createEntityManagerFactory(Map<String, Object>) - Method in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
Return an EntityManagerFactory instance configured according to the
properties defined in the corresponding persistence descriptor, as well
as the properties passed into the method.
- createEventSourceFromStream(PushStream<T>) - Method in class org.osgi.util.pushstream.PushStreamProvider
-
- createFactoryConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory Configuration
object with a new PID.
- createFactoryConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory Configuration
object with a new PID.
- createInteriorNode(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Create an interior node.
- createInteriorNode(String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Create an interior node with a given type.
- createInteriorNode(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Create an interior node with a given type.
- createLeafNode(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Create a leaf node with default value and MIME type.
- createLeafNode(String, DmtData) - Method in interface org.osgi.service.dmt.DmtSession
-
Create a leaf node with a given value and the default MIME type.
- createLeafNode(String, DmtData, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Create a leaf node with a given value and MIME type.
- createLeafNode(String[], DmtData, String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Create a leaf node with a given value and MIME type.
- createRestClient(URI) - Method in interface org.osgi.service.rest.client.RestClientFactory
-
Create a new REST client instance.
- createRole(String, int) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Creates a Role
object with the given name and of the given type.
- createSimpleEventSource(Class<T>) - Method in class org.osgi.util.pushstream.PushStreamProvider
-
- createStream(LogStreamProvider.Options...) - Method in interface org.osgi.service.log.stream.LogStreamProvider
-
- createStream(PushEventSource<T>) - Method in class org.osgi.util.pushstream.PushStreamProvider
-
Create a stream with the default configured buffer, executor size, queue,
queue policy and pushback policy.
- createWire(String, String, Dictionary<String, ?>) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Create a new Wire
object that connects a Producer service to a
Consumer service.
- createXADataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
-
Create a new XADataSource
using the given properties.
- CREATING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has started creating a Blueprint Container for the
bundle.
- data(T) - Static method in class org.osgi.util.pushstream.PushEvent
-
Create a new data event.
- DATA_ROOT_URIS - Static variable in interface org.osgi.service.dmt.spi.DataPlugin
-
The string to be used as key for the "dataRootURIs" property when an
DataPlugin is registered.
- DATA_STORE_FAILURE - Static variable in exception org.osgi.service.dmt.DmtException
-
An error related to the recipient data store occurred while processing
the request.
- DataPlugin - Interface in org.osgi.service.dmt.spi
-
An implementation of this interface takes the responsibility of handling data
requests in a subtree of the DMT.
- DataSourceFactory - Interface in org.osgi.service.jdbc
-
A factory for JDBC connection factories.
- DAY_OF_MONTH - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the day of month attribute of a virtual timer event.
- DAY_OF_WEEK - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the day of week attribute of a virtual timer event.
- DDF_LIST - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining a DDF URI, indicating that the node is a LIST node.
- DDF_MAP - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining a DDF URI, indicating that the node is a MAP node.
- DDF_SCAFFOLD - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining a DDF URI, indicating that the node is a SCAFFOLD node.
- Deactivate - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated method as the deactivate
method of a Service
Component.
- deactivate - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the deactivate method.
- DEACTIVATION_REASON_BUNDLE_STOPPED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the bundle was
stopped.
- DEACTIVATION_REASON_CONFIGURATION_DELETED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was
deleted.
- DEACTIVATION_REASON_CONFIGURATION_MODIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was
changed.
- DEACTIVATION_REASON_DISABLED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was
disabled.
- DEACTIVATION_REASON_DISPOSED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was
disposed.
- DEACTIVATION_REASON_REFERENCE - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because a reference became
unsatisfied.
- DEACTIVATION_REASON_UNSPECIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The reason the component configuration was deactivated is unspecified.
- DEADLOCK_DETECTED - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
Registering a Participant with a Coordination would have resulted in a
deadlock.
- debug(String) - Method in interface org.osgi.service.log.Logger
-
- debug(String, Object) - Method in interface org.osgi.service.log.Logger
-
- debug(String, Object, Object) - Method in interface org.osgi.service.log.Logger
-
- debug(String, Object...) - Method in interface org.osgi.service.log.Logger
-
- debug(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.DEBUG
level.
- decode(String) - Static method in class org.osgi.service.dmt.Uri
-
Decode the node name so that back slash and forward slash are unescaped
from a back slash.
- defaultApplication - Variable in class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
-
Returns the current state of the default application for this Runtime.
- defaultEnabled - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The initial enabled state.
- defaultValue(Object) - Method in interface org.osgi.util.converter.Specifying
-
The default value to use when the object cannot be converted or in case
of conversion from a null
value.
- Deferred<T> - Class in org.osgi.util.promise
-
A Deferred Promise resolution.
- Deferred() - Constructor for class org.osgi.util.promise.Deferred
-
Create a new Deferred.
- deferred() - Method in class org.osgi.util.promise.PromiseFactory
-
Create a new Deferred with the callback executor and scheduled executor
of this PromiseFactory object.
- delay(long) - Method in interface org.osgi.util.promise.Promise
-
Delay after the resolution of this Promise.
- delete() - Method in interface org.osgi.service.cm.Configuration
-
Delete this Configuration
object.
- DELETE - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue DELETE commands on the node
having this ACL.
- DELETE - Static variable in class org.osgi.service.dmt.security.DmtPermission
-
Holders of DmtPermission with the Delete action present can delete nodes
from the DMT, that is they are authorized to execute the deleteNode()
method of the DmtSession.
- delete() - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- delete(Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- delete(GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- deleted(String) - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Remove a factory instance.
- DELETED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were deleted.
- deleteNode(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Delete the given node.
- deleteNode(String[]) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Delete the given node.
- deletePermission(String, int) - Method in class org.osgi.service.dmt.Acl
-
Create a new Acl
instance from this Acl
with the given
permission revoked from the given principal.
- deleteWire(Wire) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Delete a Wire
object.
- DELIVERY_ASYNC_ORDERED - Static variable in interface org.osgi.service.event.EventConstants
-
Event Handler delivery quality value specifying the Event Handler
requires asynchronously delivered events be delivered in order.
- DELIVERY_ASYNC_UNORDERED - Static variable in interface org.osgi.service.event.EventConstants
-
Event Handler delivery quality value specifying the Event Handler does
not require asynchronously delivered events be delivered in order.
- DEPENDENCIES - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
- DEPLOYED_CONTENT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the resources to be deployed.
- DEPLOYED_VERSION_ATTRIBUTE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header attribute identifying the deployed version.
- DEPLOYMENT_MANIFESTVERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the deployment manifest version.
- DeploymentAdmin - Interface in org.osgi.service.deploymentadmin
-
This is the interface of the Deployment Admin service.
- DeploymentAdminPermission - Class in org.osgi.service.deploymentadmin
-
DeploymentAdminPermission controls access to the Deployment Admin service.
- DeploymentAdminPermission(String, String) - Constructor for class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Creates a new DeploymentAdminPermission
object for the given
name
and action
.
- DeploymentCustomizerPermission - Class in org.osgi.service.deploymentadmin.spi
-
The DeploymentCustomizerPermission
permission gives the right to
Resource Processors to access a bundle's (residing in a Deployment Package)
private area.
- DeploymentCustomizerPermission(String, String) - Constructor for class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Creates a new DeploymentCustomizerPermission
object for the given
name
and action
.
- DeploymentException - Exception in org.osgi.service.deploymentadmin
-
Checked exception received when something fails during any deployment
processes.
- DeploymentException(int, String, Throwable) - Constructor for exception org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentException(int, String) - Constructor for exception org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentException(int) - Constructor for exception org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentPackage - Interface in org.osgi.service.deploymentadmin
-
The DeploymentPackage
object represents a deployment package (already
installed or being currently processed).
- DeploymentSession - Interface in org.osgi.service.deploymentadmin.spi
-
The session interface represents a currently running deployment session
(install/update/uninstall).
- description - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The representation of the component configuration's component
description.
- Designate - Annotation Type in org.osgi.service.metatype.annotations
-
Generate a
Designate
element in the Meta Type Resource for an
ObjectClassDefinition
using the annotated Declarative Services
component.
- destroy() - Method in class org.osgi.service.application.ApplicationHandle
-
The application instance's lifecycle state can be influenced by this
method.
- DESTROYED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container for the bundle has been completely destroyed.
- DESTROYING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has started destroying the Blueprint Container for
the bundle.
- destroySpecific() - Method in class org.osgi.service.application.ApplicationHandle
-
Called by the destroy() method to perform application model specific
steps to stop and destroy an application instance safely.
- Device - Interface in org.osgi.service.device
-
Interface for identifying device services.
- DEVICE_CATEGORY - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_CATEGORY") containing a human readable
description of the device categories implemented by a device.
- DEVICE_CATEGORY - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the value of the service property DEVICE_CATEGORY
used for all UPnP devices.
- DEVICE_DESCRIPTION - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_DESCRIPTION") containing a human
readable string describing the actual hardware device.
- DEVICE_INTERNAL_ERROR - Static variable in exception org.osgi.service.upnp.UPnPException
-
The invoked action failed during execution.
- DEVICE_SERIAL - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_SERIAL") specifying a device's serial
number.
- disableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
-
Disables the specified component name.
- disableComponent(ComponentDescriptionDTO) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Disables the specified component description.
- DISCOVERY_NAMESPACE - Static variable in class org.osgi.service.remoteserviceadmin.namespace.DiscoveryNamespace
-
Namespace name for Remote Services discovery provider capabilities and
requirements.
- DiscoveryNamespace - Class in org.osgi.service.remoteserviceadmin.namespace
-
Remote Services Discovery Provider Capability and Requirement Namespace.
- dispatcher - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The dispatcher associations for the servlet filter.
- DISPATCHER_ASYNC - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_ERROR - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_FORWARD - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_INCLUDE - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_REQUEST - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- dispose() - Method in interface org.osgi.service.component.ComponentInstance
-
Dispose of the component configuration for this component instance.
- distinct() - Method in interface org.osgi.util.pushstream.PushStream
-
Remove any duplicates.
- DISTRIBUTION_NAMESPACE - Static variable in class org.osgi.service.remoteserviceadmin.namespace.DistributionNamespace
-
Namespace name for Remote Services distribution provider capabilities and
requirements.
- DistributionNamespace - Class in org.osgi.service.remoteserviceadmin.namespace
-
Remote Services Distribution Provider Capability and Requirement Namespace.
- div(Measurement) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the quotient of this
object divided by the specified object.
- div(double, Unit) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the quotient of this
object divided by the specified value.
- div(double) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the quotient of this
object divided by the specified value.
- DmtAdmin - Interface in org.osgi.service.dmt
-
An interface providing methods to open sessions and register listeners.
- DmtConstants - Class in org.osgi.service.dmt
-
Defines standard names for DmtAdmin
.
- DmtData - Class in org.osgi.service.dmt
-
An immutable data structure representing the contents of a leaf or interior
node.
- DmtData(String) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of chr
format with the given
string value.
- DmtData(Date) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of dateTime
format with the
given Date value.
- DmtData(Object) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of node
format with the given
object value.
- DmtData(String, int) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of the specified format and set its
value based on the given string.
- DmtData(int) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of int
format and set its
value.
- DmtData(float) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of float
format and set its
value.
- DmtData(long) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of long
format and set its
value.
- DmtData(boolean) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of bool
format and set its
value.
- DmtData(byte[]) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of bin
format and set its
value.
- DmtData(byte[], boolean) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of bin
or b64
format
and set its value.
- DmtData(byte[], int) - Constructor for class org.osgi.service.dmt.DmtData
-
Create a DmtData
instance of the specified format and set its
value based on the given byte[]
.
- DmtData(String, String) - Constructor for class org.osgi.service.dmt.DmtData
-
- DmtData(String, byte[]) - Constructor for class org.osgi.service.dmt.DmtData
-
- DmtEvent - Interface in org.osgi.service.dmt
-
Event class storing the details of a change in the tree.
- DmtEventListener - Interface in org.osgi.service.dmt
-
Registered implementations of this class are notified via
DmtEvent
objects about important changes in the tree.
- DmtException - Exception in org.osgi.service.dmt
-
Checked exception received when a DMT operation fails.
- DmtException(String, int, String) - Constructor for exception org.osgi.service.dmt.DmtException
-
Create an instance of the exception.
- DmtException(String, int, String, Throwable) - Constructor for exception org.osgi.service.dmt.DmtException
-
Create an instance of the exception, specifying the cause exception.
- DmtException(String, int, String, Vector<? extends Throwable>, boolean) - Constructor for exception org.osgi.service.dmt.DmtException
-
Create an instance of the exception, specifying the list of cause
exceptions and whether the exception is a fatal one.
- DmtException(String[], int, String) - Constructor for exception org.osgi.service.dmt.DmtException
-
Create an instance of the exception, specifying the target node as an
array of path segments.
- DmtException(String[], int, String, Throwable) - Constructor for exception org.osgi.service.dmt.DmtException
-
Create an instance of the exception, specifying the target node as an
array of path segments, and specifying the cause exception.
- DmtException(String[], int, String, Vector<? extends Throwable>, boolean) - Constructor for exception org.osgi.service.dmt.DmtException
-
Create an instance of the exception, specifying the target node as an
array of path segments, the list of cause exceptions, and whether the
exception is a fatal one.
- DmtIllegalStateException - Exception in org.osgi.service.dmt
-
Unchecked illegal state exception.
- DmtIllegalStateException() - Constructor for exception org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with no message.
- DmtIllegalStateException(String) - Constructor for exception org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with the specified message.
- DmtIllegalStateException(Throwable) - Constructor for exception org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with the specified cause exception
and no message.
- DmtIllegalStateException(String, Throwable) - Constructor for exception org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with the specified message and cause
exception.
- DmtPermission - Class in org.osgi.service.dmt.security
-
Controls access to management objects in the Device Management Tree (DMT).
- DmtPermission(String, String) - Constructor for class org.osgi.service.dmt.security.DmtPermission
-
Creates a new DmtPermission object for the specified DMT URI with the
specified actions.
- DmtPrincipalPermission - Class in org.osgi.service.dmt.security
-
Indicates the callers authority to create DMT sessions on behalf of a remote
management server.
- DmtPrincipalPermission(String) - Constructor for class org.osgi.service.dmt.security.DmtPrincipalPermission
-
Creates a new DmtPrincipalPermission
object with its name set to
the target string.
- DmtPrincipalPermission(String, String) - Constructor for class org.osgi.service.dmt.security.DmtPrincipalPermission
-
Creates a new DmtPrincipalPermission
object using the 'canonical'
two argument constructor.
- DmtSession - Interface in org.osgi.service.dmt
-
DmtSession provides concurrent access to the DMT.
- DOMCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Fully qualified path name of DOM Parser Factory Class Name file
- DOMFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Filename containing the DOM Parser Factory Class name.
- doOffer(U, PushEvent<? extends T>) - Method in interface org.osgi.util.pushstream.QueuePolicy
-
Enqueue the event and return the remaining capacity available for events
- DOUBLE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The DOUBLE
type.
- Driver - Interface in org.osgi.service.device
-
A Driver
service object must be registered by each Driver bundle
wishing to attach to Device services provided by other drivers.
- DRIVER_ID - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DRIVER_ID") identifying a driver.
- DriverLocator - Interface in org.osgi.service.device
-
A Driver Locator service can find and load device driver bundles given a
property set.
- DriverSelector - Interface in org.osgi.service.device
-
When the device manager detects a new Device service, it calls all registered
Driver services to determine if anyone matches the Device service.
- dropAllResources() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
This method is called during an "uninstall" deployment session.
- dropped(String) - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when a resource, associated with a particular resource processor,
had belonged to an earlier version of a deployment package but is not
present in the current version of the deployment package.
- DTOConstants - Class in org.osgi.service.http.runtime.dto
-
Defines standard constants for the DTOs.
- DTOConstants - Class in org.osgi.service.jaxrs.runtime.dto
-
Defines standard constants for the DTOs.
- DYNAMIC - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for representing a dynamic node in the tree.
- enableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
-
Enables the specified component name.
- enableComponent(ComponentDescriptionDTO) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Enables the specified component description.
- encode(String) - Static method in class org.osgi.service.dmt.Uri
-
Encode the node name so that back slash and forward slash are escaped
with a back slash.
- end() - Method in interface org.osgi.service.coordinator.Coordination
-
Terminate this Coordination normally.
- ended(Coordination) - Method in interface org.osgi.service.coordinator.Participant
-
Notification that a Coordination has terminated
normally
.
- endOfStream() - Method in interface org.osgi.util.pushstream.SimplePushEventSource
-
Close this source for now, but potentially reopen it later.
- ENDPOINT_FRAMEWORK_UUID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the universally unique id of the exporting
framework.
- ENDPOINT_ID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the id for this endpoint.
- ENDPOINT_LISTENER_SCOPE - Static variable in interface org.osgi.service.remoteserviceadmin.EndpointEventListener
-
Specifies the interest of this listener with filters.
- ENDPOINT_LISTENER_SCOPE - Static variable in interface org.osgi.service.remoteserviceadmin.EndpointListener
-
Deprecated.
Specifies the interest of this listener with filters.
- ENDPOINT_PACKAGE_VERSION_ - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Prefix for an endpoint property identifying the interface Java package
version for an interface.
- ENDPOINT_SERVICE_ID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the service id of the exported service.
- endpointAdded(EndpointDescription, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointListener
-
Deprecated.
Register an endpoint with this listener.
- endpointChanged(EndpointEvent, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointEventListener
-
Notification that an endpoint has changed.
- EndpointDescription - Class in org.osgi.service.remoteserviceadmin
-
A description of an endpoint that provides sufficient information for a
compatible distribution provider to create a connection to this endpoint
An Endpoint Description is easy to transfer between different systems because
it is property based where the property keys are strings and the values are
simple types.
- EndpointDescription(Map<String, ?>) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Create an Endpoint Description from a Map.
- EndpointDescription(ServiceReference<?>, Map<String, ?>) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Create an Endpoint Description based on a Service Reference and a Map of
properties.
- EndpointEvent - Class in org.osgi.service.remoteserviceadmin
-
An Endpoint Event.
- EndpointEvent(int, EndpointDescription) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointEvent
-
Constructs a EndpointEvent
object from the given arguments.
- EndpointEventListener - Interface in org.osgi.service.remoteserviceadmin
-
A white board service that represents a listener for endpoints.
- EndpointListener - Interface in org.osgi.service.remoteserviceadmin
-
- EndpointPermission - Class in org.osgi.service.remoteserviceadmin
-
A bundle's authority to export, import or read an Endpoint.
- EndpointPermission(String, String) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Create a new EndpointPermission with the specified filter.
- EndpointPermission(EndpointDescription, String, String) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Creates a new requested EndpointPermission
object to be used by
code that must perform checkPermission
.
- endpointRemoved(EndpointDescription, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointListener
-
Deprecated.
Remove the registration of an endpoint.
- EntityManagerFactoryBuilder - Interface in org.osgi.service.jpa
-
This service interface offers JPA clients the ability to create instances of
EntityManagerFactory for a given named persistence unit.
- entrySet() - Method in class org.osgi.service.event.EventProperties
-
Return the property entries.
- Envelope - Interface in org.osgi.service.wireadmin
-
Identifies a contained value.
- equals(Object) - Method in class org.osgi.service.application.ApplicationAdminPermission
-
- equals(Object) - Method in interface org.osgi.service.cm.Configuration
-
Equality is defined to have equal PIDs
Two Configuration objects are equal when their PIDs are equal.
- equals(Object) - Method in class org.osgi.service.cm.ConfigurationPermission
-
Determines the equality of two ConfigurationPermission
objects.
- equals(Object) - Method in class org.osgi.service.coordinator.CoordinationPermission
-
Determines the equality of two CoordinationPermission
objects.
- equals(Object) - Method in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Checks two DeploymentAdminPermission objects for equality.
- equals(Object) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Checks two DeploymentCustomizerPermission objects for equality.
- equals(Object) - Method in class org.osgi.service.dmt.Acl
-
Checks whether the given object is equal to this Acl
instance.
- equals(Object) - Method in class org.osgi.service.dmt.DmtData
-
Compares the specified object with this DmtData
instance.
- equals(Object) - Method in class org.osgi.service.dmt.security.AlertPermission
-
Checks whether the given object is equal to this AlertPermission
instance.
- equals(Object) - Method in class org.osgi.service.dmt.security.DmtPermission
-
Checks whether the given object is equal to this DmtPermission instance.
- equals(Object) - Method in class org.osgi.service.dmt.security.DmtPrincipalPermission
-
Checks whether the given object is equal to this DmtPrincipalPermission
instance.
- equals(Object) - Method in interface org.osgi.service.dmt.spi.MountPoint
-
- equals(Object) - Method in class org.osgi.service.event.Event
-
Compares this Event
object to another object.
- equals(Object) - Method in class org.osgi.service.event.EventProperties
-
Compares this EventProperties
object to another object.
- equals(Object) - Method in class org.osgi.service.event.TopicPermission
-
Determines the equality of two TopicPermission
objects.
- equals(Object) - Method in class org.osgi.service.monitor.MonitorPermission
-
Determines the equality of two MonitorPermission
objects.
- equals(Object) - Method in class org.osgi.service.monitor.StatusVariable
-
Compares the specified object with this StatusVariable
.
- equals(Object) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Compares this EndpointDescription
object to another object.
- equals(Object) - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Determines the equality of two EndpointPermission objects.
- equals(Object) - Method in class org.osgi.service.subsystem.SubsystemPermission
-
Determines the equality of two SubsystemPermission
objects.
- equals(Object) - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Checks two UserAdminPermission
objects for equality.
- equals(Object) - Method in class org.osgi.service.wireadmin.WirePermission
-
Determines the equality of two WirePermission
objects.
- equals(Object) - Method in class org.osgi.util.measurement.Measurement
-
Returns whether the specified object is equal to this object.
- equals(Object) - Method in class org.osgi.util.measurement.State
-
Return whether the specified object is equal to this object.
- equals(Object) - Method in class org.osgi.util.measurement.Unit
-
Checks whether this Unit
object is equal to the specified
Unit
object.
- error(String) - Method in interface org.osgi.service.log.Logger
-
- error(String, Object) - Method in interface org.osgi.service.log.Logger
-
- error(String, Object, Object) - Method in interface org.osgi.service.log.Logger
-
- error(String, Object...) - Method in interface org.osgi.service.log.Logger
-
- error(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.ERROR
level.
- error(Throwable) - Static method in class org.osgi.util.pushstream.PushEvent
-
Create a new error event.
- error(Throwable) - Method in interface org.osgi.util.pushstream.SimplePushEventSource
-
Close this source for now, but potentially reopen it later.
- errorCodes - Variable in class org.osgi.service.http.runtime.dto.ErrorPageDTO
-
The error codes the error page is used for.
- errorHandler(ConverterFunction) - Method in interface org.osgi.util.converter.ConverterBuilder
-
Register a custom error handler.
- ErrorPageDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet
for handling errors and currently
being used by a servlet context.
- ErrorPageDTO() - Constructor for class org.osgi.service.http.runtime.dto.ErrorPageDTO
-
- errorPageDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the error page Servlet
services
associated with this context.
- EVENT - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
The BlueprintEvent
object that caused this event.
- Event - Class in org.osgi.service.event
-
An event.
- Event(String, Map<String, ?>) - Constructor for class org.osgi.service.event.Event
-
Constructs an event.
- Event(String, Dictionary<String, ?>) - Constructor for class org.osgi.service.event.Event
-
Constructs an event.
- EVENT - Static variable in interface org.osgi.service.event.EventConstants
-
The forwarded event object.
- EVENT_ADMIN_IMPLEMENTATION - Static variable in interface org.osgi.service.event.EventConstants
-
The name of the implementation capability for the Event Admin
specification
- EVENT_ADMIN_SPECIFICATION_VERSION - Static variable in interface org.osgi.service.event.EventConstants
-
The version of the implementation capability for the Event Admin
specification
- EVENT_DELIVERY - Static variable in interface org.osgi.service.event.EventConstants
-
Service Registration property specifying the delivery qualities requested
by an Event Handler service.
- EVENT_DEPLOYMENTPACKAGE_CURRENTVERSION - Static variable in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
The currently installed version of the Deployment Package.
- EVENT_DEPLOYMENTPACKAGE_NAME - Static variable in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
The name of the Deployment Package.
- EVENT_DEPLOYMENTPACKAGE_NEXTVERSION - Static variable in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
The version of DP after the successful completion of the install
operation (used in INSTALL event only).
- EVENT_DEPLOYMENTPACKAGE_READABLENAME - Static variable in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
The human readable name of the DP localized to the default locale.
- EVENT_FILTER - Static variable in interface org.osgi.service.event.EventConstants
-
Service Registration property specifying a filter to further select
Event
s of interest to an Event Handler service.
- EVENT_PROPERTY_NEW_NODES - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the property key for the newnodes
property in
node related events.
- EVENT_PROPERTY_NODES - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the property key for the @{code nodes} property in node
related events.
- EVENT_PROPERTY_SESSION_ID - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the property key for the session.id
property in
node related events.
- EVENT_TOPIC - Static variable in interface org.osgi.service.event.EventConstants
-
Service registration property specifying the Event
topics of
interest to an Event Handler service.
- EVENT_TOPIC_ADDED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for added nodes.
- EVENT_TOPIC_COPIED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for copied nodes.
- EVENT_TOPIC_DELETED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for deleted nodes.
- EVENT_TOPIC_RENAMED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for renamed nodes.
- EVENT_TOPIC_REPLACED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for replaced
nodes.
- EVENT_TOPIC_SESSION_CLOSED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for a closed
session.
- EVENT_TOPIC_SESSION_OPENED - Static variable in class org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for a newly opened
session.
- EventAdmin - Interface in org.osgi.service.event
-
The Event Admin service.
- EventConstants - Class in org.osgi.service.blueprint.container
-
Event property names used in Event Admin events published by a Blueprint
Container.
- EventConstants - Interface in org.osgi.service.event
-
Defines standard names for EventHandler
properties.
- EventDelivery - Annotation Type in org.osgi.service.event.propertytypes
-
- EventFilter - Annotation Type in org.osgi.service.event.propertytypes
-
- EventHandler - Interface in org.osgi.service.event
-
Listener for Events.
- EventProperties - Class in org.osgi.service.event
-
The properties for an
Event
.
- EventProperties(Map<String, ?>) - Constructor for class org.osgi.service.event.EventProperties
-
Create an EventProperties from the specified properties.
- EventTopics - Annotation Type in org.osgi.service.event.propertytypes
-
- EXCEPTION - Static variable in interface org.osgi.service.event.EventConstants
-
An exception or error.
- EXCEPTION_CLASS - Static variable in interface org.osgi.service.event.EventConstants
-
The name of the exception type.
- EXCEPTION_MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
-
The exception message.
- exceptions - Variable in class org.osgi.service.http.runtime.dto.ErrorPageDTO
-
The exceptions the error page is used for.
- EXEC - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue EXEC commands on the node
having this ACL.
- EXEC - Static variable in class org.osgi.service.dmt.security.DmtPermission
-
Holders of DmtPermission with the Exec action present can execute nodes
in the DMT, that is they are authorized to call the execute() method of
the DmtSession.
- EXEC_ROOT_URIS - Static variable in interface org.osgi.service.dmt.spi.ExecPlugin
-
The string to be used as key for the "execRootURIs" property when an
ExecPlugin is registered.
- ExecPlugin - Interface in org.osgi.service.dmt.spi
-
An implementation of this interface takes the responsibility of handling node
execute requests in a subtree of the DMT.
- EXECPTION_CLASS - Static variable in interface org.osgi.service.event.EventConstants
-
- execute() - Method in interface org.osgi.service.async.Async
-
Invoke the last method call registered by a mediated object as a
"fire-and-forget" asynchronous task.
- execute(Method, Object[]) - Method in interface org.osgi.service.async.delegate.AsyncDelegate
-
Invoke the specified method as a "fire-and-forget" asynchronous task with
the specified arguments.
- execute(String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Executes a node.
- execute(String, String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Executes a node, also specifying a correlation ID for use in response
notifications.
- execute(DmtSession, String[], String, String) - Method in interface org.osgi.service.dmt.spi.ExecPlugin
-
Execute the given node with the given data.
- EXECUTE - Static variable in class org.osgi.service.subsystem.SubsystemPermission
-
The action string execute
.
- executor() - Method in class org.osgi.util.promise.PromiseFactory
-
Returns the executor to use for callbacks.
- EXPORT - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string export
.
- EXPORT_ERROR - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A fatal exporting error occurred.
- EXPORT_REGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Add an export registration.
- EXPORT_UNREGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Remove an export registration.
- EXPORT_UPDATE - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Update an export registration.
- EXPORT_WARNING - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A problematic situation occurred, the export is still active.
- ExportedService - Annotation Type in org.osgi.service.component.propertytypes
-
Component Property Type for the remote service properties for an exported
service.
- ExportReference - Interface in org.osgi.service.remoteserviceadmin
-
An Export Reference associates a service with a local endpoint.
- ExportRegistration - Interface in org.osgi.service.remoteserviceadmin
-
An Export Registration associates a service to a local endpoint.
- exportService(ServiceReference<?>, Map<String, ?>) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Export a service to a given Endpoint.
- ExpressionCombiner - Interface in org.osgi.service.repository
-
An ExpressionCombiner
can be used to combine requirement expressions
into a single complex requirement expression using the and
,
or
and not
operators.
- EXTENDER_BUNDLE - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
The Blueprint extender bundle that is generating this event.
- EXTENDER_BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
The bundle id of the Blueprint extender bundle that is generating this
event.
- EXTENDER_BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
The bundle symbolic of the Blueprint extender bundle that is generating
this event.
- EXTENDER_BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
The bundle version of the Blueprint extender bundle that is generating
this event.
- EXTENDER_NAMESPACE - Static variable in class org.osgi.namespace.extender.ExtenderNamespace
-
Namespace name for extender capabilities and requirements.
- ExtenderNamespace - Class in org.osgi.namespace.extender
-
Extender Capability and Requirement Namespace.
- extendTimeout(long) - Method in interface org.osgi.service.coordinator.Coordination
-
Extend the time out of this Coordination.
- ExtensionDTO - Class in org.osgi.service.jaxrs.runtime.dto
-
- ExtensionDTO() - Constructor for class org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
- extensionDTOs - Variable in class org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
-
Returns the representations of the dynamic JAX-RS extension services
associated with this Application.
- extensionTypes - Variable in class org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
-
The extension types recognized for this service.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- FAILURE_REASON_REQUIRED_EXTENSIONS_UNAVAILABLE - Static variable in class org.osgi.service.jaxrs.runtime.dto.DTOConstants
-
- 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
-
- 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
-
- 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.
- GET - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue GET command on the node
having this ACL.
- GET - Static variable in class org.osgi.service.dmt.security.DmtPermission
-
Holders of DmtPermission with the Get action present can query DMT node
value or properties, that is they are authorized to execute the
isLeafNode(), getNodeAcl(), getEffectiveNodeAcl(), getMetaNode(),
getNodeValue(), getChildNodeNames(), getNodeTitle(), getNodeVersion(),
getNodeTimeStamp(), getNodeSize() and getNodeType() methods of the
DmtSession.
- get(Object) - Method in class org.osgi.service.event.EventProperties
-
Return the value of the specified property.
- get() - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- get(Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- get(GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- get(String, String) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the value associated with the specified key
in this node.
- GET_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "getCredential".
- getAction(String) - Method in interface org.osgi.service.upnp.UPnPService
-
Locates a specific action by name.
- getActions() - Method in class org.osgi.service.application.ApplicationAdminPermission
-
Returns the actions of this permission.
- getActions() - Method in class org.osgi.service.cm.ConfigurationPermission
-
Returns the canonical string representation of the
ConfigurationPermission
actions.
- getActions() - Method in class org.osgi.service.coordinator.CoordinationPermission
-
Returns the canonical string representation of the
CoordinationPermission
actions.
- getActions() - Method in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Returns the String representation of the action list.
- getActions() - Method in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Returns the String representation of the action list.
- getActions() - Method in class org.osgi.service.dmt.security.AlertPermission
-
Returns the action list (always *
in the current version).
- getActions() - Method in class org.osgi.service.dmt.security.DmtPermission
-
Returns the String representation of the action list.
- getActions() - Method in class org.osgi.service.dmt.security.DmtPrincipalPermission
-
Returns the action list (always *
in the current version).
- getActions() - Method in class org.osgi.service.event.TopicPermission
-
Returns the canonical string representation of the
TopicPermission
actions.
- getActions() - Method in class org.osgi.service.monitor.MonitorPermission
-
Get the action string associated with this permission.
- getActions() - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class org.osgi.service.subsystem.SubsystemPermission
-
Returns the canonical string representation of the
SubsystemPermission
actions.
- getActions() - Method in interface org.osgi.service.upnp.UPnPService
-
Lists all actions provided by this service.
- getActions() - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Returns the canonical string representation of the actions, separated by
comma.
- getActions() - Method in class org.osgi.service.wireadmin.WirePermission
-
Returns the canonical string representation of the actions.
- getActivation() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the activation strategy for the component.
- getActualTypeArgument(int) - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return a type parameter for this type.
- getAllowedValues() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the allowed values, if defined.
- getAltitude() - Method in class org.osgi.util.position.Position
-
Returns the altitude of this position in meters.
- getApplicationContext(Object) - Static method in class org.osgi.application.Framework
-
This method needs an argument, an object that represents the application
instance.
- getApplicationDescriptor() - Method in class org.osgi.service.application.ApplicationHandle
-
Retrieves the ApplicationDescriptor
to which this
ApplicationHandle
belongs.
- getApplicationDescriptor() - Method in interface org.osgi.service.application.ScheduledApplication
-
Retrieves the ApplicationDescriptor which represents the application and
necessary for launching.
- getApplicationId() - Method in interface org.osgi.application.ApplicationContext
-
This method return the identifier of the corresponding application type.
- getApplicationId() - Method in class org.osgi.service.application.ApplicationDescriptor
-
Returns the identifier of the represented application.
- getArguments() - Method in interface org.osgi.service.application.ScheduledApplication
-
Queries the startup arguments specified when the application was
scheduled.
- getArguments() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the arguments for the factory method or constructor of the bean.
- getAttributeDefinitions(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the attribute definitions for this object class.
- getAttributes() - Method in interface org.osgi.service.cm.Configuration
-
Get the attributes of this configuration.
- getAuthorization(User) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Creates an Authorization
object that encapsulates the specified
User
object and the Role
objects it possesses.
- getAutoExport() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the auto-export mode for the service.
- getAvailability() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return whether or not a matching service is required at all times.
- getBase64() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with base 64 (b64
) format.
- getBinary() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with binary (bin
) format.
- getBindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the bind method.
- getBoolean() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with boolean (bool
) format.
- getBoolean() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is boolean
.
- getBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the boolean
value represented by the String
object associated with the specified key
in this node.
- getBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint bundle associated with this event.
- getBundle() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the bundle that created this Coordination.
- getBundle(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the bundle instance, which is part of this deployment package,
that corresponds to the bundle's symbolic name passed in the
symbolicName
parameter.
- getBundle() - Method in interface org.osgi.service.log.LogEntry
-
Returns the bundle that created this LogEntry
object.
- getBundle() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the bundle for which this object provides meta type information.
- getBundle(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Retrieve the bundle representation for a given bundle Id.
- getBundle(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Retrieve the bundle representation for a given bundle path.
- getBundleContext() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the BundleContext
of the bundle which declares this
component.
- getBundleContext() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the bundle context of the region within which this subsystem
resides.
- getBundleHeaders(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the header for a bundle given by its bundle Id.
- getBundleHeaders(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the header for a bundle given by its URI path.
- getBundleInfos() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns an array of
BundleInfo
objects representing the bundles
specified in the manifest of this deployment package.
- getBundleLocation() - Method in interface org.osgi.service.cm.Configuration
-
Get the bundle location.
- getBundlePaths() - Method in interface org.osgi.service.rest.client.RestClient
-
Get the bundles currently installed on the managed framework.
- getBundles() - Method in interface org.osgi.service.rest.client.RestClient
-
Get the bundle representations for all bundles currently installed in the
managed framework.
- getBundleStartLevel(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the start level for a bundle given by its bundle Id.
- getBundleStartLevel(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the start level for a bundle given by its URI path.
- getBundleState(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the state for a given bundle Id.
- getBundleState(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the state for a given bundle path.
- getByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the byte[]
value represented by the String
object
associated with the specified key
in this node.
- getCardinality() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return the cardinality of this attribute.
- getCause() - Method in exception org.osgi.service.application.ApplicationException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
- getCause() - Method in exception org.osgi.service.cm.ConfigurationException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.service.component.ComponentException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.service.deploymentadmin.DeploymentException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.service.dmt.DmtException
-
Get the cause of this exception.
- getCause() - Method in exception org.osgi.service.http.NamespaceException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.service.prefs.BackingStoreException
-
Returns the cause of this exception or null
if no cause was set.
- getCauses() - Method in exception org.osgi.service.dmt.DmtException
-
Get all causes of this exception.
- getChangeCount() - Method in interface org.osgi.service.cm.Configuration
-
Get the change count.
- getChildNodeNames(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the list of children names of a node.
- getChildNodeNames(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the list of children names of a node.
- getChildren() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the child subsystems of this subsystem.
- getClassName() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the class specified for the bean.
- getCode() - Method in exception org.osgi.service.deploymentadmin.DeploymentException
-
- getCode() - Method in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
- getCode() - Method in exception org.osgi.service.dmt.DmtException
-
Get the error code associated with this exception.
- getCollectionClass() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type of the collection.
- getCollectionMethod() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the collection method of this StatusVariable
.
- getComponentConfigurationDTOs(ComponentDescriptionDTO) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the component configurations for the specified component
description.
- getComponentDescriptionDTO(Bundle, String) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
- getComponentDescriptionDTOs(Bundle...) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the component descriptions declared by the specified active
bundles.
- getComponentId() - Method in exception org.osgi.service.blueprint.container.NoSuchComponentException
-
Returns the id of the non-existent component.
- getComponentId() - Method in interface org.osgi.service.blueprint.reflect.IdRefMetadata
-
Return the id of the referenced component.
- getComponentId() - Method in interface org.osgi.service.blueprint.reflect.RefMetadata
-
Return the id of the referenced component.
- getComponentIds() - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Returns the set of component ids managed by this Blueprint Container.
- getComponentInstance(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Return the component instance for the specified component id.
- getComponentInstance() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the Component Instance object for the component instance
associated with this Component Context.
- getComponentMetadata(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Return the Component Metadata object for the component with the specified
component id.
- getComponentName() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the value of the component-name
attribute of the service
reference.
- getConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing Configuration
object from the persistent store,
or create a new Configuration
object.
- getConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new Configuration
object from the persistent
store.
- getConfigurationTypes() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the configuration types.
- getConstituents() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the constituent resources of this subsystem.
- getContent() - Method in interface org.osgi.service.repository.RepositoryContent
-
Returns a new input stream to the content of this resource.
- getCoordination(long) - Method in interface org.osgi.service.coordinator.Coordinator
-
Returns the Coordination with the specified id.
- getCoordinations() - Method in interface org.osgi.service.coordinator.Coordinator
-
Returns a snapshot of all active Coordinations.
- getCredentials() - Method in interface org.osgi.service.useradmin.User
-
Returns a Dictionary
of the credentials of this User
object.
- getCurrentContext() - Method in interface org.osgi.service.transaction.control.TransactionControl
-
- getCurrentValue() - Method in interface org.osgi.service.upnp.UPnPLocalStateVariable
-
This method will keep the current values of UPnPStateVariables of a
UPnPDevice whenever UPnPStateVariable's value is changed , this method
must be called.
- getData() - Method in class org.osgi.service.dmt.notification.AlertItem
-
Get the data associated with the alert item.
- getData() - Method in class org.osgi.util.pushstream.PushEvent
-
Return the data for this event.
- getDataFile(Bundle) - Method in interface org.osgi.service.deploymentadmin.spi.DeploymentSession
-
Returns the private data area of the specified bundle.
- getDate() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with date format.
- getDateTime() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with dateTime
format.
- getDefault() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the default value of this node if any.
- getDefaultValue() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a default for this attribute.
- getDefaultValue() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the default value, if defined.
- getDependencies() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the filters identifying the missing dependencies that caused this
event.
- getDependsOn() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the ids of any components listed in a depends-on
attribute
for the component.
- getDeploymentHeaders() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the headers for this subsystem's deployment manifest.
- getDeploymentPackage(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
-
Gets the currently installed
DeploymentPackage
instance which has
the given symbolic name.
- getDeploymentPackage(Bundle) - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
-
- getDepth() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the color depth of the icon in bits.
- getDescription() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the explanation string associated with this node.
- getDescription() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a description of this attribute.
- getDescription() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return a description of this object class.
- getDescription(String) - Method in interface org.osgi.service.monitor.Monitorable
-
Returns a human readable description of a StatusVariable
.
- getDescription(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns a human readable description of the given StatusVariable
.
- getDescriptions(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Get a set of localized UPnP properties.
- getDestroyMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the destroy method specified for the bean.
- getDisplayName() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the Deployment Package human readable name.
- getDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the double
value represented by the String
object
associated with the specified key
in this node.
- getDriver() - Method in interface org.osgi.service.device.Match
-
Return the reference to a Driver service.
- getEffectiveLogLevel(String) - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the effective log level of the logger name in this Logger
Context.
- getEffectiveNodeAcl(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Gives the Access Control List in effect for a given node.
- getEnclosingCoordination() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the Coordination enclosing this Coordination if this Coordination
is on the thread local Coordination stack.
- getEndpoint() - Method in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
Return the endpoint associated with this event.
- getEntries() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the entries for the map.
- getEntries() - Method in interface org.osgi.service.blueprint.reflect.PropsMetadata
-
Return the entries for the properties.
- getError() - Method in class org.osgi.util.measurement.Measurement
-
Returns the error of this Measurement
object.
- getErrorCode() - Method in exception org.osgi.service.application.ApplicationException
-
Returns the error code associated with this exception.
- getEventFilter() - Method in interface org.osgi.service.application.ScheduledApplication
-
Queries the event filter for the triggering event.
- getException() - Method in exception org.osgi.service.http.NamespaceException
-
Returns the nested exception.
- getException() - Method in interface org.osgi.service.log.LogEntry
-
Returns the exception object associated with this LogEntry
object.
- getException() - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
-
Return the exception for any error during the export process.
- getException() - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
-
Return the exception for any error during the import process.
- getException() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the exception for this event.
- getExitValue(long) - Method in class org.osgi.service.application.ApplicationHandle
-
Returns the exit value for the application instance.
- getExportedEndpoint() - Method in interface org.osgi.service.remoteserviceadmin.ExportReference
-
Return the Endpoint Description for the local endpoint.
- getExportedService() - Method in interface org.osgi.service.remoteserviceadmin.ExportReference
-
Return the service being exported.
- getExportedServices() - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Return the currently active Export References.
- getExportReference() - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
-
Return the Export Reference for the exported service.
- getExportReference() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the Export Reference for this event.
- getExpressionCombiner() - Method in interface org.osgi.service.repository.Repository
-
Return an expression combiner.
- getExtenderBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint extender bundle that is generating this event.
- getExtensionProperty(String) - Method in interface org.osgi.service.dmt.MetaNode
-
Returns the value for the specified extension property key.
- getExtensionPropertyKeys() - Method in interface org.osgi.service.dmt.MetaNode
-
Returns the list of extension property keys, if the provider of this
MetaNode
provides proprietary extensions to node meta data.
- getFactoryComponent() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the Metadata for the factory component on which to invoke the
factory method for the bean.
- getFactoryConfiguration(String, String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new Configuration
object from the persistent
store.
- getFactoryConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new Configuration
object from the persistent
store.
- getFactoryMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the factory method for the bean.
- getFactoryPid() - Method in interface org.osgi.service.cm.Configuration
-
For a factory configuration return the PID of the corresponding Managed
Service Factory, else return null
.
- getFactoryPid() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Returns the factory pid of the associated configuration.
- getFactoryPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the Factory PIDs (for ManagedServiceFactories) for which
ObjectClassDefinition information is available.
- getFailedPromises() - Method in exception org.osgi.util.promise.FailedPromisesException
-
Returns the collection of Promises that have been resolved with a
failure.
- getFailure() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the failure cause of this Coordination.
- getFailure() - Method in interface org.osgi.util.promise.Promise
-
Returns the failure of this Promise.
- getFailure() - Method in class org.osgi.util.pushstream.PushEvent
-
Return the error that terminated the stream.
- getFilter() - Method in exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Returns the filter expression that a service would have needed to satisfy
in order for the invocation to proceed.
- getFilter() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the filter expression that a matching service must match.
- getFlavors() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the list of data types understood by the Consumer service
connected to this Wire
object.
- getFloat() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with float
format.
- getFloat() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is float
.
- getFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the float value
represented by the String
object
associated with the specified key
in this node.
- getFormat() - Method in class org.osgi.service.dmt.DmtData
-
Get the node's format, expressed in terms of type constants defined in
this class.
- getFormat() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the node's format, expressed in terms of type constants defined in
DmtData
.
- getFormatName() - Method in class org.osgi.service.dmt.DmtData
-
Returns the format of this DmtData
as String
.
- getFrameworkStartLevel() - Method in interface org.osgi.service.rest.client.RestClient
-
Retrieves the current framework start level.
- getFrameworkUUID() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Return the framework UUID for the remote service, if present.
- getFunction() - Method in class org.osgi.util.converter.Rule
-
- getFunction() - Method in interface org.osgi.util.converter.TargetRule
-
The function to perform the conversion.
- getFunction() - Method in class org.osgi.util.converter.TypeRule
-
- getHeader(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the requested deployment package manifest header from the main
section.
- getHeight() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the height of the icon in pixels.
- getIcon() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns a URL pointing to an image that represents the icon for this
Deployment Package.
- getIcon(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return an InputStream
object that can be used to create an icon
from.
- getIcons(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Lists all icons for this device in a given locale.
- getId() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the id of the component.
- getId() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the id assigned to this Coordination.
- getId() - Method in exception org.osgi.service.coordinator.CoordinationException
-
Returns the id of the
Coordination
associated with this
exception.
- getID() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Unique identity for this attribute.
- getID() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the id of this object class.
- getID() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the ID of this StatusVariable
.
- getId() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the endpoint's id.
- getId() - Method in interface org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
Get the id of this resource.
- getId() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the serviceId
field in the UPnP service description.
- getIdentification() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getIdentification() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the identification of this Envelope
object.
- getImportedEndpoint() - Method in interface org.osgi.service.remoteserviceadmin.ImportReference
-
Return the Endpoint Description for the remote endpoint.
- getImportedEndpoints() - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Return the currently active Import References.
- getImportedService() - Method in interface org.osgi.service.remoteserviceadmin.ImportReference
-
Return the Service Reference for the proxy for the endpoint.
- getImportReference() - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
-
Return the Import Reference for the imported service.
- getImportReference() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the Import Reference for this event.
- getIndex() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the zero-based index into the parameter list of the factory method
or constructor to be invoked for this argument.
- getInformation() - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Returns a reference to the Provisioning Dictionary.
- getInitiator() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the identifier of the principal who initiated the job.
- getInitMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the init method specified for the bean.
- getInputArgumentNames() - Method in interface org.osgi.service.upnp.UPnPAction
-
Lists all input arguments for this action.
- getInputStream() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns an InputStream
object for the icon data.
- getInstance() - Method in interface org.osgi.service.component.ComponentInstance
-
Returns the component instance of the activated component configuration.
- getInstanceId() - Method in interface org.osgi.application.ApplicationContext
-
This method returns the identifier of the corresponding application
instance.
- getInstanceId() - Method in class org.osgi.service.application.ApplicationHandle
-
Returns the unique identifier of this instance.
- getInt() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with integer (int
) format.
- getInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the int
value represented by the String
object
associated with the specified key
in this node.
- getInteger() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is int
.
- getIntents() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Return the list of intents implemented by this endpoint.
- getInterface() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the name of the interface type that a matching service must
support.
- getInterfaces() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the type names of the interfaces that the service should be
advertised as supporting.
- getInterfaces() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Provide the list of interfaces implemented by the exported service.
- getJavaDataType() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the Java class associated with the UPnP data type of this state
variable.
- getKey() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the key of the map entry.
- getKeyType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map keys.
- getLastValue() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the last value sent through this Wire
object.
- getLatitude() - Method in class org.osgi.util.position.Position
-
Returns the latitude of this position in radians.
- getLevel() - Method in interface org.osgi.service.log.LogEntry
-
- getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the Metadata for the component that will receive bind and unbind
events.
- getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the Metadata for the component that will receive registration and
unregistration events.
- getLocales() - Method in interface org.osgi.service.metatype.MetaTypeProvider
-
Return a list of available locales.
- getLocation() - Method in interface org.osgi.service.log.LogEntry
-
Returns the location information of the creation of this LogEntry
object.
- getLocation() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the location identifier of this subsystem.
- getLockType() - Method in interface org.osgi.service.dmt.DmtSession
-
Gives the type of lock the session has.
- getLog() - Method in interface org.osgi.service.log.LogReaderService
-
Returns an
Enumeration
of the
LogEntry
objects in the
log.
- getLogger(String) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
named with the specified name.
- getLogger(Class<?>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
named with the specified class.
- getLogger(String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified
name.
- getLogger(Class<?>, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified
class.
- getLogger(Bundle, String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified
name for the specified bundle.
- getLoggerContext(String) - Method in interface org.osgi.service.log.admin.LoggerAdmin
-
Get the Logger Context for the specified name.
- getLoggerName() - Method in interface org.osgi.service.log.LogEntry
-
Returns the name of the
Logger
object used to create this
LogEntry
object.
- getLogLevel() - Method in interface org.osgi.service.log.LogEntry
-
Returns the level of this LogEntry
object.
- getLogLevels() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the configured log levels for this Logger Context.
- getLong() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with long format.
- getLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the long
value represented by the String
object
associated with the specified key
in this node.
- getLongitude() - Method in class org.osgi.util.position.Position
-
Returns the longitude of this position in radians.
- getMark() - Method in class org.osgi.service.dmt.notification.AlertItem
-
Get the mark parameter associated with the alert item.
- getMatchValue() - Method in interface org.osgi.service.device.Match
-
Return the match value of this object.
- getMax() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the maximum allowed value associated with a node of numeric format.
- getMaximum() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the maximum value, if defined.
- getMaxOccurrence() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the number of maximum occurrences of this type of nodes on the same
level in the DMT.
- getMembers() - Method in interface org.osgi.service.useradmin.Group
-
Gets the basic members of this Group
object.
- getMemberType() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Return whether the List will contain service object proxies or
ServiceReference
objects.
- getMessage() - Method in exception org.osgi.service.dmt.DmtException
-
Get the message associated with this exception.
- getMessage() - Method in interface org.osgi.service.log.LogEntry
-
Returns the formatted message associated with this LogEntry
object.
- getMetadata(Class<T>) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
- getMetaNode(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the meta data which describes a given node.
- getMetaNode(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the meta data which describes a given node.
- getMetaTypeInformation(Bundle) - Method in interface org.osgi.service.metatype.MetaTypeService
-
Return the MetaType information for the specified bundle.
- getMimeType(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Maps a name to a MIME type.
- getMimeType(String) - Method in interface org.osgi.service.http.HttpContext
-
Maps a name to a MIME type.
- getMimeType() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the MIME type of the icon.
- getMimeTypes() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the list of MIME types this node can hold.
- getMin() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the minimum allowed value associated with a node of numeric format.
- getMinimum() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the minimum value, if defined.
- getMonitorableNames() - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the names of the Monitorable
services that are currently
registered.
- getMountPath() - Method in interface org.osgi.service.dmt.spi.MountPoint
-
Provides the absolute mount path of this MountPoint
- getName() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
-
Return the name of the property to be injected.
- getName() - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Return a descriptive name of this factory.
- getName() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the name of this Coordination.
- getName() - Method in exception org.osgi.service.coordinator.CoordinationException
-
Returns the name of the
Coordination
associated with this
exception.
- getName() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the Deployment Package Symbolic Name of the package.
- getName() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the name for this Logger Context.
- getName() - Method in interface org.osgi.service.log.Logger
-
Return the name of this Logger.
- getName() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Get the name of the attribute.
- getName() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the name of this object class.
- getName() - Method in interface org.osgi.service.upnp.UPnPAction
-
Returns the action name.
- getName() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the variable name.
- getName() - Method in interface org.osgi.service.useradmin.Authorization
-
Gets the name of the
User
that this
Authorization
context
was created for.
- getName() - Method in interface org.osgi.service.useradmin.Role
-
Returns the name of this role.
- getName() - Method in class org.osgi.util.measurement.State
-
Returns the name of this State
.
- getNewNodes() - Method in interface org.osgi.service.dmt.DmtEvent
-
- getNode() - Method in class org.osgi.service.dmt.DmtData
-
Gets the complex data associated with an interior node (node
format).
- getNodeAcl(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the Access Control List associated with a given node.
- getNodes() - Method in interface org.osgi.service.dmt.DmtEvent
-
This method can be used to query the subject nodes of this event.
- getNodeSize(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the size of the data in a leaf node.
- getNodeSize(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the size of the data in a leaf node.
- getNodeTimestamp(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the timestamp when the node was created or last modified.
- getNodeTimestamp(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the timestamp when the node was last modified.
- getNodeTitle(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the title of a node.
- getNodeTitle(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the title of a node.
- getNodeType(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the type of a node.
- getNodeType(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the type of a node.
- getNodeValue(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the data contained in a leaf or interior node.
- getNodeValue(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the data contained in a leaf or interior node.
- getNodeVersion(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Get the version of a node.
- getNodeVersion(String[]) - Method in interface org.osgi.service.dmt.spi.ReadableDataSession
-
Get the version of a node.
- getObjectClassDefinition(String, String) - Method in interface org.osgi.service.metatype.MetaTypeProvider
-
Returns an object class definition for the specified id localized to the
specified locale.
- getObjectInstance(Object, Name, Context, Map<String, ?>) - Method in interface org.osgi.service.jndi.JNDIProviderAdmin
-
Resolve the object from the given reference.
- getObjectInstance(Object, Name, Context, Map<String, ?>, Attributes) - Method in interface org.osgi.service.jndi.JNDIProviderAdmin
-
Resolve the object from the given reference.
- getOptionLabels() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a list of labels of option values.
- getOptionValues() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a list of option values that this attribute can take.
- getOutputArgumentNames() - Method in interface org.osgi.service.upnp.UPnPAction
-
List all output arguments for this action.
- getPackageVersion(String) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Provide the version of the given package name.
- getParents() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the parent subsystems of this subsystem.
- getParticipants() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns a snapshot of the Participants registered with this Coordination.
- getPermissions(String) - Method in class org.osgi.service.dmt.Acl
-
Get the permissions associated to a given principal.
- getPersistenceProviderBundle() - Method in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
- getPersistenceProviderName() - Method in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
- getPid() - Method in interface org.osgi.service.cm.Configuration
-
Get the PID for this Configuration
object.
- getPid() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Returns the pid of the associated configuration.
- getPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the PIDs (for ManagedServices) for which ObjectClassDefinition
information is available.
- getPolicy(long) - Method in enum org.osgi.util.pushstream.PushbackPolicyOption
-
Create a
PushbackPolicy
instance configured with a base back
pressure time in nanoseconds
The actual backpressure returned will vary based on the selected
implementation, the base value, and the state of the buffer.
- getPolicy() - Method in enum org.osgi.util.pushstream.QueuePolicyOption
-
- getPrincipal() - Method in interface org.osgi.service.dmt.DmtSession
-
Gives the name of the principal on whose behalf the session was created.
- getPrincipals() - Method in class org.osgi.service.dmt.Acl
-
Get the list of principals who have any kind of permissions on this node.
- getProcessedProperties(ServiceReference<?>) - Method in interface org.osgi.service.cm.Configuration
-
Return the processed properties of this Configuration
object.
- getPromise() - Method in class org.osgi.util.promise.Deferred
-
Returns the Promise associated with this Deferred.
- getProperties(String) - Method in class org.osgi.service.application.ApplicationDescriptor
-
Returns the properties of the application descriptor as key-value pairs.
- getProperties() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the properties for the bean.
- getProperties() - Method in interface org.osgi.service.cm.Configuration
-
Return the properties of this Configuration
object.
- getProperties() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the component properties for this Component Context.
- getProperties() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns all endpoint properties.
- getProperties() - Method in interface org.osgi.service.useradmin.Role
-
Returns a Dictionary
of the (public) properties of this
Role
object.
- getProperties() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the wire properties for this Wire
object.
- getPropertiesSpecific(String) - Method in class org.osgi.service.application.ApplicationDescriptor
-
Container implementations can provide application model specific and/or
container implementation specific properties via this method.
- getProperty() - Method in exception org.osgi.service.cm.ConfigurationException
-
Return the property name that caused the failure or null.
- getProperty(String) - Method in interface org.osgi.service.dmt.DmtEvent
-
This method can be used to get the value of a single event property.
- getProperty(String) - Method in class org.osgi.service.event.Event
-
Retrieve the value of an event property.
- getPropertyNames() - Method in interface org.osgi.service.dmt.DmtEvent
-
This method can be used to query the names of all properties of this
event.
- getPropertyNames() - Method in class org.osgi.service.event.Event
-
Returns a list of this event's property names.
- getProviderFor(DataSourceFactory, Properties, Map<String, Object>) - Method in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
- getProviderFor(DataSource, Map<String, Object>) - Method in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
- getProviderFor(Driver, Properties, Map<String, Object>) - Method in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
- getProviderFor(XADataSource, Map<String, Object>) - Method in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
- getProviderFor(EntityManagerFactoryBuilder, Map<String, Object>, Map<String, Object>) - Method in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
- getProviderFor(EntityManagerFactory, Map<String, Object>) - Method in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
- getRanking() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the ranking value to use when advertising the service.
- getRawBinary() - Method in class org.osgi.service.dmt.DmtData
-
- getRawClass() - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return the raw class represented by this type.
- getRawFormatNames() - Method in interface org.osgi.service.dmt.MetaNode
-
Get the format names for any raw formats supported by the node.
- getRawString() - Method in class org.osgi.service.dmt.DmtData
-
- getRealPath(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Gets the real path corresponding to the given virtual path.
- getReason() - Method in exception org.osgi.service.cm.ConfigurationException
-
Return the reason for this exception.
- getReference() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Return the ServiceReference
object of the Configuration Admin
service that created this event.
- getReferenceListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the reference listeners to receive bind and unbind events.
- getRegistrationListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the registration listeners to be notified when the service is
registered and unregistered with the framework.
- getRegistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the registration method.
- getReportCount() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the number of times MonitorAdmin
will query the
StatusVariable
s (for time based jobs), or the number of changes
of a StatusVariable
between notifications (for change based
jobs).
- getRequiredMembers() - Method in interface org.osgi.service.useradmin.Group
-
Gets the required members of this Group
object.
- getRequirement() - Method in interface org.osgi.service.repository.IdentityExpression
-
Return the Requirement
contained in this
IdentityExpression
.
- getRequirementExpression() - Method in interface org.osgi.service.repository.NotExpression
-
Return the requirement expression that is negated by this
NotExpression
.
- getRequirementExpressions() - Method in interface org.osgi.service.repository.AndExpression
-
Return the requirement expressions that are combined by this
AndExpression
.
- getRequirementExpressions() - Method in interface org.osgi.service.repository.OrExpression
-
Return the requirement expressions that are combined by this
OrExpression
.
- getResource(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Maps a resource name to a URL.
- getResource(String) - Method in interface org.osgi.service.http.HttpContext
-
Maps a resource name to a URL.
- getResource(TransactionControl) - Method in interface org.osgi.service.transaction.control.ResourceProvider
-
Get a resource which will associate with the current transaction context
when used
- getResourceHeader(String, String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the requested deployment package manifest header from the name
section determined by the resource parameter.
- getResourcePaths(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Returns a directory-like listing of all the paths to resources within the
web application whose longest sub-path matches the supplied path
argument.
- getResourceProcessor(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
At the time of deployment, resource processor service instances are
located to resources contained in a deployment package.
- getResources() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns an array of strings representing the resources (including
bundles) that are specified in the manifest of this deployment package.
- getReturnArgumentName() - Method in interface org.osgi.service.upnp.UPnPAction
-
Returns the name of the designated return argument.
- getRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the Role
object with the given name
from this User
Admin service.
- getRole() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Gets the Role
object this event was generated for.
- getRoles() - Method in interface org.osgi.service.useradmin.Authorization
-
Gets the names of all roles implied by this Authorization
context.
- getRoles(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the Role
objects managed by this User Admin service that
have properties matching the specified LDAP filter criteria.
- getRollbackOnly() - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Is this transaction marked for rollback only
- getRollbackOnly() - Method in interface org.osgi.service.transaction.control.TransactionControl
-
Gets the rollback status of the active transaction
- getRootUri() - Method in interface org.osgi.service.dmt.DmtSession
-
Get the root URI associated with this session.
- getRunningJobs() - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the list of currently running MonitoringJob
s.
- getRuntimeDTO() - Method in interface org.osgi.service.http.runtime.HttpServiceRuntime
-
Return the runtime DTO representing the current state.
- getRuntimeDTO() - Method in interface org.osgi.service.jaxrs.runtime.JaxrsServiceRuntime
-
Return the runtime DTO representing the current state.
- getSchedule() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the delay (in seconds) between two samples.
- getScheduleId() - Method in interface org.osgi.service.application.ScheduledApplication
-
Returns the identifier of this schedule.
- getScope() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the scope for the bean.
- getScope() - Method in interface org.osgi.service.dmt.MetaNode
-
Return the scope of the node.
- getScope() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getScope() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the scope name of this Envelope
object.
- getScope() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the calculated scope of this Wire
object.
- getScopedValue(Object) - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Get a value scoped to this transaction
- getSequence() - Method in interface org.osgi.service.log.LogEntry
-
Returns the sequence number for this LogEntry
object.
- getService() - Method in interface org.osgi.service.component.ComponentServiceObjects
-
Returns a service object for the
associated
service.
- getService(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Locates a specific service by its service id.
- getService(Bundle, ServiceRegistration<Object>) - Method in class org.osgi.util.xml.XMLParserActivator
-
Creates a new XML Parser Factory object.
- getServiceComponent() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the Metadata for the component to be exported as a service.
- getServiceId() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the service id for the service exported through this endpoint.
- getServiceObject() - Method in class org.osgi.application.ApplicationServiceEvent
-
This method returns the service object of this service bound to the
listener application instance.
- getServicePaths() - Method in interface org.osgi.service.rest.client.RestClient
-
Gets a collection of URI paths to all installed services.
- getServicePaths(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Gets a collection of URI paths to all installed services.
- getServiceProperties(Object) - Method in interface org.osgi.application.ApplicationContext
-
Application can query the service properties of a service object it is
bound to.
- getServiceProperties() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the user declared properties to be advertised with the service.
- getServiceReference() - Method in interface org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
service
element, then this method returns the service reference
of the service provided by this component instance.
- getServiceReference() - Method in interface org.osgi.service.component.ComponentServiceObjects
-
Returns the ServiceReference
for the service associated with this
ComponentServiceObjects
object.
- getServiceReference() - Method in interface org.osgi.service.log.LogEntry
-
Returns the ServiceReference
object for the service associated
with this LogEntry
object.
- getServiceReference(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the service representation for a service given by its service Id.
- getServiceReference(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the service representation for a service given by its URI path.
- getServiceReference() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Gets the ServiceReference
object of the User Admin service that
generated this event.
- getServiceReference() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the ServiceReference
object of the Wire Admin service that
created this event.
- getServiceReferences() - Method in interface org.osgi.service.rest.client.RestClient
-
Get the service representations for all services.
- getServiceReferences(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Get the service representations for all services.
- getServices() - Method in interface org.osgi.service.upnp.UPnPDevice
-
Lists all services provided by this device.
- getSession(String) - Method in interface org.osgi.service.dmt.DmtAdmin
-
Opens a DmtSession
for local usage on a given subtree of the DMT
with non transactional write lock.
- getSession(String, int) - Method in interface org.osgi.service.dmt.DmtAdmin
-
Opens a DmtSession
for local usage on a specific DMT subtree with
a given lock mode.
- getSession(String, String, int) - Method in interface org.osgi.service.dmt.DmtAdmin
-
Opens a DmtSession
on a specific DMT subtree using a specific
lock mode on behalf of a remote principal.
- getSessionId() - Method in interface org.osgi.service.dmt.DmtEvent
-
This method returns the identifier of the session in which this event
took place.
- getSessionId() - Method in interface org.osgi.service.dmt.DmtSession
-
The unique identifier of the session.
- getSize() - Method in class org.osgi.service.dmt.DmtData
-
Get the size of the data.
- getSize() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the size of the icon in bytes.
- getSource() - Method in class org.osgi.service.dmt.notification.AlertItem
-
Get the node which is the source of the alert.
- getSource() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the bundle source of this event.
- getSourceDeploymentPackage() - Method in interface org.osgi.service.deploymentadmin.spi.DeploymentSession
-
If the deployment action is an install or an update, this call returns
the DeploymentPackage
instance that corresponds to the deployment
package being streamed in for this session.
- getSpeed() - Method in class org.osgi.util.position.Position
-
Returns the ground speed of this position in meters per second.
- getStartupParameters() - Method in interface org.osgi.application.ApplicationContext
-
Returns the startup parameters specified when calling the
org.osgi.service.application.ApplicationDescriptor#launch(Map)
method.
- getState() - Method in class org.osgi.service.application.ApplicationHandle
-
Get the state of the application instance.
- getState() - Method in interface org.osgi.service.dmt.DmtSession
-
Get the current state of this session.
- getState() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the current state of this subsystem.
- getStateVariable(String) - Method in interface org.osgi.service.upnp.UPnPAction
-
Finds the state variable associated with an argument name.
- getStateVariable(String) - Method in interface org.osgi.service.upnp.UPnPService
-
Gets a UPnPStateVariable
objects provided by this service by name
- getStateVariables() - Method in interface org.osgi.service.upnp.UPnPService
-
Lists all UPnPStateVariable
objects provided by this service.
- getStatusVariable(String) - Method in interface org.osgi.service.monitor.Monitorable
-
Returns the StatusVariable
object addressed by its identifier.
- getStatusVariable(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns a StatusVariable
addressed by its full path.
- getStatusVariableNames() - Method in interface org.osgi.service.monitor.Monitorable
-
Returns the list of StatusVariable
identifiers published by this
Monitorable
.
- getStatusVariableNames(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the list of StatusVariable
names published by a
Monitorable
instance.
- getStatusVariableNames() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the list of StatusVariable
names that are the targets of
this measurement job.
- getStatusVariables(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the StatusVariable
objects published by a
Monitorable
instance.
- getStep() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the size of an increment operation, if defined.
- getString() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with string (chr
) format.
- getString() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is String
.
- getStringValue() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the unconverted string representation of the value.
- getSubsystemHeaders(Locale) - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the headers for this subsystem's subsystem manifest.
- getSubsystemId() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the identifier of this subsystem.
- getSymbolicName() - Method in interface org.osgi.service.deploymentadmin.BundleInfo
-
Returns the Bundle Symbolic Name of the represented bundle.
- getSymbolicName() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the symbolic name of this subsystem.
- getSystemPreferences() - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the root system node for the calling bundle.
- getTargetDeploymentPackage() - Method in interface org.osgi.service.deploymentadmin.spi.DeploymentSession
-
If the deployment action is an update or an uninstall, this call returns
the DeploymentPackage
instance for the installed deployment
package.
- getTargetType() - Method in class org.osgi.util.converter.Rule
-
- getTargetType() - Method in interface org.osgi.util.converter.TargetRule
-
The target type of this rule.
- getTargetType() - Method in class org.osgi.util.converter.TypeRule
-
- getThread() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the thread in whose thread local Coordination stack this
Coordination has been
pushed
.
- getThreadInfo() - Method in interface org.osgi.service.log.LogEntry
-
Returns a string representing the thread which created this
LogEntry
object.
- getThrowable() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Returns the exception associated with the event, if any.
- getTime() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with time format.
- getTime() - Method in interface org.osgi.service.log.LogEntry
-
Returns the value of currentTimeMillis()
at the time this
LogEntry
object was created.
- getTime() - Method in class org.osgi.util.measurement.Measurement
-
Returns the time at which this Measurement
object was taken.
- getTime() - Method in class org.osgi.util.measurement.State
-
Returns the time with which this State
was created.
- getTimeout() - Method in interface org.osgi.service.blueprint.reflect.ReferenceMetadata
-
Return the timeout for service invocations when a backing service is
unavailable.
- getTimestamp() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the time at which this event was created.
- getTimeStamp() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the timestamp associated with the StatusVariable
.
- getTopic() - Method in interface org.osgi.service.application.ScheduledApplication
-
Queries the topic of the triggering event.
- getTopic() - Method in class org.osgi.service.event.Event
-
Returns the topic of this event.
- getTrack() - Method in class org.osgi.util.position.Position
-
Returns the track of this position in radians as a compass heading.
- getTransactionKey() - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Get the key associated with the current transaction
- getTransactionStatus() - Method in interface org.osgi.service.transaction.control.TransactionContext
-
- getType() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the type of this event.
- getType() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the name of the type to which the value should be converted.
- getType() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Return the type of this event.
- getType() - Method in exception org.osgi.service.coordinator.CoordinationException
-
Returns the type for this exception.
- getType() - Method in interface org.osgi.service.dmt.DmtEvent
-
This method returns the type of this event.
- getType() - Method in class org.osgi.service.dmt.notification.AlertItem
-
Get the type associated with the alert item.
- getType() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return the type for this attribute.
- getType() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns information on the data type of this StatusVariable
.
- getType() - Method in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
Return the type of this event.
- getType() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the type of this event.
- getType() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the
type
of this
subsystem.
- getType() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the serviceType
field in the UPnP service description.
- getType() - Method in interface org.osgi.service.useradmin.Role
-
Returns the type of this role.
- getType() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Returns the type of this event.
- getType() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the type of this event.
- getType() - Method in class org.osgi.util.converter.TypeReference
-
Return the actual type of this Type Reference
- getType() - Method in class org.osgi.util.pushstream.PushEvent
-
Get the type of this event.
- getUnbindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the unbind method.
- getUnit() - Method in class org.osgi.util.measurement.Measurement
-
Returns the Unit
object of this Measurement
object.
- getUnregistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the unregistration method.
- getUPnPDataType() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the UPnP type of this state variable.
- getUPnPError_Code() - Method in exception org.osgi.service.upnp.UPnPException
-
- getUPnPErrorCode() - Method in exception org.osgi.service.upnp.UPnPException
-
Returns the UPnP Error Code occurred by UPnPDevices during invocation.
- getURI() - Method in exception org.osgi.service.dmt.DmtException
-
Get the node on which the failed DMT operation was issued.
- getUser(String, String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the user with the given property key
-value
pair from
the User Admin service database.
- getUserPreferences(String) - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the root node for the specified user and the calling bundle.
- getUsers() - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the names of users for which node trees exist.
- getUsingBundle() - Method in interface org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
servicescope="bundle"
or servicescope="prototype"
attribute, then this method returns the bundle using the service provided
by the component instance.
- getValidNames() - Method in interface org.osgi.service.dmt.MetaNode
-
Return an array of Strings if valid names are defined for the node, or
null
if no valid name list is defined or if this piece of meta
info is not supported.
- getValidValues() - Method in interface org.osgi.service.dmt.MetaNode
-
Return an array of DmtData objects if valid values are defined for the
node, or null
otherwise.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the Metadata for the argument value.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
-
Return the Metadata for the value to be injected into a bean.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the value of the map entry.
- getValue() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getValue() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the value associated with this Envelope
object.
- getValue() - Method in class org.osgi.util.measurement.Measurement
-
Returns the value of this Measurement
object.
- getValue() - Method in class org.osgi.util.measurement.State
-
Returns the value of this State
.
- getValue() - Method in interface org.osgi.util.promise.Promise
-
Returns the value of this Promise.
- getValues() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return Metadata for the values of the collection.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the name of the value type to match the argument and convert the
value into when invoking the constructor or factory method.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type specified for the values of the collection.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map values.
- getVariables() - Method in interface org.osgi.service.coordinator.Coordination
-
Returns the variable map associated with this Coordination.
- getVersion() - Method in interface org.osgi.service.deploymentadmin.BundleInfo
-
Returns the version of the represented bundle.
- getVersion() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the version of the deployment package.
- getVersion() - Method in interface org.osgi.service.subsystem.Subsystem
-
Returns the
version
of this
subsystem.
- getVersion() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the version suffix encoded in the serviceType
field in
the UPnP service description.
- getWidth() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the width of the icon in pixels.
- getWire() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the Wire
object associated with this event.
- getWires(String) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Return the Wire
objects that match the given filter
.
- getXAResource() - Method in interface org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
- getXml() - Method in class org.osgi.service.dmt.DmtData
-
Gets the value of a node with xml
format.
- GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container has entered the grace period.
- Group - Interface in org.osgi.service.useradmin
-
A named grouping of roles (Role
objects).
- GROUP - Static variable in interface org.osgi.service.useradmin.Role
-
The type of a
Group
role.
- Gy - Static variable in class org.osgi.util.measurement.Unit
-
The absorbed dose unit gray (Gy).
- m - Static variable in class org.osgi.util.measurement.Unit
-
The length unit meter (m)
- m2 - Static variable in class org.osgi.util.measurement.Unit
-
The area unit square meter (m2)
- m3 - Static variable in class org.osgi.util.measurement.Unit
-
The volume unit cubic meter (m3)
- m_s - Static variable in class org.osgi.util.measurement.Unit
-
The speed unit meter per second (m/s)
- m_s2 - Static variable in class org.osgi.util.measurement.Unit
-
The acceleration unit meter per second squared (m/s2)
- ManagedService - Interface in org.osgi.service.cm
-
A service that can receive configuration data from a Configuration Admin
service.
- ManagedServiceFactory - Interface in org.osgi.service.cm
-
Manage multiple service instances.
- mangle(String) - Static method in class org.osgi.service.dmt.Uri
-
Returns a node name that is valid for the tree operation methods, based
on the given node name.
- MANUFACTURER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for the device manufacturer's property.
- MANUFACTURER_URL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional property key for a URL to the device manufacturers Web site.
- map(Function<? super T, ? extends R>) - Method in interface org.osgi.util.promise.Promise
-
Map the value of this Promise.
- map(Function<? super T, ? extends R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Map a payload value.
- MapEntry - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a map entry.
- MapMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a Map based value.
- match(ServiceReference<?>) - Method in interface org.osgi.service.device.Driver
-
Checks whether this Driver service can be attached to the Device service.
- Match - Interface in org.osgi.service.device
-
- MATCH_GENERIC - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a generic match for
the device.
- MATCH_MANUFACTURER_MODEL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device model.
- MATCH_MANUFACTURER_MODEL_REVISION - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device revision.
- MATCH_MANUFACTURER_MODEL_REVISION_SERIAL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device revision and the serial number.
- MATCH_NONE - Static variable in interface org.osgi.service.device.Device
-
- MATCH_TYPE - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device type.
- matchDNChain(String) - Method in class org.osgi.service.application.ApplicationDescriptor
-
This method verifies whether the specified pattern
matches the
Distinguished Names of any of the certificate chains used to authenticate
this application.
- matches(Filter) - Method in class org.osgi.service.event.Event
-
Tests this event's properties against the given filter using a case
sensitive match.
- matches(String) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Tests the properties of this EndpointDescription
against the
given filter using a case insensitive match.
- max(Comparator<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
-
See Stream.
- MAX_CONNECTIONS - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the maximum number of connections that should be
held in the pool
- MAX_CONNECTIONS - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the maximum number of connections that should be
held in the pool
- Measurement - Class in org.osgi.util.measurement
-
Represents a value with an error, a unit and a time-stamp.
- Measurement(double, double, Unit, long) - Constructor for class org.osgi.util.measurement.Measurement
-
Create a new Measurement
object.
- Measurement(double, double, Unit) - Constructor for class org.osgi.util.measurement.Measurement
-
Create a new Measurement
object with a time of zero.
- Measurement(double, Unit) - Constructor for class org.osgi.util.measurement.Measurement
-
Create a new Measurement
object with an error of 0.0 and a time
of zero.
- Measurement(double) - Constructor for class org.osgi.util.measurement.Measurement
-
Create a new
Measurement
object with an error of 0.0, a unit of
Unit.unity
and a time of zero.
- mediate(T, Class<T>) - Method in interface org.osgi.service.async.Async
-
Create a mediator for the specified object.
- mediate(ServiceReference<? extends T>, Class<T>) - Method in interface org.osgi.service.async.Async
-
Create a mediator for the specified service.
- merge(PushEventSource<? extends T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Merge in the events from another source.
- merge(PushStream<? extends T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Merge in the events from another PushStream.
- MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
-
A human-readable message that is usually not localized.
- Metadata - Interface in org.osgi.service.blueprint.reflect
-
Top level Metadata type.
- METADATA - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "metadata" action.
- METADATA - Static variable in class org.osgi.service.subsystem.SubsystemPermission
-
The action string metadata
.
- METADATA_MISMATCH - Static variable in exception org.osgi.service.dmt.DmtException
-
Operation failed because of meta data restrictions.
- MetaNode - Interface in org.osgi.service.dmt
-
The MetaNode contains meta data as standardized by OMA DM but extends it
(without breaking the compatibility) to provide for better DMT data quality
in an environment where many software components manipulate this data.
- METATYPE_CAPABILITY_NAME - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Capability name for meta type document processors.
- METATYPE_DOCUMENTS_LOCATION - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Location of meta type documents.
- METATYPE_FACTORY_PID - Static variable in interface org.osgi.service.metatype.MetaTypeProvider
-
Service property to signal that this service has
ObjectClassDefinition
objects for the given factory PIDs.
- METATYPE_PID - Static variable in interface org.osgi.service.metatype.MetaTypeProvider
-
- METATYPE_SPECIFICATION_VERSION - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Compile time constant for the Specification Version of MetaType Service.
- MetaTypeInformation - Interface in org.osgi.service.metatype
-
A MetaType Information object is created by the MetaTypeService to return
meta type information for a specific bundle.
- MetaTypeProvider - Interface in org.osgi.service.metatype
-
Provides access to metatypes.
- MetaTypeService - Interface in org.osgi.service.metatype
-
The MetaType Service can be used to obtain meta type information for a
bundle.
- method(String, Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- method(String, Entity<?>, Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- method(String, Entity<?>, GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- method(String, Entity<?>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- method(String, GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- method(String) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- method - Variable in class org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The HTTP verb being handled, for example GET, DELETE, PUT, POST, HEAD,
OPTIONS, null if no HttpMethod
is defined
- MIME_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry
object
for an installable bundle file.
- MIME_BUNDLE_ALT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
Alternative MIME type to be stored in the extra field of a
ZipEntry
object for an installable bundle file.
- MIME_BUNDLE_URL - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry for a String that
represents a URL for a bundle.
- MIME_BYTE_ARRAY - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry
object
for byte[]
data.
- MIME_STRING - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry
object
for String data.
- min(Comparator<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
-
See Stream.
- MIN_CONNECTIONS - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the minimum number of connections that should be
held in the pool
- MIN_CONNECTIONS - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the minimum number of connections that should be
held in the pool
- MINUTE - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the minute attribute of a virtual timer event.
- MODEL_DESCRIPTION - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String
object with
a long description of the device for the end user.
- MODEL_NAME - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for the device model name.
- MODEL_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String
class typed
property holding the model number of the device.
- MODEL_URL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional property key for a String
typed property holding a
string representing the URL to the Web site for this model.
- Modified - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated method as the modified
method of a Service
Component.
- modified - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the modified method.
- MODIFIED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
The properties of an endpoint have been modified.
- MODIFIED_ENDMATCH - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
The properties of an endpoint have been modified and the new properties
no longer match the listener's filter.
- modifyConfiguration(ServiceReference<?>, Dictionary<String, Object>) - Method in interface org.osgi.service.cm.ConfigurationPlugin
-
View and possibly modify the a set of configuration properties before
they are sent to the Managed Service or the Managed Service Factory.
- mol - Static variable in class org.osgi.util.measurement.Unit
-
The amount of substance unit mole (mol)
- Monitorable - Interface in org.osgi.service.monitor
-
A Monitorable
can provide information about itself in the form of
StatusVariables
.
- MonitorAdmin - Interface in org.osgi.service.monitor
-
The MonitorAdmin
service is a singleton service that handles
StatusVariable
query requests and measurement job control requests.
- MonitoringJob - Interface in org.osgi.service.monitor
-
A Monitoring Job is a request for scheduled or event based notifications on
update of a set of StatusVariable
s.
- MonitorListener - Interface in org.osgi.service.monitor
-
The MonitorListener
is used by Monitorable
services to send
notifications when a StatusVariable
value is changed.
- MonitorPermission - Class in org.osgi.service.monitor
-
Indicates the callers authority to publish, read or reset
StatusVariable
s, to switch event sending on or off or to start
monitoring jobs.
- MonitorPermission(String, String) - Constructor for class org.osgi.service.monitor.MonitorPermission
-
Create a MonitorPermission
object, specifying the target and
actions.
- MONTH - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the month attribute of a virtual timer event.
- MOUNT_POINTS - Static variable in interface org.osgi.service.dmt.spi.DataPlugin
-
The string to be used as key for the mount points property when a
DataPlugin is registered with mount points.
- MOUNT_POINTS - Static variable in interface org.osgi.service.dmt.spi.ExecPlugin
-
The string to be used as key for the mount points property when an Exec
Plugin is registered with mount points.
- MountPlugin - Interface in org.osgi.service.dmt.spi
-
This interface can be optionally implemented by a DataPlugin
or
ExecPlugin
in order to get information about its absolute mount
points in the overall DMT.
- MountPoint - Interface in org.osgi.service.dmt.spi
-
This interface can be implemented to represent a single mount point.
- mountPointAdded(MountPoint) - Method in interface org.osgi.service.dmt.spi.MountPlugin
-
Provides the MountPoint
describing the path where the plugin is
mapped in the overall DMT.
- mountPointRemoved(MountPoint) - Method in interface org.osgi.service.dmt.spi.MountPlugin
-
Informs the plugin that the provided MountPoint
objects have been
removed from the mapping.
- mul(Measurement) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the product of this
object multiplied by the specified object.
- mul(double, Unit) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the product of this
object multiplied by the specified value.
- mul(double) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the product of this
object multiplied by the specified value.
- multipartEnabled - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies whether multipart support is enabled.
- multipartFileSizeThreshold - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the size threshold after which the file will be written to
disk.
- multipartLocation - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the location where the files can be stored on disk.
- multipartMaxFileSize - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the maximum size of a file being uploaded.
- multipartMaxRequestSize - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the maximum request size.
- Pa - Static variable in class org.osgi.util.measurement.Unit
-
The pressure unit pascal (Pa).
- parameter - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The zero-based parameter number of the constructor parameter for the
reference.
- parent() - Method in interface org.osgi.service.prefs.Preferences
-
Returns the parent of this node, or null
if this is the root.
- PARENT_UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all embedded devices.
- PARSER_NAMESPACEAWARE - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Service property specifying if factory is configured to support namespace
aware parsers.
- PARSER_VALIDATING - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Service property specifying if factory is configured to support
validating parsers.
- PARTIALLY_ENDED - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
The Coordination has partially ended.
- Participant - Interface in org.osgi.service.coordinator
-
A Participant participates in a Coordination.
- PARTICIPATE - Static variable in class org.osgi.service.coordinator.CoordinationPermission
-
The action string participate
.
- PASSWORD - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The PASSWORD
type.
- path - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The path of the request relative to the root.
- path - Variable in class org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The path of this resource method.
- PATH_SEPARATOR - Static variable in class org.osgi.service.dmt.Uri
-
This constant stands for a string identifying the path separator in the
DmTree ("/").
- PATH_SEPARATOR_CHAR - Static variable in class org.osgi.service.dmt.Uri
-
This constant stands for a char identifying the path separator in the
DmTree ('/').
- patterns - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The request mappings for the servlet filter.
- patterns - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
The request mappings for the resource.
- patterns - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
The request mappings for the servlet.
- peek() - Method in interface org.osgi.service.coordinator.Coordinator
-
Returns the current Coordination.
- PERMANENT - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for representing a PERMANENT
node in the tree.
- PERMISSION_DENIED - Static variable in exception org.osgi.service.dmt.DmtException
-
The requested command failed because the principal associated with the
session does not have adequate access control permissions (ACL) on the
target.
- policy - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The policy of the reference.
- POLICY_DEFAULT - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Value for defining the default policy.
- POLICY_FORCE - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Value for defining the force policy.
- policyOption - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The policy option of the reference.
- poll() - Method in interface org.osgi.service.wireadmin.Wire
-
Poll for an updated value.
- polled(Wire) - Method in interface org.osgi.service.wireadmin.Producer
-
Return the current value of this Producer
object.
- pop() - Method in interface org.osgi.service.coordinator.Coordinator
-
Remove the current Coordination from the thread local Coordination stack.
- Position - Class in org.osgi.util.position
-
Position represents a geographic location, based on the WGS84 System (World
Geodetic System 1984).
- Position(Measurement, Measurement, Measurement, Measurement, Measurement) - Constructor for class org.osgi.util.position.Position
-
Constructs a Position
object with the given values.
- post(Entity<?>, Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- post(Entity<?>, GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- post(Entity<?>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- postCompletion(Consumer<TransactionStatus>) - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Register a callback that will be made after the scope completes
- postEvent(String, String[], Dictionary<String, ?>) - Method in interface org.osgi.service.dmt.spi.MountPoint
-
Posts an event via the DmtAdmin about changes in the current plugins
subtree.
- postEvent(String, String[], String[], Dictionary<String, ?>) - Method in interface org.osgi.service.dmt.spi.MountPoint
-
Posts an event via the DmtAdmin about changes in the current plugins
subtree.
- postEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
-
Initiate asynchronous, ordered delivery of an event.
- PRE_ENLISTED_DB_CONNECTION - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to indicate that database connections will be
automatically enlisted in ongoing transactions without intervention from
the JPA resource provider
- preCompletion(Runnable) - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Register a callback that will be made before a scope completes.
- Predicate<T> - Interface in org.osgi.util.function
-
A predicate that accepts a single argument and produces a boolean result.
- Preferences - Interface in org.osgi.service.prefs
-
A node in a hierarchical collection of preference data.
- PreferencesService - Interface in org.osgi.service.prefs
-
The Preferences Service.
- PREFERRED_PROVIDER - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header used to express a preference for particular resources to
satisfy implicit package dependencies.
- prefix - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
The prefix of the resource.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContext
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContextSelect
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterAsyncSupported
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterDispatcher
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterName
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterPattern
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterRegex
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterServlet
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardListener
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardResource
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletAsyncSupported
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletErrorPage
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletName
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletPattern
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardTarget
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsApplicationBase
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsApplicationSelect
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsExtension
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsExtensionSelect
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsMediaType
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsName
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsResource
-
Prefix for the property name.
- PREFIX_ - Static variable in annotation type org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsWhiteboardTarget
-
Prefix for the property name.
- prepare() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
This method is called on the Resource Processor immediately before
calling the commit
method.
- Preprocessor - Interface in org.osgi.service.http.whiteboard
-
Services registered as a Preprocessor
using a whiteboard pattern are
executed for every request before the dispatching is performed.
- PreprocessorDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a preprocessor
org.osgi.service.http.whiteboard.Preprocessor
service currently being
used during request processing.
- PreprocessorDTO() - Constructor for class org.osgi.service.http.runtime.dto.PreprocessorDTO
-
- preprocessorDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the
org.osgi.service.http.whiteboard.Preprocessor
objects used by the
Http Service Runtime.
- PRESENTATION_URL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String
typed
property holding a string representing the URL to a device representation
Web page.
- printStackTrace(PrintStream) - Method in exception org.osgi.service.dmt.DmtException
-
Prints the exception and its stacktrace to the specified print stream.
- PRIVATEAREA - Static variable in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Constant String to the "privatearea" action.
- process(String, InputStream) - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when a resource is encountered in the deployment package for which
this resource processor has been selected to handle the processing of
that resource.
- PRODUCE - Static variable in class org.osgi.service.wireadmin.WirePermission
-
The action string for the produce
action.
- Producer - Interface in org.osgi.service.wireadmin
-
Data Producer, a service that can generate values to be used by
Consumer
services.
- PRODUCER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Producer service method has thrown an exception.
- producersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Consumer
-
Update the list of Wire
objects to which this Consumer service is
connected.
- produces - Variable in class org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
The media types produced by this service, if provided in an
Produces
annotation
- producingMimeType - Variable in class org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The mime-type(s) produced by this resource method, null if
Produces
is not defined
- PROMISCUOUS_POLICY - Static variable in class org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
-
The attribute value for Topology managers with a promiscuous policy
- Promise<T> - Interface in org.osgi.util.promise
-
A Promise of a value.
- PromiseFactory - Class in org.osgi.util.promise
-
Promise factory to create Deferred and Promise objects.
- PromiseFactory(Executor) - Constructor for class org.osgi.util.promise.PromiseFactory
-
Create a new PromiseFactory with the specified callback executor.
- PromiseFactory(Executor, ScheduledExecutorService) - Constructor for class org.osgi.util.promise.PromiseFactory
-
Create a new PromiseFactory with the specified callback executor and
specified scheduled executor.
- PromiseRxInvoker - Interface in org.osgi.service.jaxrs.client
-
A specialization of the
RxInvoker
which creates
Promise
instances.
- Promises - Class in org.osgi.util.promise
-
Static helper methods for
Promise
s.
- properties - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component properties for the component configuration.
- properties - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The component properties.
- PROPERTY_POLICY - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Configuration property for the configuration policy.
- PROPERTY_PREFIX - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Prefix to mark properties as input for the Configurator when processing a
configuration resource.
- PROPERTY_RANKING - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Configuration property for the configuration ranking.
- PROPERTY_RESOURCE_VERSION - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Global property in the configuration resource specifying the version of
the resource format.
- PROPERTY_SYMBOLIC_NAME - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Global property in the configuration resource specifying the symbolic
name of the configuration resource.
- PROPERTY_VERSION - Static variable in class org.osgi.service.configurator.ConfiguratorConstants
-
Global property in the configuration resource specifying the version of
the resource.
- PropsMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a java.util.Properties
based value.
- PROVISION_POLICY_ACCEPT_DEPENDENCIES - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
A value for the
provision-policy
directive indicating the subsystem accepts dependency resources.
- PROVISION_POLICY_DIRECTIVE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header directive identifying the provision policy.
- PROVISION_POLICY_REJECT_DEPENDENCIES - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
A value for the
provision-policy
directive indicating the subsystem does not accept dependency resources.
- PROVISION_RESOURCE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the resources to be deployed to satisfy the
dependencies of a subsystem.
- PROVISIONING_AGENT_CONFIG - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the initial
configuration information of the initial Management Agent.
- PROVISIONING_REFERENCE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the location of the
provision data provider.
- PROVISIONING_ROOTX509 - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the root X509
certificate used to establish trust with operator when using HTTPS.
- PROVISIONING_RSH_SECRET - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the shared secret
used in conjunction with the RSH protocol.
- PROVISIONING_SPID - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that uniquely identifies the
Service Platform.
- PROVISIONING_START_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the location of the
bundle to start with AllPermission
.
- PROVISIONING_UPDATE_COUNT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the update count of
the info data.
- ProvisioningService - Interface in org.osgi.service.provisioning
-
Service for managing the initial provisioning information.
- PUBLISH - Static variable in class org.osgi.service.event.TopicPermission
-
The action string publish
.
- PUBLISH - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the publish
action
present are Monitorable
services that are allowed to publish the
StatusVariable
s specified in the permission's target field.
- publish(T) - Method in interface org.osgi.util.pushstream.SimplePushEventSource
-
Asynchronously publish an event to this stream and all connected
PushEventConsumer
instances.
- push() - Method in interface org.osgi.service.coordinator.Coordination
-
Push this Coordination object onto the thread local Coordination stack to
make it the
current Coordination
.
- pushback(U) - Method in interface org.osgi.util.pushstream.PushbackPolicy
-
Given the current state of the queue, determine the level of back
pressure that should be applied
- PushbackPolicy<T,U extends BlockingQueue<PushEvent<? extends T>>> - Interface in org.osgi.util.pushstream
-
A
PushbackPolicy
is used to calculate how much back pressure to apply
based on the current buffer.
- PushbackPolicyOption - Enum in org.osgi.util.pushstream
-
- PushEvent<T> - Class in org.osgi.util.pushstream
-
A PushEvent is an immutable object that is transferred through a
communication channel to push information to a downstream consumer.
- PushEvent.EventType - Enum in org.osgi.util.pushstream
-
- PushEventConsumer<T> - Interface in org.osgi.util.pushstream
-
An Async Event Consumer asynchronously receives Data events until it receives
either a Close or Error event.
- PushEventSource<T> - Interface in org.osgi.util.pushstream
-
An event source.
- PushStream<T> - Interface in org.osgi.util.pushstream
-
A Push Stream fulfills the same role as the Java 8 stream but it reverses the
control direction.
- PushStreamBuilder<T,U extends BlockingQueue<PushEvent<? extends T>>> - Interface in org.osgi.util.pushstream
-
A Builder for a PushStream.
- PushStreamProvider - Class in org.osgi.util.pushstream
-
- PushStreamProvider() - Constructor for class org.osgi.util.pushstream.PushStreamProvider
-
- put(String, Object) - Method in class org.osgi.service.event.EventProperties
-
- put(Entity<?>, Class<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- put(Entity<?>, GenericType<R>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- put(Entity<?>) - Method in interface org.osgi.service.jaxrs.client.PromiseRxInvoker
-
- put(String, String) - Method in interface org.osgi.service.prefs.Preferences
-
Associates the specified value with the specified key in this node.
- putAll(Map<? extends String, ? extends Object>) - Method in class org.osgi.service.event.EventProperties
-
- putBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String
object representing the specified
boolean
value with the specified key in this node.
- putByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String
object representing the specified
byte[]
with the specified key
in this node.
- putDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String
object representing the specified
double
value with the specified key
in this node.
- putFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String
object representing the specified
float
value with the specified key
in this node.
- putInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String
object representing the specified int
value with the specified key
in this node.
- putLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String
object representing the specified
long
value with the specified key
in this node.
- putScopedValue(Object, Object) - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Associate a value with this transaction
- rad - Static variable in class org.osgi.util.measurement.Unit
-
The angle unit radians (rad)
- READ - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the read
action present
are allowed to read the value of the StatusVariable
s specified in
the permission's target field.
- READ - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string read
.
- 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.
- 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.
- ReadWriteDataSession - Interface in org.osgi.service.dmt.spi
-
Provides non-atomic read-write access to the part of the tree handled by the
plugin that created this session.
- recover(Function<Promise<?>, ? extends T>) - Method in interface org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery value.
- RecoverableXAResource - Interface in org.osgi.service.transaction.control.recovery
-
- 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.component.annotations
-
Identify the annotated member or parameter as a reference of a Service
Component.
- REFERENCE_TARGET_SUFFIX - Static variable in interface org.osgi.service.component.ComponentConstants
-
The suffix for reference target properties.
- ReferenceCardinality - Enum in org.osgi.service.component.annotations
-
- ReferenceDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of a declared reference to a service.
- ReferenceDTO() - Constructor for class org.osgi.service.component.runtime.dto.ReferenceDTO
-
- ReferenceListener - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a reference listener interested in the reference bind and unbind
events for a service reference.
- ReferenceListMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a list of service references.
- ReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a reference that will bind to a single matching service in the
service registry.
- ReferencePolicy - Enum in org.osgi.service.component.annotations
-
- ReferencePolicyOption - Enum in org.osgi.service.component.annotations
-
- references - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The referenced services.
- ReferenceScope - Enum in org.osgi.service.component.annotations
-
Reference scope for the
Reference
annotation.
- RefMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a reference to another component managed by the Blueprint
Container.
- regexs - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The request mappings for the servlet filter.
- 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.
- registerService(String[], Object, Dictionary) - Method in interface org.osgi.application.ApplicationContext
-
Registers the specified service object with the specified properties
under the specified class names into the Framework.
- registerService(String, Object, Dictionary) - Method in interface org.osgi.application.ApplicationContext
-
Registers the specified service object with the specified properties
under the specified class name with the Framework.
- registerServlet(String, Servlet, Dictionary<?, ?>, HttpContext) - Method in interface org.osgi.service.http.HttpService
-
Registers a servlet into the URI namespace.
- 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
-
- releaseProvider(JPAEntityManagerProvider) - Method in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
- releaseXAResource(XAResource) - Method in interface org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
Release the XAResource that has been used for recovery
- REMOTE_CONFIGS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the configuration types supported by a
distribution provider.
- REMOTE_ERROR - Static variable in exception org.osgi.service.dmt.DmtException
-
A device initiated remote operation failed.
- REMOTE_INTENTS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the intents supported by a distribution
provider.
- REMOTE_USER - Static variable in class org.osgi.service.http.context.ServletContextHelper
-
HttpServletRequest
attribute specifying the name of the
authenticated user.
- REMOTE_USER - Static variable in interface org.osgi.service.http.HttpContext
-
HttpServletRequest
attribute specifying the name of the
authenticated user.
- remoteAdminEvent(RemoteServiceAdminEvent) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdminListener
-
Receive notification of any export or import registrations and
unregistrations as well as errors and warnings.
- RemoteAlertSender - Interface in org.osgi.service.dmt.notification.spi
-
The RemoteAlertSender can be used to send notifications to (remote) entities
identified by principal names.
- RemoteConstants - Class in org.osgi.service.remoteserviceadmin
-
Provide the definition of the constants used in the Remote Service Admin
specification.
- RemoteServiceAdmin - Interface in org.osgi.service.remoteserviceadmin
-
A Remote Service Admin manages the import and export of services.
- RemoteServiceAdminEvent - Class in org.osgi.service.remoteserviceadmin
-
Provides the event information for a Remote Service Admin event.
- RemoteServiceAdminEvent(int, Bundle, ExportReference, Throwable) - Constructor for class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Create a Remote Service Admin Event for an export notification.
- RemoteServiceAdminEvent(int, Bundle, ImportReference, Throwable) - Constructor for class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Create a Remote Service Admin Event for an import notification.
- RemoteServiceAdminListener - Interface in org.osgi.service.remoteserviceadmin
-
A
RemoteServiceAdminEvent
listener is notified synchronously of any
export or import registrations and unregistrations.
- remove() - Method in interface org.osgi.service.application.ScheduledApplication
-
Cancels this schedule of the application.
- remove(Object) - Method in class org.osgi.service.event.EventProperties
-
- remove(String) - Method in interface org.osgi.service.prefs.Preferences
-
Removes the value associated with the specified key
in this node,
if any.
- removeAttributes(Configuration.ConfigurationAttribute...) - Method in interface org.osgi.service.cm.Configuration
-
Remove attributes from this configuration.
- REMOVED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
An endpoint has been removed.
- removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
-
- removeMember(Role) - Method in interface org.osgi.service.useradmin.Group
-
Removes the specified Role
object from this Group
object.
- removeNode() - Method in interface org.osgi.service.prefs.Preferences
-
Removes this node and all of its descendants, invalidating any properties
contained in the removed nodes.
- removeRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Removes the Role
object with the given name from this User Admin
service and all groups it is a member of.
- removeServiceListener(ApplicationServiceListener) - Method in interface org.osgi.application.ApplicationContext
-
- RENAMED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were renamed.
- renameNode(String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Rename a node.
- renameNode(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Rename a node.
- REPLACE - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue REPLACE commands on the node
having this ACL.
- REPLACE - Static variable in class org.osgi.service.dmt.security.DmtPermission
-
Holders of DmtPermission with the Replace action present can update DMT
node value or properties, that is they are authorized to execute the
setNodeAcl(), setNodeTitle(), setNodeValue(), setNodeType() and
renameNode() methods of the DmtSession.
- REPLACED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were replaced.
- Repository - Interface in org.osgi.service.repository
-
A repository service that contains resources
.
- RepositoryContent - Interface in org.osgi.service.repository
-
An accessor for the content of a resource.
- RequestInfoDTO - Class in org.osgi.service.http.runtime.dto
-
Represents the services used to process a specific request.
- RequestInfoDTO() - Constructor for class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
- 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.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.
- 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.
- 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 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.
- 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.
- RESET - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the reset
action
present are allowed to reset the value of the StatusVariable
s
specified in the permission's target field.
- resetStatusVariable(String) - Method in interface org.osgi.service.monitor.Monitorable
-
Issues a request to reset a given StatusVariable
.
- resetStatusVariable(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Issues a request to reset a given StatusVariable
.
- 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.
- 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
- ResourceProcessor - Interface in org.osgi.service.deploymentadmin.spi
-
ResourceProcessor interface is implemented by processors handling resource
files in deployment packages.
- ResourceProcessorException - Exception in org.osgi.service.deploymentadmin.spi
-
Checked exception received when something fails during a call to a Resource
Processor.
- ResourceProcessorException(int, String, Throwable) - Constructor for exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Create an instance of the exception.
- ResourceProcessorException(int, String) - Constructor for exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Create an instance of the exception.
- ResourceProcessorException(int) - Constructor for exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Create an instance of the exception.
- 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.
- RestClient - Interface in org.osgi.service.rest.client
-
A Java client API for a REST service endpoint.
- RestClientFactory - Interface in org.osgi.service.rest.client
-
Factory to construct new REST client instances.
- Role - Interface in org.osgi.service.useradmin
-
The base interface for Role
objects managed by the User Admin
service.
- ROLE - Static variable in interface org.osgi.service.useradmin.Role
-
The type of a predefined role.
- ROLE_CHANGED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
-
A Role
object has been modified.
- ROLE_CREATED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
-
A Role
object has been created.
- ROLE_REMOVED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
-
A Role
object has been removed.
- roleChanged(UserAdminEvent) - Method in interface org.osgi.service.useradmin.UserAdminListener
-
Receives notification that a Role
object has been created,
removed, or modified.
- rollback() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when the processing of the current deployment package is finished.
- rollback() - Method in interface org.osgi.service.dmt.DmtSession
-
Rolls back a series of DMT operations issued in the current atomic
session since the last transaction boundary.
- rollback() - Method in interface org.osgi.service.dmt.spi.TransactionalDataSession
-
Rolls back a series of DMT operations issued in the current atomic
session since the last transaction boundary.
- rollback() - 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.
- ROOT_LOGGER_NAME - Static variable in interface org.osgi.service.log.Logger
-
Root Logger Name.
- ROOT_NODE - Static variable in class org.osgi.service.dmt.Uri
-
This constant stands for a string identifying the root of the DmTree
(".").
- ROOT_NODE_CHAR - Static variable in class org.osgi.service.dmt.Uri
-
This constant stands for a char identifying the root of the DmTree ('.').
- ROOT_SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The symbolic name of the root subsystem.
- 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.
- RUNNING - Static variable in class org.osgi.service.application.ApplicationHandle
-
The application instance is running.
- RuntimeDTO - Class in org.osgi.service.http.runtime.dto
-
Represents the state of a Http Service Runtime.
- RuntimeDTO() - Constructor for class org.osgi.service.http.runtime.dto.RuntimeDTO
-
- 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
-
- s - Static variable in class org.osgi.util.measurement.Unit
-
The time unit second (s)
- S - Static variable in class org.osgi.util.measurement.Unit
-
The electric conductance unit siemens (S).
- SATISFIED - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is satisfied.
- SatisfiedReferenceDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of a satisfied reference.
- SatisfiedReferenceDTO() - Constructor for class org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
-
- satisfiedReferences - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The satisfied references.
- SAXCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Fully qualified path name of SAX Parser Factory Class Name file
- SAXFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Filename containing the SAX Parser Factory Class name.
- schedule(String, Map, String, String, boolean) - Method in class org.osgi.service.application.ApplicationDescriptor
-
Schedules the application at a specified event.
- SCHEDULE_ACTION - Static variable in class org.osgi.service.application.ApplicationAdminPermission
-
Allows scheduling of the target applications.
- SCHEDULE_ID - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The property key for the schedule identifier.
- ScheduledApplication - Interface in org.osgi.service.application
-
It is allowed to schedule an application based on a specific event.
- scheduledExecutor() - Method in class org.osgi.util.promise.PromiseFactory
-
Returns the scheduled executor to use for scheduled operations.
- scope - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The service scope.
- scope - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The scope of the reference.
- SCOPE_PROTOTYPE - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
The bean has prototype
scope.
- SCOPE_SINGLETON - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
The bean has singleton
scope.
- ScopedWorkException - Exception in org.osgi.service.transaction.control
-
An Exception that is thrown when a piece of scoped work exits with an
Exception
.
- ScopedWorkException(String, Throwable, TransactionContext) - Constructor for exception org.osgi.service.transaction.control.ScopedWorkException
-
Creates a new TransactionException with the supplied message and cause
- select(ServiceReference<?>, Match[]) - Method in interface org.osgi.service.device.DriverSelector
-
Select one of the matching Driver services.
- SELECT_NONE - Static variable in interface org.osgi.service.device.DriverSelector
-
Return value from DriverSelector.select
, if no Driver service
should be attached to the Device service.
- sendAlert(String, int, String, AlertItem[]) - Method in interface org.osgi.service.dmt.notification.spi.RemoteAlertSender
-
Sends an alert to a server identified by its principal name.
- sendEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
-
Initiate synchronous delivery of an event.
- sendNotification(String, int, String, AlertItem[]) - Method in interface org.osgi.service.dmt.notification.NotificationService
-
Sends a notification to a named principal.
- sendsEvents() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Tells if this StateVariable can be used as an event source.
- sequential() - Method in interface org.osgi.util.pushstream.PushStream
-
Ensure that any events are delivered sequentially.
- SERIAL_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String
typed
property holding the serial number of the device.
- service - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The registered service of the component configuration.
- SERVICE - Static variable in interface org.osgi.service.event.EventConstants
-
A service reference.
- SERVICE - Static variable in interface org.osgi.service.rest.RestApiExtension
-
This service property refers to the id of the service the REST API
extension provides management capabilities for.
- SERVICE_BUNDLELOCATION - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the location of the bundle that is
associated with a Configuration
object.
- SERVICE_COMPONENT - Static variable in interface org.osgi.service.component.ComponentConstants
-
Manifest header specifying the XML documents within a bundle that contain
the bundle's Service Component descriptions.
- SERVICE_EXPORTED_CONFIGS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the configuration types that should be used
to export the service.
- SERVICE_EXPORTED_INTENTS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the intents that the distribution provider
must implement to distribute the service.
- SERVICE_EXPORTED_INTENTS_EXTRA - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the extra intents that the distribution
provider must implement to distribute the service.
- SERVICE_EXPORTED_INTERFACES - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property marking the service for export.
- SERVICE_FACTORYPID - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the Factory PID in the configuration
dictionary.
- SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
-
A service's id.
- SERVICE_IMPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the service as imported.
- SERVICE_IMPORTED_CONFIGS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the configuration types used to import the
service.
- SERVICE_INTENTS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the intents that this service implement.
- SERVICE_NAMESPACE - Static variable in class org.osgi.namespace.service.ServiceNamespace
-
Namespace name for service capabilities and requirements.
- SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
-
A service's objectClass.
- SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
-
A service's persistent identity.
- SERVICE_PID_ATTRIBUTE - Static variable in class org.osgi.service.configurator.namespace.ConfigurationNamespace
-
The capability attribute contains the PID of the configuration.
- serviceChanged(ApplicationServiceEvent) - Method in interface org.osgi.application.ApplicationServiceListener
-
Receives notification that a service has had a lifecycle change.
- ServiceComponentRuntime - Interface in org.osgi.service.component.runtime
-
The ServiceComponentRuntime
service represents the Declarative
Services actor, known as Service Component Runtime (SCR), that manages the
service components and their life cycle.
- ServiceDescription - Annotation Type in org.osgi.service.component.propertytypes
-
Component Property Type for the service.description
service property.
- serviceDTO - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
The DTO for the corresponding
org.osgi.service.http.runtime.HttpServiceRuntime
.
- serviceDTO - Variable in class org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
-
The DTO for the corresponding JaxrsServiceRuntime
.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
Service property identifying the servlet.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
Service property identifying the servlet filter.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.ListenerDTO
-
Service property identifying the listener.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.PreprocessorDTO
-
Service property identifying the preprocessor.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
Service property identifying the resource.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Service property identifying the servlet context.
- serviceId - Variable in class org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
Service property identifying the JAX-RS service
- serviceInterfaces - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The fully qualified names of the service interfaces.
- SERVICELOADER_NAMESPACE - Static variable in class org.osgi.service.serviceloader.ServiceLoaderNamespace
-
Namespace name for service loader capabilities and requirements.
- ServiceLoaderNamespace - Class in org.osgi.service.serviceloader
-
Service Loader Capability and Requirement Namespace.
- ServiceMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a service to be registered by the Blueprint Container when
enabled.
- ServiceNamespace - Class in org.osgi.namespace.service
-
Service Capability and Requirement Namespace.
- ServiceRanking - Annotation Type in org.osgi.service.component.propertytypes
-
Component Property Type for the service.ranking
service property.
- ServiceReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a reference to an OSGi service.
- ServiceScope - Enum in org.osgi.service.component.annotations
-
- ServiceUnavailableException - Exception in org.osgi.service.blueprint.container
-
A Blueprint exception indicating that a service is unavailable.
- ServiceUnavailableException(String, String) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Creates a Service Unavailable Exception with the specified message.
- ServiceUnavailableException(String, String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Creates a Service Unavailable Exception with the specified message and
exception cause.
- ServiceVendor - Annotation Type in org.osgi.service.component.propertytypes
-
Component Property Type for the service.vendor
service property.
- ServletContextDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.ServletContext
created for servlets,
resources, servlet Filters, and listeners associated with that servlet
context.
- ServletContextDTO() - Constructor for class org.osgi.service.http.runtime.dto.ServletContextDTO
-
- servletContextDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.ServletContext
objects used by the Http Service Runtime.
- ServletContextHelper - Class in org.osgi.service.http.context
-
Helper service for a servlet context used by a Http Whiteboard implementation
to serve HTTP requests.
- ServletContextHelper() - Constructor for class org.osgi.service.http.context.ServletContextHelper
-
Construct a new context helper.
- ServletContextHelper(Bundle) - Constructor for class org.osgi.service.http.context.ServletContextHelper
-
Construct a new context helper associated with the specified bundle.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
The service id of the servlet context for the servlet represented by this
DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The service id of the servlet context for the servlet filter represented
by this DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.ListenerDTO
-
The service id of the servlet context for the listener represented by
this DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The service id of the servlet context processing the request represented
by this DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
The service id of the servlet context for the resource represented by
this DTO.
- servletDTO - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The servlet processing this request.
- ServletDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet
currently being used by a servlet
context.
- ServletDTO() - Constructor for class org.osgi.service.http.runtime.dto.ServletDTO
-
- servletDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the Servlet
services associated
with this context.
- servletInfo - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
The information string from the servlet.
- servletNames - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The servlet names for the servlet filter.
- SESSION_CLOSED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating that a session was closed.
- SESSION_CREATION_TIMEOUT - Static variable in exception org.osgi.service.dmt.DmtException
-
Creation of a session timed out because of another ongoing session.
- SESSION_OPENED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating that a new session was opened.
- setAttributes(Map<String, Object>) - Method in interface org.osgi.service.repository.RequirementBuilder
-
Replace all attributes with the attributes in the specified map.
- setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
-
Bind this Configuration
object to the specified location.
- setBundleStartLevel(long, int) - Method in interface org.osgi.service.rest.client.RestClient
-
Set the start level for a bundle given by its bundle Id.
- setBundleStartLevel(String, int) - Method in interface org.osgi.service.rest.client.RestClient
-
- setCurrentApplicationId(String) - Method in class org.osgi.service.application.ApplicationAdminPermission
-
This method can be used in the
ProtectionDomain
implementation in the
implies
method to insert the application ID
of the current application into the permission being checked.
- setDefaultNodeValue(String) - Method in interface org.osgi.service.dmt.DmtSession
-
Set the value of a leaf or interior node to its default.
- setDirectives(Map<String, String>) - Method in interface org.osgi.service.repository.RequirementBuilder
-
Replace all directives with the directives in the specified map.
- setDOMProperties(DocumentBuilderFactory, Hashtable<String, Object>) - Method in class org.osgi.util.xml.XMLParserActivator
-
Set the customizable DOM Parser Service Properties.
- setFrameworkStartLevel(FrameworkStartLevelDTO) - Method in interface org.osgi.service.rest.client.RestClient
-
Sets the current framework start level.
- setInformation(Dictionary<String, ?>) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Replaces the Provisioning Information dictionary with the key/value pairs
contained in info
.
- setLogLevels(Map<String, LogLevel>) - Method in interface org.osgi.service.log.admin.LoggerContext
-
Configure the log levels for this Logger Context.
- setNodeAcl(String, Acl) - Method in interface org.osgi.service.dmt.DmtSession
-
Set the Access Control List associated with a given node.
- setNodeTitle(String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Set the title property of a node.
- setNodeTitle(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Set the title property of a node.
- setNodeType(String, String) - Method in interface org.osgi.service.dmt.DmtSession
-
Set the type of a node.
- setNodeType(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Set the type of a node.
- setNodeValue(String, DmtData) - Method in interface org.osgi.service.dmt.DmtSession
-
Set the value of a leaf or interior node.
- setNodeValue(String[], DmtData) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
-
Set the value of a leaf or interior node.
- setPermission(String, int) - Method in class org.osgi.service.dmt.Acl
-
Create a new Acl
instance from this Acl
where all
permissions for the given principal are overwritten with the given
permissions.
- setResource(Resource) - Method in interface org.osgi.service.repository.RequirementBuilder
-
Set the Resource
.
- setRollbackOnly() - Method in interface org.osgi.service.transaction.control.TransactionContext
-
Mark this transaction for rollback
- setRollbackOnly() - Method in interface org.osgi.service.transaction.control.TransactionControl
-
Marks the current transaction to be rolled back
- setSAXProperties(SAXParserFactory, Hashtable<String, Object>) - Method in class org.osgi.util.xml.XMLParserActivator
-
Set the customizable SAX Parser Service Properties.
- SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The SHORT
type.
- SimplePushEventSource<T> - Interface in org.osgi.util.pushstream
-
- size() - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return the number of type parameters for this type.
- size() - Method in class org.osgi.service.event.EventProperties
-
Return the number of properties.
- skip(long) - Method in interface org.osgi.util.pushstream.PushStream
-
Skip a number of events in the channel.
- sorted() - Method in interface org.osgi.util.pushstream.PushStream
-
Sorted the elements, assuming that T extends Comparable.
- sorted(Comparator<? super T>) - Method in interface org.osgi.util.pushstream.PushStream
-
Sorted the elements with the given comparator.
- sourceAs(Class<?>) - Method in interface org.osgi.util.converter.Specifying
-
Treat the source object as the specified class.
- sourceAsBean() - Method in interface org.osgi.util.converter.Specifying
-
Treat the source object as a JavaBean.
- sourceAsDTO() - Method in interface org.osgi.util.converter.Specifying
-
Treat the source object as a DTO even if the source object has methods or
is otherwise not recognized as a DTO.
- Specifying<T extends Specifying<T>> - Interface in org.osgi.util.converter
-
This is the base interface for the
Converting
and
Functioning
interfaces and defines the common modifiers that can be applied to these.
- split(Predicate<? super T>...) - Method in interface org.osgi.util.pushstream.PushStream
-
Split the events to different streams based on a predicate.
- SseEventSourceFactory - Interface in org.osgi.service.jaxrs.client
-
A factory for SseEventSource
instances.
- standardConverter() - Static method in class org.osgi.util.converter.Converters
-
Obtain the standard converter.
- start() - Method in interface org.osgi.service.subsystem.Subsystem
-
Starts this subsystem.
- start(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
-
Called when this bundle is started so the Framework can perform the
bundle-specific activities necessary to start this bundle.
- START_ORDER_DIRECTIVE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header directive identifying the start order of subsystem
contents.
- startBundle(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Start a bundle given by its bundle Id.
- startBundle(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Start a bundle given by its URI path.
- startBundle(long, int) - Method in interface org.osgi.service.rest.client.RestClient
-
Start a bundle given by its bundle Id.
- startBundle(String, int) - Method in interface org.osgi.service.rest.client.RestClient
-
Start a bundle given by its URI path.
- startJob(String, String[], int) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Starts a change based MonitoringJob
with the parameters provided.
- STARTJOB - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the startjob
action
present are allowed to initiate monitoring jobs involving the
StatusVariable
s specified in the permission's target field.
- startScheduledJob(String, String[], int, int) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Starts a time based MonitoringJob
with the parameters provided.
- state - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The current state of the component configuration.
- State - Class in org.osgi.util.measurement
-
Groups a state name, value and timestamp.
- State(int, String, long) - Constructor for class org.osgi.util.measurement.State
-
Create a new State
object.
- State(int, String) - Constructor for class org.osgi.util.measurement.State
-
Create a new State
object with a time of 0.
- STATE_CLOSED - Static variable in interface org.osgi.service.dmt.DmtSession
-
The session is closed, DMT manipulation operations are not available,
they throw DmtIllegalStateException
if tried.
- STATE_INVALID - Static variable in interface org.osgi.service.dmt.DmtSession
-
The session is invalid because a fatal error happened.
- STATE_OPEN - Static variable in interface org.osgi.service.dmt.DmtSession
-
The session is open, all session operations are available.
- StatusVariable - Class in org.osgi.service.monitor
-
A StatusVariable
object represents the value of a status variable
taken with a certain collection method at a certain point of time.
- StatusVariable(String, int, int) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of int
type.
- StatusVariable(String, int, float) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of float
type.
- StatusVariable(String, int, boolean) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of boolean
type.
- StatusVariable(String, int, String) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of String
type.
- stop() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Stops a Monitoring Job.
- stop() - Method in interface org.osgi.service.subsystem.Subsystem
-
Stops this subsystem.
- stop(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
-
This method has nothing to do as all active service registrations will
automatically get unregistered when the bundle stops.
- stopBundle(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its bundle Id.
- stopBundle(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its URI path.
- stopBundle(long, int) - Method in interface org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its bundle Id.
- stopBundle(String, int) - Method in interface org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its URI path.
- STOPPING - Static variable in class org.osgi.service.application.ApplicationHandle
-
The application instance is being stopped.
- streamOf(Stream<T>) - Method in class org.osgi.util.pushstream.PushStreamProvider
-
Create an Unbuffered
PushStream
from a Java
Stream
The
data from the stream will be pushed into the PushStream synchronously as
it is opened.
- streamOf(Executor, ScheduledExecutorService, Stream<T>) - Method in class org.osgi.util.pushstream.PushStreamProvider
-
Create an Unbuffered
PushStream
from a Java
Stream
The
data from the stream will be pushed into the PushStream asynchronously
using the supplied Executor.
- STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The STRING
type.
- sub(Measurement) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the subtraction of the
specified object from this object.
- sub(double, Unit) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the subtraction of the
specified value from this object.
- sub(double) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the subtraction of the
specified value from this object.
- submit(Callable<? extends T>) - Method in class org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that will hold the result of the specified task.
- SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
-
The action string subscribe
.
- Subsystem - Interface in org.osgi.service.subsystem
-
A subsystem is a collection of resources constituting a logical, possibly
isolated, unit of functionality.
- Subsystem.State - Enum in org.osgi.service.subsystem
-
An enumeration of the possible states of a subsystem.
- SUBSYSTEM_CATEGORY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the categories of a subsystem as a
comma-delimited list.
- SUBSYSTEM_CONTACTADDRESS - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the contact address where problems with a
subsystem may be reported; for example, an email address.
- SUBSYSTEM_CONTENT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the list of subsystem contents identified by
a symbolic name and version.
- SUBSYSTEM_COPYRIGHT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's copyright information.
- SUBSYSTEM_DESCRIPTION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the human readable description.
- SUBSYSTEM_DOCURL - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's documentation URL, from which
further information about the subsystem may be obtained.
- SUBSYSTEM_EXPORTSERVICE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying services offered for export.
- SUBSYSTEM_ICON - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the icon URL for the subsystem.
- SUBSYSTEM_ID_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
- SUBSYSTEM_IMPORTSERVICE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying services required for import.
- SUBSYSTEM_LICENSE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's license.
- SUBSYSTEM_LOCALIZATION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the base name of a subsystem's localization
entries.
- SUBSYSTEM_LOCALIZATION_DEFAULT_BASENAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
- SUBSYSTEM_MANIFESTVERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the subsystem manifest version.
- SUBSYSTEM_NAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the human readable subsystem name.
- SUBSYSTEM_STATE_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
state
.
- SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header value identifying the symbolic name for the subsystem.
- SUBSYSTEM_SYMBOLICNAME_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
symbolic name
.
- SUBSYSTEM_TYPE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the subsystem type.
- SUBSYSTEM_TYPE_APPLICATION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an application subsystem.
- SUBSYSTEM_TYPE_COMPOSITE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an composite subsystem.
- SUBSYSTEM_TYPE_FEATURE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an feature subsystem.
- SUBSYSTEM_TYPE_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
- SUBSYSTEM_VENDOR - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's vendor.
- SUBSYSTEM_VERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
Manifest header value identifying the version of the subsystem.
- SUBSYSTEM_VERSION_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
version
.
- SubsystemConstants - Class in org.osgi.service.subsystem
-
Defines the constants used by Subsystem service property, manifest header,
attribute and directive keys.
- SubsystemException - Exception in org.osgi.service.subsystem
-
A Subsystem exception used to indicate a problem.
- SubsystemException() - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception with no message.
- SubsystemException(String) - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a message.
- SubsystemException(Throwable) - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a cause.
- SubsystemException(String, Throwable) - Constructor for exception org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a message and a cause.
- SubsystemPermission - Class in org.osgi.service.subsystem
-
A bundle's authority to perform specific privileged administrative operations
on or to get sensitive information about a subsystem.
- SubsystemPermission(String, String) - Constructor for class org.osgi.service.subsystem.SubsystemPermission
-
Create a new SubsystemPermission.
- SubsystemPermission(Subsystem, String) - Constructor for class org.osgi.service.subsystem.SubsystemPermission
-
Creates a new requested SubsystemPermission
object to be used by
the code that must perform checkPermission
.
- Success<T,R> - Interface in org.osgi.util.promise
-
Success callback for a Promise.
- supports(Callable<T>) - Method in interface org.osgi.service.transaction.control.TransactionStarter
-
The supplied piece of work may run inside or outside the context of a
transaction.
- supportsLocal() - Method in interface org.osgi.service.transaction.control.TransactionContext
-
- supportsXA() - Method in interface org.osgi.service.transaction.control.TransactionContext
-
- switchEvents(String, boolean) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Switches event sending on or off for the specified StatusVariable
s.
- SWITCHEVENTS - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the switchevents
action
present are allowed to switch event sending on or off for the value of
the StatusVariable
s specified in the permission's target field.
- sync() - Method in interface org.osgi.service.prefs.Preferences
-
Ensures that future reads from this node and its descendants reflect any
changes that were committed to the persistent store (from any VM) prior
to the sync
invocation.
- SynchronousConfigurationListener - Interface in org.osgi.service.cm
-
Synchronous Listener for Configuration Events.