??
All Classes and Interfaces|?????|?????|?????
A
- A - ??????? org.osgi.util.measurement.Unit
-
The electric current unit ampere (A)
- ABORT - ???????? 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() - ?????? org.osgi.service.prefs.Preferences
-
Returns this node's absolute path name.
- accept(Logger) - ?????? org.osgi.service.log.LoggerConsumer
-
Perform this operation on the specified
Logger
. - accept(PushEvent<? extends T>) - ?????? org.osgi.util.pushstream.PushEventConsumer
-
Accept an event from a source.
- accept(T) - ?????? org.osgi.util.function.Consumer
-
Applies this function to the specified argument.
- Acl - org.osgi.service.dmt???
-
Acl
is an immutable class representing structured access to DMT ACLs. - Acl(String) - ????? org.osgi.service.dmt.Acl
-
Create an instance of the ACL from its canonical string representation.
- Acl(String[], int[]) - ????? org.osgi.service.dmt.Acl
-
Creates an instance with a specified list of principals and the permissions they hold.
- activate - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the activate method.
- Activate - org.osgi.service.component.annotations??????
-
Identify the annotated member as part of the activation of a Service Component.
- ACTIVATION_EAGER - ???????? org.osgi.service.blueprint.reflect.ComponentMetadata
-
The component's manager must eagerly activate the component.
- ACTIVATION_LAZY - ???????? org.osgi.service.blueprint.reflect.ComponentMetadata
-
The component's manager must lazily activate the component.
- activationFields - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The activation fields.
- ACTIVE - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is now running.
- ACTIVE - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
A transaction is currently in progress
- ACTIVE - ??????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is active.
- activeScope() - ?????? org.osgi.service.transaction.control.TransactionControl
- activeTransaction() - ?????? org.osgi.service.transaction.control.TransactionControl
- add(double) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the sum of this object added to the specified value. - add(double, Unit) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the sum of this object added to the specified value. - add(Measurement) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the sum of this object added to the specified object. - ADD - ??????? org.osgi.service.dmt.Acl
-
Principals holding this permission can issue ADD commands on the node having this ACL.
- ADD - ??????? 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.
- addAttribute(String, Object) - ?????? org.osgi.service.repository.RequirementBuilder
-
Add an attribute to the set of attributes.
- addAttributes(Configuration.ConfigurationAttribute...) - ?????? org.osgi.service.cm.Configuration
-
Add attributes to the configuration.
- addDirective(String, String) - ?????? org.osgi.service.repository.RequirementBuilder
-
Add a directive to the set of directives.
- ADDED - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were added.
- ADDED - ??????? org.osgi.service.remoteserviceadmin.EndpointEvent
-
An endpoint has been added.
- addInformation(Dictionary<String, ?>) - ?????? org.osgi.service.provisioning.ProvisioningService
-
Adds the key/value pairs contained in
info
to the Provisioning Information dictionary. - addInformation(ZipInputStream) - ?????? 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) - ?????? org.osgi.service.log.LogReaderService
-
Subscribes to
LogEntry
objects. - addMember(Role) - ?????? org.osgi.service.useradmin.Group
-
Adds the specified
Role
object as a basic member to thisGroup
object. - addParticipant(Participant) - ?????? org.osgi.service.coordinator.Coordination
-
Register a Participant with this Coordination.
- addParticipant(Participant) - ?????? org.osgi.service.coordinator.Coordinator
-
Register a Participant with the
current Coordination
. - addPermission(String, int) - ????? org.osgi.service.dmt.Acl
-
Create a new
Acl
instance from thisAcl
with the given permission added for the given principal. - addRequiredMember(Role) - ?????? org.osgi.service.useradmin.Group
-
Adds the specified
Role
object as a required member to thisGroup
object. - addServiceListener(ApplicationServiceListener, String) - ?????? org.osgi.application.ApplicationContext
-
Adds the specified
ApplicationServiceListener
object to this context application instance's list of listeners. - addServiceListener(ApplicationServiceListener, String[]) - ?????? org.osgi.application.ApplicationContext
-
Adds the specified
ApplicationServiceListener
object to this context application instance's list of listeners. - adjustBackPressure(LongUnaryOperator) - ?????? org.osgi.util.pushstream.PushStream
-
Changes the back-pressure propagated by this pipeline stage.
- adjustBackPressure(ToLongBiFunction<T, Long>) - ?????? org.osgi.util.pushstream.PushStream
-
Changes the back-pressure propagated by this pipeline stage.
- ADMIN - ??????? org.osgi.service.coordinator.CoordinationPermission
-
The action string
admin
. - ADMIN - ??????? org.osgi.service.useradmin.UserAdminPermission
-
The permission name "admin".
- ALERT_NOT_ROUTED - ?????????? org.osgi.service.dmt.DmtException
-
An alert can not be sent from the device to the given principal.
- AlertItem - org.osgi.service.dmt.notification???
-
Immutable data structure carried in an alert (client initiated notification).
- AlertItem(String[], String, String, DmtData) - ????? org.osgi.service.dmt.notification.AlertItem
-
Create an instance of the alert item, specifying the source node URI as an array of path segments.
- AlertItem(String, String, String, DmtData) - ????? org.osgi.service.dmt.notification.AlertItem
-
Create an instance of the alert item.
- AlertPermission - org.osgi.service.dmt.security???
-
Indicates the callers authority to send alerts to management servers, identified by their principal names.
- AlertPermission(String) - ????? org.osgi.service.dmt.security.AlertPermission
-
Creates a new
AlertPermission
object with its name set to the target string. - AlertPermission(String, String) - ????? org.osgi.service.dmt.security.AlertPermission
-
Creates a new
AlertPermission
object using the 'canonical' two argument constructor. - all(Collection<Promise<S>>) - ????? org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that is a latch on the resolution of the specified Promises.
- all(Collection<Promise<S>>) - ??????? org.osgi.util.promise.Promises
-
Returns a new Promise that is a latch on the resolution of the specified Promises.
- all(Promise<? extends T>...) - ??????? org.osgi.util.promise.Promises
-
Returns a new Promise that is a latch on the resolution of the specified Promises.
- ALL - ???????? org.osgi.service.metatype.ObjectClassDefinition
-
Argument for
getAttributeDefinitions(int)
. - ALL_PERMISSION - ??????? org.osgi.service.dmt.Acl
-
Principals holding this permission can issue any command on the node having this ACL.
- allMatch(Predicate<? super T>) - ?????? 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 - ?????????? org.osgi.service.coordinator.CoordinationException
-
The Coordination has already terminated normally.
- ALREADY_PUSHED - ?????????? org.osgi.service.coordinator.CoordinationException
-
The Coordination was already on a thread's thread local Coordination stack.
- and(RequirementExpression, RequirementExpression) - ?????? org.osgi.service.repository.ExpressionCombiner
-
Combine two
RequirementExpression
s into a requirement expression using theand
operator. - and(RequirementExpression, RequirementExpression, RequirementExpression...) - ?????? org.osgi.service.repository.ExpressionCombiner
-
Combine multiple
RequirementExpression
s into a requirement expression using theand
operator. - AndExpression - org.osgi.service.repository????
-
A
RequirementExpression
representing theand
of a number of requirement expressions. - anyMatch(Predicate<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
Close the channel and resolve the promise with true when the predicate matches a payload.
- APPLICATION_CONTAINER - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the application container of the application.
- APPLICATION_COPYRIGHT - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized copyright notice of the application.
- APPLICATION_DESCRIPTION - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized description of the application.
- APPLICATION_DESCRIPTOR - ??????? org.osgi.service.application.ApplicationHandle
-
The property key for the pid of the corresponding application descriptor.
- APPLICATION_DOCUMENTATION - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized documentation of the application.
- APPLICATION_DUPLICATE_SCHEDULE_ID - ?????????? org.osgi.service.application.ApplicationException
-
The application scheduling failed because the specified identifier is already in use.
- APPLICATION_EXITVALUE_NOT_AVAILABLE - ?????????? org.osgi.service.application.ApplicationException
-
The exit value is not available for an application instance because the instance has not terminated.
- APPLICATION_ICON - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized icon of the application.
- APPLICATION_INTERNAL_ERROR - ?????????? org.osgi.service.application.ApplicationException
-
An exception was thrown by the application or the corresponding container during launch.
- APPLICATION_INVALID_STARTUP_ARGUMENT - ?????????? org.osgi.service.application.ApplicationException
-
One of the specified startup arguments is invalid, for example its type is not permitted.
- APPLICATION_LAUNCHABLE - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the launchable property of the application.
- APPLICATION_LICENSE - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized license of the application.
- APPLICATION_LOCATION - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the location of the application.
- APPLICATION_LOCKED - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the locked property of the application.
- APPLICATION_LOCKED - ?????????? org.osgi.service.application.ApplicationException
-
The application couldn't be launched because it is locked.
- APPLICATION_NAME - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the localized name of the application.
- APPLICATION_NOT_LAUNCHABLE - ?????????? org.osgi.service.application.ApplicationException
-
The application is not in launchable state, it's
ApplicationDescriptor.APPLICATION_LAUNCHABLE
attribute is false. - APPLICATION_PID - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the unique identifier (PID) of the application.
- APPLICATION_PID - ??????? org.osgi.service.application.ApplicationHandle
-
The property key for the unique identifier (PID) of the application instance.
- APPLICATION_PID - ???????? org.osgi.service.application.ScheduledApplication
-
The property key for the identifier of the application being scheduled.
- APPLICATION_SCHEDULING_FAILED - ?????????? 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 - ??????? org.osgi.service.application.ApplicationHandle
-
The property key for the state of this application instance.
- APPLICATION_SUPPORTS_EXITVALUE - ??????? org.osgi.service.application.ApplicationHandle
-
The property key for the supports exit value property of this application instance.
- APPLICATION_VENDOR - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the name of the application vendor.
- APPLICATION_VERSION - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the version of the application.
- APPLICATION_VISIBLE - ??????? org.osgi.service.application.ApplicationDescriptor
-
The property key for the visibility property of the application.
- ApplicationAdminPermission - org.osgi.service.application???
-
This class implements permissions for manipulating applications and their instances.
- ApplicationAdminPermission(String, String) - ????? org.osgi.service.application.ApplicationAdminPermission
-
Constructs an ApplicationAdminPermission.
- ApplicationAdminPermission(ApplicationDescriptor, String) - ????? org.osgi.service.application.ApplicationAdminPermission
-
This constructor should be used when creating
ApplicationAdminPermission
instance forcheckPermission
call. - ApplicationContext - org.osgi.application????
-
ApplicationContext
is the access point for an OSGi-aware application to the features of the OSGi Service Platform. - ApplicationDescriptor - org.osgi.service.application???
-
An OSGi service that represents an installed application and stores information about it.
- ApplicationDescriptor(String) - ????? org.osgi.service.application.ApplicationDescriptor
-
Constructs the
ApplicationDescriptor
. - ApplicationDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents a JAX-RS Application service.
- ApplicationDTO() - ????? org.osgi.service.jaxrs.runtime.dto.ApplicationDTO
- applicationDTOs - ????? org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
-
Returns the representations of the JAX-RS Application services associated with this Runtime.
- ApplicationException - org.osgi.service.application??????
-
This exception is used to indicate problems related to application lifecycle management.
- ApplicationException(int) - ???????? org.osgi.service.application.ApplicationException
-
Creates an
ApplicationException
with the specified error code. - ApplicationException(int, String) - ???????? org.osgi.service.application.ApplicationException
-
Creates an
ApplicationException
with the specified error code. - ApplicationException(int, String, Throwable) - ???????? org.osgi.service.application.ApplicationException
-
Creates a
ApplicationException
that wraps another exception. - ApplicationException(int, Throwable) - ???????? org.osgi.service.application.ApplicationException
-
Creates a
ApplicationException
that wraps another exception. - ApplicationHandle - org.osgi.service.application???
-
ApplicationHandle is an OSGi service interface which represents an instance of an application.
- ApplicationHandle(String, ApplicationDescriptor) - ????? org.osgi.service.application.ApplicationHandle
-
Application instance identifier is specified by the container when the instance is created.
- ApplicationServiceEvent - org.osgi.application???
-
An event from the Framework describing a service lifecycle change.
- ApplicationServiceEvent(int, ServiceReference, Object) - ????? org.osgi.application.ApplicationServiceEvent
-
Creates a new application service event object.
- ApplicationServiceListener - org.osgi.application????
-
An
ApplicationServiceEvent
listener. - apply(Object, Type) - ?????? org.osgi.util.converter.ConverterFunction
-
Convert the object into the target type.
- apply(T) - ?????? org.osgi.util.function.Function
-
Applies this function to the specified argument.
- as(Class<T>) - ???????? org.osgi.service.transaction.control.ScopedWorkException
-
Throws the cause of this Exception as a RuntimeException the supplied Exception type.
- asOneOf(Class<A>, Class<B>) - ???????? 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>) - ???????? 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>) - ???????? org.osgi.service.transaction.control.ScopedWorkException
-
Throws the cause of this Exception as a RuntimeException or one of the supplied Exception types.
- asRuntimeException() - ???????? org.osgi.service.transaction.control.ScopedWorkException
- async(Method, Object[]) - ?????? org.osgi.service.async.delegate.AsyncDelegate
-
Invoke the specified method as an asynchronous task with the specified arguments.
- Async - org.osgi.service.async????
-
The Asynchronous Execution Service.
- AsyncDelegate - 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>>) - ?????? org.osgi.util.pushstream.PushStream
-
Asynchronously map the payload values.
- asyncSupported - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
-
Specifies whether the servlet supports asynchronous processing.
- asyncSupported - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
Specifies whether the servlet filter supports asynchronous processing.
- asyncSupported() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterAsyncSupported
-
Service property identifying the asynchronous support of a filter.
- asyncSupported() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletAsyncSupported
-
Service property identifying the asynchronous support of a servlet.
- AT_LEAST_ONE - ?? ?????? org.osgi.service.component.annotations.ReferenceCardinality
-
The reference is mandatory and multiple.
- attach(ServiceReference<?>) - ?????? org.osgi.service.device.Driver
-
Attaches this Driver service to the Device service represented by the given
ServiceReference
object. - ATTRIBUTE - ??????? org.osgi.service.cm.ConfigurationPermission
-
Provides permission to set or remove an attribute on the configuration.
- AttributeDefinition - org.osgi.service.metatype????
-
An interface to describe an attribute.
- AttributeDefinition - org.osgi.service.metatype.annotations??????
-
AttributeDefinition
information for the annotated method. - attributes - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
The servlet context attributes.
- AttributeType - org.osgi.service.metatype.annotations????
-
Attribute types for the
AttributeDefinition
annotation. - audit(String) - ?????? org.osgi.service.log.Logger
-
Log a message at the
LogLevel.AUDIT
level. - audit(String, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.AUDIT
level. - audit(String, Object...) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.AUDIT
level. - audit(String, Object, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.AUDIT
level. - AUDIT - ?? ?????? org.osgi.service.log.LogLevel
-
Audit – Information that must always be logged.
- AUTHENTICATION_TYPE - ??????? org.osgi.service.http.context.ServletContextHelper
-
HttpServletRequest
attribute specifying the scheme used in authentication. - AUTHENTICATION_TYPE - ???????? org.osgi.service.http.HttpContext
-
HttpServletRequest
attribute specifying the scheme used in authentication. - Authorization - org.osgi.service.useradmin????
-
The
Authorization
interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate. - AUTHORIZATION - ??????? org.osgi.service.http.context.ServletContextHelper
-
HttpServletRequest
attribute specifying theAuthorization
object obtained from theorg.osgi.service.useradmin.UserAdmin
service. - AUTHORIZATION - ???????? org.osgi.service.http.HttpContext
-
HttpServletRequest
attribute specifying theAuthorization
object obtained from theorg.osgi.service.useradmin.UserAdmin
service. - AUTO_EXPORT_ALL_CLASSES - ???????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Advertise all Java classes and interfaces in the component instance type as service interfaces.
- AUTO_EXPORT_CLASS_HIERARCHY - ???????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Advertise all Java classes in the hierarchy of the component instance type as service interfaces.
- AUTO_EXPORT_DISABLED - ???????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Do not auto-detect types for advertised service interfaces
- AUTO_EXPORT_INTERFACES - ???????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Advertise all Java interfaces implemented by the component instance type as service interfaces.
- AUTOMATIC - ???????? org.osgi.service.dmt.MetaNode
-
Constant for representing an automatic node in the tree.
- AVAILABILITY_MANDATORY - ???????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
A matching service is required at all times.
- AVAILABILITY_OPTIONAL - ???????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
A matching service is not required to be present.
B
- BackingStoreException - org.osgi.service.prefs??????
-
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
- BackingStoreException(String) - ???????? org.osgi.service.prefs.BackingStoreException
-
Constructs a
BackingStoreException
with the specified detail message. - BackingStoreException(String, Throwable) - ???????? org.osgi.service.prefs.BackingStoreException
-
Constructs a
BackingStoreException
with the specified detail message. - base - ????? org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
-
The base URI of the resource defined by
JaxrsWhiteboardConstants.JAX_RS_APPLICATION_BASE
. - BaseApplicationDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents common information about a JAX-RS application service.
- BaseApplicationDTO() - ????? org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
- BaseDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents common information about a JAX-RS service.
- BaseDTO() - ????? org.osgi.service.jaxrs.runtime.dto.BaseDTO
- BaseExtensionDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents common information about a JAX-RS extension service.
- BaseExtensionDTO() - ????? org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
- BaseServletDTO - org.osgi.service.http.runtime.dto???
-
Represents common information about a
javax.servlet.Servlet
service. - BaseServletDTO() - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
- BasicEnvelope - org.osgi.service.wireadmin???
-
BasicEnvelope
is an implementation of theEnvelope
interface - BasicEnvelope(Object, Object, String) - ????? org.osgi.service.wireadmin.BasicEnvelope
-
Constructor.
- BeanArgument - org.osgi.service.blueprint.reflect????
-
Metadata for a factory method or constructor argument of a bean.
- BeanMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a Bean component.
- BeanProperty - org.osgi.service.blueprint.reflect????
-
Metadata for a property to be injected into a bean.
- begin(String, long) - ?????? org.osgi.service.coordinator.Coordinator
-
Create a new Coordination and make it the
current Coordination
. - begin(DeploymentSession) - ?????? org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when the Deployment Admin starts a new operation on the given deployment package, and the resource processor is associated a resource within the package.
- BIGDECIMAL - ???????? org.osgi.service.metatype.AttributeDefinition
-
????As of 1.1.
- BIGINTEGER - ???????? org.osgi.service.metatype.AttributeDefinition
-
????As of 1.1.
- bind - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the bind method of the reference.
- bind() - ???? ???? org.osgi.service.component.annotations.Reference
-
The name of the bind method for this reference.
- BLOCK - ?? ?????? org.osgi.util.pushstream.QueuePolicyOption
-
Attempt to add the supplied event to the queue, blocking until the enqueue is successful.
- BlueprintContainer - org.osgi.service.blueprint.container????
-
A Blueprint Container represents the managed state of a Blueprint bundle.
- blueprintEvent(BlueprintEvent) - ?????? org.osgi.service.blueprint.container.BlueprintListener
-
Receives notifications of a Blueprint Event.
- BlueprintEvent - org.osgi.service.blueprint.container???
-
A Blueprint Event.
- BlueprintEvent(int, Bundle, Bundle) - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Create a simple
BlueprintEvent
object. - BlueprintEvent(int, Bundle, Bundle, String[]) - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Create a
BlueprintEvent
object associated with a set of dependencies. - BlueprintEvent(int, Bundle, Bundle, String[], Throwable) - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Create a
BlueprintEvent
object associated with a failure cause and a set of dependencies. - BlueprintEvent(int, Bundle, Bundle, Throwable) - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Create a
BlueprintEvent
object associated with a failure cause. - BlueprintEvent(BlueprintEvent, boolean) - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Create a new
BlueprintEvent
from the specifiedBlueprintEvent
. - BlueprintListener - org.osgi.service.blueprint.container????
-
A
BlueprintEvent
Listener. - BOOLEAN - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Boolean
type. - BOOLEAN - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
BOOLEAN
type. - boundServices - ????? org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
-
The bound services.
- buffer() - ?????? org.osgi.util.pushstream.PushStream
-
Buffer the events in a queue using default values for the queue size and other behaviors.
- BufferBuilder<R,
T, U extends BlockingQueue<PushEvent<? extends T>>> - org.osgi.util.pushstream???? -
Create a buffered section of a Push-based stream
- build() - ?????? org.osgi.service.repository.RequirementBuilder
-
Create a requirement based upon the values set in this requirement builder.
- build() - ?????? org.osgi.service.transaction.control.TransactionControl
-
Build a transaction context to surround a piece of transactional work
- build() - ?????? org.osgi.util.converter.ConverterBuilder
-
Build the specified converter.
- build() - ?????? org.osgi.util.pushstream.BufferBuilder
- buildBuffer() - ?????? org.osgi.util.pushstream.PushStream
-
Build a buffer to enqueue events in a queue using custom values for the queue size and other behaviors.
- buildBufferedConsumer(PushEventConsumer<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Build a buffered
PushEventConsumer
with custom configuration. - buildEventSourceFromStream(PushStream<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Convert an
PushStream
into anPushEventSource
. - buildExpression() - ?????? org.osgi.service.repository.RequirementBuilder
-
Create a requirement expression for a requirement based upon the values set in this requirement builder.
- buildSimpleEventSource(Class<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Build a
SimplePushEventSource
with the supplied type and custom buffering behaviors. - buildStream(PushEventSource<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Builds a push stream with custom configuration.
- bundle - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The bundle declaring the component description.
- BUNDLE - ?? ?????? org.osgi.service.component.annotations.ReferenceScope
-
A single service object is used for all references to the service in this bundle.
- BUNDLE - ?? ?????? org.osgi.service.component.annotations.ServiceScope
-
When the component is registered as a service, it must be registered as a bundle scope service and an instance of the component must be created for each bundle using the service.
- BUNDLE - ??????? org.osgi.service.blueprint.container.EventConstants
-
The Blueprint bundle associated with this event.
- BUNDLE - ???????? org.osgi.service.event.EventConstants
-
The Bundle object of the bundle relevant to the event.
- BUNDLE_CONTEXT - ??????? org.osgi.service.jndi.JNDIConstants
-
This JNDI environment property can be used by a JNDI client to indicate the caller's BundleContext.
- BUNDLE_ID - ??????? org.osgi.service.blueprint.container.EventConstants
-
The bundle id of the Blueprint bundle associated with this event.
- BUNDLE_ID - ???????? org.osgi.service.event.EventConstants
-
The Bundle id of the bundle relevant to the event.
- BUNDLE_SIGNER - ???????? org.osgi.service.event.EventConstants
-
The Distinguished Names of the signers of the bundle relevant to the event.
- BUNDLE_SYMBOLICNAME - ??????? org.osgi.service.blueprint.container.EventConstants
-
The bundle symbolic name of the Blueprint bundle associated with this event.
- BUNDLE_SYMBOLICNAME - ???????? org.osgi.service.event.EventConstants
-
The Bundle Symbolic Name of the bundle relevant to the event.
- BUNDLE_VERSION - ??????? org.osgi.service.blueprint.container.EventConstants
-
The bundle version of the Blueprint bundle associated with this event.
- BUNDLE_VERSION - ???????? org.osgi.service.event.EventConstants
-
The version of the bundle relevant to the event.
- BundleInfo - org.osgi.service.deploymentadmin????
-
Represents a bundle in the array given back by the
DeploymentPackage.getBundleInfos()
method. - BYTE - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Byte
type. - BYTE - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
BYTE
type.
C
- C - ??????? org.osgi.util.measurement.Unit
-
The electric charge unit coulomb (C).
- calculateRequestInfoDTO(String) - ?????? org.osgi.service.http.runtime.HttpServiceRuntime
-
Return a request info DTO containing the services involved with processing a request for the specified path.
- call() - ?????? org.osgi.service.async.Async
-
Invoke the last method call registered by a mediated object as an asynchronous task.
- call(Promise<T>) - ?????? org.osgi.util.promise.Success
-
Success callback for a Promise.
- call(R) - ?????? org.osgi.service.async.Async
-
Invoke the last method call registered by a mediated object as an asynchronous task.
- can(int) - ?????? org.osgi.service.dmt.MetaNode
-
Check whether the given operation is valid for this node.
- cancel() - ?????? org.osgi.service.deploymentadmin.DeploymentAdmin
-
This method cancels the currently active deployment session.
- cancel() - ?????? org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Processing of a resource passed to the resource processor may take long.
- CANCEL - ??????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "cancel" action.
- canConvert(Object, ReifiedType) - ?????? org.osgi.service.blueprint.container.Converter
-
Return if this converter is able to convert the specified object to the specified type.
- CANNOT_HANDLE - ???????? org.osgi.util.converter.ConverterFunction
-
Special object to indicate that a custom converter rule or error handler cannot handle the conversion.
- CAPABILITY_CONFIGS_ATTRIBUTE - ??????? org.osgi.service.remoteserviceadmin.namespace.DistributionNamespace
-
The capability attribute used to specify the config types supported by this distribution provider.
- CAPABILITY_MIME_ATTRIBUTE - ??????? org.osgi.service.repository.ContentNamespace
-
The capability attribute that defines the IANA MIME Type/Format for this content.
- CAPABILITY_OBJECTCLASS_ATTRIBUTE - ??????? org.osgi.namespace.service.ServiceNamespace
-
The capability attribute used to specify the types of the service.
- CAPABILITY_POLICY_ATTRIBUTE - ??????? org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
-
The capability attribute used to specify the policy or policies supported by this topology manager.
- CAPABILITY_PROTOCOLS_ATTRIBUTE - ??????? org.osgi.service.remoteserviceadmin.namespace.DiscoveryNamespace
-
The capability attribute used to specify the discovery protocols supported by this discovery provider.
- CAPABILITY_REGISTER_DIRECTIVE - ??????? org.osgi.service.serviceloader.ServiceLoaderNamespace
-
The capability directive used to specify the implementation classes of the service.
- CAPABILITY_SIZE_ATTRIBUTE - ??????? org.osgi.service.repository.ContentNamespace
-
The capability attribute that contains the size, in bytes, of the content.
- CAPABILITY_URL_ATTRIBUTE - ??????? org.osgi.service.repository.ContentNamespace
-
The capability attribute that contains the URL to the content.
- CAPABILITY_VERSION_ATTRIBUTE - ??????? org.osgi.namespace.contract.ContractNamespace
-
The capability attribute contains the
Version
s of the specification of the contract. - CAPABILITY_VERSION_ATTRIBUTE - ??????? org.osgi.namespace.extender.ExtenderNamespace
-
The capability attribute contains the
Version
of the specification of the extender. - CAPABILITY_VERSION_ATTRIBUTE - ??????? org.osgi.namespace.implementation.ImplementationNamespace
-
The capability attribute contains the
Version
of the specification or contract being implemented. - cardinality - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The cardinality of the reference.
- cardinality() - ???? ???? org.osgi.service.component.annotations.Reference
-
The cardinality of this reference.
- cardinality() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The cardinality of this AttributeDefinition.
- CAUSE - ??????? org.osgi.service.blueprint.container.EventConstants
-
The cause for a
FAILURE
event. - cd - ??????? org.osgi.util.measurement.Unit
-
The luminous intensity unit candela (cd)
- CHANGE_CREDENTIAL - ??????? org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeCredential".
- CHANGE_PROPERTY - ??????? org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeProperty".
- changeOccurred(DmtEvent) - ?????? org.osgi.service.dmt.DmtEventListener
-
DmtAdmin
uses this method to notify the registered listeners about the change. - CHARACTER - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Character
type. - CHARACTER - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
CHARACTER
type. - CHILDREN_UDN - ???????? org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all devices containing other embedded devices.
- childrenNames() - ?????? org.osgi.service.prefs.Preferences
-
Returns the names of the children of this node.
- clear() - ????? org.osgi.service.event.EventProperties
-
This method throws
UnsupportedOperationException
. - clear() - ?????? org.osgi.service.log.admin.LoggerContext
-
Clear the configuration of this Logger Context.
- clear() - ?????? org.osgi.service.prefs.Preferences
-
Removes all of the properties (key-value associations) in this node.
- close() - ?????? org.osgi.service.dmt.DmtSession
-
Closes a session.
- close() - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Closes a session.
- close() - ?????? org.osgi.service.remoteserviceadmin.ExportRegistration
-
Delete the local endpoint and disconnect any remote distribution providers.
- close() - ?????? org.osgi.service.remoteserviceadmin.ImportRegistration
-
Close this Import Registration.
- close() - ??????? org.osgi.util.pushstream.PushEvent
-
Create a new close event.
- close() - ?????? org.osgi.util.pushstream.PushStream
-
Close this PushStream by sending an event of type
PushEvent.EventType.CLOSE
downstream. - close() - ?????? org.osgi.util.pushstream.SimplePushEventSource
-
Close this source.
- CLOSE - ?? ?????? org.osgi.util.pushstream.PushEvent.EventType
-
An event that indicates that the stream has terminated normally
- CM_CC - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Cumulative Counter' data collection method.
- CM_DELETED - ??????? org.osgi.service.cm.ConfigurationEvent
-
A
Configuration
has been deleted. - CM_DER - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Discrete Event Registration' data collection method.
- CM_GAUGE - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Gauge' data collection method.
- CM_LOCATION_CHANGED - ??????? org.osgi.service.cm.ConfigurationEvent
-
The location of a
Configuration
has been changed. - CM_RANKING - ???????? org.osgi.service.cm.ConfigurationPlugin
-
A service property to specify the order in which plugins are invoked.
- CM_SI - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Status Inspection' data collection method.
- CM_TARGET - ???????? 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 - ??????? org.osgi.service.cm.ConfigurationEvent
-
A
Configuration
has been updated. - CMD_ADD - ???????? org.osgi.service.dmt.MetaNode
-
Constant for the ADD access type.
- CMD_DELETE - ???????? org.osgi.service.dmt.MetaNode
-
Constant for the DELETE access type.
- CMD_EXECUTE - ???????? org.osgi.service.dmt.MetaNode
-
Constant for the EXECUTE access type.
- CMD_GET - ???????? org.osgi.service.dmt.MetaNode
-
Constant for the GET access type.
- CMD_REPLACE - ???????? org.osgi.service.dmt.MetaNode
-
Constant for the REPLACE access type.
- coalesce(int, Function<Collection<T>, R>) - ?????? org.osgi.util.pushstream.PushStream
-
Coalesces a number of events into a new type of event.
- coalesce(IntSupplier, Function<Collection<T>, R>) - ?????? org.osgi.util.pushstream.PushStream
-
Coalesces a number of events into a new type of event.
- coalesce(Function<? super T, Optional<R>>) - ?????? org.osgi.util.pushstream.PushStream
-
Coalesces a number of events into a new type of event.
- CODE_BAD_HEADER - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Syntax error in any manifest header.
- CODE_BUNDLE_NAME_ERROR - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Bundle symbolic name is not the same as defined by the deployment package manifest.
- CODE_BUNDLE_SHARING_VIOLATION - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Bundle with the same symbolic name already exists.
- CODE_CANCELLED - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
DeploymentAdmin.installDeploymentPackage(InputStream)
,DeploymentPackage.uninstall()
andDeploymentPackage.uninstallForced()
methods can throwDeploymentException
with this error code if theDeploymentAdmin.cancel()
method is called from another thread. - CODE_COMMIT_ERROR - ?????????? 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 theCODE_PREPARE
error code. - CODE_FOREIGN_CUSTOMIZER - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Matched resource processor service is a customizer from another deployment package.
- CODE_MISSING_BUNDLE - ?????????? 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 - ?????????? 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 - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Missing mandatory manifest header.
- CODE_MISSING_RESOURCE - ?????????? 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 - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
DeploymentAdmin.installDeploymentPackage(InputStream)
methods can throwDeploymentException
with this error code if the got InputStream is not a jar. - CODE_ORDER_ERROR - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Order of files in the deployment package is bad.
- CODE_OTHER_ERROR - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Other error condition.
- CODE_OTHER_ERROR - ?????????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Other error condition.
- CODE_PREPARE - ?????????? 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 - ?????????? 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 - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
An artifact of any resource already exists.
- CODE_RESOURCE_SHARING_VIOLATION - ?????????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
An artifact of any resource already exists.
- CODE_SIGNING_ERROR - ?????????? org.osgi.service.deploymentadmin.DeploymentException
-
Bad deployment package signing.
- CODE_TIMEOUT - ?????????? 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>) - ?????? org.osgi.util.pushstream.PushStream
-
See Stream.
- CollectionMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a collection based value.
- collectionType - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The collection type for the reference.
- collectionType() - ???? ???? org.osgi.service.component.annotations.Reference
-
The collection type for this reference.
- CollectionType - org.osgi.service.component.annotations????
-
Collection types for the
Reference
annotation. - COMMAND_FAILED - ?????????? org.osgi.service.dmt.DmtException
-
The recipient encountered an error which prevented it from fulfilling the request.
- COMMAND_NOT_ALLOWED - ?????????? org.osgi.service.dmt.DmtException
-
The requested command is not allowed on the target node.
- commit() - ?????? org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when the processing of the current deployment package is finished.
- commit() - ?????? org.osgi.service.dmt.DmtSession
-
Commits a series of DMT operations issued in the current atomic session since the last transaction boundary.
- commit() - ?????? org.osgi.service.dmt.spi.TransactionalDataSession
-
Commits a series of DMT operations issued in the current atomic session since the last transaction boundary.
- commit() - ?????? org.osgi.service.transaction.control.LocalResource
-
Commit the resource
- COMMITTED - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
The transaction has committed
- COMMITTING - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
The transaction is in the process of being committed
- compareTo(Object) - ????? org.osgi.util.measurement.Measurement
-
Compares this object with the specified object for order.
- Component - org.osgi.service.component.annotations??????
-
Identify the annotated class as a Service Component.
- COMPONENT_CAPABILITY_NAME - ???????? org.osgi.service.component.ComponentConstants
-
Capability name for Service Component Runtime.
- COMPONENT_FACTORY - ???????? org.osgi.service.component.ComponentConstants
-
A service registration property for a Component Factory that contains the value of the
factory
attribute. - COMPONENT_ID - ???????? org.osgi.service.component.ComponentConstants
-
A component property that contains the generated id for a component configuration.
- COMPONENT_NAME - ???????? 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 thecomponent
element. - COMPONENT_SPECIFICATION_VERSION - ???????? org.osgi.service.component.ComponentConstants
-
Compile time constant for the Specification Version of Declarative Services.
- ComponentConfigurationDTO - org.osgi.service.component.runtime.dto???
-
A representation of an actual instance of a declared component description parameterized by component properties.
- ComponentConfigurationDTO() - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
- ComponentConstants - org.osgi.service.component????
-
Defines standard names for Service Component constants.
- ComponentContext - 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 - org.osgi.service.blueprint.container??????
-
A Blueprint exception indicating that a component definition is in error.
- ComponentDefinitionException() - ???????? org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with no message or exception cause.
- ComponentDefinitionException(String) - ???????? org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the specified message
- ComponentDefinitionException(String, Throwable) - ???????? org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the specified message and exception cause.
- ComponentDefinitionException(Throwable) - ???????? org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the exception cause.
- ComponentDescriptionDTO - org.osgi.service.component.runtime.dto???
-
A representation of a declared component description.
- ComponentDescriptionDTO() - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
- ComponentException - org.osgi.service.component??????
-
Unchecked exception which may be thrown by Service Component Runtime.
- ComponentException(String) - ???????? org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message.
- ComponentException(String, Throwable) - ???????? org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message and cause.
- ComponentException(Throwable) - ???????? org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified cause.
- ComponentFactory<S> - org.osgi.service.component????
-
When a component is declared with the
factory
attribute on itscomponent
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> - org.osgi.service.component????
-
A ComponentInstance encapsulates a component instance of an activated component configuration.
- ComponentMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for managed components.
- ComponentPropertyType - org.osgi.service.component.annotations??????
-
Identify the annotated annotation as a Component Property Type.
- ComponentServiceObjects<S> - org.osgi.service.component????
-
Allows multiple service objects for a service to be obtained.
- CONCURRENT_ACCESS - ?????????? org.osgi.service.dmt.DmtException
-
An error occurred related to concurrent access of nodes.
- Configuration - org.osgi.service.cm????
-
The configuration information for a
ManagedService
orManagedServiceFactory
object. - CONFIGURATION_ADMIN_IMPLEMENTATION - ??????? org.osgi.service.cm.ConfigurationConstants
-
The name of the implementation capability for the Configuration Admin specification
- CONFIGURATION_ADMIN_SPECIFICATION_VERSION - ??????? org.osgi.service.cm.ConfigurationConstants
-
The version of the implementation capability for the Configuration Admin specification
- CONFIGURATION_NAMESPACE - ??????? org.osgi.service.configurator.namespace.ConfigurationNamespace
-
Namespace name for configuration capabilities and requirements.
- Configuration.ConfigurationAttribute - org.osgi.service.cm????
-
Configuration Attributes.
- ConfigurationAdmin - org.osgi.service.cm????
-
Service for administering configuration data.
- ConfigurationConstants - org.osgi.service.cm???
-
Defines standard constants for the Configuration Admin service.
- configurationEvent(ConfigurationEvent) - ?????? org.osgi.service.cm.ConfigurationListener
-
Receives notification of a Configuration that has changed.
- ConfigurationEvent - org.osgi.service.cm???
-
A Configuration Event.
- ConfigurationEvent(ServiceReference<ConfigurationAdmin>, int, String, String) - ????? org.osgi.service.cm.ConfigurationEvent
-
Constructs a
ConfigurationEvent
object from the givenServiceReference
object, event type, and pids. - ConfigurationException - org.osgi.service.cm??????
-
An
Exception
class to inform the Configuration Admin service of problems with configuration data. - ConfigurationException(String, String) - ???????? org.osgi.service.cm.ConfigurationException
-
Create a
ConfigurationException
object. - ConfigurationException(String, String, Throwable) - ???????? org.osgi.service.cm.ConfigurationException
-
Create a
ConfigurationException
object. - ConfigurationListener - org.osgi.service.cm????
-
Listener for Configuration Events.
- ConfigurationNamespace - org.osgi.service.configurator.namespace???
-
Configuration Capability and Requirement Namespace.
- ConfigurationPermission - org.osgi.service.cm???
-
Indicates a bundle's authority to configure bundles or be updated by Configuration Admin.
- ConfigurationPermission(String, String) - ????? org.osgi.service.cm.ConfigurationPermission
-
Create a new ConfigurationPermission.
- configurationPid - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration pids.
- configurationPid() - ???? ???? org.osgi.service.component.annotations.Component
-
The configuration PIDs for the configuration of this Component.
- ConfigurationPlugin - org.osgi.service.cm????
-
A service interface for processing configuration dictionary before the update.
- configurationPolicy - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration policy.
- configurationPolicy() - ???? ???? org.osgi.service.component.annotations.Component
-
The configuration policy of this Component.
- ConfigurationPolicy - org.osgi.service.component.annotations????
-
Configuration Policy for the
Component
annotation. - CONFIGURATOR_BINARIES - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Framework property specifying the directory to be used by the Configurator to store binary files.
- CONFIGURATOR_EXTENDER_NAME - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
The name of the extender capability attribute for the Configurator
- CONFIGURATOR_INITIAL - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Framework property specifying initial configurations to be applied by the Configurator on startup.
- CONFIGURATOR_SPECIFICATION_VERSION - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
The version of the extender capability for the Configurator specification
- ConfiguratorConstants - org.osgi.service.configurator???
-
Defines standard constants for the Configurator services.
- CONFIGURE - ??????? org.osgi.service.cm.ConfigurationPermission
-
Provides permission to create new configurations for other bundles as well as manipulate them.
- CONNECTION_LIFETIME - ???????? 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 - ???????? 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 - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to determine whether connection pooling is enabled for this resource provider
- CONNECTION_POOLING_ENABLED - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to determine whether connection pooling is enabled for this resource provider
- CONNECTION_TIMEOUT - ???????? 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 - ???????? 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
- ConnectionFactory - org.osgi.service.io????
-
A Connection Factory service is called by the implementation of the Connector Service to create
javax.microedition.io.Connection
objects which implement the scheme named byIO_SCHEME
. - ConnectorService - org.osgi.service.io????
-
The Connector Service should be called to create and open
javax.microedition.io.Connection
objects. - connectPromise() - ?????? org.osgi.util.pushstream.SimplePushEventSource
-
This method can be used to delay event generation until an event source has connected.
- Constants - org.osgi.service.device????
- CONSUME - ??????? org.osgi.service.wireadmin.WirePermission
-
The action string for the
consume
action. - Consumer - org.osgi.service.wireadmin????
-
Data Consumer, a service that can receive updated values from
Producer
services. - Consumer<T> - org.osgi.util.function????
-
A function that accepts a single argument and produces no result.
- CONSUMER_EXCEPTION - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
A Consumer service method has thrown an exception.
- consumersConnected(Wire[]) - ?????? org.osgi.service.wireadmin.Producer
-
Update the list of
Wire
objects to which thisProducer
object is connected. - consumes - ????? org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
The media types consumed by this service, if provided in an
Consumes
annotation - consumingMimeType - ????? org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The mime-type(s) consumed by this resource method, null if
Consumes
is not defined - containsKey(Object) - ????? org.osgi.service.event.EventProperties
-
Indicates if the specified property is present.
- containsProperty(String) - ????? org.osgi.service.event.Event
-
Indicate the presence of an event property.
- containsValue(Object) - ????? org.osgi.service.event.EventProperties
-
Indicates if the specified value is present.
- CONTENT_NAMESPACE - ??????? org.osgi.service.repository.ContentNamespace
-
Namespace name for content capabilities and requirements.
- ContentNamespace - org.osgi.service.repository???
-
Content Capability and Requirement Namespace.
- CONTEXT - ??????? org.osgi.service.subsystem.SubsystemPermission
-
The action string
context
. - contextPath - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
The servlet context path.
- CONTINUE - ???????? org.osgi.util.pushstream.PushEventConsumer
-
A 0 indicates that the consumer is willing to receive subsequent events at full speeds.
- CONTRACT_NAMESPACE - ??????? org.osgi.namespace.contract.ContractNamespace
-
Namespace name for contract capabilities and requirements.
- ContractNamespace - org.osgi.namespace.contract???
-
Contract Capability and Requirement Namespace.
- ConversionException - 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) - ???????? org.osgi.util.converter.ConversionException
-
Create a Conversion Exception with a message.
- ConversionException(String, Throwable) - ???????? org.osgi.util.converter.ConversionException
-
Create a Conversion Exception with a message and a nested cause.
- convert(Object) - ?????? org.osgi.util.converter.Converter
-
Start a conversion for the given object.
- convert(Object, ReifiedType) - ?????? org.osgi.service.blueprint.container.Converter
-
Convert the specified object to an instance of the specified type.
- Converter - org.osgi.service.blueprint.container????
-
Type converter to convert an object to a target type.
- Converter - org.osgi.util.converter????
-
The Converter service is used to start a conversion.
- ConverterBuilder - org.osgi.util.converter????
-
A builder to create a new converter with modified behavior based on an existing converter.
- ConverterFunction - 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 - org.osgi.util.converter???
-
Factory class to obtain the standard converter or a new converter builder.
- Converting - org.osgi.util.converter????
-
This interface is used to specify the target that an object should be converted to.
- Coordination - org.osgi.service.coordinator????
-
A Coordination object is used to coordinate a number of independent Participants.
- CoordinationException - org.osgi.service.coordinator??????
-
Unchecked exception which may be thrown by a Coordinator implementation.
- CoordinationException(String, Coordination, int) - ???????? org.osgi.service.coordinator.CoordinationException
-
Create a new Coordination Exception.
- CoordinationException(String, Coordination, int, Throwable) - ???????? org.osgi.service.coordinator.CoordinationException
-
Create a new Coordination Exception with a cause.
- CoordinationPermission - org.osgi.service.coordinator???
-
A bundle's authority to create or use a
Coordination
. - CoordinationPermission(String, String) - ????? org.osgi.service.coordinator.CoordinationPermission
-
Creates a new granted
CoordinationPermission
object. - CoordinationPermission(String, Bundle, String) - ????? org.osgi.service.coordinator.CoordinationPermission
-
Creates a new requested
CoordinationPermission
object to be used by the code that must performcheckPermission
. - Coordinator - org.osgi.service.coordinator????
-
A Coordinator service coordinates activities between different parties.
- COPIED - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were copied.
- copy(String[], String[], boolean) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Create a copy of a node or a whole subtree.
- copy(String, String, boolean) - ?????? org.osgi.service.dmt.DmtSession
-
Create a copy of a node or a whole subtree.
- count() - ?????? org.osgi.util.pushstream.PushStream
-
See Stream.
- create(String, long) - ?????? org.osgi.service.coordinator.Coordinator
-
Create a new Coordination.
- createBufferedConsumer(PushEventConsumer<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Create a buffered
PushEventConsumer
with the default configured buffer, executor size, queue, queue policy and pushback policy. - createConnection(String, int, boolean) - ?????? org.osgi.service.io.ConnectionFactory
-
Create a new
Connection
object for the specified URI. - createConnectionPoolDataSource(Properties) - ?????? org.osgi.service.jdbc.DataSourceFactory
-
Create a new
ConnectionPoolDataSource
using the given properties. - CREATED - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has created a Blueprint Container for the bundle.
- createDataSource(Properties) - ?????? org.osgi.service.jdbc.DataSourceFactory
-
Create a new
DataSource
using the given properties. - createDefaultHttpContext() - ?????? org.osgi.service.http.HttpService
-
Creates a default
HttpContext
for registering servlets or resources with the HttpService, a newHttpContext
object is created each time this method is called. - createDriver(Properties) - ?????? org.osgi.service.jdbc.DataSourceFactory
-
Create a new
Driver
using the given properties. - createEntityManagerFactory(Map<String, Object>) - ?????? 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>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Convert an
PushStream
into anPushEventSource
. - createFactoryConfiguration(String) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory
Configuration
object with a new PID. - createFactoryConfiguration(String, String) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory
Configuration
object with a new PID. - createInteriorNode(String) - ?????? org.osgi.service.dmt.DmtSession
-
Create an interior node.
- createInteriorNode(String[], String) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Create an interior node with a given type.
- createInteriorNode(String, String) - ?????? org.osgi.service.dmt.DmtSession
-
Create an interior node with a given type.
- createLeafNode(String) - ?????? org.osgi.service.dmt.DmtSession
-
Create a leaf node with default value and MIME type.
- createLeafNode(String[], DmtData, String) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Create a leaf node with a given value and MIME type.
- createLeafNode(String, DmtData) - ?????? org.osgi.service.dmt.DmtSession
-
Create a leaf node with a given value and the default MIME type.
- createLeafNode(String, DmtData, String) - ?????? org.osgi.service.dmt.DmtSession
-
Create a leaf node with a given value and MIME type.
- createRestClient(URI) - ?????? org.osgi.service.rest.client.RestClientFactory
-
Create a new REST client instance.
- createRole(String, int) - ?????? org.osgi.service.useradmin.UserAdmin
-
Creates a
Role
object with the given name and of the given type. - createSimpleEventSource(Class<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Create a
SimplePushEventSource
with the supplied type and default buffering behaviors. - createStream(LogStreamProvider.Options...) - ?????? org.osgi.service.log.stream.LogStreamProvider
-
Create a
PushStream
ofLogEntry
objects. - createStream(PushEventSource<T>) - ????? 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, ?>) - ?????? org.osgi.service.wireadmin.WireAdmin
-
Create a new
Wire
object that connects a Producer service to a Consumer service. - createXADataSource(Properties) - ?????? org.osgi.service.jdbc.DataSourceFactory
-
Create a new
XADataSource
using the given properties. - CREATING - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has started creating a Blueprint Container for the bundle.
D
- data(T) - ??????? org.osgi.util.pushstream.PushEvent
-
Create a new data event.
- DATA - ?? ?????? org.osgi.util.pushstream.PushEvent.EventType
-
A data event forming part of the stream
- DATA_ROOT_URIS - ???????? 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 - ?????????? org.osgi.service.dmt.DmtException
-
An error related to the recipient data store occurred while processing the request.
- DataPlugin - org.osgi.service.dmt.spi????
-
An implementation of this interface takes the responsibility of handling data requests in a subtree of the DMT.
- DataSourceFactory - org.osgi.service.jdbc????
-
A factory for JDBC connection factories.
- DAY_OF_MONTH - ???????? org.osgi.service.application.ScheduledApplication
-
The name of the day of month attribute of a virtual timer event.
- DAY_OF_WEEK - ???????? org.osgi.service.application.ScheduledApplication
-
The name of the day of week attribute of a virtual timer event.
- DDF_LIST - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining a DDF URI, indicating that the node is a LIST node.
- DDF_MAP - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining a DDF URI, indicating that the node is a MAP node.
- DDF_SCAFFOLD - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining a DDF URI, indicating that the node is a SCAFFOLD node.
- deactivate - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the deactivate method.
- Deactivate - org.osgi.service.component.annotations??????
-
Identify the annotated method as the
deactivate
method of a Service Component. - DEACTIVATION_REASON_BUNDLE_STOPPED - ???????? org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the bundle was stopped.
- DEACTIVATION_REASON_CONFIGURATION_DELETED - ???????? org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was deleted.
- DEACTIVATION_REASON_CONFIGURATION_MODIFIED - ???????? org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was changed.
- DEACTIVATION_REASON_DISABLED - ???????? org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was disabled.
- DEACTIVATION_REASON_DISPOSED - ???????? org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was disposed.
- DEACTIVATION_REASON_REFERENCE - ???????? org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because a reference became unsatisfied.
- DEACTIVATION_REASON_UNSPECIFIED - ???????? org.osgi.service.component.ComponentConstants
-
The reason the component configuration was deactivated is unspecified.
- DEADLOCK_DETECTED - ?????????? org.osgi.service.coordinator.CoordinationException
-
Registering a Participant with a Coordination would have resulted in a deadlock.
- debug(String) - ?????? org.osgi.service.log.Logger
-
Log a message at the
LogLevel.DEBUG
level. - debug(String, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.DEBUG
level. - debug(String, Object...) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.DEBUG
level. - debug(String, Object, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.DEBUG
level. - debug(LoggerConsumer<E>) - ?????? org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.DEBUG
level. - DEBUG - ?? ?????? org.osgi.service.log.LogLevel
-
Debug – Detailed output for debugging operations.
- decode(String) - ??????? org.osgi.service.dmt.Uri
-
Decode the node name so that back slash and forward slash are unescaped from a back slash.
- DEFAULT - ?? ?????? org.osgi.service.component.annotations.ServiceScope
-
Default element value for annotation.
- defaultApplication - ????? org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
-
Returns the current state of the default application for this Runtime.
- defaultEnabled - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The initial enabled state.
- defaultValue() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The default value for this AttributeDefinition.
- defaultValue(Object) - ?????? 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() - ????? org.osgi.util.promise.PromiseFactory
-
Create a new Deferred with the callback executor and scheduled executor of this PromiseFactory object.
- Deferred<T> - org.osgi.util.promise???
-
A Deferred Promise resolution.
- Deferred() - ????? org.osgi.util.promise.Deferred
-
Create a new Deferred.
- delay(long) - ?????? org.osgi.util.promise.Promise
-
Delay after the resolution of this Promise.
- delete() - ?????? org.osgi.service.cm.Configuration
-
Delete this
Configuration
object. - delete() - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- delete(Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- delete(GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- DELETE - ??????? org.osgi.service.dmt.Acl
-
Principals holding this permission can issue DELETE commands on the node having this ACL.
- DELETE - ??????? 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.
- deleted(String) - ?????? org.osgi.service.cm.ManagedServiceFactory
-
Remove a factory instance.
- DELETED - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were deleted.
- deleteNode(String) - ?????? org.osgi.service.dmt.DmtSession
-
Delete the given node.
- deleteNode(String[]) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Delete the given node.
- deletePermission(String, int) - ????? org.osgi.service.dmt.Acl
-
Create a new
Acl
instance from thisAcl
with the given permission revoked from the given principal. - deleteWire(Wire) - ?????? org.osgi.service.wireadmin.WireAdmin
-
Delete a
Wire
object. - DELIVERY_ASYNC_ORDERED - ???????? 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 - ???????? 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 - ??????? org.osgi.service.blueprint.container.EventConstants
-
The filters identifying the missing dependencies that caused this event for a
FAILURE
,GRACE_PERIOD
, orWAITING
event. - DEPLOYED_CONTENT - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the resources to be deployed.
- DEPLOYED_VERSION_ATTRIBUTE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header attribute identifying the deployed version.
- DEPLOYMENT_MANIFESTVERSION - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the deployment manifest version.
- DeploymentAdmin - org.osgi.service.deploymentadmin????
-
This is the interface of the Deployment Admin service.
- DeploymentAdminPermission - org.osgi.service.deploymentadmin???
-
DeploymentAdminPermission controls access to the Deployment Admin service.
- DeploymentAdminPermission(String, String) - ????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Creates a new
DeploymentAdminPermission
object for the givenname
andaction
. - DeploymentCustomizerPermission - 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) - ????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Creates a new
DeploymentCustomizerPermission
object for the givenname
andaction
. - DeploymentException - org.osgi.service.deploymentadmin??????
-
Checked exception received when something fails during any deployment processes.
- DeploymentException(int) - ???????? org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentException(int, String) - ???????? org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentException(int, String, Throwable) - ???????? org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentPackage - org.osgi.service.deploymentadmin????
-
The
DeploymentPackage
object represents a deployment package (already installed or being currently processed). - DeploymentSession - org.osgi.service.deploymentadmin.spi????
-
The session interface represents a currently running deployment session (install/update/uninstall).
- description - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The representation of the component configuration's component description.
- description() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The human readable description of this AttributeDefinition.
- description() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The human readable description of this ObjectClassDefinition.
- Designate - org.osgi.service.metatype.annotations??????
-
Generate a
Designate
element in the Meta Type Resource for anObjectClassDefinition
using the annotated Declarative Services component. - destroy() - ????? org.osgi.service.application.ApplicationHandle
-
The application instance's lifecycle state can be influenced by this method.
- DESTROYED - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container for the bundle has been completely destroyed.
- DESTROYING - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has started destroying the Blueprint Container for the bundle.
- destroySpecific() - ????? 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 - org.osgi.service.device????
-
Interface for identifying device services.
- DEVICE_CATEGORY - ???????? org.osgi.service.device.Constants
-
Property (named "DEVICE_CATEGORY") containing a human readable description of the device categories implemented by a device.
- DEVICE_CATEGORY - ???????? org.osgi.service.upnp.UPnPDevice
-
Constant for the value of the service property
DEVICE_CATEGORY
used for all UPnP devices. - DEVICE_DESCRIPTION - ???????? org.osgi.service.device.Constants
-
Property (named "DEVICE_DESCRIPTION") containing a human readable string describing the actual hardware device.
- DEVICE_INTERNAL_ERROR - ?????????? org.osgi.service.upnp.UPnPException
-
The invoked action failed during execution.
- DEVICE_SERIAL - ???????? org.osgi.service.device.Constants
-
Property (named "DEVICE_SERIAL") specifying a device's serial number.
- disableComponent(String) - ?????? org.osgi.service.component.ComponentContext
-
Disables the specified component name.
- disableComponent(ComponentDescriptionDTO) - ?????? org.osgi.service.component.runtime.ServiceComponentRuntime
-
Disables the specified component description.
- DISCARD_OLDEST - ?? ?????? org.osgi.util.pushstream.QueuePolicyOption
-
Attempt to add the supplied event to the queue.
- DISCOVERY_NAMESPACE - ??????? org.osgi.service.remoteserviceadmin.namespace.DiscoveryNamespace
-
Namespace name for Remote Services discovery provider capabilities and requirements.
- DiscoveryNamespace - org.osgi.service.remoteserviceadmin.namespace???
-
Remote Services Discovery Provider Capability and Requirement Namespace.
- dispatcher - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The dispatcher associations for the servlet filter.
- DISPATCHER_ASYNC - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Possible value for the
HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_DISPATCHER
property indicating the servlet filter is applied in the asynchronous context. - DISPATCHER_ERROR - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Possible value for the
HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_DISPATCHER
property indicating the servlet filter is applied when an error page is called. - DISPATCHER_FORWARD - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Possible value for the
HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_DISPATCHER
property indicating the servlet filter is applied to forward calls to the dispatcher. - DISPATCHER_INCLUDE - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Possible value for the
HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_DISPATCHER
property indicating the servlet filter is applied to include calls to the dispatcher. - DISPATCHER_REQUEST - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Possible value for the
HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_DISPATCHER
property indicating the servlet filter is applied to client requests. - dispose() - ?????? org.osgi.service.component.ComponentInstance
-
Dispose of the component configuration for this component instance.
- distinct() - ?????? org.osgi.util.pushstream.PushStream
-
Remove any duplicates.
- DISTRIBUTION_NAMESPACE - ??????? org.osgi.service.remoteserviceadmin.namespace.DistributionNamespace
-
Namespace name for Remote Services distribution provider capabilities and requirements.
- DistributionNamespace - org.osgi.service.remoteserviceadmin.namespace???
-
Remote Services Distribution Provider Capability and Requirement Namespace.
- div(double) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the quotient of this object divided by the specified value. - div(double, Unit) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the quotient of this object divided by the specified value. - div(Measurement) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the quotient of this object divided by the specified object. - DmtAdmin - org.osgi.service.dmt????
-
An interface providing methods to open sessions and register listeners.
- DmtConstants - org.osgi.service.dmt???
-
Defines standard names for
DmtAdmin
. - DmtData - org.osgi.service.dmt???
-
An immutable data structure representing the contents of a leaf or interior node.
- DmtData(boolean) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofbool
format and set its value. - DmtData(byte[]) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofbin
format and set its value. - DmtData(byte[], boolean) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofbin
orb64
format and set its value. - DmtData(byte[], int) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance of the specified format and set its value based on the givenbyte[]
. - DmtData(float) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance offloat
format and set its value. - DmtData(int) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofint
format and set its value. - DmtData(long) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance oflong
format and set its value. - DmtData(Object) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofnode
format with the given object value. - DmtData(String) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofchr
format with the given string value. - DmtData(String, byte[]) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance inDmtData.FORMAT_RAW_BINARY
format. - DmtData(String, int) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance of the specified format and set its value based on the given string. - DmtData(String, String) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance inDmtData.FORMAT_RAW_STRING
format. - DmtData(Date) - ????? org.osgi.service.dmt.DmtData
-
Create a
DmtData
instance ofdateTime
format with the given Date value. - DmtEvent - org.osgi.service.dmt????
-
Event class storing the details of a change in the tree.
- DmtEventListener - org.osgi.service.dmt????
-
Registered implementations of this class are notified via
DmtEvent
objects about important changes in the tree. - DmtException - org.osgi.service.dmt??????
-
Checked exception received when a DMT operation fails.
- DmtException(String[], int, String) - ???????? 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) - ???????? 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) - ???????? 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.
- DmtException(String, int, String) - ???????? org.osgi.service.dmt.DmtException
-
Create an instance of the exception.
- DmtException(String, int, String, Throwable) - ???????? org.osgi.service.dmt.DmtException
-
Create an instance of the exception, specifying the cause exception.
- DmtException(String, int, String, Vector<? extends Throwable>, boolean) - ???????? 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.
- DmtIllegalStateException - org.osgi.service.dmt??????
-
Unchecked illegal state exception.
- DmtIllegalStateException() - ???????? org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with no message.
- DmtIllegalStateException(String) - ???????? org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with the specified message.
- DmtIllegalStateException(String, Throwable) - ???????? org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with the specified message and cause exception.
- DmtIllegalStateException(Throwable) - ???????? org.osgi.service.dmt.DmtIllegalStateException
-
Create an instance of the exception with the specified cause exception and no message.
- DmtPermission - org.osgi.service.dmt.security???
-
Controls access to management objects in the Device Management Tree (DMT).
- DmtPermission(String, String) - ????? org.osgi.service.dmt.security.DmtPermission
-
Creates a new DmtPermission object for the specified DMT URI with the specified actions.
- DmtPrincipalPermission - org.osgi.service.dmt.security???
-
Indicates the callers authority to create DMT sessions on behalf of a remote management server.
- DmtPrincipalPermission(String) - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Creates a new
DmtPrincipalPermission
object with its name set to the target string. - DmtPrincipalPermission(String, String) - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Creates a new
DmtPrincipalPermission
object using the 'canonical' two argument constructor. - DmtSession - org.osgi.service.dmt????
-
DmtSession provides concurrent access to the DMT.
- DOMCLASSFILE - ??????? org.osgi.util.xml.XMLParserActivator
-
Fully qualified path name of DOM Parser Factory Class Name file
- DOMFACTORYNAME - ??????? org.osgi.util.xml.XMLParserActivator
-
Filename containing the DOM Parser Factory Class name.
- doOffer(U, PushEvent<? extends T>) - ?????? org.osgi.util.pushstream.QueuePolicy
-
Enqueue the event and return the remaining capacity available for events
- DOUBLE - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Double
type. - DOUBLE - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
DOUBLE
type. - Driver - 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 - ???????? org.osgi.service.device.Constants
-
Property (named "DRIVER_ID") identifying a driver.
- DriverLocator - org.osgi.service.device????
-
A Driver Locator service can find and load device driver bundles given a property set.
- DriverSelector - 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() - ?????? org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
This method is called during an "uninstall" deployment session.
- dropped(String) - ?????? 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 - org.osgi.service.http.runtime.dto???
-
Defines standard constants for the DTOs.
- DTOConstants - org.osgi.service.jaxrs.runtime.dto???
-
Defines standard constants for the DTOs.
- DYNAMIC - ?? ?????? org.osgi.service.component.annotations.ReferencePolicy
-
The dynamic policy is slightly more complex since the component implementation must properly handle changes in the set of bound services.
- DYNAMIC - ???????? org.osgi.service.dmt.MetaNode
-
Constant for representing a dynamic node in the tree.
E
- enableComponent(String) - ?????? org.osgi.service.component.ComponentContext
-
Enables the specified component name.
- enableComponent(ComponentDescriptionDTO) - ?????? org.osgi.service.component.runtime.ServiceComponentRuntime
-
Enables the specified component description.
- enabled() - ???? ???? org.osgi.service.component.annotations.Component
-
Declares whether this Component is enabled when the bundle declaring it is started.
- enabled() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Service property identifying the multipart handling of a servlet.
- encode(String) - ??????? org.osgi.service.dmt.Uri
-
Encode the node name so that back slash and forward slash are escaped with a back slash.
- end() - ?????? org.osgi.service.coordinator.Coordination
-
Terminate this Coordination normally.
- ended(Coordination) - ?????? org.osgi.service.coordinator.Participant
-
Notification that a Coordination has terminated
normally
. - endOfStream() - ?????? org.osgi.util.pushstream.SimplePushEventSource
-
Close this source for now, but potentially reopen it later.
- ENDPOINT_FRAMEWORK_UUID - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the universally unique id of the exporting framework.
- ENDPOINT_ID - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the id for this endpoint.
- ENDPOINT_LISTENER_SCOPE - ???????? org.osgi.service.remoteserviceadmin.EndpointEventListener
-
Specifies the interest of this listener with filters.
- ENDPOINT_LISTENER_SCOPE - ???????? org.osgi.service.remoteserviceadmin.EndpointListener
-
????Specifies the interest of this listener with filters.
- ENDPOINT_PACKAGE_VERSION_ - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Prefix for an endpoint property identifying the interface Java package version for an interface.
- ENDPOINT_SERVICE_ID - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the service id of the exported service.
- endpointAdded(EndpointDescription, String) - ?????? org.osgi.service.remoteserviceadmin.EndpointListener
-
????Register an endpoint with this listener.
- endpointChanged(EndpointEvent, String) - ?????? org.osgi.service.remoteserviceadmin.EndpointEventListener
-
Notification that an endpoint has changed.
- EndpointDescription - 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, ?>) - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Create an Endpoint Description from a Map.
- EndpointDescription(ServiceReference<?>, Map<String, ?>) - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Create an Endpoint Description based on a Service Reference and a Map of properties.
- EndpointEvent - org.osgi.service.remoteserviceadmin???
-
An Endpoint Event.
- EndpointEvent(int, EndpointDescription) - ????? org.osgi.service.remoteserviceadmin.EndpointEvent
-
Constructs a
EndpointEvent
object from the given arguments. - EndpointEventListener - org.osgi.service.remoteserviceadmin????
-
A white board service that represents a listener for endpoints.
- EndpointListener - org.osgi.service.remoteserviceadmin????
-
????As of 1.1. Replaced by EndpointEventListener.
- EndpointPermission - org.osgi.service.remoteserviceadmin???
-
A bundle's authority to export, import or read an Endpoint.
- EndpointPermission(String, String) - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Create a new EndpointPermission with the specified filter.
- EndpointPermission(EndpointDescription, String, String) - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Creates a new requested
EndpointPermission
object to be used by code that must performcheckPermission
. - endpointRemoved(EndpointDescription, String) - ?????? org.osgi.service.remoteserviceadmin.EndpointListener
-
????Remove the registration of an endpoint.
- EntityManagerFactoryBuilder - org.osgi.service.jpa????
-
This service interface offers JPA clients the ability to create instances of EntityManagerFactory for a given named persistence unit.
- entrySet() - ????? org.osgi.service.event.EventProperties
-
Return the property entries.
- Envelope - org.osgi.service.wireadmin????
-
Identifies a contained value.
- equals(Object) - ????? org.osgi.service.application.ApplicationAdminPermission
- equals(Object) - ?????? org.osgi.service.cm.Configuration
-
Equality is defined to have equal PIDs Two Configuration objects are equal when their PIDs are equal.
- equals(Object) - ????? org.osgi.service.cm.ConfigurationPermission
-
Determines the equality of two
ConfigurationPermission
objects. - equals(Object) - ????? org.osgi.service.coordinator.CoordinationPermission
-
Determines the equality of two
CoordinationPermission
objects. - equals(Object) - ????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Checks two DeploymentAdminPermission objects for equality.
- equals(Object) - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - ????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Checks two DeploymentCustomizerPermission objects for equality.
- equals(Object) - ????? org.osgi.service.dmt.Acl
-
Checks whether the given object is equal to this
Acl
instance. - equals(Object) - ????? org.osgi.service.dmt.DmtData
-
Compares the specified object with this
DmtData
instance. - equals(Object) - ????? org.osgi.service.dmt.security.AlertPermission
-
Checks whether the given object is equal to this AlertPermission instance.
- equals(Object) - ????? org.osgi.service.dmt.security.DmtPermission
-
Checks whether the given object is equal to this DmtPermission instance.
- equals(Object) - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Checks whether the given object is equal to this DmtPrincipalPermission instance.
- equals(Object) - ?????? org.osgi.service.dmt.spi.MountPoint
-
This object must provide a suitable hash function such that a Mount Point given in
MountPlugin.mountPointAdded(MountPoint)
is equal to the corresponding Mount Point inMountPlugin.mountPointRemoved(MountPoint)
. - equals(Object) - ????? org.osgi.service.event.Event
-
Compares this
Event
object to another object. - equals(Object) - ????? org.osgi.service.event.EventProperties
-
Compares this
EventProperties
object to another object. - equals(Object) - ????? org.osgi.service.event.TopicPermission
-
Determines the equality of two
TopicPermission
objects. - equals(Object) - ????? org.osgi.service.monitor.MonitorPermission
-
Determines the equality of two
MonitorPermission
objects. - equals(Object) - ????? org.osgi.service.monitor.StatusVariable
-
Compares the specified object with this
StatusVariable
. - equals(Object) - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Compares this
EndpointDescription
object to another object. - equals(Object) - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Determines the equality of two EndpointPermission objects.
- equals(Object) - ????? org.osgi.service.subsystem.SubsystemPermission
-
Determines the equality of two
SubsystemPermission
objects. - equals(Object) - ????? org.osgi.service.useradmin.UserAdminPermission
-
Checks two
UserAdminPermission
objects for equality. - equals(Object) - ????? org.osgi.service.wireadmin.WirePermission
-
Determines the equality of two
WirePermission
objects. - equals(Object) - ????? org.osgi.util.measurement.Measurement
-
Returns whether the specified object is equal to this object.
- equals(Object) - ????? org.osgi.util.measurement.State
-
Return whether the specified object is equal to this object.
- equals(Object) - ????? org.osgi.util.measurement.Unit
-
Checks whether this
Unit
object is equal to the specifiedUnit
object. - error(String) - ?????? org.osgi.service.log.Logger
-
Log a message at the
LogLevel.ERROR
level. - error(String, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.ERROR
level. - error(String, Object...) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.ERROR
level. - error(String, Object, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.ERROR
level. - error(Throwable) - ??????? org.osgi.util.pushstream.PushEvent
-
Create a new error event.
- error(Throwable) - ?????? org.osgi.util.pushstream.SimplePushEventSource
-
Close this source for now, but potentially reopen it later.
- error(LoggerConsumer<E>) - ?????? org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.ERROR
level. - ERROR - ?? ?????? org.osgi.service.log.LogLevel
-
Error – Information about an error situation.
- ERROR - ?? ?????? org.osgi.util.pushstream.PushEvent.EventType
-
An error event that indicates streaming has failed and that no more events will arrive
- errorCodes - ????? org.osgi.service.http.runtime.dto.ErrorPageDTO
-
The error codes the error page is used for.
- errorHandler(ConverterFunction) - ?????? org.osgi.util.converter.ConverterBuilder
-
Register a custom error handler.
- errorPage() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletErrorPage
-
Service property identifying the error pages of a servlet.
- ErrorPageDTO - org.osgi.service.http.runtime.dto???
-
Represents a
javax.servlet.Servlet
for handling errors and currently being used by a servlet context. - ErrorPageDTO() - ????? org.osgi.service.http.runtime.dto.ErrorPageDTO
- errorPageDTOs - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the error page
Servlet
services associated with this context. - Event - org.osgi.service.event???
-
An event.
- Event(String, Dictionary<String, ?>) - ????? org.osgi.service.event.Event
-
Constructs an event.
- Event(String, Map<String, ?>) - ????? org.osgi.service.event.Event
-
Constructs an event.
- EVENT - ??????? org.osgi.service.blueprint.container.EventConstants
-
The
BlueprintEvent
object that caused this event. - EVENT - ???????? org.osgi.service.event.EventConstants
-
The forwarded event object.
- EVENT_ADMIN_IMPLEMENTATION - ???????? org.osgi.service.event.EventConstants
-
The name of the implementation capability for the Event Admin specification
- EVENT_ADMIN_SPECIFICATION_VERSION - ???????? org.osgi.service.event.EventConstants
-
The version of the implementation capability for the Event Admin specification
- EVENT_DELIVERY - ???????? org.osgi.service.event.EventConstants
-
Service Registration property specifying the delivery qualities requested by an Event Handler service.
- EVENT_DEPLOYMENTPACKAGE_CURRENTVERSION - ???????? org.osgi.service.deploymentadmin.DeploymentPackage
-
The currently installed version of the Deployment Package.
- EVENT_DEPLOYMENTPACKAGE_NAME - ???????? org.osgi.service.deploymentadmin.DeploymentPackage
-
The name of the Deployment Package.
- EVENT_DEPLOYMENTPACKAGE_NEXTVERSION - ???????? 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 - ???????? org.osgi.service.deploymentadmin.DeploymentPackage
-
The human readable name of the DP localized to the default locale.
- EVENT_FILTER - ???????? 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 - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the property key for the
newnodes
property in node related events. - EVENT_PROPERTY_NODES - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the property key for the @{code nodes} property in node related events.
- EVENT_PROPERTY_SESSION_ID - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the property key for the
session.id
property in node related events. - EVENT_TOPIC - ???????? org.osgi.service.event.EventConstants
-
Service registration property specifying the
Event
topics of interest to an Event Handler service. - EVENT_TOPIC_ADDED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for added nodes.
- EVENT_TOPIC_COPIED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for copied nodes.
- EVENT_TOPIC_DELETED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for deleted nodes.
- EVENT_TOPIC_RENAMED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for renamed nodes.
- EVENT_TOPIC_REPLACED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for replaced nodes.
- EVENT_TOPIC_SESSION_CLOSED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for a closed session.
- EVENT_TOPIC_SESSION_OPENED - ??????? org.osgi.service.dmt.DmtConstants
-
A string defining the topic for the event that is sent for a newly opened session.
- EventAdmin - org.osgi.service.event????
-
The Event Admin service.
- EventConstants - org.osgi.service.blueprint.container???
-
Event property names used in Event Admin events published by a Blueprint Container.
- EventConstants - org.osgi.service.event????
-
Defines standard names for
EventHandler
properties. - EventDelivery - org.osgi.service.event.propertytypes??????
-
Component Property Type for the
EventConstants.EVENT_DELIVERY
service property of anEventHandler
service. - EventFilter - org.osgi.service.event.propertytypes??????
-
Component Property Type for the
EventConstants.EVENT_FILTER
service property of anEventHandler
service. - EventHandler - org.osgi.service.event????
-
Listener for Events.
- EventProperties - org.osgi.service.event???
-
The properties for an
Event
. - EventProperties(Map<String, ?>) - ????? org.osgi.service.event.EventProperties
-
Create an EventProperties from the specified properties.
- EventTopics - org.osgi.service.event.propertytypes??????
-
Component Property Type for the
EventConstants.EVENT_TOPIC
service property of anEventHandler
service. - EXCEPTION - ???????? org.osgi.service.event.EventConstants
-
An exception or error.
- EXCEPTION_CLASS - ???????? org.osgi.service.event.EventConstants
-
The name of the exception type.
- EXCEPTION_MESSAGE - ???????? org.osgi.service.event.EventConstants
-
The exception message.
- exceptions - ????? org.osgi.service.http.runtime.dto.ErrorPageDTO
-
The exceptions the error page is used for.
- EXEC - ??????? org.osgi.service.dmt.Acl
-
Principals holding this permission can issue EXEC commands on the node having this ACL.
- EXEC - ??????? 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 - ???????? org.osgi.service.dmt.spi.ExecPlugin
-
The string to be used as key for the "execRootURIs" property when an ExecPlugin is registered.
- ExecPlugin - 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 - ???????? org.osgi.service.event.EventConstants
-
????As of 1.1. Replaced by
EventConstants.EXCEPTION_CLASS
. - execute() - ?????? 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[]) - ?????? org.osgi.service.async.delegate.AsyncDelegate
-
Invoke the specified method as a "fire-and-forget" asynchronous task with the specified arguments.
- execute(String, String) - ?????? org.osgi.service.dmt.DmtSession
-
Executes a node.
- execute(String, String, String) - ?????? org.osgi.service.dmt.DmtSession
-
Executes a node, also specifying a correlation ID for use in response notifications.
- execute(DmtSession, String[], String, String) - ?????? org.osgi.service.dmt.spi.ExecPlugin
-
Execute the given node with the given data.
- EXECUTE - ??????? org.osgi.service.subsystem.SubsystemPermission
-
The action string
execute
. - executor() - ????? org.osgi.util.promise.PromiseFactory
-
Returns the executor to use for callbacks.
- EXPORT - ??????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string
export
. - EXPORT_ERROR - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A fatal exporting error occurred.
- EXPORT_REGISTRATION - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Add an export registration.
- EXPORT_UNREGISTRATION - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Remove an export registration.
- EXPORT_UPDATE - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Update an export registration.
- EXPORT_WARNING - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A problematic situation occurred, the export is still active.
- ExportedService - org.osgi.service.component.propertytypes??????
-
Component Property Type for the remote service properties for an exported service.
- ExportReference - org.osgi.service.remoteserviceadmin????
-
An Export Reference associates a service with a local endpoint.
- ExportRegistration - org.osgi.service.remoteserviceadmin????
-
An Export Registration associates a service to a local endpoint.
- exportService(ServiceReference<?>, Map<String, ?>) - ?????? org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Export a service to a given Endpoint.
- ExpressionCombiner - org.osgi.service.repository????
-
An
ExpressionCombiner
can be used to combine requirement expressions into a single complex requirement expression using theand
,or
andnot
operators. - EXTENDER_BUNDLE - ??????? org.osgi.service.blueprint.container.EventConstants
-
The Blueprint extender bundle that is generating this event.
- EXTENDER_BUNDLE_ID - ??????? org.osgi.service.blueprint.container.EventConstants
-
The bundle id of the Blueprint extender bundle that is generating this event.
- EXTENDER_BUNDLE_SYMBOLICNAME - ??????? org.osgi.service.blueprint.container.EventConstants
-
The bundle symbolic of the Blueprint extender bundle that is generating this event.
- EXTENDER_BUNDLE_VERSION - ??????? org.osgi.service.blueprint.container.EventConstants
-
The bundle version of the Blueprint extender bundle that is generating this event.
- EXTENDER_NAMESPACE - ??????? org.osgi.namespace.extender.ExtenderNamespace
-
Namespace name for extender capabilities and requirements.
- ExtenderNamespace - org.osgi.namespace.extender???
-
Extender Capability and Requirement Namespace.
- extendTimeout(long) - ?????? org.osgi.service.coordinator.Coordination
-
Extend the time out of this Coordination.
- ExtensionDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents a JAX-RS Filter service currently being hosted by the
JaxrsServiceRuntime
- ExtensionDTO() - ????? org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
- extensionDTOs - ????? org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
-
Returns the representations of the dynamic JAX-RS extension services associated with this Application.
- extensionTypes - ????? org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
-
The extension types recognized for this service.
F
- F - ??????? org.osgi.util.measurement.Unit
-
The capacitance unit farad (F).
- factory - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The component factory name.
- factory() - ???? ???? org.osgi.service.component.annotations.Component
-
The factory identifier of this Component.
- factory() - ???? ???? org.osgi.service.metatype.annotations.Designate
-
Specifies whether this Designate is for a factory PID.
- FACTORY_PID_ATTRIBUTE - ??????? org.osgi.service.configurator.namespace.ConfigurationNamespace
-
The capability attribute contains the factory PID if this is a factory configuration.
- factoryPid() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The factory PIDs associated with this ObjectClassDefinition.
- factoryProperties - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The factory properties.
- factoryProperties() - ???? ???? org.osgi.service.component.annotations.Component
-
Factory property entries for this Factory Component.
- factoryProperty() - ???? ???? org.osgi.service.component.annotations.Component
-
Factory properties for this Factory Component.
- fail(Throwable) - ?????? org.osgi.service.coordinator.Coordination
-
Terminate this Coordination as a failure with the specified failure cause.
- fail(Throwable) - ?????? org.osgi.service.coordinator.Coordinator
-
Terminate the
current Coordination
as a failure with the specified failure cause. - fail(Throwable) - ????? org.osgi.util.promise.Deferred
-
Fail the Promise associated with this Deferred.
- fail(Promise<?>) - ?????? org.osgi.util.promise.Failure
-
Failure callback for a Promise.
- FAIL - ?? ?????? org.osgi.util.pushstream.QueuePolicyOption
-
Attempt to add the supplied event to the queue, throwing an exception if the queue is full.
- FAIL_OVER_POLICY - ??????? org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
-
The attribute value for Topology managers with a fail-over policy
- failed(Throwable) - ????? org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that has been resolved with the specified failure.
- failed(Throwable) - ??????? org.osgi.util.promise.Promises
-
Returns a new Promise that has been resolved with the specified failure.
- failed(Coordination) - ?????? org.osgi.service.coordinator.Participant
-
Notification that a Coordination has terminated as a
failure
. - FAILED - ?????????? org.osgi.service.coordinator.CoordinationException
-
The Coordination has terminated as a failure with
Coordination.fail(Throwable)
. - FAILED_ACTIVATION - ??????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration failed to activate.
- FailedApplicationDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents a JAX-RS service which is currently not being used due to a problem.
- FailedApplicationDTO() - ????? org.osgi.service.jaxrs.runtime.dto.FailedApplicationDTO
- failedApplicationDTOs - ????? 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 - 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() - ????? org.osgi.service.http.runtime.dto.FailedErrorPageDTO
- failedErrorPageDTOs - ????? 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 - org.osgi.service.jaxrs.runtime.dto???
-
Represents a JAX-RS Extension service which is currently not being used due to a problem.
- FailedExtensionDTO() - ????? org.osgi.service.jaxrs.runtime.dto.FailedExtensionDTO
- failedExtensionDTOs - ????? 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 - 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() - ????? org.osgi.service.http.runtime.dto.FailedFilterDTO
- failedFilterDTOs - ????? 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 - 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() - ????? org.osgi.service.http.runtime.dto.FailedListenerDTO
- failedListenerDTOs - ????? 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 - org.osgi.service.http.runtime.dto???
-
Represents a preprocessor service which is currently not being used due to a problem.
- FailedPreprocessorDTO() - ????? org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
- failedPreprocessorDTOs - ????? 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 - org.osgi.util.promise??????
-
Promise failure exception for a collection of failed Promises.
- FailedPromisesException(Collection<Promise<?>>, Throwable) - ???????? org.osgi.util.promise.FailedPromisesException
-
Create a new FailedPromisesException with the specified Promises.
- FailedResourceDTO - 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 - org.osgi.service.jaxrs.runtime.dto???
-
Represents a JAX-RS resource service which is currently not being used due to a problem.
- FailedResourceDTO() - ????? org.osgi.service.http.runtime.dto.FailedResourceDTO
- FailedResourceDTO() - ????? org.osgi.service.jaxrs.runtime.dto.FailedResourceDTO
- failedResourceDTOs - ????? 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 - ????? 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 - org.osgi.service.http.runtime.dto???
-
Represents a servlet context that is currently not used due to some problem.
- FailedServletContextDTO() - ????? org.osgi.service.http.runtime.dto.FailedServletContextDTO
- failedServletContextDTOs - ????? 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 - 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() - ????? org.osgi.service.http.runtime.dto.FailedServletDTO
- failedServletDTOs - ????? 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 - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The failure information if the component configuration state is
ComponentConfigurationDTO.FAILED_ACTIVATION
. - Failure - org.osgi.util.promise????
-
Failure callback for a Promise.
- FAILURE - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container creation for the bundle has failed.
- FAILURE_REASON_DUPLICATE_NAME - ??????? org.osgi.service.jaxrs.runtime.dto.DTOConstants
-
The service is registered in the service registry with the
JaxrsWhiteboardConstants.JAX_RS_NAME
property and a service with that name already exists in the runtime - FAILURE_REASON_EXCEPTION_ON_INIT - ??????? org.osgi.service.http.runtime.dto.DTOConstants
-
An exception occurred during initializing of the service.
- FAILURE_REASON_NO_SERVLET_CONTEXT_MATCHING - ??????? org.osgi.service.http.runtime.dto.DTOConstants
-
No matching
ServletContextHelper
. - FAILURE_REASON_NOT_AN_EXTENSION_TYPE - ??????? 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 - ??????? org.osgi.service.jaxrs.runtime.dto.DTOConstants
-
The service is registered in the service registry with the
JaxrsWhiteboardConstants.JAX_RS_APPLICATION_SELECT
property and the filters is not matched by any running application. - FAILURE_REASON_REQUIRED_EXTENSIONS_UNAVAILABLE - ??????? org.osgi.service.jaxrs.runtime.dto.DTOConstants
-
The service is registered in the service registry with the
JaxrsWhiteboardConstants.JAX_RS_EXTENSION_SELECT
property and one or more of the filters is not matched. - FAILURE_REASON_SERVICE_IN_USE - ??????? 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 - ??????? 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 - ??????? 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 - ??????? 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 - ??????? 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 - ??????? 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 - ??????? org.osgi.service.http.runtime.dto.DTOConstants
-
Service is shadowed by another service.
- FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE - ??????? org.osgi.service.jaxrs.runtime.dto.DTOConstants
-
Service is shadowed by another service.
- FAILURE_REASON_UNKNOWN - ??????? org.osgi.service.http.runtime.dto.DTOConstants
-
Failure reason is unknown.
- FAILURE_REASON_UNKNOWN - ??????? org.osgi.service.jaxrs.runtime.dto.DTOConstants
-
Failure reason is unknown.
- FAILURE_REASON_VALIDATION_FAILED - ??????? 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 - ??????? 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 - ??????? 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 - ??????? 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 - ????? org.osgi.service.http.runtime.dto.FailedErrorPageDTO
-
The reason why the servlet represented by this DTO is not used.
- failureReason - ????? org.osgi.service.http.runtime.dto.FailedFilterDTO
-
The reason why the servlet filter represented by this DTO is not used.
- failureReason - ????? org.osgi.service.http.runtime.dto.FailedListenerDTO
-
The reason why the listener represented by this DTO is not used.
- failureReason - ????? org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
-
The reason why the preprocessor represented by this DTO is not used.
- failureReason - ????? org.osgi.service.http.runtime.dto.FailedResourceDTO
-
The reason why the resource represented by this DTO is not used.
- failureReason - ????? org.osgi.service.http.runtime.dto.FailedServletContextDTO
-
The reason why the servlet context represented by this DTO is not used.
- failureReason - ????? org.osgi.service.http.runtime.dto.FailedServletDTO
-
The reason why the servlet represented by this DTO is not used.
- failureReason - ????? org.osgi.service.jaxrs.runtime.dto.FailedApplicationDTO
-
The reason why the resource represented by this DTO is not used.
- failureReason - ????? org.osgi.service.jaxrs.runtime.dto.FailedExtensionDTO
-
The reason why the extension represented by this DTO is not used.
- failureReason - ????? org.osgi.service.jaxrs.runtime.dto.FailedResourceDTO
-
The reason why the resource represented by this DTO is not used.
- fallbackTo(Promise<? extends T>) - ?????? org.osgi.util.promise.Promise
-
Fall back to the value of the specified Promise if this Promise fails.
- FALSE_VALUE - ??????? org.osgi.service.dmt.DmtData
-
Constant instance representing a boolean
false
value. - FEATURE_NOT_SUPPORTED - ?????????? org.osgi.service.dmt.DmtException
-
The requested command failed because an optional feature required by the command is not supported.
- field - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the field of the reference.
- field() - ???? ???? org.osgi.service.component.annotations.Reference
-
The name of the field for this reference.
- fieldOption - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The field option of the reference.
- fieldOption() - ???? ???? org.osgi.service.component.annotations.Reference
-
The field option for this reference.
- FieldOption - org.osgi.service.component.annotations????
-
Field options for the
Reference
annotation. - fileSizeThreshold() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Service property identifying the file size threshold for a multipart request handled by a servlet.
- filter(Predicate<? super T>) - ?????? org.osgi.util.promise.Promise
-
Filter the value of this Promise.
- filter(Predicate<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
Only pass events downstream when the predicate tests true.
- FILTER - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JSONRequired
-
A filter requiring an
osgi.jaxrs.media.type
ofapplication/json
- FILTER_EVENT - ???????? org.osgi.service.dmt.DmtEventListener
-
A number of event types packed in a bitmap.
- FILTER_PRINCIPAL - ???????? org.osgi.service.dmt.DmtEventListener
-
A number of names of principals.
- FILTER_SUBTREE - ???????? org.osgi.service.dmt.DmtEventListener
-
A number of sub-tree top nodes that define the scope of the Dmt Event Listener.
- FilterDTO - org.osgi.service.http.runtime.dto???
-
Represents a servlet
javax.servlet.Filter
service currently being used for by a servlet context. - FilterDTO() - ????? org.osgi.service.http.runtime.dto.FilterDTO
- filterDTOs - ????? org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The servlet filters processing this request.
- filterDTOs - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the servlet
Filter
services associated with this context. - filteredByName - ????? org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
The resourceDTOs that are mapped to this extension using a
NameBinding
annotation - findAny() - ?????? org.osgi.util.pushstream.PushStream
-
Close the channel and resolve the promise with the first element.
- findDrivers(Dictionary<String, ?>) - ?????? 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() - ?????? org.osgi.util.pushstream.PushStream
-
Close the channel and resolve the promise with the first element.
- findProviders(Collection<? extends Requirement>) - ?????? org.osgi.service.repository.Repository
-
Find the capabilities that match the specified requirements.
- findProviders(RequirementExpression) - ?????? org.osgi.service.repository.Repository
-
Find the resources that match the specified requirement expression.
- finishSecurity(HttpServletRequest, HttpServletResponse) - ????? org.osgi.service.http.context.ServletContextHelper
-
Finishes the security context for the specified request.
- FIXED - ?? ?????? org.osgi.util.pushstream.PushbackPolicyOption
-
Returns a fixed amount of back pressure, independent of how full the buffer is
- flatMap(Function<? super T, ? extends PushStream<? extends R>>) - ?????? org.osgi.util.pushstream.PushStream
-
Flat map the payload value (turn one event into 0..n events of potentially another type).
- flatMap(Function<? super T, Promise<? extends R>>) - ?????? org.osgi.util.promise.Promise
-
FlatMap the value of this Promise.
- FLOAT - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Float
type. - FLOAT - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
FLOAT
type. - flush() - ?????? 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>) - ?????? org.osgi.util.pushstream.PushStream
-
Execute the action for each event received until the channel is closed.
- forEachEvent(PushEventConsumer<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
Pass on each event to another consumer until the stream is closed.
- fork(int, int, Executor) - ?????? org.osgi.util.pushstream.PushStream
-
Execute the downstream events in up to n background threads.
- FORMAT_BASE64 - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
b64
value. - FORMAT_BINARY - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
bin
value. - FORMAT_BOOLEAN - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
bool
value. - FORMAT_DATE - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
date
value. - FORMAT_DATE_TIME - ??????? org.osgi.service.dmt.DmtData
-
The node holds a Date object.
- FORMAT_FLOAT - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
float
value. - FORMAT_INTEGER - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
int
value. - FORMAT_LONG - ??????? org.osgi.service.dmt.DmtData
-
The node holds a long value.
- FORMAT_NODE - ??????? org.osgi.service.dmt.DmtData
-
Format specifier of an internal node.
- FORMAT_NULL - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
null
value. - FORMAT_RAW_BINARY - ??????? org.osgi.service.dmt.DmtData
-
The node holds raw protocol data encoded in binary format.
- FORMAT_RAW_STRING - ??????? org.osgi.service.dmt.DmtData
-
The node holds raw protocol data encoded as
String
. - FORMAT_STRING - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
chr
value. - FORMAT_TIME - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
time
value. - FORMAT_XML - ??????? org.osgi.service.dmt.DmtData
-
The node holds an OMA DM
xml
value. - FormatterLogger - org.osgi.service.log????
-
Provides methods for bundles to write messages to the log using printf-style format strings.
- Framework - org.osgi.application???
-
Using this class, OSGi-aware applications can obtain their
ApplicationContext
. - FRIENDLY_NAME - ???????? org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for a short user friendly version of the device name.
- function() - ?????? org.osgi.util.converter.Converter
-
Start defining a function that can perform given conversions.
- Function<T,
R> - org.osgi.util.function???? -
A function that accepts a single argument and produces a result.
- Functioning - org.osgi.util.converter????
-
This interface is used to specify the target function to perform conversions.
G
- get() - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- get(Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- get(Object) - ????? org.osgi.service.event.EventProperties
-
Return the value of the specified property.
- get(String, String) - ?????? org.osgi.service.prefs.Preferences
-
Returns the value associated with the specified
key
in this node. - get(GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- GET - ??????? org.osgi.service.dmt.Acl
-
Principals holding this permission can issue GET command on the node having this ACL.
- GET - ??????? 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_CREDENTIAL - ??????? org.osgi.service.useradmin.UserAdminPermission
-
The action string "getCredential".
- getAction(String) - ?????? org.osgi.service.upnp.UPnPService
-
Locates a specific action by name.
- getActions() - ????? org.osgi.service.application.ApplicationAdminPermission
-
Returns the actions of this permission.
- getActions() - ????? org.osgi.service.cm.ConfigurationPermission
-
Returns the canonical string representation of the
ConfigurationPermission
actions. - getActions() - ????? org.osgi.service.coordinator.CoordinationPermission
-
Returns the canonical string representation of the
CoordinationPermission
actions. - getActions() - ????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Returns the String representation of the action list.
- getActions() - ????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Returns the String representation of the action list.
- getActions() - ????? org.osgi.service.dmt.security.AlertPermission
-
Returns the action list (always
*
in the current version). - getActions() - ????? org.osgi.service.dmt.security.DmtPermission
-
Returns the String representation of the action list.
- getActions() - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Returns the action list (always
*
in the current version). - getActions() - ????? org.osgi.service.event.TopicPermission
-
Returns the canonical string representation of the
TopicPermission
actions. - getActions() - ????? org.osgi.service.monitor.MonitorPermission
-
Get the action string associated with this permission.
- getActions() - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Returns the canonical string representation of the actions.
- getActions() - ????? org.osgi.service.subsystem.SubsystemPermission
-
Returns the canonical string representation of the
SubsystemPermission
actions. - getActions() - ?????? org.osgi.service.upnp.UPnPService
-
Lists all actions provided by this service.
- getActions() - ????? org.osgi.service.useradmin.UserAdminPermission
-
Returns the canonical string representation of the actions, separated by comma.
- getActions() - ????? org.osgi.service.wireadmin.WirePermission
-
Returns the canonical string representation of the actions.
- getActivation() - ?????? org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the activation strategy for the component.
- getActualTypeArgument(int) - ????? org.osgi.service.blueprint.container.ReifiedType
-
Return a type parameter for this type.
- getAllowedValues() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the allowed values, if defined.
- getAltitude() - ????? org.osgi.util.position.Position
-
Returns the altitude of this position in meters.
- getApplicationContext(Object) - ??????? org.osgi.application.Framework
-
This method needs an argument, an object that represents the application instance.
- getApplicationDescriptor() - ????? org.osgi.service.application.ApplicationHandle
-
Retrieves the
ApplicationDescriptor
to which thisApplicationHandle
belongs. - getApplicationDescriptor() - ?????? org.osgi.service.application.ScheduledApplication
-
Retrieves the ApplicationDescriptor which represents the application and necessary for launching.
- getApplicationId() - ?????? org.osgi.application.ApplicationContext
-
This method return the identifier of the corresponding application type.
- getApplicationId() - ????? org.osgi.service.application.ApplicationDescriptor
-
Returns the identifier of the represented application.
- getArguments() - ?????? org.osgi.service.application.ScheduledApplication
-
Queries the startup arguments specified when the application was scheduled.
- getArguments() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the arguments for the factory method or constructor of the bean.
- getAttributeDefinitions(int) - ?????? org.osgi.service.metatype.ObjectClassDefinition
-
Return the attribute definitions for this object class.
- getAttributes() - ?????? org.osgi.service.cm.Configuration
-
Get the attributes of this configuration.
- getAuthorization(User) - ?????? org.osgi.service.useradmin.UserAdmin
-
Creates an
Authorization
object that encapsulates the specifiedUser
object and theRole
objects it possesses. - getAutoExport() - ?????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the auto-export mode for the service.
- getAvailability() - ?????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return whether or not a matching service is required at all times.
- getBase64() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with base 64 (
b64
) format. - getBinary() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with binary (
bin
) format. - getBindMethod() - ?????? org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the bind method.
- getBoolean() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with boolean (
bool
) format. - getBoolean() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the
StatusVariable
value if its type isboolean
. - getBoolean(String, boolean) - ?????? org.osgi.service.prefs.Preferences
-
Returns the
boolean
value represented by theString
object associated with the specifiedkey
in this node. - getBundle() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint bundle associated with this event.
- getBundle() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the bundle that created this Coordination.
- getBundle() - ?????? org.osgi.service.log.LogEntry
-
Returns the bundle that created this
LogEntry
object. - getBundle() - ?????? org.osgi.service.metatype.MetaTypeInformation
-
Return the bundle for which this object provides meta type information.
- getBundle(long) - ?????? org.osgi.service.rest.client.RestClient
-
Retrieve the bundle representation for a given bundle Id.
- getBundle(String) - ?????? 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(String) - ?????? org.osgi.service.rest.client.RestClient
-
Retrieve the bundle representation for a given bundle path.
- getBundleContext() - ?????? org.osgi.service.component.ComponentContext
-
Returns the
BundleContext
of the bundle which declares this component. - getBundleContext() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the bundle context of the region within which this subsystem resides.
- getBundleHeaders(long) - ?????? org.osgi.service.rest.client.RestClient
-
Get the header for a bundle given by its bundle Id.
- getBundleHeaders(String) - ?????? org.osgi.service.rest.client.RestClient
-
Get the header for a bundle given by its URI path.
- getBundleInfos() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns an array of
BundleInfo
objects representing the bundles specified in the manifest of this deployment package. - getBundleLocation() - ?????? org.osgi.service.cm.Configuration
-
Get the bundle location.
- getBundlePaths() - ?????? org.osgi.service.rest.client.RestClient
-
Get the bundles currently installed on the managed framework.
- getBundles() - ?????? org.osgi.service.rest.client.RestClient
-
Get the bundle representations for all bundles currently installed in the managed framework.
- getBundleStartLevel(long) - ?????? org.osgi.service.rest.client.RestClient
-
Get the start level for a bundle given by its bundle Id.
- getBundleStartLevel(String) - ?????? org.osgi.service.rest.client.RestClient
-
Get the start level for a bundle given by its URI path.
- getBundleState(long) - ?????? org.osgi.service.rest.client.RestClient
-
Get the state for a given bundle Id.
- getBundleState(String) - ?????? org.osgi.service.rest.client.RestClient
-
Get the state for a given bundle path.
- getByteArray(String, byte[]) - ?????? org.osgi.service.prefs.Preferences
-
Returns the
byte[]
value represented by theString
object associated with the specifiedkey
in this node. - getCardinality() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Return the cardinality of this attribute.
- getCause() - ???????? org.osgi.service.application.ApplicationException
-
Returns the cause of this exception or
null
if no cause was set. - getCause() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return the cause for this
BlueprintEvent.FAILURE
event. - getCause() - ???????? org.osgi.service.cm.ConfigurationException
-
Returns the cause of this exception or
null
if no cause was set. - getCause() - ???????? org.osgi.service.component.ComponentException
-
Returns the cause of this exception or
null
if no cause was set. - getCause() - ???????? org.osgi.service.deploymentadmin.DeploymentException
-
Returns the cause of this exception or
null
if no cause was set. - getCause() - ???????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Returns the cause of this exception or
null
if no cause was set. - getCause() - ???????? org.osgi.service.dmt.DmtException
-
Get the cause of this exception.
- getCause() - ???????? org.osgi.service.http.NamespaceException
-
Returns the cause of this exception or
null
if no cause was set. - getCause() - ???????? org.osgi.service.prefs.BackingStoreException
-
Returns the cause of this exception or
null
if no cause was set. - getCauses() - ???????? org.osgi.service.dmt.DmtException
-
Get all causes of this exception.
- getChangeCount() - ?????? org.osgi.service.cm.Configuration
-
Get the change count.
- getChildNodeNames(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the list of children names of a node.
- getChildNodeNames(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the list of children names of a node.
- getChildren() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the child subsystems of this subsystem.
- getClassName() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the class specified for the bean.
- getCode() - ???????? org.osgi.service.deploymentadmin.DeploymentException
- getCode() - ???????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
- getCode() - ???????? org.osgi.service.dmt.DmtException
-
Get the error code associated with this exception.
- getCollectionClass() - ?????? org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type of the collection.
- getCollectionMethod() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the collection method of this
StatusVariable
. - getComponentConfigurationDTOs(ComponentDescriptionDTO) - ?????? org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the component configurations for the specified component description.
- getComponentDescriptionDTO(Bundle, String) - ?????? org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the
ComponentDescriptionDTO
declared with the specified name by the specified bundle. - getComponentDescriptionDTOs(Bundle...) - ?????? org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the component descriptions declared by the specified active bundles.
- getComponentId() - ???????? org.osgi.service.blueprint.container.NoSuchComponentException
-
Returns the id of the non-existent component.
- getComponentId() - ?????? org.osgi.service.blueprint.reflect.IdRefMetadata
-
Return the id of the referenced component.
- getComponentId() - ?????? org.osgi.service.blueprint.reflect.RefMetadata
-
Return the id of the referenced component.
- getComponentIds() - ?????? org.osgi.service.blueprint.container.BlueprintContainer
-
Returns the set of component ids managed by this Blueprint Container.
- getComponentInstance() - ?????? org.osgi.service.component.ComponentContext
-
Returns the Component Instance object for the component instance associated with this Component Context.
- getComponentInstance(String) - ?????? org.osgi.service.blueprint.container.BlueprintContainer
-
Return the component instance for the specified component id.
- getComponentMetadata(String) - ?????? org.osgi.service.blueprint.container.BlueprintContainer
-
Return the Component Metadata object for the component with the specified component id.
- getComponentName() - ?????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the value of the
component-name
attribute of the service reference. - getConfiguration(String) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new
Configuration
object from the persistent store. - getConfiguration(String, String) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
Get an existing
Configuration
object from the persistent store, or create a newConfiguration
object. - getConfigurationTypes() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the configuration types.
- getConstituents() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the constituent resources of this subsystem.
- getContent() - ?????? org.osgi.service.repository.RepositoryContent
-
Returns a new input stream to the content of this resource.
- getCoordination(long) - ?????? org.osgi.service.coordinator.Coordinator
-
Returns the Coordination with the specified id.
- getCoordinations() - ?????? org.osgi.service.coordinator.Coordinator
-
Returns a snapshot of all active Coordinations.
- getCredentials() - ?????? org.osgi.service.useradmin.User
-
Returns a
Dictionary
of the credentials of thisUser
object. - getCurrentContext() - ?????? org.osgi.service.transaction.control.TransactionControl
- getCurrentValue() - ?????? 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() - ????? org.osgi.service.dmt.notification.AlertItem
-
Get the data associated with the alert item.
- getData() - ????? org.osgi.util.pushstream.PushEvent
-
Return the data for this event.
- getDataFile(Bundle) - ?????? org.osgi.service.deploymentadmin.spi.DeploymentSession
-
Returns the private data area of the specified bundle.
- getDate() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with date format.
- getDateTime() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with
dateTime
format. - getDefault() - ?????? org.osgi.service.dmt.MetaNode
-
Get the default value of this node if any.
- getDefaultValue() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Return a default for this attribute.
- getDefaultValue() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the default value, if defined.
- getDependencies() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return the filters identifying the missing dependencies that caused this event.
- getDependsOn() - ?????? org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the ids of any components listed in a
depends-on
attribute for the component. - getDeploymentHeaders() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the headers for this subsystem's deployment manifest.
- getDeploymentPackage(String) - ?????? org.osgi.service.deploymentadmin.DeploymentAdmin
-
Gets the currently installed
DeploymentPackage
instance which has the given symbolic name. - getDeploymentPackage(Bundle) - ?????? org.osgi.service.deploymentadmin.DeploymentAdmin
-
Gives back the installed
DeploymentPackage
that owns the bundle. - getDepth() - ?????? org.osgi.service.upnp.UPnPIcon
-
Returns the color depth of the icon in bits.
- getDescription() - ?????? org.osgi.service.dmt.MetaNode
-
Get the explanation string associated with this node.
- getDescription() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Return a description of this attribute.
- getDescription() - ?????? org.osgi.service.metatype.ObjectClassDefinition
-
Return a description of this object class.
- getDescription(String) - ?????? org.osgi.service.monitor.Monitorable
-
Returns a human readable description of a
StatusVariable
. - getDescription(String) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Returns a human readable description of the given
StatusVariable
. - getDescriptions(String) - ?????? org.osgi.service.upnp.UPnPDevice
-
Get a set of localized UPnP properties.
- getDestroyMethod() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the destroy method specified for the bean.
- getDisplayName() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the Deployment Package human readable name.
- getDouble(String, double) - ?????? org.osgi.service.prefs.Preferences
-
Returns the
double
value represented by theString
object associated with the specifiedkey
in this node. - getDriver() - ?????? org.osgi.service.device.Match
-
Return the reference to a Driver service.
- getEffectiveLogLevel(String) - ?????? org.osgi.service.log.admin.LoggerContext
-
Returns the effective log level of the logger name in this Logger Context.
- getEffectiveNodeAcl(String) - ?????? org.osgi.service.dmt.DmtSession
-
Gives the Access Control List in effect for a given node.
- getEnclosingCoordination() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the Coordination enclosing this Coordination if this Coordination is on the thread local Coordination stack.
- getEndpoint() - ????? org.osgi.service.remoteserviceadmin.EndpointEvent
-
Return the endpoint associated with this event.
- getEntries() - ?????? org.osgi.service.blueprint.reflect.MapMetadata
-
Return the entries for the map.
- getEntries() - ?????? org.osgi.service.blueprint.reflect.PropsMetadata
-
Return the entries for the properties.
- getError() - ????? org.osgi.util.measurement.Measurement
-
Returns the error of this
Measurement
object. - getErrorCode() - ???????? org.osgi.service.application.ApplicationException
-
Returns the error code associated with this exception.
- getEventFilter() - ?????? org.osgi.service.application.ScheduledApplication
-
Queries the event filter for the triggering event.
- getException() - ???????? org.osgi.service.http.NamespaceException
-
Returns the nested exception.
- getException() - ?????? org.osgi.service.log.LogEntry
-
Returns the exception object associated with this
LogEntry
object. - getException() - ?????? org.osgi.service.remoteserviceadmin.ExportRegistration
-
Return the exception for any error during the export process.
- getException() - ?????? org.osgi.service.remoteserviceadmin.ImportRegistration
-
Return the exception for any error during the import process.
- getException() - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the exception for this event.
- getExitValue(long) - ????? org.osgi.service.application.ApplicationHandle
-
Returns the exit value for the application instance.
- getExportedEndpoint() - ?????? org.osgi.service.remoteserviceadmin.ExportReference
-
Return the Endpoint Description for the local endpoint.
- getExportedService() - ?????? org.osgi.service.remoteserviceadmin.ExportReference
-
Return the service being exported.
- getExportedServices() - ?????? org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Return the currently active Export References.
- getExportReference() - ?????? org.osgi.service.remoteserviceadmin.ExportRegistration
-
Return the Export Reference for the exported service.
- getExportReference() - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the Export Reference for this event.
- getExpressionCombiner() - ?????? org.osgi.service.repository.Repository
-
Return an expression combiner.
- getExtenderBundle() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint extender bundle that is generating this event.
- getExtensionProperty(String) - ?????? org.osgi.service.dmt.MetaNode
-
Returns the value for the specified extension property key.
- getExtensionPropertyKeys() - ?????? 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() - ?????? 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) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new
Configuration
object from the persistent store. - getFactoryConfiguration(String, String, String) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new
Configuration
object from the persistent store. - getFactoryMethod() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the factory method for the bean.
- getFactoryPid() - ?????? org.osgi.service.cm.Configuration
-
For a factory configuration return the PID of the corresponding Managed Service Factory, else return
null
. - getFactoryPid() - ????? org.osgi.service.cm.ConfigurationEvent
-
Returns the factory pid of the associated configuration.
- getFactoryPids() - ?????? org.osgi.service.metatype.MetaTypeInformation
-
Return the Factory PIDs (for ManagedServiceFactories) for which ObjectClassDefinition information is available.
- getFailedPromises() - ???????? org.osgi.util.promise.FailedPromisesException
-
Returns the collection of Promises that have been resolved with a failure.
- getFailure() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the failure cause of this Coordination.
- getFailure() - ?????? org.osgi.util.promise.Promise
-
Returns the failure of this Promise.
- getFailure() - ????? org.osgi.util.pushstream.PushEvent
-
Return the error that terminated the stream.
- getFilter() - ???????? 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() - ?????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the filter expression that a matching service must match.
- getFlavors() - ?????? org.osgi.service.wireadmin.Wire
-
Return the list of data types understood by the Consumer service connected to this
Wire
object. - getFloat() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with
float
format. - getFloat() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the
StatusVariable
value if its type isfloat
. - getFloat(String, float) - ?????? org.osgi.service.prefs.Preferences
-
Returns the float
value
represented by theString
object associated with the specifiedkey
in this node. - getFormat() - ????? org.osgi.service.dmt.DmtData
-
Get the node's format, expressed in terms of type constants defined in this class.
- getFormat() - ?????? org.osgi.service.dmt.MetaNode
-
Get the node's format, expressed in terms of type constants defined in
DmtData
. - getFormatName() - ????? org.osgi.service.dmt.DmtData
-
Returns the format of this
DmtData
asString
. - getFrameworkStartLevel() - ?????? org.osgi.service.rest.client.RestClient
-
Retrieves the current framework start level.
- getFrameworkUUID() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Return the framework UUID for the remote service, if present.
- getFunction() - ????? org.osgi.util.converter.Rule
- getFunction() - ?????? org.osgi.util.converter.TargetRule
-
The function to perform the conversion.
- getFunction() - ????? org.osgi.util.converter.TypeRule
- getHeader(String) - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the requested deployment package manifest header from the main section.
- getHeight() - ?????? org.osgi.service.upnp.UPnPIcon
-
Returns the height of the icon in pixels.
- getIcon() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns a URL pointing to an image that represents the icon for this Deployment Package.
- getIcon(int) - ?????? org.osgi.service.metatype.ObjectClassDefinition
-
Return an
InputStream
object that can be used to create an icon from. - getIcons(String) - ?????? org.osgi.service.upnp.UPnPDevice
-
Lists all icons for this device in a given locale.
- getId() - ?????? org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the id of the component.
- getId() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the id assigned to this Coordination.
- getId() - ???????? org.osgi.service.coordinator.CoordinationException
-
Returns the id of the
Coordination
associated with this exception. - getId() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the endpoint's id.
- getId() - ?????? org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
Get the id of this resource.
- getId() - ?????? org.osgi.service.upnp.UPnPService
-
Returns the
serviceId
field in the UPnP service description. - getID() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Unique identity for this attribute.
- getID() - ?????? org.osgi.service.metatype.ObjectClassDefinition
-
Return the id of this object class.
- getID() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the ID of this
StatusVariable
. - getIdentification() - ????? org.osgi.service.wireadmin.BasicEnvelope
- getIdentification() - ?????? org.osgi.service.wireadmin.Envelope
-
Return the identification of this
Envelope
object. - getImportedEndpoint() - ?????? org.osgi.service.remoteserviceadmin.ImportReference
-
Return the Endpoint Description for the remote endpoint.
- getImportedEndpoints() - ?????? org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Return the currently active Import References.
- getImportedService() - ?????? org.osgi.service.remoteserviceadmin.ImportReference
-
Return the Service Reference for the proxy for the endpoint.
- getImportReference() - ?????? org.osgi.service.remoteserviceadmin.ImportRegistration
-
Return the Import Reference for the imported service.
- getImportReference() - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the Import Reference for this event.
- getIndex() - ?????? 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() - ?????? org.osgi.service.provisioning.ProvisioningService
-
Returns a reference to the Provisioning Dictionary.
- getInitiator() - ?????? org.osgi.service.monitor.MonitoringJob
-
Returns the identifier of the principal who initiated the job.
- getInitMethod() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the init method specified for the bean.
- getInputArgumentNames() - ?????? org.osgi.service.upnp.UPnPAction
-
Lists all input arguments for this action.
- getInputStream() - ?????? org.osgi.service.upnp.UPnPIcon
-
Returns an
InputStream
object for the icon data. - getInstance() - ?????? org.osgi.service.component.ComponentInstance
-
Returns the component instance of the activated component configuration.
- getInstanceId() - ?????? org.osgi.application.ApplicationContext
-
This method returns the identifier of the corresponding application instance.
- getInstanceId() - ????? org.osgi.service.application.ApplicationHandle
-
Returns the unique identifier of this instance.
- getInt() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with integer (
int
) format. - getInt(String, int) - ?????? org.osgi.service.prefs.Preferences
-
Returns the
int
value represented by theString
object associated with the specifiedkey
in this node. - getInteger() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the
StatusVariable
value if its type isint
. - getIntents() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Return the list of intents implemented by this endpoint.
- getInterface() - ?????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the name of the interface type that a matching service must support.
- getInterfaces() - ?????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the type names of the interfaces that the service should be advertised as supporting.
- getInterfaces() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Provide the list of interfaces implemented by the exported service.
- getJavaDataType() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the Java class associated with the UPnP data type of this state variable.
- getKey() - ?????? org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the key of the map entry.
- getKeyType() - ?????? org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map keys.
- getLastValue() - ?????? org.osgi.service.wireadmin.Wire
-
Return the last value sent through this
Wire
object. - getLatitude() - ????? org.osgi.util.position.Position
-
Returns the latitude of this position in radians.
- getLevel() - ?????? org.osgi.service.log.LogEntry
-
????Since 1.4. Replaced by
LogEntry.getLogLevel()
. - getListenerComponent() - ?????? org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the Metadata for the component that will receive bind and unbind events.
- getListenerComponent() - ?????? org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the Metadata for the component that will receive registration and unregistration events.
- getLocales() - ?????? org.osgi.service.metatype.MetaTypeProvider
-
Return a list of available locales.
- getLocation() - ?????? org.osgi.service.log.LogEntry
-
Returns the location information of the creation of this
LogEntry
object. - getLocation() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the location identifier of this subsystem.
- getLockType() - ?????? org.osgi.service.dmt.DmtSession
-
Gives the type of lock the session has.
- getLog() - ?????? org.osgi.service.log.LogReaderService
-
Returns an
Enumeration
of theLogEntry
objects in the log. - getLogger(Class<?>) - ?????? org.osgi.service.log.LoggerFactory
-
Return the
Logger
named with the specified class. - getLogger(Class<?>, Class<L>) - ?????? org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified class. - getLogger(String) - ?????? org.osgi.service.log.LoggerFactory
-
Return the
Logger
named with the specified name. - getLogger(String, Class<L>) - ?????? org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified name. - getLogger(Bundle, String, Class<L>) - ?????? org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified name for the specified bundle. - getLoggerContext(String) - ?????? org.osgi.service.log.admin.LoggerAdmin
-
Get the Logger Context for the specified name.
- getLoggerName() - ?????? org.osgi.service.log.LogEntry
-
Returns the name of the
Logger
object used to create thisLogEntry
object. - getLogLevel() - ?????? org.osgi.service.log.LogEntry
-
Returns the level of this
LogEntry
object. - getLogLevels() - ?????? org.osgi.service.log.admin.LoggerContext
-
Returns the configured log levels for this Logger Context.
- getLong() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with long format.
- getLong(String, long) - ?????? org.osgi.service.prefs.Preferences
-
Returns the
long
value represented by theString
object associated with the specifiedkey
in this node. - getLongitude() - ????? org.osgi.util.position.Position
-
Returns the longitude of this position in radians.
- getMark() - ????? org.osgi.service.dmt.notification.AlertItem
-
Get the mark parameter associated with the alert item.
- getMatchValue() - ?????? org.osgi.service.device.Match
-
Return the match value of this object.
- getMax() - ?????? org.osgi.service.dmt.MetaNode
-
Get the maximum allowed value associated with a node of numeric format.
- getMaximum() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the maximum value, if defined.
- getMaxOccurrence() - ?????? org.osgi.service.dmt.MetaNode
-
Get the number of maximum occurrences of this type of nodes on the same level in the DMT.
- getMembers() - ?????? org.osgi.service.useradmin.Group
-
Gets the basic members of this
Group
object. - getMemberType() - ?????? org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Return whether the List will contain service object proxies or
ServiceReference
objects. - getMessage() - ???????? org.osgi.service.dmt.DmtException
-
Get the message associated with this exception.
- getMessage() - ?????? org.osgi.service.log.LogEntry
-
Returns the formatted message associated with this
LogEntry
object. - getMetadata(Class<T>) - ?????? org.osgi.service.blueprint.container.BlueprintContainer
-
Return all
ComponentMetadata
objects of the specified Component Metadata type. - getMetaNode(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the meta data which describes a given node.
- getMetaNode(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the meta data which describes a given node.
- getMetaTypeInformation(Bundle) - ?????? org.osgi.service.metatype.MetaTypeService
-
Return the MetaType information for the specified bundle.
- getMimeType() - ?????? org.osgi.service.upnp.UPnPIcon
-
Returns the MIME type of the icon.
- getMimeType(String) - ????? org.osgi.service.http.context.ServletContextHelper
-
Maps a name to a MIME type.
- getMimeType(String) - ?????? org.osgi.service.http.HttpContext
-
Maps a name to a MIME type.
- getMimeTypes() - ?????? org.osgi.service.dmt.MetaNode
-
Get the list of MIME types this node can hold.
- getMin() - ?????? org.osgi.service.dmt.MetaNode
-
Get the minimum allowed value associated with a node of numeric format.
- getMinimum() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the minimum value, if defined.
- getMonitorableNames() - ?????? org.osgi.service.monitor.MonitorAdmin
-
Returns the names of the
Monitorable
services that are currently registered. - getMountPath() - ?????? org.osgi.service.dmt.spi.MountPoint
-
Provides the absolute mount path of this
MountPoint
- getName() - ?????? org.osgi.service.blueprint.reflect.BeanProperty
-
Return the name of the property to be injected.
- getName() - ?????? org.osgi.service.cm.ManagedServiceFactory
-
Return a descriptive name of this factory.
- getName() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the name of this Coordination.
- getName() - ???????? org.osgi.service.coordinator.CoordinationException
-
Returns the name of the
Coordination
associated with this exception. - getName() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the Deployment Package Symbolic Name of the package.
- getName() - ?????? org.osgi.service.log.admin.LoggerContext
-
Returns the name for this Logger Context.
- getName() - ?????? org.osgi.service.log.Logger
-
Return the name of this Logger.
- getName() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Get the name of the attribute.
- getName() - ?????? org.osgi.service.metatype.ObjectClassDefinition
-
Return the name of this object class.
- getName() - ?????? org.osgi.service.upnp.UPnPAction
-
Returns the action name.
- getName() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the variable name.
- getName() - ?????? org.osgi.service.useradmin.Authorization
-
Gets the name of the
User
that thisAuthorization
context was created for. - getName() - ?????? org.osgi.service.useradmin.Role
-
Returns the name of this role.
- getName() - ????? org.osgi.util.measurement.State
-
Returns the name of this
State
. - getNewNodes() - ?????? org.osgi.service.dmt.DmtEvent
-
This method can be used to query the new nodes, when the type of the event is
DmtEvent.COPIED
orDmtEvent.RENAMED
. - getNode() - ????? org.osgi.service.dmt.DmtData
-
Gets the complex data associated with an interior node (
node
format). - getNodeAcl(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the Access Control List associated with a given node.
- getNodes() - ?????? org.osgi.service.dmt.DmtEvent
-
This method can be used to query the subject nodes of this event.
- getNodeSize(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the size of the data in a leaf node.
- getNodeSize(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the size of the data in a leaf node.
- getNodeTimestamp(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the timestamp when the node was created or last modified.
- getNodeTimestamp(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the timestamp when the node was last modified.
- getNodeTitle(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the title of a node.
- getNodeTitle(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the title of a node.
- getNodeType(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the type of a node.
- getNodeType(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the type of a node.
- getNodeValue(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the data contained in a leaf or interior node.
- getNodeValue(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the data contained in a leaf or interior node.
- getNodeVersion(String) - ?????? org.osgi.service.dmt.DmtSession
-
Get the version of a node.
- getNodeVersion(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Get the version of a node.
- getObjectClassDefinition(String, String) - ?????? 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, ?>) - ?????? org.osgi.service.jndi.JNDIProviderAdmin
-
Resolve the object from the given reference.
- getObjectInstance(Object, Name, Context, Map<String, ?>, Attributes) - ?????? org.osgi.service.jndi.JNDIProviderAdmin
-
Resolve the object from the given reference.
- getOptionLabels() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Return a list of labels of option values.
- getOptionValues() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Return a list of option values that this attribute can take.
- getOutputArgumentNames() - ?????? org.osgi.service.upnp.UPnPAction
-
List all output arguments for this action.
- getPackageVersion(String) - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Provide the version of the given package name.
- getParents() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the parent subsystems of this subsystem.
- getParticipants() - ?????? org.osgi.service.coordinator.Coordination
-
Returns a snapshot of the Participants registered with this Coordination.
- getPermissions(String) - ????? org.osgi.service.dmt.Acl
-
Get the permissions associated to a given principal.
- getPersistenceProviderBundle() - ?????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
This method returns the
Bundle
which provides thePersistenceProvider
implementation that is used by thisEntityManagerFactoryBuilder
. - getPersistenceProviderName() - ?????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
This method returns the name of the
PersistenceProvider
implementation that is used by thisEntityManagerFactoryBuilder
. - getPid() - ?????? org.osgi.service.cm.Configuration
-
Get the PID for this
Configuration
object. - getPid() - ????? org.osgi.service.cm.ConfigurationEvent
-
Returns the pid of the associated configuration.
- getPids() - ?????? org.osgi.service.metatype.MetaTypeInformation
-
Return the PIDs (for ManagedServices) for which ObjectClassDefinition information is available.
- getPolicy() - ?????? org.osgi.util.pushstream.QueuePolicyOption
- getPolicy(long) - ?????? 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. - getPrincipal() - ?????? org.osgi.service.dmt.DmtSession
-
Gives the name of the principal on whose behalf the session was created.
- getPrincipals() - ????? org.osgi.service.dmt.Acl
-
Get the list of principals who have any kind of permissions on this node.
- getProcessedProperties(ServiceReference<?>) - ?????? org.osgi.service.cm.Configuration
-
Return the processed properties of this
Configuration
object. - getPromise() - ????? org.osgi.util.promise.Deferred
-
Returns the Promise associated with this Deferred.
- getProperties() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the properties for the bean.
- getProperties() - ?????? org.osgi.service.cm.Configuration
-
Return the properties of this
Configuration
object. - getProperties() - ?????? org.osgi.service.component.ComponentContext
-
Returns the component properties for this Component Context.
- getProperties() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns all endpoint properties.
- getProperties() - ?????? org.osgi.service.useradmin.Role
-
Returns a
Dictionary
of the (public) properties of thisRole
object. - getProperties() - ?????? org.osgi.service.wireadmin.Wire
-
Return the wire properties for this
Wire
object. - getProperties(String) - ????? org.osgi.service.application.ApplicationDescriptor
-
Returns the properties of the application descriptor as key-value pairs.
- getPropertiesSpecific(String) - ????? org.osgi.service.application.ApplicationDescriptor
-
Container implementations can provide application model specific and/or container implementation specific properties via this method.
- getProperty() - ???????? org.osgi.service.cm.ConfigurationException
-
Return the property name that caused the failure or null.
- getProperty(String) - ?????? org.osgi.service.dmt.DmtEvent
-
This method can be used to get the value of a single event property.
- getProperty(String) - ????? org.osgi.service.event.Event
-
Retrieve the value of an event property.
- getPropertyNames() - ?????? org.osgi.service.dmt.DmtEvent
-
This method can be used to query the names of all properties of this event.
- getPropertyNames() - ????? org.osgi.service.event.Event
-
Returns a list of this event's property names.
- getProviderFor(Driver, Properties, Map<String, Object>) - ?????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
Create a private
JDBCConnectionProvider
using an existingDriver
. - getProviderFor(EntityManagerFactory, Map<String, Object>) - ?????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
Create a private
JPAEntityManagerProvider
using an existingEntityManagerFactory
. - getProviderFor(DataSource, Map<String, Object>) - ?????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
Create a private
JDBCConnectionProvider
using an existingDataSource
. - getProviderFor(XADataSource, Map<String, Object>) - ?????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
Create a private
JDBCConnectionProvider
using an existingXADataSource
. - getProviderFor(DataSourceFactory, Properties, Map<String, Object>) - ?????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
Create a private
JDBCConnectionProvider
using a DataSourceFactory. - getProviderFor(EntityManagerFactoryBuilder, Map<String, Object>, Map<String, Object>) - ?????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
Create a private
JPAEntityManagerProvider
using anEntityManagerFactoryBuilder
. - getRanking() - ?????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the ranking value to use when advertising the service.
- getRawBinary() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node in raw binary (
DmtData.FORMAT_RAW_BINARY
) format. - getRawClass() - ????? org.osgi.service.blueprint.container.ReifiedType
-
Return the raw class represented by this type.
- getRawFormatNames() - ?????? org.osgi.service.dmt.MetaNode
-
Get the format names for any raw formats supported by the node.
- getRawString() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node in raw
String
(DmtData.FORMAT_RAW_STRING
) format. - getRealPath(String) - ????? org.osgi.service.http.context.ServletContextHelper
-
Gets the real path corresponding to the given virtual path.
- getReason() - ???????? org.osgi.service.cm.ConfigurationException
-
Return the reason for this exception.
- getReference() - ????? org.osgi.service.cm.ConfigurationEvent
-
Return the
ServiceReference
object of the Configuration Admin service that created this event. - getReferenceListeners() - ?????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the reference listeners to receive bind and unbind events.
- getRegistrationListeners() - ?????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the registration listeners to be notified when the service is registered and unregistered with the framework.
- getRegistrationMethod() - ?????? org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the registration method.
- getReportCount() - ?????? org.osgi.service.monitor.MonitoringJob
-
Returns the number of times
MonitorAdmin
will query theStatusVariable
s (for time based jobs), or the number of changes of aStatusVariable
between notifications (for change based jobs). - getRequiredMembers() - ?????? org.osgi.service.useradmin.Group
-
Gets the required members of this
Group
object. - getRequirement() - ?????? org.osgi.service.repository.IdentityExpression
-
Return the
Requirement
contained in thisIdentityExpression
. - getRequirementExpression() - ?????? org.osgi.service.repository.NotExpression
-
Return the requirement expression that is negated by this
NotExpression
. - getRequirementExpressions() - ?????? org.osgi.service.repository.AndExpression
-
Return the requirement expressions that are combined by this
AndExpression
. - getRequirementExpressions() - ?????? org.osgi.service.repository.OrExpression
-
Return the requirement expressions that are combined by this
OrExpression
. - getResource(String) - ????? org.osgi.service.http.context.ServletContextHelper
-
Maps a resource name to a URL.
- getResource(String) - ?????? org.osgi.service.http.HttpContext
-
Maps a resource name to a URL.
- getResource(TransactionControl) - ?????? org.osgi.service.transaction.control.ResourceProvider
-
Get a resource which will associate with the current transaction context when used
- getResourceHeader(String, String) - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the requested deployment package manifest header from the name section determined by the resource parameter.
- getResourcePaths(String) - ????? 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) - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
At the time of deployment, resource processor service instances are located to resources contained in a deployment package.
- getResources() - ?????? 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() - ?????? org.osgi.service.upnp.UPnPAction
-
Returns the name of the designated return argument.
- getRole() - ????? org.osgi.service.useradmin.UserAdminEvent
-
Gets the
Role
object this event was generated for. - getRole(String) - ?????? org.osgi.service.useradmin.UserAdmin
-
Gets the
Role
object with the givenname
from this User Admin service. - getRoles() - ?????? org.osgi.service.useradmin.Authorization
-
Gets the names of all roles implied by this
Authorization
context. - getRoles(String) - ?????? 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() - ?????? org.osgi.service.transaction.control.TransactionContext
-
Is this transaction marked for rollback only
- getRollbackOnly() - ?????? org.osgi.service.transaction.control.TransactionControl
-
Gets the rollback status of the active transaction
- getRootUri() - ?????? org.osgi.service.dmt.DmtSession
-
Get the root URI associated with this session.
- getRunningJobs() - ?????? org.osgi.service.monitor.MonitorAdmin
-
Returns the list of currently running
MonitoringJob
s. - getRuntimeDTO() - ?????? org.osgi.service.http.runtime.HttpServiceRuntime
-
Return the runtime DTO representing the current state.
- getRuntimeDTO() - ?????? org.osgi.service.jaxrs.runtime.JaxrsServiceRuntime
-
Return the runtime DTO representing the current state.
- getSchedule() - ?????? org.osgi.service.monitor.MonitoringJob
-
Returns the delay (in seconds) between two samples.
- getScheduleId() - ?????? org.osgi.service.application.ScheduledApplication
-
Returns the identifier of this schedule.
- getScope() - ?????? org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the scope for the bean.
- getScope() - ?????? org.osgi.service.dmt.MetaNode
-
Return the scope of the node.
- getScope() - ????? org.osgi.service.wireadmin.BasicEnvelope
- getScope() - ?????? org.osgi.service.wireadmin.Envelope
-
Return the scope name of this
Envelope
object. - getScope() - ?????? org.osgi.service.wireadmin.Wire
-
Return the calculated scope of this
Wire
object. - getScopedValue(Object) - ?????? org.osgi.service.transaction.control.TransactionContext
-
Get a value scoped to this transaction
- getSequence() - ?????? org.osgi.service.log.LogEntry
-
Returns the sequence number for this
LogEntry
object. - getService() - ?????? org.osgi.service.component.ComponentServiceObjects
-
Returns a service object for the
associated
service. - getService(String) - ?????? org.osgi.service.upnp.UPnPDevice
-
Locates a specific service by its service id.
- getService(Bundle, ServiceRegistration<Object>) - ????? org.osgi.util.xml.XMLParserActivator
-
Creates a new XML Parser Factory object.
- getServiceComponent() - ?????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the Metadata for the component to be exported as a service.
- getServiceId() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the service id for the service exported through this endpoint.
- getServiceObject() - ????? org.osgi.application.ApplicationServiceEvent
-
This method returns the service object of this service bound to the listener application instance.
- getServicePaths() - ?????? org.osgi.service.rest.client.RestClient
-
Gets a collection of URI paths to all installed services.
- getServicePaths(String) - ?????? org.osgi.service.rest.client.RestClient
-
Gets a collection of URI paths to all installed services.
- getServiceProperties() - ?????? org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the user declared properties to be advertised with the service.
- getServiceProperties(Object) - ?????? org.osgi.application.ApplicationContext
-
Application can query the service properties of a service object it is bound to.
- getServiceReference() - ?????? 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() - ?????? org.osgi.service.component.ComponentServiceObjects
-
Returns the
ServiceReference
for the service associated with thisComponentServiceObjects
object. - getServiceReference() - ?????? org.osgi.service.log.LogEntry
-
Returns the
ServiceReference
object for the service associated with thisLogEntry
object. - getServiceReference() - ????? org.osgi.service.useradmin.UserAdminEvent
-
Gets the
ServiceReference
object of the User Admin service that generated this event. - getServiceReference() - ????? org.osgi.service.wireadmin.WireAdminEvent
-
Return the
ServiceReference
object of the Wire Admin service that created this event. - getServiceReference(long) - ?????? org.osgi.service.rest.client.RestClient
-
Get the service representation for a service given by its service Id.
- getServiceReference(String) - ?????? org.osgi.service.rest.client.RestClient
-
Get the service representation for a service given by its URI path.
- getServiceReferences() - ?????? org.osgi.service.rest.client.RestClient
-
Get the service representations for all services.
- getServiceReferences(String) - ?????? org.osgi.service.rest.client.RestClient
-
Get the service representations for all services.
- getServices() - ?????? org.osgi.service.upnp.UPnPDevice
-
Lists all services provided by this device.
- getSession(String) - ?????? 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) - ?????? 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) - ?????? 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() - ?????? org.osgi.service.dmt.DmtEvent
-
This method returns the identifier of the session in which this event took place.
- getSessionId() - ?????? org.osgi.service.dmt.DmtSession
-
The unique identifier of the session.
- getSize() - ????? org.osgi.service.dmt.DmtData
-
Get the size of the data.
- getSize() - ?????? org.osgi.service.upnp.UPnPIcon
-
Returns the size of the icon in bytes.
- getSource() - ????? org.osgi.service.dmt.notification.AlertItem
-
Get the node which is the source of the alert.
- getSource() - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the bundle source of this event.
- getSourceDeploymentPackage() - ?????? 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() - ????? org.osgi.util.position.Position
-
Returns the ground speed of this position in meters per second.
- getStartupParameters() - ?????? org.osgi.application.ApplicationContext
-
Returns the startup parameters specified when calling the
org.osgi.service.application.ApplicationDescriptor#launch(Map)
method. - getState() - ????? org.osgi.service.application.ApplicationHandle
-
Get the state of the application instance.
- getState() - ?????? org.osgi.service.dmt.DmtSession
-
Get the current state of this session.
- getState() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the current state of this subsystem.
- getStateVariable(String) - ?????? org.osgi.service.upnp.UPnPAction
-
Finds the state variable associated with an argument name.
- getStateVariable(String) - ?????? org.osgi.service.upnp.UPnPService
-
Gets a
UPnPStateVariable
objects provided by this service by name - getStateVariables() - ?????? org.osgi.service.upnp.UPnPService
-
Lists all
UPnPStateVariable
objects provided by this service. - getStatusVariable(String) - ?????? org.osgi.service.monitor.Monitorable
-
Returns the
StatusVariable
object addressed by its identifier. - getStatusVariable(String) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Returns a
StatusVariable
addressed by its full path. - getStatusVariableNames() - ?????? org.osgi.service.monitor.Monitorable
-
Returns the list of
StatusVariable
identifiers published by thisMonitorable
. - getStatusVariableNames() - ?????? org.osgi.service.monitor.MonitoringJob
-
Returns the list of
StatusVariable
names that are the targets of this measurement job. - getStatusVariableNames(String) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Returns the list of
StatusVariable
names published by aMonitorable
instance. - getStatusVariables(String) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Returns the
StatusVariable
objects published by aMonitorable
instance. - getStep() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the size of an increment operation, if defined.
- getString() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with string (
chr
) format. - getString() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the
StatusVariable
value if its type isString
. - getStringValue() - ?????? org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the unconverted string representation of the value.
- getSubsystemHeaders(Locale) - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the headers for this subsystem's subsystem manifest.
- getSubsystemId() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the identifier of this subsystem.
- getSymbolicName() - ?????? org.osgi.service.deploymentadmin.BundleInfo
-
Returns the Bundle Symbolic Name of the represented bundle.
- getSymbolicName() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the symbolic name of this subsystem.
- getSystemPreferences() - ?????? org.osgi.service.prefs.PreferencesService
-
Returns the root system node for the calling bundle.
- getTargetDeploymentPackage() - ?????? 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() - ????? org.osgi.util.converter.Rule
- getTargetType() - ?????? org.osgi.util.converter.TargetRule
-
The target type of this rule.
- getTargetType() - ????? org.osgi.util.converter.TypeRule
- getThread() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the thread in whose thread local Coordination stack this Coordination has been
pushed
. - getThreadInfo() - ?????? org.osgi.service.log.LogEntry
-
Returns a string representing the thread which created this
LogEntry
object. - getThrowable() - ????? org.osgi.service.wireadmin.WireAdminEvent
-
Returns the exception associated with the event, if any.
- getTime() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with time format.
- getTime() - ?????? org.osgi.service.log.LogEntry
-
Returns the value of
currentTimeMillis()
at the time thisLogEntry
object was created. - getTime() - ????? org.osgi.util.measurement.Measurement
-
Returns the time at which this
Measurement
object was taken. - getTime() - ????? org.osgi.util.measurement.State
-
Returns the time with which this
State
was created. - getTimeout() - ?????? org.osgi.service.blueprint.reflect.ReferenceMetadata
-
Return the timeout for service invocations when a backing service is unavailable.
- getTimestamp() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return the time at which this event was created.
- getTimeStamp() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the timestamp associated with the
StatusVariable
. - getTopic() - ?????? org.osgi.service.application.ScheduledApplication
-
Queries the topic of the triggering event.
- getTopic() - ????? org.osgi.service.event.Event
-
Returns the topic of this event.
- getTrack() - ????? org.osgi.util.position.Position
-
Returns the track of this position in radians as a compass heading.
- getTransactionKey() - ?????? org.osgi.service.transaction.control.TransactionContext
-
Get the key associated with the current transaction
- getTransactionStatus() - ?????? org.osgi.service.transaction.control.TransactionContext
- getType() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return the type of this event.
- getType() - ?????? org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the name of the type to which the value should be converted.
- getType() - ????? org.osgi.service.cm.ConfigurationEvent
-
Return the type of this event.
- getType() - ???????? org.osgi.service.coordinator.CoordinationException
-
Returns the type for this exception.
- getType() - ?????? org.osgi.service.dmt.DmtEvent
-
This method returns the type of this event.
- getType() - ????? org.osgi.service.dmt.notification.AlertItem
-
Get the type associated with the alert item.
- getType() - ?????? org.osgi.service.metatype.AttributeDefinition
-
Return the type for this attribute.
- getType() - ????? org.osgi.service.monitor.StatusVariable
-
Returns information on the data type of this
StatusVariable
. - getType() - ????? org.osgi.service.remoteserviceadmin.EndpointEvent
-
Return the type of this event.
- getType() - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Return the type of this event.
- getType() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the
type
of this subsystem. - getType() - ?????? org.osgi.service.upnp.UPnPService
-
Returns the
serviceType
field in the UPnP service description. - getType() - ?????? org.osgi.service.useradmin.Role
-
Returns the type of this role.
- getType() - ????? org.osgi.service.useradmin.UserAdminEvent
-
Returns the type of this event.
- getType() - ????? org.osgi.service.wireadmin.WireAdminEvent
-
Return the type of this event.
- getType() - ????? org.osgi.util.converter.TypeReference
-
Return the actual type of this Type Reference
- getType() - ????? org.osgi.util.pushstream.PushEvent
-
Get the type of this event.
- getUnbindMethod() - ?????? org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the unbind method.
- getUnit() - ????? org.osgi.util.measurement.Measurement
-
Returns the
Unit
object of thisMeasurement
object. - getUnregistrationMethod() - ?????? org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the unregistration method.
- getUPnPDataType() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Returns the UPnP type of this state variable.
- getUPnPError_Code() - ???????? org.osgi.service.upnp.UPnPException
-
????As of 1.2. Replaced by
UPnPException.getUPnPErrorCode()
. - getUPnPErrorCode() - ???????? org.osgi.service.upnp.UPnPException
-
Returns the UPnP Error Code occurred by UPnPDevices during invocation.
- getURI() - ???????? org.osgi.service.dmt.DmtException
-
Get the node on which the failed DMT operation was issued.
- getUser(String, String) - ?????? org.osgi.service.useradmin.UserAdmin
-
Gets the user with the given property
key
-value
pair from the User Admin service database. - getUserPreferences(String) - ?????? org.osgi.service.prefs.PreferencesService
-
Returns the root node for the specified user and the calling bundle.
- getUsers() - ?????? org.osgi.service.prefs.PreferencesService
-
Returns the names of users for which node trees exist.
- getUsingBundle() - ?????? org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
servicescope="bundle"
orservicescope="prototype"
attribute, then this method returns the bundle using the service provided by the component instance. - getValidNames() - ?????? 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() - ?????? org.osgi.service.dmt.MetaNode
-
Return an array of DmtData objects if valid values are defined for the node, or
null
otherwise. - getValue() - ?????? org.osgi.service.blueprint.reflect.BeanArgument
-
Return the Metadata for the argument value.
- getValue() - ?????? org.osgi.service.blueprint.reflect.BeanProperty
-
Return the Metadata for the value to be injected into a bean.
- getValue() - ?????? org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the value of the map entry.
- getValue() - ????? org.osgi.service.wireadmin.BasicEnvelope
- getValue() - ?????? org.osgi.service.wireadmin.Envelope
-
Return the value associated with this
Envelope
object. - getValue() - ????? org.osgi.util.measurement.Measurement
-
Returns the value of this
Measurement
object. - getValue() - ????? org.osgi.util.measurement.State
-
Returns the value of this
State
. - getValue() - ?????? org.osgi.util.promise.Promise
-
Returns the value of this Promise.
- getValues() - ?????? org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return Metadata for the values of the collection.
- getValueType() - ?????? 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() - ?????? org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type specified for the values of the collection.
- getValueType() - ?????? org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map values.
- getVariables() - ?????? org.osgi.service.coordinator.Coordination
-
Returns the variable map associated with this Coordination.
- getVersion() - ?????? org.osgi.service.deploymentadmin.BundleInfo
-
Returns the version of the represented bundle.
- getVersion() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the version of the deployment package.
- getVersion() - ?????? org.osgi.service.subsystem.Subsystem
-
Returns the
version
of this subsystem. - getVersion() - ?????? org.osgi.service.upnp.UPnPService
-
Returns the version suffix encoded in the
serviceType
field in the UPnP service description. - getWidth() - ?????? org.osgi.service.upnp.UPnPIcon
-
Returns the width of the icon in pixels.
- getWire() - ????? org.osgi.service.wireadmin.WireAdminEvent
-
Return the
Wire
object associated with this event. - getWires(String) - ?????? org.osgi.service.wireadmin.WireAdmin
-
Return the
Wire
objects that match the givenfilter
. - getXAResource() - ?????? org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
Get a new, valid XAResource that can be used in recovery This XAResource will be returned later using the
RecoverableXAResource.releaseXAResource(XAResource)
method - getXml() - ????? org.osgi.service.dmt.DmtData
-
Gets the value of a node with
xml
format. - GRACE_PERIOD - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container has entered the grace period.
- GREEDY - ?? ?????? org.osgi.service.component.annotations.ReferencePolicyOption
- Group - org.osgi.service.useradmin????
-
A named grouping of roles (
Role
objects). - GROUP - ???????? org.osgi.service.useradmin.Role
-
The type of a
Group
role. - Gy - ??????? org.osgi.util.measurement.Unit
-
The absorbed dose unit gray (Gy).
H
- handleEvent(Event) - ?????? org.osgi.service.event.EventHandler
-
Called by the
EventAdmin
service to notify the listener of an event. - handleSecurity(HttpServletRequest, HttpServletResponse) - ????? org.osgi.service.http.context.ServletContextHelper
-
Handles security for the specified request.
- handleSecurity(HttpServletRequest, HttpServletResponse) - ?????? org.osgi.service.http.HttpContext
-
Handles security for the specified request.
- hasCredential(String, Object) - ?????? org.osgi.service.useradmin.User
-
Checks to see if this
User
object has a credential with the specifiedkey
set to the specifiedvalue
. - hashCode() - ????? org.osgi.service.application.ApplicationAdminPermission
- hashCode() - ?????? org.osgi.service.cm.Configuration
-
Hash code is based on PID.
- hashCode() - ????? org.osgi.service.cm.ConfigurationPermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.service.coordinator.CoordinationPermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Returns hash code for this permission object.
- hashCode() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns a hash code value for the object.
- hashCode() - ????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Returns hash code for this permission object.
- hashCode() - ????? org.osgi.service.dmt.Acl
-
Returns the hash code for this ACL instance.
- hashCode() - ????? org.osgi.service.dmt.DmtData
-
Returns the hash code value for this
DmtData
instance. - hashCode() - ????? org.osgi.service.dmt.security.AlertPermission
-
Returns the hash code for this permission object.
- hashCode() - ????? org.osgi.service.dmt.security.DmtPermission
-
Returns the hash code for this permission object.
- hashCode() - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Returns the hash code for this permission object.
- hashCode() - ?????? org.osgi.service.dmt.spi.MountPoint
-
This object must provide a suitable hash function such that a Mount Point given in
MountPlugin.mountPointAdded(MountPoint)
has the same hashCode as the corresponding Mount Point inMountPlugin.mountPointRemoved(MountPoint)
. - hashCode() - ????? org.osgi.service.event.Event
-
Returns a hash code value for this object.
- hashCode() - ????? org.osgi.service.event.EventProperties
-
Returns a hash code value for this object.
- hashCode() - ????? org.osgi.service.event.TopicPermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.service.monitor.MonitorPermission
-
Create an integer hash of the object.
- hashCode() - ????? org.osgi.service.monitor.StatusVariable
-
Returns the hash code value for this
StatusVariable
. - hashCode() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns a hash code value for the object.
- hashCode() - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.service.subsystem.SubsystemPermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.service.useradmin.UserAdminPermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.service.wireadmin.WirePermission
-
Returns the hash code value for this object.
- hashCode() - ????? org.osgi.util.measurement.Measurement
-
Returns a hash code value for this object.
- hashCode() - ????? org.osgi.util.measurement.State
-
Returns a hash code value for this object.
- hashCode() - ????? org.osgi.util.measurement.Unit
-
Returns the hash code for this object.
- hasRole(String) - ?????? org.osgi.service.useradmin.Authorization
-
Checks if the role with the specified name is implied by this
Authorization
context. - hasScope(String) - ?????? org.osgi.service.wireadmin.Wire
-
Return true if the given name is in this
Wire
object's scope. - head() - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- HISTORY - ?? ?????? org.osgi.service.log.stream.LogStreamProvider.Options
-
Include history.
- HOUR_OF_DAY - ???????? org.osgi.service.application.ScheduledApplication
-
The name of the hour of day attribute of a virtual timer event.
- HTTP_SERVICE_CONTEXT_FILTER - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
If a servlet filter, error page or listener wants to be registered with the Http Context(s) managed by the Http Service, they can select the contexts having the
HttpWhiteboardConstants.HTTP_SERVICE_CONTEXT_PROPERTY
property using this filter. - HTTP_SERVICE_CONTEXT_PROPERTY - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
If a servlet filter, error page or listener wants to be registered with the Http Context(s) managed by the Http Service, they can select the contexts having this property.
- HTTP_SERVICE_ENDPOINT - ??????? org.osgi.service.http.runtime.HttpServiceRuntimeConstants
-
Http Runtime Service service property specifying the endpoints upon which the Http Whiteboard implementation is listening.
- HTTP_SERVICE_ID - ??????? org.osgi.service.http.runtime.HttpServiceRuntimeConstants
-
Http Runtime Service service property to associate the Http Runtime Service with one or more HttpService services.
- HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property prefix referencing a
ServletContextHelper
service. - HTTP_WHITEBOARD_CONTEXT_NAME - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the name of an
ServletContextHelper
service. - HTTP_WHITEBOARD_CONTEXT_PATH - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the path of an
ServletContextHelper
service. - HTTP_WHITEBOARD_CONTEXT_SELECT - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property referencing a
ServletContextHelper
service. - HTTP_WHITEBOARD_DEFAULT_CONTEXT_NAME - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
The name of the default
ServletContextHelper
. - HTTP_WHITEBOARD_FILTER_ASYNC_SUPPORTED - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a servlet
Filter
service supports asynchronous processing. - HTTP_WHITEBOARD_FILTER_DISPATCHER - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the dispatcher handling of a servlet
Filter
. - HTTP_WHITEBOARD_FILTER_INIT_PARAM_PREFIX - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property prefix referencing a
Filter
service. - HTTP_WHITEBOARD_FILTER_NAME - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the servlet filter name of a
Filter
service. - HTTP_WHITEBOARD_FILTER_PATTERN - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for a
Filter
service. - HTTP_WHITEBOARD_FILTER_REGEX - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for a servlet
Filter
service. - HTTP_WHITEBOARD_FILTER_SERVLET - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the
servlet names
for a servletFilter
service. - HTTP_WHITEBOARD_IMPLEMENTATION - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
The name of the implementation capability for the Http Whiteboard specification
- HTTP_WHITEBOARD_LISTENER - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property to mark a Listener service as a Whiteboard service.
- HTTP_WHITEBOARD_PREPROCESSOR_INIT_PARAM_PREFIX - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property prefix referencing a
Preprocessor
service. - HTTP_WHITEBOARD_RESOURCE_PATTERN - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for resources.
- HTTP_WHITEBOARD_RESOURCE_PREFIX - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the resource entry prefix for a resource service.
- HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a
Servlet
service supports asynchronous processing. - HTTP_WHITEBOARD_SERVLET_ERROR_PAGE - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a
Servlet
service acts as an error page. - HTTP_WHITEBOARD_SERVLET_INIT_PARAM_PREFIX - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property prefix referencing a
Servlet
service. - HTTP_WHITEBOARD_SERVLET_MULTIPART_ENABLED - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a
Servlet
service has enabled multipart request processing. - HTTP_WHITEBOARD_SERVLET_MULTIPART_FILESIZETHRESHOLD - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the size threshold after which the file will be written to disk.
- HTTP_WHITEBOARD_SERVLET_MULTIPART_LOCATION - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the location where the files can be stored on disk.
- HTTP_WHITEBOARD_SERVLET_MULTIPART_MAXFILESIZE - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the maximum size of a file being uploaded.
- HTTP_WHITEBOARD_SERVLET_MULTIPART_MAXREQUESTSIZE - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the maximum request size.
- HTTP_WHITEBOARD_SERVLET_NAME - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the servlet name of a
Servlet
service. - HTTP_WHITEBOARD_SERVLET_PATTERN - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for a
Servlet
service. - HTTP_WHITEBOARD_SPECIFICATION_VERSION - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
The version of the implementation capability for the Http Whiteboard specification
- HTTP_WHITEBOARD_TARGET - ??????? org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the target filter to select the Http Whiteboard implementation to process the service.
- HttpContext - org.osgi.service.http????
-
Context for HTTP Requests.
- HttpService - org.osgi.service.http????
-
The Http Service allows other bundles in the OSGi environment to dynamically register resources and servlets into the URI namespace of Http Service.
- HttpServiceRuntime - org.osgi.service.http.runtime????
-
The HttpServiceRuntime service represents the runtime information of an Http Whiteboard implementation.
- HttpServiceRuntimeConstants - org.osgi.service.http.runtime???
-
Defines standard names for Http Runtime Service constants.
- HttpWhiteboardConstants - org.osgi.service.http.whiteboard???
-
Defines standard constants for the Http Whiteboard services.
- HttpWhiteboardContext - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.context.name
andosgi.http.whiteboard.context.path
service properties. - HttpWhiteboardContextSelect - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.context.select
service property. - HttpWhiteboardFilterAsyncSupported - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.filter.asyncSupported
service property. - HttpWhiteboardFilterDispatcher - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.filter.dispatcher
service property. - HttpWhiteboardFilterName - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.filter.name
service property. - HttpWhiteboardFilterPattern - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.filter.pattern
service property. - HttpWhiteboardFilterRegex - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.filter.regex
service property. - HttpWhiteboardFilterServlet - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.filter.servlet
service property. - HttpWhiteboardListener - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.listener
service property. - HttpWhiteboardResource - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.resource.pattern
andosgi.http.whiteboard.resource.prefix
service properties. - HttpWhiteboardServletAsyncSupported - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.servlet.asyncSupported
service property. - HttpWhiteboardServletErrorPage - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.servlet.errorPage
service property. - HttpWhiteboardServletMultipart - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.servlet.multipart.enabled
,osgi.http.whiteboard.servlet.multipart.fileSizeThreshold
,osgi.http.whiteboard.servlet.multipart.location
,osgi.http.whiteboard.servlet.multipart.maxFileSize
, andosgi.http.whiteboard.servlet.multipart.maxRequestSize
service properties. - HttpWhiteboardServletName - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.servlet.name
service property. - HttpWhiteboardServletPattern - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.servlet.pattern
service property. - HttpWhiteboardTarget - org.osgi.service.http.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.http.whiteboard.target
service property. - Hz - ??????? org.osgi.util.measurement.Unit
-
The frequency unit hertz (Hz).
I
- icon() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The icon resources associated with this ObjectClassDefinition.
- Icon - org.osgi.service.metatype.annotations??????
-
Icon
information for anObjectClassDefinition
. - id - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The id of the component configuration.
- id() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The id of this ObjectClassDefinition.
- ID - ???????? org.osgi.service.upnp.UPnPDevice
-
Property key for the Unique Device ID property.
- ID - ???????? org.osgi.service.upnp.UPnPService
-
Property key for the optional service id.
- identity(Requirement) - ?????? org.osgi.service.repository.ExpressionCombiner
-
Wrap a
Requirement
in anIdentityExpression
. - IdentityExpression - org.osgi.service.repository????
-
A
RequirementExpression
representing a requirement. - IDLE_TIMEOUT - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the maximum amount of time that connections in the pool should remain idle before being closed
- IDLE_TIMEOUT - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the maximum amount of time that connections in the pool should remain idle before being closed
- IdRefMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for the verified id of another component managed by the Blueprint Container.
- IGNORE - ?? ?????? org.osgi.service.component.annotations.ConfigurationPolicy
-
Always allow the component configuration to be satisfied and do not use the corresponding Configuration object even if it is present.
- ignoreException(Throwable) - ?????? org.osgi.service.transaction.control.TransactionControl
-
Marks that the current transaction should not be rolled back if the supplied Exception is thrown by the current transactional work
- immediate - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The immediate state.
- immediate() - ???? ???? org.osgi.service.component.annotations.Component
-
Declares whether this Component must be immediately activated upon becoming satisfied or whether activation should be delayed.
- IMPLEMENTATION_NAMESPACE - ??????? org.osgi.namespace.implementation.ImplementationNamespace
-
Namespace name for "implementation" capabilities and requirements.
- implementationClass - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The fully qualified name of the implementation class.
- ImplementationNamespace - org.osgi.namespace.implementation???
-
Implementation Capability and Requirement Namespace.
- implies(Permission) - ????? org.osgi.service.application.ApplicationAdminPermission
-
Checks if the specified
permission
is implied by this permission. - implies(Permission) - ????? org.osgi.service.cm.ConfigurationPermission
-
Determines if a
ConfigurationPermission
object "implies" the specified permission. - implies(Permission) - ????? org.osgi.service.coordinator.CoordinationPermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - ????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Checks if this DeploymentAdminPermission would imply the parameter permission.
- implies(Permission) - ????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Checks if this DeploymentCustomizerPermission would imply the parameter permission.
- implies(Permission) - ????? org.osgi.service.dmt.security.AlertPermission
-
Checks if this AlertPermission object implies the specified permission.
- implies(Permission) - ????? org.osgi.service.dmt.security.DmtPermission
-
Checks if this DmtPermission object "implies" the specified permission.
- implies(Permission) - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Checks if this DmtPrincipalPermission object implies the specified permission.
- implies(Permission) - ????? org.osgi.service.event.TopicPermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - ????? org.osgi.service.monitor.MonitorPermission
-
Determines if the specified permission is implied by this permission.
- implies(Permission) - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Determines if a
EndpointPermission
object "implies" the specified permission. - implies(Permission) - ????? org.osgi.service.subsystem.SubsystemPermission
-
Determines if the specified permission is implied by this object.
- implies(Permission) - ????? org.osgi.service.useradmin.UserAdminPermission
-
Checks if this
UserAdminPermission
object "implies" the specified permission. - implies(Permission) - ????? org.osgi.service.wireadmin.WirePermission
-
Checks if this
WirePermission
objectimplies
the specified permission. - implies(LogLevel) - ?????? org.osgi.service.log.LogLevel
-
Returns whether this log level implies the specified log level.
- IMPORT - ??????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string
import
. - IMPORT_ERROR - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A fatal importing error occurred.
- IMPORT_REGISTRATION - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Add an import registration.
- IMPORT_UNREGISTRATION - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Remove an import registration.
- IMPORT_UPDATE - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Update an import registration.
- IMPORT_WARNING - ??????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A problematic situation occurred, the import is still active.
- ImportReference - org.osgi.service.remoteserviceadmin????
-
An Import Reference associates an active proxy service to a remote endpoint.
- ImportRegistration - org.osgi.service.remoteserviceadmin????
-
An Import Registration associates an active proxy service to a remote endpoint.
- importService(EndpointDescription) - ?????? org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Import a service from an Endpoint.
- info(String) - ?????? org.osgi.service.log.Logger
-
Log a message at the
LogLevel.INFO
level. - info(String, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.INFO
level. - info(String, Object...) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.INFO
level. - info(String, Object, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.INFO
level. - info(LoggerConsumer<E>) - ?????? org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.INFO
level. - INFO - ?? ?????? org.osgi.service.log.LogLevel
-
Info – Information about normal operation.
- init - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The constructor parameter count.
- initCause(Throwable) - ???????? org.osgi.service.cm.ConfigurationException
-
Initializes the cause of this exception to the specified value.
- initCause(Throwable) - ???????? org.osgi.service.component.ComponentException
-
Initializes the cause of this exception to the specified value.
- initCause(Throwable) - ???????? org.osgi.service.deploymentadmin.DeploymentException
-
Initializes the cause of this exception to the specified value.
- initCause(Throwable) - ???????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Initializes the cause of this exception to the specified value.
- initCause(Throwable) - ???????? org.osgi.service.http.NamespaceException
-
Initializes the cause of this exception to the specified value.
- initCause(Throwable) - ???????? org.osgi.service.prefs.BackingStoreException
-
Initializes the cause of this exception to the specified value.
- INITIALPROVISIONING_ENTRIES - ???????? org.osgi.service.provisioning.ProvisioningService
-
Name of the header that specifies the type information for the ZIP file entries.
- INITIATE - ??????? org.osgi.service.coordinator.CoordinationPermission
-
The action string
initiate
. - initParams - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
-
The servlet initialization parameters as provided during registration of the servlet.
- initParams - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The servlet filter initialization parameters as provided during registration of the servlet filter.
- initParams - ????? org.osgi.service.http.runtime.dto.PreprocessorDTO
-
The preprocessor initialization parameters as provided during registration of the preprocessor.
- initParams - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
The servlet context initialization parameters.
- inlineExecutor() - ??????? org.osgi.util.promise.PromiseFactory
-
Returns an Executor implementation that executes tasks immediately on the thread calling the
Executor.execute
method. - install(String) - ?????? org.osgi.service.subsystem.Subsystem
-
Installs a subsystem from the specified location identifier.
- install(String, InputStream) - ?????? org.osgi.service.subsystem.Subsystem
-
Installs a subsystem from the specified content.
- install(String, InputStream, InputStream) - ?????? org.osgi.service.subsystem.Subsystem
-
Installs a subsystem from the specified content according to the specified deployment manifest.
- INSTALL - ??????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "install" action.
- INSTALL_FAILED - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem failed to install.
- installBundle(String) - ?????? org.osgi.service.rest.client.RestClient
-
Install a new bundle given by an externally reachable location string, typically describing a URL.
- installBundle(String, InputStream) - ?????? org.osgi.service.rest.client.RestClient
-
Install a new bundle given by an
InputStream
to a bundle content. - installDeploymentPackage(InputStream) - ?????? org.osgi.service.deploymentadmin.DeploymentAdmin
-
Installs a Deployment Package from an input stream.
- INSTALLED - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is installed but not yet resolved.
- INSTALLING - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is in the process of installing.
- INTEGER - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Integer
type. - INTEGER - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
INTEGER
type. - interfaceName - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The service interface of the reference.
- INVALID_ACTION - ?????????? org.osgi.service.upnp.UPnPException
-
No Action found by that name at this service.
- INVALID_ARGS - ?????????? org.osgi.service.upnp.UPnPException
-
Not enough arguments, too many arguments with a specific name, or one of more of the arguments are of the wrong type.
- INVALID_SEQUENCE_NUMBER - ?????????? org.osgi.service.upnp.UPnPException
-
The different end-points are no longer in synchronization.
- INVALID_URI - ?????????? org.osgi.service.dmt.DmtException
-
The requested command failed because the target URI or node name is
null
or syntactically invalid. - INVALID_VARIABLE - ?????????? org.osgi.service.upnp.UPnPException
-
Refers to a non existing variable.
- invoke(Dictionary<String, ?>) - ?????? org.osgi.service.upnp.UPnPAction
-
Invokes the action.
- IO_SCHEME - ???????? org.osgi.service.io.ConnectionFactory
-
Service property containing the scheme(s) for which this Connection Factory can create
Connection
objects. - isAbsoluteUri(String) - ??????? org.osgi.service.dmt.Uri
-
Checks whether the specified URI is an absolute URI.
- isComponentEnabled(ComponentDescriptionDTO) - ?????? org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns whether the specified component description is currently enabled.
- isConnected() - ?????? org.osgi.service.wireadmin.Wire
-
Return the connection state of this
Wire
object. - isConnected() - ?????? org.osgi.util.pushstream.SimplePushEventSource
-
Determine whether there are any
PushEventConsumer
s for thisPushEventSource
. - isDebugEnabled() - ?????? org.osgi.service.log.Logger
-
Is logging enabled for the
LogLevel.DEBUG
level? - isDone() - ?????? org.osgi.util.promise.Promise
-
Returns whether this Promise has been resolved.
- isEmpty() - ????? org.osgi.service.event.EventProperties
-
Indicate if this properties is empty.
- isEmpty() - ?????? org.osgi.service.log.admin.LoggerContext
-
Returns whether the configuration of this Logger Context is empty.
- isErrorEnabled() - ?????? org.osgi.service.log.Logger
-
Is logging enabled for the
LogLevel.ERROR
level? - isFatal() - ???????? org.osgi.service.dmt.DmtException
-
Check whether this exception is marked as fatal in the session.
- isInfoEnabled() - ?????? org.osgi.service.log.Logger
-
Is logging enabled for the
LogLevel.INFO
level? - isLaunchableSpecific() - ????? org.osgi.service.application.ApplicationDescriptor
-
This method is called by launch() to verify that according to the container, the application is launchable.
- isLeaf() - ?????? org.osgi.service.dmt.MetaNode
-
Check whether the node is a leaf node or an internal one.
- isLeafNode(String) - ?????? org.osgi.service.dmt.DmtSession
-
Tells whether a node is a leaf or an interior node of the DMT.
- isLeafNode(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Tells whether a node is a leaf or an interior node of the DMT.
- isLocal() - ?????? org.osgi.service.monitor.MonitoringJob
-
Returns whether the job was started locally or remotely.
- isNodeUri(String) - ?????? org.osgi.service.dmt.DmtSession
-
Check whether the specified URI corresponds to a valid node in the DMT.
- isNodeUri(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Check whether the specified path corresponds to a valid node in the DMT.
- isPermitted(String, int) - ????? org.osgi.service.dmt.Acl
-
Check whether the given permissions are granted to a certain principal.
- isReadOnly() - ?????? org.osgi.service.transaction.control.TransactionContext
- isRecurring() - ?????? org.osgi.service.application.ScheduledApplication
-
Queries if the schedule is recurring.
- isReplay() - ????? org.osgi.service.blueprint.container.BlueprintEvent
-
Return whether this event is a replay event.
- isRunning() - ?????? org.osgi.service.monitor.MonitoringJob
-
Returns whether the job is running.
- isSameService(EndpointDescription) - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Answers if this Endpoint Description refers to the same service instance as the given Endpoint Description.
- isStale() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Gives back the state of the deployment package whether it is stale or not).
- isTerminal() - ????? org.osgi.util.pushstream.PushEvent
-
Answer if no more events will follow after this event.
- isTerminated() - ?????? org.osgi.service.coordinator.Coordination
-
Returns whether this Coordination is terminated.
- isTraceEnabled() - ?????? org.osgi.service.log.Logger
-
Is logging enabled for the
LogLevel.TRACE
level? - isValid() - ?????? org.osgi.service.wireadmin.Wire
-
Return the state of this
Wire
object. - isValidName(String) - ?????? org.osgi.service.dmt.MetaNode
-
Checks whether the given name is a valid name for this node.
- isValidUri(String) - ??????? org.osgi.service.dmt.Uri
-
Checks whether the specified URI is valid.
- isValidValue(DmtData) - ?????? org.osgi.service.dmt.MetaNode
-
Checks whether the given value is valid for this node.
- isWarnEnabled() - ?????? org.osgi.service.log.Logger
-
Is logging enabled for the
LogLevel.WARN
level? - isZeroOccurrenceAllowed() - ?????? org.osgi.service.dmt.MetaNode
-
Check whether zero occurrence of this node is valid.
J
- J - ??????? org.osgi.util.measurement.Unit
-
The energy unit joule (J).
- JAX_RS_APPLICATION_BASE - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
Service property specifying the base URI mapping for a JAX-RS application service.
- JAX_RS_APPLICATION_SELECT - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
Service property specifying the target application for a JAX-RS resource or extension service.
- JAX_RS_APPLICATION_SERVICE_PROPERTIES - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
The property key which can be used to find the application service properties inside an injected
Configuration
- JAX_RS_BUNDLE_ID - ???????? org.osgi.service.jaxrs.runtime.JaxrsEndpoint
-
A service property providing the bundle id of the bundle which registered the whiteboard service.
- JAX_RS_BUNDLE_SYMBOLICNAME - ???????? org.osgi.service.jaxrs.runtime.JaxrsEndpoint
-
A service property providing the symbolic name of the bundle which registered the whiteboard service.
- JAX_RS_BUNDLE_VERSION - ???????? org.osgi.service.jaxrs.runtime.JaxrsEndpoint
-
A service property providing the bundle version of the bundle which registered the whiteboard service.
- JAX_RS_DEFAULT_APPLICATION - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
The name of the default JAX-RS application in every Whiteboard instance.
- JAX_RS_EXTENSION - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
Service property specifying that a JAX-RS resource should be processed by the whiteboard.
- JAX_RS_EXTENSION_SELECT - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
A Service property specifying one or more target filters used to select the set of JAX-RS extension services required to support this whiteboard service.
- JAX_RS_MEDIA_TYPE - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
A service property specifying that a JAX-RS extension service, JAX-RS application service, or JAX-RS Whiteboard implementation provides support for reading from and writing to a specific media type.
- JAX_RS_NAME - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
Service property specifying the name of a JAX-RS whiteboard service.
- JAX_RS_RESOURCE - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
Service property specifying that a JAX-RS resource should be processed by the whiteboard.
- JAX_RS_SERVICE_ENDPOINT - ??????? org.osgi.service.jaxrs.runtime.JaxrsServiceRuntimeConstants
-
JAX-RS Runtime Service service property specifying the endpoints upon which the JAX-RS implementation is available.
- JAX_RS_SERVICE_ID - ???????? org.osgi.service.jaxrs.runtime.JaxrsEndpoint
-
A service property providing the service id of the whiteboard service.
- JAX_RS_URI - ???????? org.osgi.service.jaxrs.runtime.JaxrsEndpoint
-
A service property representing the URI(s) at which this resource or application is available.
- JAX_RS_WHITEBOARD_IMPLEMENTATION - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
The name of the implementation capability for the JAX-RS Whiteboard specification
- JAX_RS_WHITEBOARD_SPECIFICATION_VERSION - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
The version of the implementation capability for the JAX-RS Whiteboard specification
- JAX_RS_WHITEBOARD_TARGET - ??????? org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
-
Service property specifying the target filter to select the JAX-RS Whiteboard implementation to process the service.
- JaxrsApplicationBase - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.application.base
service property. - JaxrsApplicationSelect - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.application.select
service property. - JaxrsEndpoint - org.osgi.service.jaxrs.runtime????
-
A JaxrsEndpoint service represents a registered JAX-RS whiteboard resource or application.
- JaxrsExtension - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.extension
service property. - JaxrsExtensionSelect - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.extension.select
service property. - JaxrsMediaType - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.media.type
service property. - JaxrsName - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.name
service property. - JaxrsResource - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.resource
service property. - JaxrsServiceRuntime - org.osgi.service.jaxrs.runtime????
-
The JaxrsServiceRuntime service represents the runtime information of a JAX-RS Whiteboard implementation.
- JaxrsServiceRuntimeConstants - org.osgi.service.jaxrs.runtime???
-
Defines standard names for JAX-RS Runtime Service constants.
- JaxrsWhiteboardConstants - org.osgi.service.jaxrs.whiteboard???
-
Defines standard constants for the JAX-RS Whiteboard services.
- JaxrsWhiteboardTarget - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for the
osgi.jaxrs.whiteboard.target
service property. - JDBC_DATABASE_NAME - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "databaseName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_DATASOURCE_NAME - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "dataSourceName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_DESCRIPTION - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "description" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_INITIAL_POOL_SIZE - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "initialPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MAX_IDLE_TIME - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "maxIdleTime" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MAX_POOL_SIZE - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "maxPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MAX_STATEMENTS - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "maxStatements" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MIN_POOL_SIZE - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "minPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_NETWORK_PROTOCOL - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "networkProtocol" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_PASSWORD - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "password" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_PORT_NUMBER - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "portNumber" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_PROPERTY_CYCLE - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "propertyCycle" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_ROLE_NAME - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "roleName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_SERVER_NAME - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "serverName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_URL - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "url" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_USER - ???????? org.osgi.service.jdbc.DataSourceFactory
-
The "user" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBCConnectionProvider - org.osgi.service.transaction.control.jdbc????
-
A specialized
ResourceProvider
suitable for obtaining JDBC connections. - JDBCConnectionProviderFactory - org.osgi.service.transaction.control.jdbc????
-
A factory for creating JDBCConnectionProvider instances
- JNDI_SERVICENAME - ??????? org.osgi.service.jndi.JNDIConstants
-
This service property is set on an OSGi service to provide a name that can be used to locate the service other than the service interface name.
- JNDI_URLSCHEME - ??????? org.osgi.service.jndi.JNDIConstants
-
This service property is set by JNDI Providers that publish URL Context Factories as OSGi Services.
- JNDIConstants - org.osgi.service.jndi???
-
Constants for the JNDI implementation.
- JNDIContextManager - org.osgi.service.jndi????
-
This interface defines the OSGi service interface for the JNDIContextManager.
- JNDIProviderAdmin - org.osgi.service.jndi????
-
This interface defines the OSGi service interface for the JNDIProviderAdmin service.
- join(long) - ?????? org.osgi.service.coordinator.Coordination
-
Wait until this Coordination is terminated and all registered Participants have been notified.
- JPA_CAPABILITY_NAME - ???????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The name of the JPA extender capability.
- JPA_SPECIFICATION_VERSION - ???????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The version of the extender capability for the JPA Service specification
- JPA_UNIT_NAME - ???????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The name of the persistence unit.
- JPA_UNIT_PROVIDER - ???????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The class name of the provider that registered the service and implements the JPA javax.persistence.PersistenceProvider interface.
- JPA_UNIT_VERSION - ???????? org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The version of the persistence unit bundle.
- JPAEntityManagerProvider - org.osgi.service.transaction.control.jpa????
-
A specialized
ResourceProvider
suitable for obtaining JPAEntityManager
instances. - JPAEntityManagerProviderFactory - org.osgi.service.transaction.control.jpa????
-
A factory for creating JPAEntityManagerProvider instances
- JSONRequired - org.osgi.service.jaxrs.whiteboard.propertytypes??????
-
Component Property Type for requiring JSON media type support using the
JaxrsWhiteboardConstants.JAX_RS_MEDIA_TYPE
service property.
K
- K - ??????? org.osgi.util.measurement.Unit
-
The temperature unit kelvin (K)
- kat - ??????? org.osgi.util.measurement.Unit
-
The catalytic activity unit katal (kat).
- keys() - ?????? org.osgi.service.prefs.Preferences
-
Returns all of the keys that have an associated value in this node.
- keySet() - ????? org.osgi.service.event.EventProperties
-
Return the names of the properties.
- keysIgnoreCase() - ?????? org.osgi.util.converter.Specifying
-
When converting between map-like types use case-insensitive mapping of keys.
- kg - ??????? org.osgi.util.measurement.Unit
-
The mass unit kilogram (kg)
L
- label() - ???? ???? org.osgi.service.metatype.annotations.Option
-
The human readable label of this Option.
- launch(Map) - ????? org.osgi.service.application.ApplicationDescriptor
-
Launches a new instance of an application.
- launchSpecific(Map) - ????? org.osgi.service.application.ApplicationDescriptor
-
Called by launch() to create and start a new instance in an application model specific way.
- LIFECYCLE - ??????? org.osgi.service.subsystem.SubsystemPermission
-
The action string
lifecycle
. - LIFECYCLE_ACTION - ??????? org.osgi.service.application.ApplicationAdminPermission
-
Allows the lifecycle management of the target applications.
- limit(long) - ?????? org.osgi.util.pushstream.PushStream
-
Automatically close the channel after the maxSize number of elements is received.
- limit(Duration) - ?????? org.osgi.util.pushstream.PushStream
-
Automatically close the channel after the given amount of time has elapsed.
- LIMIT_EXCEEDED - ?????????? org.osgi.service.dmt.DmtException
-
The requested operation failed because a specific limit was exceeded, e.g.
- LINEAR - ?? ?????? org.osgi.util.pushstream.PushbackPolicyOption
-
Returns zero back pressure when the buffer is empty, then it returns a linearly increasing amount of back pressure based on how full the buffer is.
- LIST - ??????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "list" action.
- listConfigurations(String) - ?????? org.osgi.service.cm.ConfigurationAdmin
-
List the current
Configuration
objects which match the filter. - listDeploymentPackages() - ?????? org.osgi.service.deploymentadmin.DeploymentAdmin
-
Lists the Deployment Packages currently installed on the platform.
- ListenerDTO - org.osgi.service.http.runtime.dto???
-
Represents a listener currently being used by a servlet context.
- ListenerDTO() - ????? org.osgi.service.http.runtime.dto.ListenerDTO
- listenerDTOs - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the listener services associated with this context.
- loadDriver(String) - ?????? org.osgi.service.device.DriverLocator
-
Get an
InputStream
from which the driver bundle providing a driver with the givingDRIVER_ID
can be installed. - LOCAL_ENLISTMENT_ENABLED - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to determine whether local enlistment is enabled for this resource provider
- LOCAL_ENLISTMENT_ENABLED - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to determine whether local enlistment is enabled for this resource provider
- localization() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The localization resource of this ObjectClassDefinition.
- LocalResource - org.osgi.service.transaction.control????
-
Resources that can integrate with local transactions should do so using this interface
- locateService(String) - ?????? org.osgi.application.ApplicationContext
-
This method returns the service object for the specified
referenceName
. - locateService(String) - ?????? org.osgi.service.component.ComponentContext
-
Returns the service object for the specified reference name.
- locateService(String, ServiceReference<S>) - ?????? org.osgi.service.component.ComponentContext
-
Returns the service object for the specified reference name and
ServiceReference
. - locateServices(String) - ?????? org.osgi.application.ApplicationContext
-
This method returns the service objects for the specified
referenceName
. - locateServices(String) - ?????? org.osgi.service.component.ComponentContext
-
Returns the service objects for the specified reference name.
- location() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Service property identifying the location for a multipart request handled by a servlet.
- lock() - ????? org.osgi.service.application.ApplicationDescriptor
-
Sets the lock state of the application.
- LOCK_ACTION - ??????? org.osgi.service.application.ApplicationAdminPermission
-
Allows setting/unsetting the locking state of the target applications.
- LOCK_INTERRUPTED - ?????????? org.osgi.service.coordinator.CoordinationException
-
The current thread was interrupted while waiting to register a Participant with a Coordination.
- LOCK_TYPE_ATOMIC - ???????? org.osgi.service.dmt.DmtSession
-
LOCK_TYPE_ATOMIC
is an exclusive lock with transactional functionality. - LOCK_TYPE_EXCLUSIVE - ???????? org.osgi.service.dmt.DmtSession
-
LOCK_TYPE_EXCLUSIVE
lock guarantees full access to the tree, but can not be shared with any other locks. - LOCK_TYPE_SHARED - ???????? org.osgi.service.dmt.DmtSession
-
Sessions created with
LOCK_TYPE_SHARED
lock allows read-only access to the tree, but can be shared between multiple readers. - lockSpecific() - ????? org.osgi.service.application.ApplicationDescriptor
-
This method is used to notify the container implementation that the corresponding application has been locked and it should update the
application.locked
service property accordingly. - log(int, String) - ?????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
Logger
. SeeLoggerFactory
. - log(int, String, Throwable) - ?????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
Logger
. SeeLoggerFactory
. - log(ServiceReference<?>, int, String) - ?????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
Logger
. SeeLoggerFactory
. - log(ServiceReference<?>, int, String, Throwable) - ?????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
Logger
. SeeLoggerFactory
. - LOG_DEBUG - ???????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
LogLevel.DEBUG
. - LOG_ERROR - ???????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
LogLevel.ERROR
. - LOG_INFO - ???????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
LogLevel.INFO
. - LOG_SERVICE_ID - ???????? org.osgi.service.log.admin.LoggerAdmin
-
Logger Admin service property to associate the Logger Admin service with a
LoggerFactory
service. - LOG_WARNING - ???????? org.osgi.service.log.LogService
-
????Since 1.4. Replaced by
LogLevel.WARN
. - LogEntry - org.osgi.service.log????
-
Provides methods to access the information contained in an individual Log Service log entry.
- logged(LogEntry) - ?????? org.osgi.service.log.LogListener
-
Listener method called for each LogEntry object created.
- Logger - org.osgi.service.log????
-
Provides methods for bundles to write messages to the log using SLF4J-style format strings.
- LOGGER_CONTEXT_DEFAULT_LOGLEVEL - ???????? org.osgi.service.log.admin.LoggerContext
-
Framework launching property specifying the default log level of the root Logger Context.
- LOGGER_CONTEXT_PID - ???????? org.osgi.service.log.admin.LoggerContext
-
Logger Context PID.
- LoggerAdmin - org.osgi.service.log.admin????
-
LoggerAdmin service for configuring loggers.
- LoggerConsumer<E extends Exception> - org.osgi.service.log????
-
An operation that accepts a
Logger
argument and produces no result. - LoggerContext - org.osgi.service.log.admin????
-
Logger Context for a bundle.
- LoggerFactory - org.osgi.service.log????
-
Logger Factory service for logging information.
- LogLevel - org.osgi.service.log????
-
Log Levels.
- LogListener - org.osgi.service.log????
-
Subscribes to
LogEntry
objects from theLogReaderService
. - LogReaderService - org.osgi.service.log????
-
LogReaderService for obtaining logging information.
- LogService - org.osgi.service.log????
-
LogService for logging information.
- LogStreamProvider - org.osgi.service.log.stream????
-
LogStreamProvider service for creating a
PushStream
ofLogEntry
objects. - LogStreamProvider.Options - org.osgi.service.log.stream????
-
Creation options for the
PushStream
ofLogEntry
objects. - LONG - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Long
type. - LONG - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
LONG
type. - lx - ??????? org.osgi.util.measurement.Unit
-
The illuminance unit lux (lx).
M
- m - ??????? org.osgi.util.measurement.Unit
-
The length unit meter (m)
- m_s - ??????? org.osgi.util.measurement.Unit
-
The speed unit meter per second (m/s)
- m_s2 - ??????? org.osgi.util.measurement.Unit
-
The acceleration unit meter per second squared (m/s2)
- m2 - ??????? org.osgi.util.measurement.Unit
-
The area unit square meter (m2)
- m3 - ??????? org.osgi.util.measurement.Unit
-
The volume unit cubic meter (m3)
- ManagedService - org.osgi.service.cm????
-
A service that can receive configuration data from a Configuration Admin service.
- ManagedServiceFactory - org.osgi.service.cm????
-
Manage multiple service instances.
- MANDATORY - ?? ?????? org.osgi.service.component.annotations.ReferenceCardinality
-
The reference is mandatory and unary.
- mangle(String) - ??????? org.osgi.service.dmt.Uri
-
Returns a node name that is valid for the tree operation methods, based on the given node name.
- MANUFACTURER - ???????? org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for the device manufacturer's property.
- MANUFACTURER_URL - ???????? org.osgi.service.upnp.UPnPDevice
-
Optional property key for a URL to the device manufacturers Web site.
- map(Function<? super T, ? extends R>) - ?????? org.osgi.util.promise.Promise
-
Map the value of this Promise.
- map(Function<? super T, ? extends R>) - ?????? org.osgi.util.pushstream.PushStream
-
Map a payload value.
- MapEntry - org.osgi.service.blueprint.reflect????
-
Metadata for a map entry.
- MapMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a Map based value.
- MARKED_ROLLBACK - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
A transaction is currently in progress and has been marked for rollback
- match(ServiceReference<?>) - ?????? org.osgi.service.device.Driver
-
Checks whether this Driver service can be attached to the Device service.
- Match - org.osgi.service.device????
-
Instances of
Match
are used in theDriverSelector.select(ServiceReference, Match[])
method to identify Driver services matching a Device service. - MATCH_GENERIC - ???????? org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a generic match for the device.
- MATCH_MANUFACTURER_MODEL - ???????? org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the device model.
- MATCH_MANUFACTURER_MODEL_REVISION - ???????? org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the device revision.
- MATCH_MANUFACTURER_MODEL_REVISION_SERIAL - ???????? 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 - ???????? org.osgi.service.device.Device
-
Return value from
Driver.match(ServiceReference)
indicating that the driver cannot refine the device presented to it by the device manager. - MATCH_TYPE - ???????? org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the device type.
- matchDNChain(String) - ????? 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(String) - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Tests the properties of this
EndpointDescription
against the given filter using a case insensitive match. - matches(Filter) - ????? org.osgi.service.event.Event
-
Tests this event's properties against the given filter using a case sensitive match.
- max() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The maximum value for this AttributeDefinition.
- max(Comparator<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
See Stream.
- MAX_CONNECTIONS - ???????? 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 - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the maximum number of connections that should be held in the pool
- maxFileSize() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Service property identifying the max file size for a multipart request handled by a servlet.
- maxRequestSize() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Service property identifying the max request size for a multipart request handled by a servlet.
- Measurement - org.osgi.util.measurement???
-
Represents a value with an error, a unit and a time-stamp.
- Measurement(double) - ????? org.osgi.util.measurement.Measurement
-
Create a new
Measurement
object with an error of 0.0, a unit ofUnit.unity
and a time of zero. - Measurement(double, double, Unit) - ????? org.osgi.util.measurement.Measurement
-
Create a new
Measurement
object with a time of zero. - Measurement(double, double, Unit, long) - ????? org.osgi.util.measurement.Measurement
-
Create a new
Measurement
object. - Measurement(double, Unit) - ????? org.osgi.util.measurement.Measurement
-
Create a new
Measurement
object with an error of 0.0 and a time of zero. - mediate(ServiceReference<? extends T>, Class<T>) - ?????? org.osgi.service.async.Async
-
Create a mediator for the specified service.
- mediate(T, Class<T>) - ?????? org.osgi.service.async.Async
-
Create a mediator for the specified object.
- merge(PushEventSource<? extends T>) - ?????? org.osgi.util.pushstream.PushStream
-
Merge in the events from another source.
- merge(PushStream<? extends T>) - ?????? org.osgi.util.pushstream.PushStream
-
Merge in the events from another PushStream.
- MESSAGE - ???????? org.osgi.service.event.EventConstants
-
A human-readable message that is usually not localized.
- Metadata - org.osgi.service.blueprint.reflect????
-
Top level Metadata type.
- METADATA - ??????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "metadata" action.
- METADATA - ??????? org.osgi.service.subsystem.SubsystemPermission
-
The action string
metadata
. - METADATA_MISMATCH - ?????????? org.osgi.service.dmt.DmtException
-
Operation failed because of meta data restrictions.
- MetaNode - 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 - ???????? org.osgi.service.metatype.MetaTypeService
-
Capability name for meta type document processors.
- METATYPE_DOCUMENTS_LOCATION - ???????? org.osgi.service.metatype.MetaTypeService
-
Location of meta type documents.
- METATYPE_FACTORY_PID - ???????? org.osgi.service.metatype.MetaTypeProvider
-
Service property to signal that this service has
ObjectClassDefinition
objects for the given factory PIDs. - METATYPE_PID - ???????? org.osgi.service.metatype.MetaTypeProvider
-
Service property to signal that this service has
ObjectClassDefinition
objects for the given PIDs. - METATYPE_SPECIFICATION_VERSION - ???????? org.osgi.service.metatype.MetaTypeService
-
Compile time constant for the Specification Version of MetaType Service.
- MetaTypeInformation - org.osgi.service.metatype????
-
A MetaType Information object is created by the MetaTypeService to return meta type information for a specific bundle.
- MetaTypeProvider - org.osgi.service.metatype????
-
Provides access to metatypes.
- MetaTypeService - org.osgi.service.metatype????
-
The MetaType Service can be used to obtain meta type information for a bundle.
- method - ????? 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 - method(String) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- method(String, Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- method(String, Entity<?>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- method(String, Entity<?>, Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- method(String, Entity<?>, GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- method(String, GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- MIME_BUNDLE - ???????? 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 - ???????? 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 - ???????? 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 - ???????? org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a
ZipEntry
object forbyte[]
data. - MIME_STRING - ???????? org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a
ZipEntry
object for String data. - min() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The minimum value for this AttributeDefinition.
- min(Comparator<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
See Stream.
- MIN_CONNECTIONS - ???????? 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 - ???????? 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 - ???????? org.osgi.service.application.ScheduledApplication
-
The name of the minute attribute of a virtual timer event.
- MODEL_DESCRIPTION - ???????? 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 - ???????? org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for the device model name.
- MODEL_NUMBER - ???????? 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 - ???????? 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 - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the modified method.
- Modified - org.osgi.service.component.annotations??????
-
Identify the annotated method as the
modified
method of a Service Component. - MODIFIED - ??????? org.osgi.service.remoteserviceadmin.EndpointEvent
-
The properties of an endpoint have been modified.
- MODIFIED_ENDMATCH - ??????? 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>) - ?????? 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 - ??????? org.osgi.util.measurement.Unit
-
The amount of substance unit mole (mol)
- Monitorable - org.osgi.service.monitor????
-
A
Monitorable
can provide information about itself in the form ofStatusVariables
. - MonitorAdmin - org.osgi.service.monitor????
-
The
MonitorAdmin
service is a singleton service that handlesStatusVariable
query requests and measurement job control requests. - MonitoringJob - 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 - org.osgi.service.monitor????
-
The
MonitorListener
is used byMonitorable
services to send notifications when aStatusVariable
value is changed. - MonitorPermission - 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) - ????? org.osgi.service.monitor.MonitorPermission
-
Create a
MonitorPermission
object, specifying the target and actions. - MONTH - ???????? org.osgi.service.application.ScheduledApplication
-
The name of the month attribute of a virtual timer event.
- MOUNT_POINTS - ???????? 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 - ???????? 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 - org.osgi.service.dmt.spi????
-
This interface can be optionally implemented by a
DataPlugin
orExecPlugin
in order to get information about its absolute mount points in the overall DMT. - MountPoint - org.osgi.service.dmt.spi????
-
This interface can be implemented to represent a single mount point.
- mountPointAdded(MountPoint) - ?????? org.osgi.service.dmt.spi.MountPlugin
-
Provides the
MountPoint
describing the path where the plugin is mapped in the overall DMT. - mountPointRemoved(MountPoint) - ?????? org.osgi.service.dmt.spi.MountPlugin
-
Informs the plugin that the provided
MountPoint
objects have been removed from the mapping. - mul(double) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the product of this object multiplied by the specified value. - mul(double, Unit) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the product of this object multiplied by the specified value. - mul(Measurement) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the product of this object multiplied by the specified object. - multipartEnabled - ????? org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies whether multipart support is enabled.
- multipartFileSizeThreshold - ????? org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the size threshold after which the file will be written to disk.
- multipartLocation - ????? org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the location where the files can be stored on disk.
- multipartMaxFileSize - ????? org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the maximum size of a file being uploaded.
- multipartMaxRequestSize - ????? org.osgi.service.http.runtime.dto.ServletDTO
-
Specifies the maximum request size.
- MULTIPLE - ?? ?????? org.osgi.service.component.annotations.ReferenceCardinality
-
The reference is optional and multiple.
N
- N - ??????? org.osgi.util.measurement.Unit
-
The force unit newton (N).
- name - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the component.
- name - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the reference.
- name - ????? org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
-
The name of the declared reference.
- name - ????? org.osgi.service.component.runtime.dto.UnsatisfiedReferenceDTO
-
The name of the declared reference.
- name - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
-
The name of the servlet.
- name - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The name of the servlet filter.
- name - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
The name of the servlet context.
- name - ????? org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
The name of the service if it set one using
JaxrsWhiteboardConstants.JAX_RS_NAME
, otherwise this value will contain the generated name for this service - name() - ???? ???? org.osgi.service.component.annotations.Component
-
The name of this Component.
- name() - ???? ???? org.osgi.service.component.annotations.Reference
-
The name of this reference.
- name() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContext
-
Service property identifying a servlet context helper name.
- name() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The human readable name of this AttributeDefinition.
- name() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The human readable name of this ObjectClassDefinition.
- name() - ?????? org.osgi.service.prefs.Preferences
-
Returns this node's name, relative to its parent.
- NAME - ?????????? org.osgi.service.component.annotations.Component
-
Special string representing the name of this Component.
- NAME - ???????? org.osgi.service.rest.RestApiExtension
-
This service property describes the package name of the technology manageable by this REST API extension.
- nameBindings - ????? org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
The full names of the
NameBinding
annotations applied to this extension, if any - nameBindings - ????? org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The
NameBinding
annotations that apply to this resource method, if any - NamespaceException - org.osgi.service.http??????
-
A NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the Http Service.
- NamespaceException(String) - ???????? org.osgi.service.http.NamespaceException
-
Construct a
NamespaceException
object with a detail message. - NamespaceException(String, Throwable) - ???????? org.osgi.service.http.NamespaceException
-
Construct a
NamespaceException
object with a detail message and a nested exception. - newBuilder(WebTarget) - ?????? org.osgi.service.jaxrs.client.SseEventSourceFactory
-
Create a new
SseEventSource.Builder
- newConverterBuilder() - ?????? org.osgi.util.converter.Converter
-
Obtain a builder to create a modified converter based on this converter.
- newConverterBuilder() - ??????? org.osgi.util.converter.Converters
-
Obtain a converter builder based on the standard converter.
- newInitialContext() - ?????? org.osgi.service.jndi.JNDIContextManager
-
Creates a new JNDI initial context with the default JNDI environment properties.
- newInitialContext(Map<String, ?>) - ?????? org.osgi.service.jndi.JNDIContextManager
-
Creates a new JNDI initial context with the specified JNDI environment properties.
- newInitialDirContext() - ?????? org.osgi.service.jndi.JNDIContextManager
-
Creates a new initial DirContext with the default JNDI environment properties.
- newInitialDirContext(Map<String, ?>) - ?????? org.osgi.service.jndi.JNDIContextManager
-
Creates a new initial DirContext with the specified JNDI environment properties.
- newInstance(Dictionary<String, ?>) - ?????? org.osgi.service.component.ComponentFactory
-
Create and activate a new component configuration.
- newPermissionCollection() - ????? org.osgi.service.cm.ConfigurationPermission
-
Returns a new
PermissionCollection
object suitable for storingConfigurationPermission
s. - newPermissionCollection() - ????? org.osgi.service.coordinator.CoordinationPermission
-
Returns a new
PermissionCollection
object suitable for storingCoordinationPermission
objects. - newPermissionCollection() - ????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Returns a new PermissionCollection object for storing DeploymentAdminPermission objects.
- newPermissionCollection() - ????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Returns a new PermissionCollection object for storing DeploymentCustomizerPermission objects.
- newPermissionCollection() - ????? org.osgi.service.dmt.security.AlertPermission
-
Returns a new PermissionCollection object for storing AlertPermission objects.
- newPermissionCollection() - ????? org.osgi.service.dmt.security.DmtPermission
-
Returns a new PermissionCollection object for storing DmtPermission objects.
- newPermissionCollection() - ????? org.osgi.service.dmt.security.DmtPrincipalPermission
-
Returns a new PermissionCollection object for storing DmtPrincipalPermission objects.
- newPermissionCollection() - ????? org.osgi.service.event.TopicPermission
-
Returns a new
PermissionCollection
object suitable for storingTopicPermission
objects. - newPermissionCollection() - ????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
Returns a new
PermissionCollection
object for storingEndpointPermission
objects. - newPermissionCollection() - ????? org.osgi.service.subsystem.SubsystemPermission
-
Returns a new
PermissionCollection
object suitable for storingSubsystemPermission
s. - newPermissionCollection() - ????? org.osgi.service.useradmin.UserAdminPermission
-
Returns a new
PermissionCollection
object for storingUserAdminPermission
objects. - newPermissionCollection() - ????? org.osgi.service.wireadmin.WirePermission
-
Returns a new
PermissionCollection
object for storingWirePermission
objects. - newRequirementBuilder(String) - ?????? org.osgi.service.repository.Repository
-
Return a new
RequirementBuilder
which provides a convenient way to create a requirement. - newSource(WebTarget) - ?????? org.osgi.service.jaxrs.client.SseEventSourceFactory
-
Create a new
SseEventSource
- NO_TRANSACTION - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
No transaction is currently active
- nodata() - ????? org.osgi.util.pushstream.PushEvent
-
Convenience to cast a close/error event to another payload type.
- node(String) - ?????? org.osgi.service.prefs.Preferences
-
Returns a named
Preferences
object (node), creating it and any of its ancestors if they do not already exist. - NODE_ALREADY_EXISTS - ?????????? org.osgi.service.dmt.DmtException
-
The requested node creation operation failed because the target already exists.
- NODE_NOT_FOUND - ?????????? org.osgi.service.dmt.DmtException
-
The requested target node was not found.
- nodeChanged(String[]) - ?????? org.osgi.service.dmt.spi.ReadableDataSession
-
Notifies the plugin that the given node has changed outside the scope of the plugin, therefore the Version and Timestamp properties must be updated (if supported).
- nodeExists(String) - ?????? org.osgi.service.prefs.Preferences
-
Returns true if the named node exists.
- noDriverFound() - ?????? org.osgi.service.device.Device
-
Indicates to this
Device
object that the device manager has failed to attach any drivers to it. - noneMatch(Predicate<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
Closes the channel and resolve the promise with false when the predicate matches any pay load.
- NonNullMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a value that cannot
null
. - noRollbackFor - ????? org.osgi.service.transaction.control.TransactionBuilder
-
The list of
Throwable
types that must not trigger rollback - noRollbackFor(Class<? extends Throwable>, Class<? extends Throwable>...) - ????? org.osgi.service.transaction.control.TransactionBuilder
-
Declare a list of Exception types (and their subtypes) that must not trigger a rollback.
- NoSuchComponentException - org.osgi.service.blueprint.container??????
-
A Blueprint exception indicating that a component does not exist in a Blueprint Container.
- NoSuchComponentException(String) - ???????? org.osgi.service.blueprint.container.NoSuchComponentException
-
Create a No Such Component Exception for a non-existent component.
- NoSuchComponentException(String, String) - ???????? org.osgi.service.blueprint.container.NoSuchComponentException
-
Create a No Such Component Exception for a non-existent component.
- not(RequirementExpression) - ?????? org.osgi.service.repository.ExpressionCombiner
-
Return the negation of a
RequirementExpression
. - NotExpression - org.osgi.service.repository????
-
A
RequirementExpression
representing thenot
(negation) of a requirement expression. - NotificationService - org.osgi.service.dmt.notification????
-
NotificationService enables sending asynchronous notifications to a management server.
- notifiesOnChange(String) - ?????? org.osgi.service.monitor.Monitorable
-
Tells whether the
StatusVariable
provider is able to send instant notifications when the givenStatusVariable
changes. - notifyUPnPEvent(String, String, Dictionary<String, ?>) - ?????? org.osgi.service.upnp.UPnPEventListener
-
Callback method that is invoked for received events.
- notSupported(Callable<T>) - ?????? org.osgi.service.transaction.control.TransactionStarter
-
The supplied piece of work must be run outside the context of a transaction.
- NULL - ???????? org.osgi.service.blueprint.reflect.NullMetadata
-
Singleton instance of
NullMetadata
. - NULL_VALUE - ??????? org.osgi.service.dmt.DmtData
-
Constant instance representing a leaf node of
null
format. - NullMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a value specified to be
null
via the <null> element.
O
- ObjectClassDefinition - org.osgi.service.metatype????
-
Description for the data type information of an objectclass.
- ObjectClassDefinition - org.osgi.service.metatype.annotations??????
-
Generate a Meta Type Resource using the annotated type.
- ocd() - ???? ???? org.osgi.service.metatype.annotations.Designate
-
The type of the
ObjectClassDefinition
for this Designate. - Ohm - ??????? org.osgi.util.measurement.Unit
-
The electric resistance unit ohm.
- ON_FULL_EXPONENTIAL - ?? ?????? org.osgi.util.pushstream.PushbackPolicyOption
-
Returns zero back pressure until the buffer is full, then it returns an exponentially increasing amount, starting with the supplied value and doubling it each time.
- ON_FULL_FIXED - ?? ?????? org.osgi.util.pushstream.PushbackPolicyOption
-
Returns zero back pressure until the buffer is full, then it returns a fixed value
- onClose(Runnable) - ?????? org.osgi.util.pushstream.PushStream
-
Must be run after the channel is closed.
- onError(Consumer<? super Throwable>) - ?????? org.osgi.util.pushstream.PushStream
-
Must be run after the channel is closed.
- onFailure(Consumer<? super Throwable>) - ?????? org.osgi.util.promise.Promise
-
Register a callback to be called with the failure for this Promise when this Promise is resolved with a failure.
- ongoingContext() - ???????? org.osgi.service.transaction.control.ScopedWorkException
- onResolve(Runnable) - ?????? org.osgi.util.promise.Promise
-
Register a callback to be called when this Promise is resolved.
- onSuccess(Consumer<? super T>) - ?????? org.osgi.util.promise.Promise
-
Register a callback to be called with the result of this Promise when this Promise is resolved successfully.
- open(String) - ?????? org.osgi.service.io.ConnectorService
-
Create and open a
Connection
object for the specified name. - open(String, int) - ?????? org.osgi.service.io.ConnectorService
-
Create and open a
Connection
object for the specified name and access mode. - open(String, int, boolean) - ?????? org.osgi.service.io.ConnectorService
-
Create and open a
Connection
object for the specified name, access mode and timeouts. - open(PushEventConsumer<? super T>) - ?????? org.osgi.util.pushstream.PushEventSource
-
Open the asynchronous channel between the source and the consumer.
- openAtomicSession(String[], DmtSession) - ?????? org.osgi.service.dmt.spi.DataPlugin
-
This method is called to signal the start of an atomic read-write session when the first reference is made within a
DmtSession
to a node which is handled by this plugin. - openDataInputStream(String) - ?????? org.osgi.service.io.ConnectorService
-
Create and open a
DataInputStream
object for the specified name. - openDataOutputStream(String) - ?????? org.osgi.service.io.ConnectorService
-
Create and open a
DataOutputStream
object for the specified name. - openInputStream(String) - ?????? org.osgi.service.io.ConnectorService
-
Create and open an
InputStream
object for the specified name. - openOutputStream(String) - ?????? org.osgi.service.io.ConnectorService
-
Create and open an
OutputStream
object for the specified name. - openReadOnlySession(String[], DmtSession) - ?????? org.osgi.service.dmt.spi.DataPlugin
-
This method is called to signal the start of a read-only session when the first reference is made within a
DmtSession
to a node which is handled by this plugin. - openReadWriteSession(String[], DmtSession) - ?????? org.osgi.service.dmt.spi.DataPlugin
-
This method is called to signal the start of a non-atomic read-write session when the first reference is made within a
DmtSession
to a node which is handled by this plugin. - Option - org.osgi.service.metatype.annotations??????
-
Option
information for anAttributeDefinition
. - OPTIONAL - ?? ?????? org.osgi.service.component.annotations.ConfigurationPolicy
-
Use the corresponding Configuration object if present but allow the component to be satisfied even if the corresponding Configuration object is not present.
- OPTIONAL - ?? ?????? org.osgi.service.component.annotations.ReferenceCardinality
-
The reference is optional and unary.
- OPTIONAL - ???????? org.osgi.service.metatype.ObjectClassDefinition
-
Argument for
getAttributeDefinitions(int)
. - options() - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- options() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The option information for this AttributeDefinition.
- options(Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- options(GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- or(RequirementExpression, RequirementExpression) - ?????? org.osgi.service.repository.ExpressionCombiner
-
Combine two
RequirementExpression
s into a requirement expression using theor
operator. - or(RequirementExpression, RequirementExpression, RequirementExpression...) - ?????? org.osgi.service.repository.ExpressionCombiner
-
Combine multiple
RequirementExpression
s into a requirement expression using theor
operator. - OrExpression - org.osgi.service.repository????
-
A
RequirementExpression
representing theor
of a number of requirement expressions. - org.osgi.application - ??? org.osgi.application
-
Foreign Application Package Version 1.0.
- org.osgi.namespace.contract - ??? org.osgi.namespace.contract
-
Contract Namespace Package Version 1.0.
- org.osgi.namespace.extender - ??? org.osgi.namespace.extender
-
Extender Namespace Package Version 1.0.
- org.osgi.namespace.implementation - ??? org.osgi.namespace.implementation
-
Implementation Namespace Package Version 1.0.
- org.osgi.namespace.service - ??? org.osgi.namespace.service
-
Service Namespace Package Version 1.0.
- org.osgi.namespace.unresolvable - ??? org.osgi.namespace.unresolvable
-
Unresolvable Namespace Package Version 1.0.
- org.osgi.service.application - ??? org.osgi.service.application
-
Application Package Version 1.1.
- org.osgi.service.async - ??? org.osgi.service.async
-
Asynchronous Services Package Version 1.0.
- org.osgi.service.async.delegate - ??? org.osgi.service.async.delegate
-
Asynchronous Services Delegation Package Version 1.0.
- org.osgi.service.blueprint.container - ??? org.osgi.service.blueprint.container
-
Blueprint Container Package Version 1.0.
- org.osgi.service.blueprint.reflect - ??? org.osgi.service.blueprint.reflect
-
Blueprint Reflection Package Version 1.0.
- org.osgi.service.cm - ??? org.osgi.service.cm
-
Configuration Admin Package Version 1.6.
- org.osgi.service.cm.annotations - ??? org.osgi.service.cm.annotations
-
Configuration Admin Annotations Package Version 1.6.
- org.osgi.service.component - ??? org.osgi.service.component
-
Service Component Package Version 1.4.
- org.osgi.service.component.annotations - ??? org.osgi.service.component.annotations
-
Service Component Annotations Package Version 1.4.
- org.osgi.service.component.propertytypes - ??? org.osgi.service.component.propertytypes
-
Component Property Types Package Version 1.4.
- org.osgi.service.component.runtime - ??? org.osgi.service.component.runtime
-
Service Component Runtime Package Version 1.4.
- org.osgi.service.component.runtime.dto - ??? org.osgi.service.component.runtime.dto
-
Service Component Runtime Data Transfer Objects Package Version 1.4.
- org.osgi.service.configurator - ??? org.osgi.service.configurator
-
Configurator Package Version 1.0.
- org.osgi.service.configurator.annotations - ??? org.osgi.service.configurator.annotations
-
Configurator Annotations Package Version 1.0.
- org.osgi.service.configurator.namespace - ??? org.osgi.service.configurator.namespace
-
Configurator Namespace Package Version 1.0.
- org.osgi.service.coordinator - ??? org.osgi.service.coordinator
-
Coordinator Package Version 1.0.
- org.osgi.service.deploymentadmin - ??? org.osgi.service.deploymentadmin
-
Deployment Admin Package Version 1.1.
- org.osgi.service.deploymentadmin.spi - ??? org.osgi.service.deploymentadmin.spi
-
Deployment Admin SPI Package Version 1.0.
- org.osgi.service.device - ??? org.osgi.service.device
-
Device Access Package Version 1.1.
- org.osgi.service.dmt - ??? org.osgi.service.dmt
-
Device Management Tree Package Version 2.0.
- org.osgi.service.dmt.notification - ??? org.osgi.service.dmt.notification
-
Device Management Tree Notification Package Version 2.0.
- org.osgi.service.dmt.notification.spi - ??? org.osgi.service.dmt.notification.spi
-
Device Management Tree Notification SPI Package Version 2.0.
- org.osgi.service.dmt.security - ??? org.osgi.service.dmt.security
-
Device Management Tree Security Package Version 2.0.
- org.osgi.service.dmt.spi - ??? org.osgi.service.dmt.spi
-
Device Management Tree SPI Package Version 2.0.
- org.osgi.service.event - ??? org.osgi.service.event
-
Event Admin Package Version 1.4.
- org.osgi.service.event.annotations - ??? org.osgi.service.event.annotations
-
Event Admin Annotations Package Version 1.4.
- org.osgi.service.event.propertytypes - ??? org.osgi.service.event.propertytypes
-
Event Admin Component Property Types Package Version 1.4.
- org.osgi.service.http - ??? org.osgi.service.http
-
Http Service Package Version 1.2.
- org.osgi.service.http.context - ??? org.osgi.service.http.context
-
Http Whiteboard Context Package Version 1.1.
- org.osgi.service.http.runtime - ??? org.osgi.service.http.runtime
-
Http Runtime Package Version 1.1.
- org.osgi.service.http.runtime.dto - ??? org.osgi.service.http.runtime.dto
-
Http Runtime DTO Package Version 1.1.
- org.osgi.service.http.whiteboard - ??? org.osgi.service.http.whiteboard
-
Http Whiteboard Package Version 1.1.
- org.osgi.service.http.whiteboard.annotations - ??? org.osgi.service.http.whiteboard.annotations
-
Http Whiteboard Annotations Package Version 1.1.
- org.osgi.service.http.whiteboard.propertytypes - ??? org.osgi.service.http.whiteboard.propertytypes
-
Http Whiteboard Property Types Package Version 1.1.
- org.osgi.service.io - ??? org.osgi.service.io
-
IO Connector Package Version 1.0.
- org.osgi.service.jaxrs.client - ??? org.osgi.service.jaxrs.client
-
JAX-RS Client Package Version 1.0.
- org.osgi.service.jaxrs.runtime - ??? org.osgi.service.jaxrs.runtime
-
JAX-RS Runtime Package Version 1.0.
- org.osgi.service.jaxrs.runtime.dto - ??? org.osgi.service.jaxrs.runtime.dto
-
JAX-RS Runtime DTO Package Version 1.0.
- org.osgi.service.jaxrs.whiteboard - ??? org.osgi.service.jaxrs.whiteboard
-
JAX-RS Whiteboard Package Version 1.0.
- org.osgi.service.jaxrs.whiteboard.annotations - ??? org.osgi.service.jaxrs.whiteboard.annotations
-
JAX-RS Whiteboard Annotations Package Version 1.0.
- org.osgi.service.jaxrs.whiteboard.propertytypes - ??? org.osgi.service.jaxrs.whiteboard.propertytypes
-
JAX-RS Whiteboard Package Version 1.0.
- org.osgi.service.jdbc - ??? org.osgi.service.jdbc
-
JDBC Service Package Version 1.0.
- org.osgi.service.jndi - ??? org.osgi.service.jndi
-
JNDI Package Version 1.0.
- org.osgi.service.jpa - ??? org.osgi.service.jpa
-
JPA Package Version 1.1.
- org.osgi.service.jpa.annotations - ??? org.osgi.service.jpa.annotations
-
JPA Service Annotations Package Version 1.1.
- org.osgi.service.log - ??? org.osgi.service.log
-
Log Service Package Version 1.4.
- org.osgi.service.log.admin - ??? org.osgi.service.log.admin
-
Log Admin Package Version 1.0.
- org.osgi.service.log.stream - ??? org.osgi.service.log.stream
-
Log Stream Package Version 1.0.
- org.osgi.service.metatype - ??? org.osgi.service.metatype
-
Metatype Package Version 1.4.
- org.osgi.service.metatype.annotations - ??? org.osgi.service.metatype.annotations
-
Metatype Annotations Package Version 1.4.
- org.osgi.service.monitor - ??? org.osgi.service.monitor
-
Monitor Admin Package Version 1.0.
- org.osgi.service.prefs - ??? org.osgi.service.prefs
-
Preferences Service Package Version 1.1.
- org.osgi.service.provisioning - ??? org.osgi.service.provisioning
-
Provisioning Package Version 1.2.
- org.osgi.service.remoteserviceadmin - ??? org.osgi.service.remoteserviceadmin
-
Remote Service Admin Package Version 1.1.
- org.osgi.service.remoteserviceadmin.namespace - ??? org.osgi.service.remoteserviceadmin.namespace
-
Remote Service Admin Namespaces Version 1.0.
- org.osgi.service.repository - ??? org.osgi.service.repository
-
Repository Service Package Version 1.1.
- org.osgi.service.rest - ??? org.osgi.service.rest
-
Rest Service Package Version 1.0.
- org.osgi.service.rest.client - ??? org.osgi.service.rest.client
-
Rest Service Client Package Version 1.0.
- org.osgi.service.serviceloader - ??? org.osgi.service.serviceloader
-
Service Loader Mediator Package Version 1.0.
- org.osgi.service.subsystem - ??? org.osgi.service.subsystem
-
Subsystem Service Package Version 1.1.
- org.osgi.service.transaction.control - ??? org.osgi.service.transaction.control
-
Transaction Control Service Package Version 1.0.
- org.osgi.service.transaction.control.jdbc - ??? org.osgi.service.transaction.control.jdbc
-
Transaction Control JDBC Package Version 1.0.
- org.osgi.service.transaction.control.jpa - ??? org.osgi.service.transaction.control.jpa
-
Transaction Control JPA Package Version 1.0.
- org.osgi.service.transaction.control.recovery - ??? org.osgi.service.transaction.control.recovery
-
Transaction Control Service Recovery Package Version 1.0.
- org.osgi.service.upnp - ??? org.osgi.service.upnp
-
UPnP Package Version 1.2.
- org.osgi.service.useradmin - ??? org.osgi.service.useradmin
-
User Admin Package Version 1.1.
- org.osgi.service.wireadmin - ??? org.osgi.service.wireadmin
-
Wire Admin Package Version 1.0.
- org.osgi.util.converter - ??? org.osgi.util.converter
-
Converter Package Version 1.0.
- org.osgi.util.function - ??? org.osgi.util.function
-
Function Package Version 1.1.
- org.osgi.util.measurement - ??? org.osgi.util.measurement
-
Measurement Package Version 1.0.
- org.osgi.util.position - ??? org.osgi.util.position
-
Position Package Version 1.0.
- org.osgi.util.promise - ??? org.osgi.util.promise
-
Promise Package Version 1.1.
- org.osgi.util.pushstream - ??? org.osgi.util.pushstream
-
Push Stream Package Version 1.0.
- org.osgi.util.xml - ??? org.osgi.util.xml
-
XML Parser Package Version 1.0.
- ORPHANED - ???????? org.osgi.service.coordinator.Coordination
-
A singleton exception that will be the failure cause when a Coordination has been orphaned.
- osgi_jaxrs_extension_select() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JSONRequired
-
Provides an extension selection filter for an extension supporting the JSON media type
- OSGI_JDBC_DRIVER_CLASS - ???????? org.osgi.service.jdbc.DataSourceFactory
-
Service property used by a JDBC driver to declare the driver class when registering a JDBC DataSourceFactory service.
- OSGI_JDBC_DRIVER_NAME - ???????? org.osgi.service.jdbc.DataSourceFactory
-
Service property used by a JDBC driver to declare the driver name when registering a JDBC DataSourceFactory service.
- OSGI_JDBC_DRIVER_VERSION - ???????? org.osgi.service.jdbc.DataSourceFactory
-
Service property used by a JDBC driver to declare the driver version when registering a JDBC DataSourceFactory service.
- OSGI_RECOVERY_ENABLED - ???????? org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
This service property key is used by
TransactionControl
services andResourceProvider
factories to indicate that they can support transaction recovery. - OSGI_RECOVERY_IDENTIFIER - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the recovery identifier that should be used by this resource
- OSGI_RECOVERY_IDENTIFIER - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to set the recovery identifier that should be used by this resource
P
- Pa - ??????? org.osgi.util.measurement.Unit
-
The pressure unit pascal (Pa).
- parameter - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The zero-based parameter number of the constructor parameter for the reference.
- parameter() - ???? ???? org.osgi.service.component.annotations.Reference
-
The zero-based parameter number of the constructor parameter for this reference.
- parent() - ?????? org.osgi.service.prefs.Preferences
-
Returns the parent of this node, or
null
if this is the root. - PARENT_UDN - ???????? org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all embedded devices.
- PARSER_NAMESPACEAWARE - ??????? org.osgi.util.xml.XMLParserActivator
-
Service property specifying if factory is configured to support namespace aware parsers.
- PARSER_VALIDATING - ??????? org.osgi.util.xml.XMLParserActivator
-
Service property specifying if factory is configured to support validating parsers.
- PARTIALLY_ENDED - ?????????? org.osgi.service.coordinator.CoordinationException
-
The Coordination has partially ended.
- Participant - org.osgi.service.coordinator????
-
A Participant participates in a Coordination.
- PARTICIPATE - ??????? org.osgi.service.coordinator.CoordinationPermission
-
The action string
participate
. - PASSWORD - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Password
type. - PASSWORD - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
PASSWORD
type. - path - ????? org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The path of the request relative to the root.
- path - ????? org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The path of this resource method.
- path() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContext
-
Service property identifying a servlet context helper path.
- PATH_SEPARATOR - ??????? org.osgi.service.dmt.Uri
-
This constant stands for a string identifying the path separator in the DmTree ("/").
- PATH_SEPARATOR_CHAR - ??????? org.osgi.service.dmt.Uri
-
This constant stands for a char identifying the path separator in the DmTree ('/').
- pattern() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardResource
-
Service property identifying resource patterns.
- patterns - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The request mappings for the servlet filter.
- patterns - ????? org.osgi.service.http.runtime.dto.ResourceDTO
-
The request mappings for the resource.
- patterns - ????? org.osgi.service.http.runtime.dto.ServletDTO
-
The request mappings for the servlet.
- peek() - ?????? org.osgi.service.coordinator.Coordinator
-
Returns the current Coordination.
- PERMANENT - ???????? org.osgi.service.dmt.MetaNode
-
Constant for representing a
PERMANENT
node in the tree. - PERMISSION_DENIED - ?????????? 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.
- pid() - ???? ???? org.osgi.service.metatype.annotations.ObjectClassDefinition
-
The PIDs associated with this ObjectClassDefinition.
- policy - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The policy of the reference.
- policy() - ???? ???? org.osgi.service.component.annotations.Reference
-
The policy for this reference.
- POLICY_DEFAULT - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Value for defining the default policy.
- POLICY_FORCE - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Value for defining the force policy.
- policyOption - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The policy option of the reference.
- policyOption() - ???? ???? org.osgi.service.component.annotations.Reference
-
The policy option for this reference.
- poll() - ?????? org.osgi.service.wireadmin.Wire
-
Poll for an updated value.
- polled(Wire) - ?????? org.osgi.service.wireadmin.Producer
-
Return the current value of this
Producer
object. - pop() - ?????? org.osgi.service.coordinator.Coordinator
-
Remove the current Coordination from the thread local Coordination stack.
- Position - org.osgi.util.position???
-
Position represents a geographic location, based on the WGS84 System (World Geodetic System 1984).
- Position(Measurement, Measurement, Measurement, Measurement, Measurement) - ????? org.osgi.util.position.Position
-
Constructs a
Position
object with the given values. - post(Entity<?>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- post(Entity<?>, Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- post(Entity<?>, GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- postCompletion(Consumer<TransactionStatus>) - ?????? org.osgi.service.transaction.control.TransactionContext
-
Register a callback that will be made after the scope completes
- postEvent(String, String[], String[], Dictionary<String, ?>) - ?????? org.osgi.service.dmt.spi.MountPoint
-
Posts an event via the DmtAdmin about changes in the current plugins subtree.
- postEvent(String, String[], Dictionary<String, ?>) - ?????? org.osgi.service.dmt.spi.MountPoint
-
Posts an event via the DmtAdmin about changes in the current plugins subtree.
- postEvent(Event) - ?????? org.osgi.service.event.EventAdmin
-
Initiate asynchronous, ordered delivery of an event.
- PRE_ENLISTED_DB_CONNECTION - ???????? 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) - ?????? org.osgi.service.transaction.control.TransactionContext
-
Register a callback that will be made before a scope completes.
- Predicate<T> - org.osgi.util.function????
-
A predicate that accepts a single argument and produces a boolean result.
- Preferences - org.osgi.service.prefs????
-
A node in a hierarchical collection of preference data.
- PreferencesService - org.osgi.service.prefs????
-
The Preferences Service.
- PREFERRED_PROVIDER - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header used to express a preference for particular resources to satisfy implicit package dependencies.
- prefix - ????? org.osgi.service.http.runtime.dto.ResourceDTO
-
The prefix of the resource.
- prefix() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardResource
-
Service property identifying resource prefix.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContext
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContextSelect
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterAsyncSupported
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterDispatcher
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterName
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterPattern
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterRegex
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterServlet
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardListener
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardResource
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletAsyncSupported
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletErrorPage
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletMultipart
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletName
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletPattern
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardTarget
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsApplicationBase
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsApplicationSelect
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsExtension
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsExtensionSelect
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsMediaType
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsName
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsResource
-
Prefix for the property name.
- PREFIX_ - ?????????? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsWhiteboardTarget
-
Prefix for the property name.
- prepare() - ?????? org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
This method is called on the Resource Processor immediately before calling the
commit
method. - PREPARED - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
A two phase commit is occurring and the transaction has been prepared
- PREPARING - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
A two phase commit is occurring and the transaction is being prepared
- Preprocessor - 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 - org.osgi.service.http.runtime.dto???
-
Represents a preprocessor
org.osgi.service.http.whiteboard.Preprocessor
service currently being used during request processing. - PreprocessorDTO() - ????? org.osgi.service.http.runtime.dto.PreprocessorDTO
- preprocessorDTOs - ????? 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 - ???????? 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) - ???????? org.osgi.service.dmt.DmtException
-
Prints the exception and its stacktrace to the specified print stream.
- PRIVATEAREA - ??????? org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Constant String to the "privatearea" action.
- process(String, InputStream) - ?????? 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 - ??????? org.osgi.service.wireadmin.WirePermission
-
The action string for the
produce
action. - Producer - org.osgi.service.wireadmin????
-
Data Producer, a service that can generate values to be used by
Consumer
services. - PRODUCER_EXCEPTION - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
A Producer service method has thrown an exception.
- producersConnected(Wire[]) - ?????? org.osgi.service.wireadmin.Consumer
-
Update the list of
Wire
objects to which this Consumer service is connected. - produces - ????? org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
-
The media types produced by this service, if provided in an
Produces
annotation - producingMimeType - ????? org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
-
The mime-type(s) produced by this resource method, null if
Produces
is not defined - PROMISCUOUS_POLICY - ??????? org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
-
The attribute value for Topology managers with a promiscuous policy
- Promise<T> - org.osgi.util.promise????
-
A Promise of a value.
- PromiseFactory - org.osgi.util.promise???
-
Promise factory to create Deferred and Promise objects.
- PromiseFactory(Executor) - ????? org.osgi.util.promise.PromiseFactory
-
Create a new PromiseFactory with the specified callback executor.
- PromiseFactory(Executor, ScheduledExecutorService) - ????? org.osgi.util.promise.PromiseFactory
-
Create a new PromiseFactory with the specified callback executor and specified scheduled executor.
- PromiseRxInvoker - org.osgi.service.jaxrs.client????
-
A specialization of the
RxInvoker
which createsPromise
instances. - Promises - org.osgi.util.promise???
-
Static helper methods for
Promise
s. - properties - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component properties for the component configuration.
- properties - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The component properties.
- properties() - ???? ???? org.osgi.service.component.annotations.Component
-
Property entries for this Component.
- PROPERTIES - ?? ?????? org.osgi.service.component.annotations.CollectionType
-
The properties collection type is used to indicate the collection holds unmodifiable Maps containing the service properties of the bound services.
- property() - ???? ???? org.osgi.service.component.annotations.Component
-
Properties for this Component.
- PROPERTY_POLICY - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Configuration property for the configuration policy.
- PROPERTY_PREFIX - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Prefix to mark properties as input for the Configurator when processing a configuration resource.
- PROPERTY_RANKING - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Configuration property for the configuration ranking.
- PROPERTY_RESOURCE_VERSION - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Global property in the configuration resource specifying the version of the resource format.
- PROPERTY_SYMBOLIC_NAME - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Global property in the configuration resource specifying the symbolic name of the configuration resource.
- PROPERTY_VERSION - ??????? org.osgi.service.configurator.ConfiguratorConstants
-
Global property in the configuration resource specifying the version of the resource.
- PropsMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a
java.util.Properties
based value. - PROTOTYPE - ?? ?????? org.osgi.service.component.annotations.ReferenceScope
-
If the bound service has prototype service scope, then each instance of the component with this reference can receive a unique instance of the service.
- PROTOTYPE - ?? ?????? org.osgi.service.component.annotations.ServiceScope
-
When the component is registered as a service, it must be registered as a prototype scope service and an instance of the component must be created for each distinct request for the service.
- PROTOTYPE_REQUIRED - ?? ?????? org.osgi.service.component.annotations.ReferenceScope
-
Bound services must have prototype service scope.
- PROVISION_POLICY_ACCEPT_DEPENDENCIES - ??????? org.osgi.service.subsystem.SubsystemConstants
-
A value for the
provision-policy
directive indicating the subsystem accepts dependency resources. - PROVISION_POLICY_DIRECTIVE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header directive identifying the provision policy.
- PROVISION_POLICY_REJECT_DEPENDENCIES - ??????? org.osgi.service.subsystem.SubsystemConstants
-
A value for the
provision-policy
directive indicating the subsystem does not accept dependency resources. - PROVISION_RESOURCE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the resources to be deployed to satisfy the dependencies of a subsystem.
- PROVISIONING_AGENT_CONFIG - ???????? org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the initial configuration information of the initial Management Agent.
- PROVISIONING_REFERENCE - ???????? org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the location of the provision data provider.
- PROVISIONING_ROOTX509 - ???????? 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 - ???????? 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 - ???????? org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that uniquely identifies the Service Platform.
- PROVISIONING_START_BUNDLE - ???????? 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 - ???????? org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the update count of the info data.
- ProvisioningService - org.osgi.service.provisioning????
-
Service for managing the initial provisioning information.
- publish(T) - ?????? org.osgi.util.pushstream.SimplePushEventSource
-
Asynchronously publish an event to this stream and all connected
PushEventConsumer
instances. - PUBLISH - ??????? org.osgi.service.event.TopicPermission
-
The action string
publish
. - PUBLISH - ??????? org.osgi.service.monitor.MonitorPermission
-
Holders of
MonitorPermission
with thepublish
action present areMonitorable
services that are allowed to publish theStatusVariable
s specified in the permission's target field. - push() - ?????? org.osgi.service.coordinator.Coordination
-
Push this Coordination object onto the thread local Coordination stack to make it the
current Coordination
. - pushback(U) - ?????? 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>>> - org.osgi.util.pushstream???? -
A
PushbackPolicy
is used to calculate how much back pressure to apply based on the current buffer. - PushbackPolicyOption - org.osgi.util.pushstream????
-
PushbackPolicyOption
provides a standard set of simplePushbackPolicy
implementations. - PushEvent<T> - 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 - org.osgi.util.pushstream????
-
The type of a
PushEvent
. - PushEventConsumer<T> - org.osgi.util.pushstream????
-
An Async Event Consumer asynchronously receives Data events until it receives either a Close or Error event.
- PushEventSource<T> - org.osgi.util.pushstream????
-
An event source.
- PushStream<T> - 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>>> - org.osgi.util.pushstream???? -
A Builder for a PushStream.
- PushStreamProvider - org.osgi.util.pushstream???
-
A factory for
PushStream
instances, and utility methods for handlingPushEventSource
s andPushEventConsumer
s - PushStreamProvider() - ????? org.osgi.util.pushstream.PushStreamProvider
- put(String, Object) - ????? org.osgi.service.event.EventProperties
-
This method throws
UnsupportedOperationException
. - put(String, String) - ?????? org.osgi.service.prefs.Preferences
-
Associates the specified value with the specified key in this node.
- put(Entity<?>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- put(Entity<?>, Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- put(Entity<?>, GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- putAll(Map<? extends String, ? extends Object>) - ????? org.osgi.service.event.EventProperties
-
This method throws
UnsupportedOperationException
. - putBoolean(String, boolean) - ?????? org.osgi.service.prefs.Preferences
-
Associates a
String
object representing the specifiedboolean
value with the specified key in this node. - putByteArray(String, byte[]) - ?????? org.osgi.service.prefs.Preferences
-
Associates a
String
object representing the specifiedbyte[]
with the specifiedkey
in this node. - putDouble(String, double) - ?????? org.osgi.service.prefs.Preferences
-
Associates a
String
object representing the specifieddouble
value with the specifiedkey
in this node. - putFloat(String, float) - ?????? org.osgi.service.prefs.Preferences
-
Associates a
String
object representing the specifiedfloat
value with the specifiedkey
in this node. - putInt(String, int) - ?????? org.osgi.service.prefs.Preferences
-
Associates a
String
object representing the specifiedint
value with the specifiedkey
in this node. - putLong(String, long) - ?????? org.osgi.service.prefs.Preferences
-
Associates a
String
object representing the specifiedlong
value with the specifiedkey
in this node. - putScopedValue(Object, Object) - ?????? org.osgi.service.transaction.control.TransactionContext
-
Associate a value with this transaction
Q
- QueuePolicy<T,
U extends BlockingQueue<PushEvent<? extends T>>> - org.osgi.util.pushstream???? -
A
QueuePolicy
is used to control how events should be queued in the current buffer. - QueuePolicyOption - org.osgi.util.pushstream????
-
QueuePolicyOption
provides a standard set of simpleQueuePolicy
implementations.
R
- rad - ??????? org.osgi.util.measurement.Unit
-
The angle unit radians (rad)
- READ - ???????? org.osgi.service.io.ConnectorService
-
Read access mode.
- READ - ??????? org.osgi.service.monitor.MonitorPermission
-
Holders of
MonitorPermission
with theread
action present are allowed to read the value of theStatusVariable
s specified in the permission's target field. - READ - ??????? org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string
read
. - READ_ONLY - ?? ?????? org.osgi.service.cm.Configuration.ConfigurationAttribute
-
The configuration is read only.
- READ_WRITE - ???????? org.osgi.service.io.ConnectorService
-
Read/Write access mode.
- ReadableDataSession - org.osgi.service.dmt.spi????
-
Provides read-only access to the part of the tree handled by the plugin that created this session.
- readOnly() - ????? org.osgi.service.transaction.control.TransactionBuilder
-
Indicate to the Transaction Control service that this transaction will be read-only.
- ReadOnlyConfigurationException - org.osgi.service.cm??????
-
An
Exception
class to inform the client of aConfiguration
about theread only
state of a configuration object. - ReadOnlyConfigurationException(String) - ???????? org.osgi.service.cm.ReadOnlyConfigurationException
-
Create a
ReadOnlyConfigurationException
object. - ReadWriteDataSession - 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>) - ?????? org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery value.
- RecoverableXAResource - org.osgi.service.transaction.control.recovery????
-
A
RecoverableXAResource
service may be provided by aResourceProvider
if they are able to support XA recovery operations. - recoverWith(Function<Promise<?>, Promise<? extends T>>) - ?????? org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery Promise.
- reduce(BinaryOperator<T>) - ?????? org.osgi.util.pushstream.PushStream
-
Standard reduce without identity, so the return is an Optional.
- reduce(T, BinaryOperator<T>) - ?????? org.osgi.util.pushstream.PushStream
-
Standard reduce, see Stream.
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - ?????? org.osgi.util.pushstream.PushStream
-
Standard reduce with identity, accumulator and combiner.
- reference() - ???? ???? org.osgi.service.component.annotations.Component
-
The lookup strategy references of this Component.
- Reference - org.osgi.service.component.annotations??????
-
Identify the annotated member or parameter as a reference of a Service Component.
- REFERENCE - ?? ?????? org.osgi.service.component.annotations.CollectionType
-
The reference collection type is used to indicate the collection holds Service References for the bound services.
- REFERENCE_TARGET_SUFFIX - ???????? org.osgi.service.component.ComponentConstants
-
The suffix for reference target properties.
- ReferenceCardinality - org.osgi.service.component.annotations????
-
Cardinality for the
Reference
annotation. - ReferenceDTO - org.osgi.service.component.runtime.dto???
-
A representation of a declared reference to a service.
- ReferenceDTO() - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
- ReferenceListener - org.osgi.service.blueprint.reflect????
-
Metadata for a reference listener interested in the reference bind and unbind events for a service reference.
- ReferenceListMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a list of service references.
- ReferenceMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a reference that will bind to a single matching service in the service registry.
- ReferencePolicy - org.osgi.service.component.annotations????
-
Policy for the
Reference
annotation. - ReferencePolicyOption - org.osgi.service.component.annotations????
-
Policy option for the
Reference
annotation. - references - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The referenced services.
- ReferenceScope - org.osgi.service.component.annotations????
-
Reference scope for the
Reference
annotation. - RefMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a reference to another component managed by the Blueprint Container.
- regexs - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The request mappings for the servlet filter.
- registerLocalResource(LocalResource) - ?????? org.osgi.service.transaction.control.TransactionContext
-
Register a Local resource with the current transaction
- registerResources(String, String, HttpContext) - ?????? org.osgi.service.http.HttpService
-
Registers resources into the URI namespace.
- registerService(String[], Object, Dictionary) - ?????? 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) - ?????? 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) - ?????? org.osgi.service.http.HttpService
-
Registers a servlet into the URI namespace.
- registerXAResource(XAResource, String) - ?????? org.osgi.service.transaction.control.TransactionContext
-
Register an XA resource with the current transaction
- RegistrationListener - org.osgi.service.blueprint.reflect????
-
Metadata for a registration listener interested in service registration and unregistration events for a service.
- ReifiedType - org.osgi.service.blueprint.container???
-
Provides access to a concrete type and its optional generic type parameters.
- ReifiedType(Class<?>) - ????? org.osgi.service.blueprint.container.ReifiedType
-
Create a Reified Type for a raw Java class without any generic type parameters.
- RELEASED - ???????? 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) - ?????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
Release a
JDBCConnectionProvider
instance that has been created by this factory. - releaseProvider(JPAEntityManagerProvider) - ?????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
Release a
JPAEntityManagerProvider
instance that has been created by this factory. - releaseXAResource(XAResource) - ?????? org.osgi.service.transaction.control.recovery.RecoverableXAResource
-
Release the XAResource that has been used for recovery
- RELUCTANT - ?? ?????? org.osgi.service.component.annotations.ReferencePolicyOption
- REMOTE_CONFIGS_SUPPORTED - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the configuration types supported by a distribution provider.
- REMOTE_ERROR - ?????????? org.osgi.service.dmt.DmtException
-
A device initiated remote operation failed.
- REMOTE_INTENTS_SUPPORTED - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the intents supported by a distribution provider.
- REMOTE_USER - ??????? org.osgi.service.http.context.ServletContextHelper
-
HttpServletRequest
attribute specifying the name of the authenticated user. - REMOTE_USER - ???????? org.osgi.service.http.HttpContext
-
HttpServletRequest
attribute specifying the name of the authenticated user. - remoteAdminEvent(RemoteServiceAdminEvent) - ?????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminListener
-
Receive notification of any export or import registrations and unregistrations as well as errors and warnings.
- RemoteAlertSender - org.osgi.service.dmt.notification.spi????
-
The RemoteAlertSender can be used to send notifications to (remote) entities identified by principal names.
- RemoteConstants - org.osgi.service.remoteserviceadmin???
-
Provide the definition of the constants used in the Remote Service Admin specification.
- RemoteServiceAdmin - org.osgi.service.remoteserviceadmin????
-
A Remote Service Admin manages the import and export of services.
- RemoteServiceAdminEvent - org.osgi.service.remoteserviceadmin???
-
Provides the event information for a Remote Service Admin event.
- RemoteServiceAdminEvent(int, Bundle, ExportReference, Throwable) - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Create a Remote Service Admin Event for an export notification.
- RemoteServiceAdminEvent(int, Bundle, ImportReference, Throwable) - ????? org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Create a Remote Service Admin Event for an import notification.
- RemoteServiceAdminListener - org.osgi.service.remoteserviceadmin????
-
A
RemoteServiceAdminEvent
listener is notified synchronously of any export or import registrations and unregistrations. - remove() - ?????? org.osgi.service.application.ScheduledApplication
-
Cancels this schedule of the application.
- remove(Object) - ????? org.osgi.service.event.EventProperties
-
This method throws
UnsupportedOperationException
. - remove(String) - ?????? org.osgi.service.prefs.Preferences
-
Removes the value associated with the specified
key
in this node, if any. - removeAttributes(Configuration.ConfigurationAttribute...) - ?????? org.osgi.service.cm.Configuration
-
Remove attributes from this configuration.
- REMOVED - ??????? org.osgi.service.remoteserviceadmin.EndpointEvent
-
An endpoint has been removed.
- removeLogListener(LogListener) - ?????? org.osgi.service.log.LogReaderService
-
Unsubscribes to
LogEntry
objects. - removeMember(Role) - ?????? org.osgi.service.useradmin.Group
-
Removes the specified
Role
object from thisGroup
object. - removeNode() - ?????? org.osgi.service.prefs.Preferences
-
Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
- removeRole(String) - ?????? 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) - ?????? org.osgi.application.ApplicationContext
-
Removes the specified
ApplicationServiceListener
object from this context application instance's list of listeners. - RENAMED - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were renamed.
- renameNode(String[], String) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Rename a node.
- renameNode(String, String) - ?????? org.osgi.service.dmt.DmtSession
-
Rename a node.
- REPLACE - ?? ?????? org.osgi.service.component.annotations.FieldOption
-
The replace field option is used to replace the field value with a new value when there are changes to the bound services.
- REPLACE - ??????? org.osgi.service.dmt.Acl
-
Principals holding this permission can issue REPLACE commands on the node having this ACL.
- REPLACE - ??????? 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 - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were replaced.
- Repository - org.osgi.service.repository????
-
A repository service that contains
resources
. - RepositoryContent - org.osgi.service.repository????
-
An accessor for the content of a resource.
- RequestInfoDTO - org.osgi.service.http.runtime.dto???
-
Represents the services used to process a specific request.
- RequestInfoDTO() - ????? org.osgi.service.http.runtime.dto.RequestInfoDTO
- REQUIRE - ?? ?????? org.osgi.service.component.annotations.ConfigurationPolicy
-
There must be a corresponding Configuration object for the component configuration to become satisfied.
- RequireConfigurationAdmin - org.osgi.service.cm.annotations??????
-
This annotation can be used to require the Configuration Admin implementation.
- RequireConfigurator - org.osgi.service.configurator.annotations??????
-
This annotation can be used to require the Configurator extender.
- required() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The required value for this AttributeDefinition.
- required(Callable<T>) - ?????? org.osgi.service.transaction.control.TransactionStarter
-
A transaction is required to run the supplied piece of work.
- REQUIRED - ???????? org.osgi.service.metatype.ObjectClassDefinition
-
Argument for
getAttributeDefinitions(int)
. - RequireEventAdmin - org.osgi.service.event.annotations??????
-
This annotation can be used to require the Event Admin implementation.
- RequireHttpWhiteboard - org.osgi.service.http.whiteboard.annotations??????
-
This annotation can be used to require the Http Whiteboard implementation.
- RequireJaxrsWhiteboard - org.osgi.service.jaxrs.whiteboard.annotations??????
-
This annotation can be used to require the JAX-RS Whiteboard implementation.
- RequireJPAExtender - org.osgi.service.jpa.annotations??????
-
This annotation can be used to require the JPA extender.
- RequirementBuilder - org.osgi.service.repository????
-
A builder for requirements.
- RequirementExpression - org.osgi.service.repository????
-
The super interface for all requirement expressions.
- RequireMetaTypeExtender - org.osgi.service.metatype.annotations??????
-
This annotation can be used to require the Meta Type extender to process metatype resources.
- RequireMetaTypeImplementation - org.osgi.service.metatype.annotations??????
-
This annotation can be used to require the Meta Type implementation.
- RequireServiceComponentRuntime - org.osgi.service.component.annotations??????
-
This annotation can be used to require the Service Component Runtime to process Declarative Services components.
- requiresNew(Callable<T>) - ?????? org.osgi.service.transaction.control.TransactionStarter
-
A new transaction is required to run the supplied piece of work.
- RESET - ??????? org.osgi.service.monitor.MonitorPermission
-
Holders of
MonitorPermission
with thereset
action present are allowed to reset the value of theStatusVariable
s specified in the permission's target field. - resetStatusVariable(String) - ?????? org.osgi.service.monitor.Monitorable
-
Issues a request to reset a given
StatusVariable
. - resetStatusVariable(String) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Issues a request to reset a given
StatusVariable
. - resolve(T) - ????? org.osgi.util.promise.Deferred
-
Successfully resolve the Promise associated with this Deferred.
- resolved(T) - ????? org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that has been resolved with the specified value.
- resolved(T) - ??????? org.osgi.util.promise.Promises
-
Returns a new Promise that has been resolved with the specified value.
- RESOLVED - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is resolved and able to be started.
- resolveWith(Promise<? extends T>) - ????? org.osgi.util.promise.Deferred
-
Resolve the Promise associated with this Deferred with the specified Promise.
- RESOLVING - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is in the process of resolving.
- resource() - ???? ???? org.osgi.service.metatype.annotations.Icon
-
The resource name for this Icon.
- resourceDTO - ????? org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The resource processing this request.
- ResourceDTO - org.osgi.service.http.runtime.dto???
-
Represents a resource definition currently being used by a servlet context.
- ResourceDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents common information about a JAX-RS resource service.
- ResourceDTO() - ????? org.osgi.service.http.runtime.dto.ResourceDTO
- ResourceDTO() - ????? org.osgi.service.jaxrs.runtime.dto.ResourceDTO
- resourceDTOs - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the resource services associated with this context.
- resourceDTOs - ????? org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
-
Returns the representations of the dynamic JAX-RS resource services associated with this Application.
- ResourceMethodInfoDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents information about a JAX-RS resource method.
- ResourceMethodInfoDTO() - ????? org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
- resourceMethods - ????? org.osgi.service.jaxrs.runtime.dto.ApplicationDTO
-
The RequestPaths handled by statically defined resources in this Application
- resourceMethods - ????? org.osgi.service.jaxrs.runtime.dto.ResourceDTO
-
The RequestPaths handled by this resource
- ResourceProcessor - org.osgi.service.deploymentadmin.spi????
-
ResourceProcessor interface is implemented by processors handling resource files in deployment packages.
- ResourceProcessorException - org.osgi.service.deploymentadmin.spi??????
-
Checked exception received when something fails during a call to a Resource Processor.
- ResourceProcessorException(int) - ???????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Create an instance of the exception.
- ResourceProcessorException(int, String) - ???????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Create an instance of the exception.
- ResourceProcessorException(int, String, Throwable) - ???????? org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Create an instance of the exception.
- ResourceProvider<T> - org.osgi.service.transaction.control????
-
A resource provider is used to provide a transactional resource to the application
- RestApiExtension - org.osgi.service.rest????
-
Marker interface for registering extensions to the Rest API service.
- RestClient - org.osgi.service.rest.client????
-
A Java client API for a REST service endpoint.
- RestClientFactory - org.osgi.service.rest.client????
-
Factory to construct new REST client instances.
- Role - org.osgi.service.useradmin????
-
The base interface for
Role
objects managed by the User Admin service. - ROLE - ???????? org.osgi.service.useradmin.Role
-
The type of a predefined role.
- ROLE_CHANGED - ??????? org.osgi.service.useradmin.UserAdminEvent
-
A
Role
object has been modified. - ROLE_CREATED - ??????? org.osgi.service.useradmin.UserAdminEvent
-
A
Role
object has been created. - ROLE_REMOVED - ??????? org.osgi.service.useradmin.UserAdminEvent
-
A
Role
object has been removed. - roleChanged(UserAdminEvent) - ?????? org.osgi.service.useradmin.UserAdminListener
-
Receives notification that a
Role
object has been created, removed, or modified. - rollback() - ?????? org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when the processing of the current deployment package is finished.
- rollback() - ?????? org.osgi.service.dmt.DmtSession
-
Rolls back a series of DMT operations issued in the current atomic session since the last transaction boundary.
- rollback() - ?????? 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() - ?????? org.osgi.service.transaction.control.LocalResource
-
Roll back the resource
- ROLLBACK_FAILED - ?????????? org.osgi.service.dmt.DmtException
-
The rollback command was not completed successfully.
- rollbackFor - ????? org.osgi.service.transaction.control.TransactionBuilder
-
The list of
Throwable
types that must trigger rollback - rollbackFor(Class<? extends Throwable>, Class<? extends Throwable>...) - ????? org.osgi.service.transaction.control.TransactionBuilder
-
Declare a list of Exception types (and their subtypes) that must trigger a rollback.
- ROLLED_BACK - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
The transaction has been rolled back
- ROLLING_BACK - ?? ?????? org.osgi.service.transaction.control.TransactionStatus
-
The transaction is in the process of rolling back
- ROOT_LOGGER_NAME - ???????? org.osgi.service.log.Logger
-
Root Logger Name.
- ROOT_NODE - ??????? org.osgi.service.dmt.Uri
-
This constant stands for a string identifying the root of the DmTree (".").
- ROOT_NODE_CHAR - ??????? org.osgi.service.dmt.Uri
-
This constant stands for a char identifying the root of the DmTree ('.').
- ROOT_SUBSYSTEM_SYMBOLICNAME - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The symbolic name of the root subsystem.
- rule(Type, ConverterFunction) - ?????? org.osgi.util.converter.ConverterBuilder
-
Register a conversion rule for this converter.
- rule(ConverterFunction) - ?????? org.osgi.util.converter.ConverterBuilder
-
Register a catch-all rule, will be called of no other rule matches.
- rule(TargetRule) - ?????? org.osgi.util.converter.ConverterBuilder
-
Register a conversion rule for this converter.
- Rule<F,
T> - org.osgi.util.converter??? -
A rule implementation that works by capturing the type arguments via subclassing.
- Rule(Function<F, T>) - ????? org.osgi.util.converter.Rule
-
Create an instance with a conversion function.
- RUNNING - ??????? org.osgi.service.application.ApplicationHandle
-
The application instance is running.
- RuntimeDTO - org.osgi.service.http.runtime.dto???
-
Represents the state of a Http Service Runtime.
- RuntimeDTO - org.osgi.service.jaxrs.runtime.dto???
-
Represents the state of a JAX-RS Service Runtime.
- RuntimeDTO() - ????? org.osgi.service.http.runtime.dto.RuntimeDTO
- RuntimeDTO() - ????? org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
S
- s - ??????? org.osgi.util.measurement.Unit
-
The time unit second (s)
- S - ??????? org.osgi.util.measurement.Unit
-
The electric conductance unit siemens (S).
- SATISFIED - ??????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is satisfied.
- SatisfiedReferenceDTO - org.osgi.service.component.runtime.dto???
-
A representation of a satisfied reference.
- SatisfiedReferenceDTO() - ????? org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
- satisfiedReferences - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The satisfied references.
- SAXCLASSFILE - ??????? org.osgi.util.xml.XMLParserActivator
-
Fully qualified path name of SAX Parser Factory Class Name file
- SAXFACTORYNAME - ??????? org.osgi.util.xml.XMLParserActivator
-
Filename containing the SAX Parser Factory Class name.
- schedule(String, Map, String, String, boolean) - ????? org.osgi.service.application.ApplicationDescriptor
-
Schedules the application at a specified event.
- SCHEDULE_ACTION - ??????? org.osgi.service.application.ApplicationAdminPermission
-
Allows scheduling of the target applications.
- SCHEDULE_ID - ???????? org.osgi.service.application.ScheduledApplication
-
The property key for the schedule identifier.
- ScheduledApplication - org.osgi.service.application????
-
It is allowed to schedule an application based on a specific event.
- scheduledExecutor() - ????? org.osgi.util.promise.PromiseFactory
-
Returns the scheduled executor to use for scheduled operations.
- scope - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The service scope.
- scope - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The scope of the reference.
- scope() - ???? ???? org.osgi.service.component.annotations.Component
-
The service scope for the service of this Component.
- scope() - ???? ???? org.osgi.service.component.annotations.Reference
-
The reference scope for this reference.
- SCOPE_PROTOTYPE - ???????? org.osgi.service.blueprint.reflect.BeanMetadata
-
The bean has
prototype
scope. - SCOPE_SINGLETON - ???????? org.osgi.service.blueprint.reflect.BeanMetadata
-
The bean has
singleton
scope. - ScopedWorkException - org.osgi.service.transaction.control??????
-
An Exception that is thrown when a piece of scoped work exits with an
Exception
. - ScopedWorkException(String, Throwable, TransactionContext) - ???????? org.osgi.service.transaction.control.ScopedWorkException
-
Creates a new TransactionException with the supplied message and cause
- select(ServiceReference<?>, Match[]) - ?????? org.osgi.service.device.DriverSelector
-
Select one of the matching Driver services.
- SELECT_NONE - ???????? 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[]) - ?????? org.osgi.service.dmt.notification.spi.RemoteAlertSender
-
Sends an alert to a server identified by its principal name.
- sendEvent(Event) - ?????? org.osgi.service.event.EventAdmin
-
Initiate synchronous delivery of an event.
- sendNotification(String, int, String, AlertItem[]) - ?????? org.osgi.service.dmt.notification.NotificationService
-
Sends a notification to a named principal.
- sendsEvents() - ?????? org.osgi.service.upnp.UPnPStateVariable
-
Tells if this StateVariable can be used as an event source.
- sequential() - ?????? org.osgi.util.pushstream.PushStream
-
Ensure that any events are delivered sequentially.
- SERIAL_NUMBER - ???????? org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a
String
typed property holding the serial number of the device. - service - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The registered service of the component configuration.
- service() - ???? ???? org.osgi.service.component.annotations.Component
-
The types under which to register this Component as a service.
- service() - ???? ???? org.osgi.service.component.annotations.Reference
-
The type of the service for this reference.
- SERVICE - ?? ?????? org.osgi.service.component.annotations.CollectionType
-
The service collection type is used to indicate the collection holds the bound service objects.
- SERVICE - ???????? org.osgi.service.event.EventConstants
-
A service reference.
- SERVICE - ???????? 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 - ???????? org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the location of the bundle that is associated with a
Configuration
object. - SERVICE_COMPONENT - ???????? 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() - ???? ???? org.osgi.service.component.propertytypes.ExportedService
-
Service property identifying the configuration types that should be used to export the service.
- SERVICE_EXPORTED_CONFIGS - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the configuration types that should be used to export the service.
- service_exported_intents() - ???? ???? org.osgi.service.component.propertytypes.ExportedService
-
Service property identifying the intents that the distribution provider must implement to distribute the service.
- SERVICE_EXPORTED_INTENTS - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the intents that the distribution provider must implement to distribute the service.
- service_exported_intents_extra() - ???? ???? org.osgi.service.component.propertytypes.ExportedService
-
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
- SERVICE_EXPORTED_INTENTS_EXTRA - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
- service_exported_interfaces() - ???? ???? org.osgi.service.component.propertytypes.ExportedService
-
Service property marking the service for export.
- SERVICE_EXPORTED_INTERFACES - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property marking the service for export.
- SERVICE_FACTORYPID - ???????? org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the Factory PID in the configuration dictionary.
- SERVICE_ID - ???????? org.osgi.service.event.EventConstants
-
A service's id.
- SERVICE_IMPORTED - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the service as imported.
- SERVICE_IMPORTED_CONFIGS - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the configuration types used to import the service.
- service_intents() - ???? ???? org.osgi.service.component.propertytypes.ExportedService
-
Service property identifying the intents that the distribution provider must implement to distribute the service.
- SERVICE_INTENTS - ??????? org.osgi.service.remoteserviceadmin.RemoteConstants
-
Service property identifying the intents that this service implement.
- SERVICE_NAMESPACE - ??????? org.osgi.namespace.service.ServiceNamespace
-
Namespace name for service capabilities and requirements.
- SERVICE_OBJECTCLASS - ???????? org.osgi.service.event.EventConstants
-
A service's objectClass.
- SERVICE_PID - ???????? org.osgi.service.event.EventConstants
-
A service's persistent identity.
- SERVICE_PID_ATTRIBUTE - ??????? org.osgi.service.configurator.namespace.ConfigurationNamespace
-
The capability attribute contains the PID of the configuration.
- serviceChanged(ApplicationServiceEvent) - ?????? org.osgi.application.ApplicationServiceListener
-
Receives notification that a service has had a lifecycle change.
- ServiceComponentRuntime - 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 - org.osgi.service.component.propertytypes??????
-
Component Property Type for the
service.description
service property. - serviceDTO - ????? org.osgi.service.http.runtime.dto.RuntimeDTO
-
The DTO for the corresponding
org.osgi.service.http.runtime.HttpServiceRuntime
. - serviceDTO - ????? org.osgi.service.jaxrs.runtime.dto.RuntimeDTO
-
The DTO for the corresponding
JaxrsServiceRuntime
. - servicefactory() - ???? ???? org.osgi.service.component.annotations.Component
-
????Since 1.3. Replaced by
Component.scope()
. - serviceId - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
-
Service property identifying the servlet.
- serviceId - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
Service property identifying the servlet filter.
- serviceId - ????? org.osgi.service.http.runtime.dto.ListenerDTO
-
Service property identifying the listener.
- serviceId - ????? org.osgi.service.http.runtime.dto.PreprocessorDTO
-
Service property identifying the preprocessor.
- serviceId - ????? org.osgi.service.http.runtime.dto.ResourceDTO
-
Service property identifying the resource.
- serviceId - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
Service property identifying the servlet context.
- serviceId - ????? org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
Service property identifying the JAX-RS service
- serviceInterfaces - ????? org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The fully qualified names of the service interfaces.
- SERVICELOADER_NAMESPACE - ??????? org.osgi.service.serviceloader.ServiceLoaderNamespace
-
Namespace name for service loader capabilities and requirements.
- ServiceLoaderNamespace - org.osgi.service.serviceloader???
-
Service Loader Capability and Requirement Namespace.
- ServiceMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a service to be registered by the Blueprint Container when enabled.
- ServiceNamespace - org.osgi.namespace.service???
-
Service Capability and Requirement Namespace.
- SERVICEOBJECTS - ?? ?????? org.osgi.service.component.annotations.CollectionType
-
The serviceobjects collection type is used to indicate the collection holds Component Service Objects for the bound services.
- ServiceRanking - org.osgi.service.component.propertytypes??????
-
Component Property Type for the
service.ranking
service property. - ServiceReferenceMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a reference to an OSGi service.
- ServiceScope - org.osgi.service.component.annotations????
-
Service scope for the
Component
annotation. - ServiceUnavailableException - org.osgi.service.blueprint.container??????
-
A Blueprint exception indicating that a service is unavailable.
- ServiceUnavailableException(String, String) - ???????? org.osgi.service.blueprint.container.ServiceUnavailableException
-
Creates a Service Unavailable Exception with the specified message.
- ServiceUnavailableException(String, String, Throwable) - ???????? org.osgi.service.blueprint.container.ServiceUnavailableException
-
Creates a Service Unavailable Exception with the specified message and exception cause.
- ServiceVendor - org.osgi.service.component.propertytypes??????
-
Component Property Type for the
service.vendor
service property. - ServletContextDTO - 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() - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
- servletContextDTOs - ????? org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the
javax.servlet.ServletContext
objects used by the Http Service Runtime. - ServletContextHelper - org.osgi.service.http.context???
-
Helper service for a servlet context used by a Http Whiteboard implementation to serve HTTP requests.
- ServletContextHelper() - ????? org.osgi.service.http.context.ServletContextHelper
-
Construct a new context helper.
- ServletContextHelper(Bundle) - ????? org.osgi.service.http.context.ServletContextHelper
-
Construct a new context helper associated with the specified bundle.
- servletContextId - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
-
The service id of the servlet context for the servlet represented by this DTO.
- servletContextId - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The service id of the servlet context for the servlet filter represented by this DTO.
- servletContextId - ????? org.osgi.service.http.runtime.dto.ListenerDTO
-
The service id of the servlet context for the listener represented by this DTO.
- servletContextId - ????? org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The service id of the servlet context processing the request represented by this DTO.
- servletContextId - ????? org.osgi.service.http.runtime.dto.ResourceDTO
-
The service id of the servlet context for the resource represented by this DTO.
- servletDTO - ????? org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The servlet processing this request.
- ServletDTO - org.osgi.service.http.runtime.dto???
-
Represents a
javax.servlet.Servlet
currently being used by a servlet context. - ServletDTO() - ????? org.osgi.service.http.runtime.dto.ServletDTO
- servletDTOs - ????? org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the
Servlet
services associated with this context. - servletInfo - ????? org.osgi.service.http.runtime.dto.BaseServletDTO
-
The information string from the servlet.
- servletNames - ????? org.osgi.service.http.runtime.dto.FilterDTO
-
The servlet names for the servlet filter.
- SESSION_CLOSED - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating that a session was closed.
- SESSION_CREATION_TIMEOUT - ?????????? org.osgi.service.dmt.DmtException
-
Creation of a session timed out because of another ongoing session.
- SESSION_OPENED - ???????? org.osgi.service.dmt.DmtEvent
-
Event type indicating that a new session was opened.
- setAttributes(Map<String, Object>) - ?????? org.osgi.service.repository.RequirementBuilder
-
Replace all attributes with the attributes in the specified map.
- setBundleLocation(String) - ?????? org.osgi.service.cm.Configuration
-
Bind this
Configuration
object to the specified location. - setBundleStartLevel(long, int) - ?????? org.osgi.service.rest.client.RestClient
-
Set the start level for a bundle given by its bundle Id.
- setBundleStartLevel(String, int) - ?????? org.osgi.service.rest.client.RestClient
- setCurrentApplicationId(String) - ????? org.osgi.service.application.ApplicationAdminPermission
-
This method can be used in the
ProtectionDomain
implementation in theimplies
method to insert the application ID of the current application into the permission being checked. - setDefaultNodeValue(String) - ?????? org.osgi.service.dmt.DmtSession
-
Set the value of a leaf or interior node to its default.
- setDirectives(Map<String, String>) - ?????? org.osgi.service.repository.RequirementBuilder
-
Replace all directives with the directives in the specified map.
- setDOMProperties(DocumentBuilderFactory, Hashtable<String, Object>) - ????? org.osgi.util.xml.XMLParserActivator
-
Set the customizable DOM Parser Service Properties.
- setFrameworkStartLevel(FrameworkStartLevelDTO) - ?????? org.osgi.service.rest.client.RestClient
-
Sets the current framework start level.
- setInformation(Dictionary<String, ?>) - ?????? org.osgi.service.provisioning.ProvisioningService
-
Replaces the Provisioning Information dictionary with the key/value pairs contained in
info
. - setLogLevels(Map<String, LogLevel>) - ?????? org.osgi.service.log.admin.LoggerContext
-
Configure the log levels for this Logger Context.
- setNodeAcl(String, Acl) - ?????? org.osgi.service.dmt.DmtSession
-
Set the Access Control List associated with a given node.
- setNodeTitle(String[], String) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Set the title property of a node.
- setNodeTitle(String, String) - ?????? org.osgi.service.dmt.DmtSession
-
Set the title property of a node.
- setNodeType(String[], String) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Set the type of a node.
- setNodeType(String, String) - ?????? org.osgi.service.dmt.DmtSession
-
Set the type of a node.
- setNodeValue(String[], DmtData) - ?????? org.osgi.service.dmt.spi.ReadWriteDataSession
-
Set the value of a leaf or interior node.
- setNodeValue(String, DmtData) - ?????? org.osgi.service.dmt.DmtSession
-
Set the value of a leaf or interior node.
- setPermission(String, int) - ????? org.osgi.service.dmt.Acl
-
Create a new
Acl
instance from thisAcl
where all permissions for the given principal are overwritten with the given permissions. - setResource(Resource) - ?????? org.osgi.service.repository.RequirementBuilder
-
Set the
Resource
. - setRollbackOnly() - ?????? org.osgi.service.transaction.control.TransactionContext
-
Mark this transaction for rollback
- setRollbackOnly() - ?????? org.osgi.service.transaction.control.TransactionControl
-
Marks the current transaction to be rolled back
- setSAXProperties(SAXParserFactory, Hashtable<String, Object>) - ????? org.osgi.util.xml.XMLParserActivator
-
Set the customizable SAX Parser Service Properties.
- SHORT - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
Short
type. - SHORT - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
SHORT
type. - SimplePushEventSource<T> - org.osgi.util.pushstream????
-
A
SimplePushEventSource
is a helper that makes it simpler to write aPushEventSource
. - SINGLETON - ?? ?????? org.osgi.service.component.annotations.ServiceScope
-
When the component is registered as a service, it must be registered as a bundle scope service but only a single instance of the component must be used for all bundles using the service.
- size() - ????? org.osgi.service.blueprint.container.ReifiedType
-
Return the number of type parameters for this type.
- size() - ????? org.osgi.service.event.EventProperties
-
Return the number of properties.
- size() - ???? ???? org.osgi.service.metatype.annotations.Icon
-
The pixel size of this Icon.
- skip(long) - ?????? org.osgi.util.pushstream.PushStream
-
Skip a number of events in the channel.
- sorted() - ?????? org.osgi.util.pushstream.PushStream
-
Sorted the elements, assuming that T extends Comparable.
- sorted(Comparator<? super T>) - ?????? org.osgi.util.pushstream.PushStream
-
Sorted the elements with the given comparator.
- sourceAs(Class<?>) - ?????? org.osgi.util.converter.Specifying
-
Treat the source object as the specified class.
- sourceAsBean() - ?????? org.osgi.util.converter.Specifying
-
Treat the source object as a JavaBean.
- sourceAsDTO() - ?????? 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>> - org.osgi.util.converter????
-
This is the base interface for the
Converting
andFunctioning
interfaces and defines the common modifiers that can be applied to these. - split(Predicate<? super T>...) - ?????? org.osgi.util.pushstream.PushStream
-
Split the events to different streams based on a predicate.
- SseEventSourceFactory - org.osgi.service.jaxrs.client????
-
A factory for
SseEventSource
instances. - standardConverter() - ??????? org.osgi.util.converter.Converters
-
Obtain the standard converter.
- start() - ?????? org.osgi.service.subsystem.Subsystem
-
Starts this subsystem.
- start(BundleContext) - ????? 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 - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header directive identifying the start order of subsystem contents.
- startBundle(long) - ?????? org.osgi.service.rest.client.RestClient
-
Start a bundle given by its bundle Id.
- startBundle(long, int) - ?????? org.osgi.service.rest.client.RestClient
-
Start a bundle given by its bundle Id.
- startBundle(String) - ?????? org.osgi.service.rest.client.RestClient
-
Start a bundle given by its URI path.
- startBundle(String, int) - ?????? org.osgi.service.rest.client.RestClient
-
Start a bundle given by its URI path.
- STARTING - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is in the process of starting.
- startJob(String, String[], int) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Starts a change based
MonitoringJob
with the parameters provided. - STARTJOB - ??????? org.osgi.service.monitor.MonitorPermission
-
Holders of
MonitorPermission
with thestartjob
action present are allowed to initiate monitoring jobs involving theStatusVariable
s specified in the permission's target field. - startScheduledJob(String, String[], int, int) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Starts a time based
MonitoringJob
with the parameters provided. - state - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The current state of the component configuration.
- State - org.osgi.util.measurement???
-
Groups a state name, value and timestamp.
- State(int, String) - ????? org.osgi.util.measurement.State
-
Create a new
State
object with a time of 0. - State(int, String, long) - ????? org.osgi.util.measurement.State
-
Create a new
State
object. - STATE_CLOSED - ???????? org.osgi.service.dmt.DmtSession
-
The session is closed, DMT manipulation operations are not available, they throw
DmtIllegalStateException
if tried. - STATE_INVALID - ???????? org.osgi.service.dmt.DmtSession
-
The session is invalid because a fatal error happened.
- STATE_OPEN - ???????? org.osgi.service.dmt.DmtSession
-
The session is open, all session operations are available.
- STATIC - ?? ?????? org.osgi.service.component.annotations.ReferencePolicy
-
The static policy is the most simple policy and is the default policy.
- StatusVariable - 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, boolean) - ????? org.osgi.service.monitor.StatusVariable
-
Constructor for a
StatusVariable
ofboolean
type. - StatusVariable(String, int, float) - ????? org.osgi.service.monitor.StatusVariable
-
Constructor for a
StatusVariable
offloat
type. - StatusVariable(String, int, int) - ????? org.osgi.service.monitor.StatusVariable
-
Constructor for a
StatusVariable
ofint
type. - StatusVariable(String, int, String) - ????? org.osgi.service.monitor.StatusVariable
-
Constructor for a
StatusVariable
ofString
type. - stop() - ?????? org.osgi.service.monitor.MonitoringJob
-
Stops a Monitoring Job.
- stop() - ?????? org.osgi.service.subsystem.Subsystem
-
Stops this subsystem.
- stop(BundleContext) - ????? 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) - ?????? org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its bundle Id.
- stopBundle(long, int) - ?????? org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its bundle Id.
- stopBundle(String) - ?????? org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its URI path.
- stopBundle(String, int) - ?????? org.osgi.service.rest.client.RestClient
-
Stop a bundle given by its URI path.
- STOPPING - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is in the process of stopping.
- STOPPING - ??????? org.osgi.service.application.ApplicationHandle
-
The application instance is being stopped.
- streamOf(Executor, ScheduledExecutorService, Stream<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Create an Unbuffered
PushStream
from a JavaStream
The data from the stream will be pushed into the PushStream asynchronously using the supplied Executor. - streamOf(Stream<T>) - ????? org.osgi.util.pushstream.PushStreamProvider
-
Create an Unbuffered
PushStream
from a JavaStream
The data from the stream will be pushed into the PushStream synchronously as it is opened. - STRING - ?? ?????? org.osgi.service.metatype.annotations.AttributeType
-
The
String
type. - STRING - ???????? org.osgi.service.metatype.AttributeDefinition
-
The
STRING
type. - sub(double) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the subtraction of the specified value from this object. - sub(double, Unit) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the subtraction of the specified value from this object. - sub(Measurement) - ????? org.osgi.util.measurement.Measurement
-
Returns a new
Measurement
object that is the subtraction of the specified object from this object. - submit(Callable<? extends T>) - ????? org.osgi.util.promise.PromiseFactory
-
Returns a new Promise that will hold the result of the specified task.
- SUBSCRIBE - ??????? org.osgi.service.event.TopicPermission
-
The action string
subscribe
. - Subsystem - org.osgi.service.subsystem????
-
A subsystem is a collection of resources constituting a logical, possibly isolated, unit of functionality.
- SUBSYSTEM_CATEGORY - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the categories of a subsystem as a comma-delimited list.
- SUBSYSTEM_CONTACTADDRESS - ??????? 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 - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the list of subsystem contents identified by a symbolic name and version.
- SUBSYSTEM_COPYRIGHT - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's copyright information.
- SUBSYSTEM_DESCRIPTION - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the human readable description.
- SUBSYSTEM_DOCURL - ??????? 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 - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying services offered for export.
- SUBSYSTEM_ICON - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the icon URL for the subsystem.
- SUBSYSTEM_ID_PROPERTY - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the
subsystem ID
. - SUBSYSTEM_IMPORTSERVICE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying services required for import.
- SUBSYSTEM_LICENSE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's license.
- SUBSYSTEM_LOCALIZATION - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the base name of a subsystem's localization entries.
- SUBSYSTEM_LOCALIZATION_DEFAULT_BASENAME - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Default value for the
Subsystem-Localization
manifest header. - SUBSYSTEM_MANIFESTVERSION - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the subsystem manifest version.
- SUBSYSTEM_NAME - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the human readable subsystem name.
- SUBSYSTEM_STATE_PROPERTY - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
state
. - SUBSYSTEM_SYMBOLICNAME - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header value identifying the symbolic name for the subsystem.
- SUBSYSTEM_SYMBOLICNAME_PROPERTY - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
symbolic name
. - SUBSYSTEM_TYPE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying the subsystem type.
- SUBSYSTEM_TYPE_APPLICATION - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an application subsystem.
- SUBSYSTEM_TYPE_COMPOSITE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an composite subsystem.
- SUBSYSTEM_TYPE_FEATURE - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The resource type value identifying an feature subsystem.
- SUBSYSTEM_TYPE_PROPERTY - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the
subsystem type
. - SUBSYSTEM_VENDOR - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header identifying a subsystem's vendor.
- SUBSYSTEM_VERSION - ??????? org.osgi.service.subsystem.SubsystemConstants
-
Manifest header value identifying the version of the subsystem.
- SUBSYSTEM_VERSION_PROPERTY - ??????? org.osgi.service.subsystem.SubsystemConstants
-
The name of the service property for the subsystem
version
. - Subsystem.State - org.osgi.service.subsystem????
-
An enumeration of the possible states of a subsystem.
- SubsystemConstants - org.osgi.service.subsystem???
-
Defines the constants used by Subsystem service property, manifest header, attribute and directive keys.
- SubsystemException - org.osgi.service.subsystem??????
-
A Subsystem exception used to indicate a problem.
- SubsystemException() - ???????? org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception with no message.
- SubsystemException(String) - ???????? org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a message.
- SubsystemException(String, Throwable) - ???????? org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a message and a cause.
- SubsystemException(Throwable) - ???????? org.osgi.service.subsystem.SubsystemException
-
Construct a Subsystem exception specifying a cause.
- SubsystemPermission - 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) - ????? org.osgi.service.subsystem.SubsystemPermission
-
Create a new SubsystemPermission.
- SubsystemPermission(Subsystem, String) - ????? org.osgi.service.subsystem.SubsystemPermission
-
Creates a new requested
SubsystemPermission
object to be used by the code that must performcheckPermission
. - Success<T,
R> - org.osgi.util.promise???? -
Success callback for a Promise.
- supports(Callable<T>) - ?????? org.osgi.service.transaction.control.TransactionStarter
-
The supplied piece of work may run inside or outside the context of a transaction.
- supportsLocal() - ?????? org.osgi.service.transaction.control.TransactionContext
- supportsXA() - ?????? org.osgi.service.transaction.control.TransactionContext
- switchEvents(String, boolean) - ?????? org.osgi.service.monitor.MonitorAdmin
-
Switches event sending on or off for the specified
StatusVariable
s. - SWITCHEVENTS - ??????? org.osgi.service.monitor.MonitorPermission
-
Holders of
MonitorPermission
with theswitchevents
action present are allowed to switch event sending on or off for the value of theStatusVariable
s specified in the permission's target field. - sync() - ?????? 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 - org.osgi.service.cm????
-
Synchronous Listener for Configuration Events.
T
- T - ??????? org.osgi.util.measurement.Unit
-
The magnetic flux density unit tesla (T).
- target - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The target of the reference.
- target - ????? org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
-
The target property of the satisfied reference.
- target - ????? org.osgi.service.component.runtime.dto.UnsatisfiedReferenceDTO
-
The target property of the unsatisfied reference.
- target() - ???? ???? org.osgi.service.component.annotations.Reference
-
The target property for this reference.
- Target - org.osgi.service.blueprint.reflect????
-
A common interface for managed components that can be used as a direct target for method calls.
- TARGET - ??????? org.osgi.service.cm.ConfigurationPermission
-
The permission to be updated, that is, act as a Managed Service or Managed Service Factory.
- targetAs(Class<?>) - ?????? org.osgi.util.converter.Specifying
-
Treat the target object as the specified class.
- targetAsBean() - ?????? org.osgi.util.converter.Specifying
-
Treat the target object as a JavaBean.
- targetAsDTO() - ?????? org.osgi.util.converter.Specifying
-
Treat the target object as a DTO even if it has methods or is otherwise not recognized as a DTO.
- TargetRule - org.osgi.util.converter????
-
Interface for custom conversion rules.
- targetServices - ????? org.osgi.service.component.runtime.dto.UnsatisfiedReferenceDTO
-
The target services.
- test(T) - ?????? org.osgi.util.function.Predicate
-
Evaluates this predicate on the specified argument.
- then(Success<? super T, ? extends R>) - ?????? org.osgi.util.promise.Promise
-
Chain a new Promise to this Promise with a Success callback.
- then(Success<? super T, ? extends R>, Failure) - ?????? org.osgi.util.promise.Promise
-
Chain a new Promise to this Promise with Success and Failure callbacks.
- thenAccept(Consumer<? super T>) - ?????? org.osgi.util.promise.Promise
-
Chain a new Promise to this Promise with a Consumer callback that receives the value of this Promise when it is successfully resolved.
- timeout(long) - ?????? org.osgi.util.promise.Promise
-
Time out the resolution of this Promise.
- timeout(Duration) - ?????? org.osgi.util.pushstream.PushStream
-
Automatically fail the channel if no events are received for the indicated length of time.
- TIMEOUT - ???????? org.osgi.service.coordinator.Coordination
-
A singleton exception that will be the failure cause when a Coordination times out.
- TimeoutException - org.osgi.util.promise??????
-
Timeout exception for a Promise.
- TimeoutException() - ???????? org.osgi.util.promise.TimeoutException
-
Create a new
TimeoutException
. - TIMER_TOPIC - ???????? org.osgi.service.application.ScheduledApplication
-
The topic name for the virtual timer topic.
- TIMESTAMP - ??????? org.osgi.service.blueprint.container.EventConstants
-
The time the event was created.
- TIMESTAMP - ???????? org.osgi.service.event.EventConstants
-
The time when the event occurred, as reported by
System.currentTimeMillis()
. - to(Class<T>) - ?????? org.osgi.util.converter.Converting
-
Specify the target object type for the conversion as a class object.
- to(Class<T>) - ?????? org.osgi.util.converter.Functioning
-
Specify the target object type for the conversion as a class object.
- to(Type) - ?????? org.osgi.util.converter.Converting
-
Specify the target object type as a Java Reflection Type object.
- to(Type) - ?????? org.osgi.util.converter.Functioning
-
Specify the target object type as a Java Reflection Type object.
- to(TypeReference<T>) - ?????? org.osgi.util.converter.Converting
-
Specify the target object type as a
TypeReference
. - to(TypeReference<T>) - ?????? org.osgi.util.converter.Functioning
-
Specify the target object type as a
TypeReference
. - toArray() - ?????? org.osgi.util.pushstream.PushStream
-
Collect the payloads in an Object array after the channel is closed.
- toArray(IntFunction<A[]>) - ?????? org.osgi.util.pushstream.PushStream
-
Collect the payloads in an Object array after the channel is closed.
- toPath(String) - ??????? org.osgi.service.dmt.Uri
-
Split the specified URI along the path separator '/' characters and return an array of URI segments.
- TOPIC_BLUEPRINT_EVENTS - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic prefix for all events issued by the Blueprint Container
- TOPIC_CREATED - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container CREATED events
- TOPIC_CREATING - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container CREATING events
- TOPIC_DESTROYED - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container DESTROYED events
- TOPIC_DESTROYING - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container DESTROYING events
- TOPIC_FAILURE - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container FAILURE events
- TOPIC_GRACE_PERIOD - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container GRACE_PERIOD events
- TOPIC_WAITING - ??????? org.osgi.service.blueprint.container.EventConstants
-
Topic for Blueprint Container WAITING events
- TopicPermission - org.osgi.service.event???
-
A bundle's authority to publish or subscribe to event on a topic.
- TopicPermission(String, String) - ????? org.osgi.service.event.TopicPermission
-
Defines the authority to publish and/or subscribe to a topic within the EventAdmin service.
- TOPOLOGY_NAMESPACE - ??????? org.osgi.service.remoteserviceadmin.namespace.TopologyNamespace
-
Namespace name for Remote Services topology manager capabilities and requirements.
- TopologyNamespace - org.osgi.service.remoteserviceadmin.namespace???
-
Remote Services Topology Manager Capability and Requirement Namespace.
- toString() - ?????? org.osgi.service.component.annotations.CollectionType
- toString() - ?????? org.osgi.service.component.annotations.ConfigurationPolicy
- toString() - ?????? org.osgi.service.component.annotations.FieldOption
- toString() - ?????? org.osgi.service.component.annotations.ReferenceCardinality
- toString() - ?????? org.osgi.service.component.annotations.ReferencePolicy
- toString() - ?????? org.osgi.service.component.annotations.ReferencePolicyOption
- toString() - ?????? org.osgi.service.component.annotations.ReferenceScope
- toString() - ?????? org.osgi.service.component.annotations.ServiceScope
- toString() - ????? org.osgi.service.dmt.Acl
-
Give the canonical string representation of this ACL.
- toString() - ????? org.osgi.service.dmt.DmtData
-
Gets the string representation of the
DmtData
. - toString() - ????? org.osgi.service.dmt.notification.AlertItem
-
Returns the string representation of this alert item.
- toString() - ????? org.osgi.service.event.Event
-
Returns the string representation of this event.
- toString() - ????? org.osgi.service.event.EventProperties
-
Returns the string representation of this object.
- toString() - ?????? org.osgi.service.metatype.annotations.AttributeType
- toString() - ????? org.osgi.service.monitor.StatusVariable
-
Returns a
String
representation of thisStatusVariable
. - toString() - ????? org.osgi.service.remoteserviceadmin.EndpointDescription
-
Returns the string representation of this EndpointDescription.
- toString() - ????? org.osgi.service.useradmin.UserAdminPermission
-
Returns a string describing this
UserAdminPermission
object. - toString() - ????? org.osgi.service.wireadmin.WirePermission
-
Returns a string describing this
WirePermission
. - toString() - ????? org.osgi.util.measurement.Measurement
-
Returns a
String
object representing thisMeasurement
object. - toString() - ????? org.osgi.util.measurement.State
-
Returns a
String
object representing this object. - toString() - ????? org.osgi.util.measurement.Unit
-
Returns a
String
object representing theUnit
- toString() - ????? org.osgi.util.promise.Deferred
-
Returns a string representation of the associated Promise.
- toUri(String[]) - ??????? org.osgi.service.dmt.Uri
-
Construct a URI from the specified URI segments.
- trace() - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- trace(Class<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- trace(String) - ?????? org.osgi.service.log.Logger
-
Log a message at the
LogLevel.TRACE
level. - trace(String, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.TRACE
level. - trace(String, Object...) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.TRACE
level. - trace(String, Object, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.TRACE
level. - trace(GenericType<R>) - ?????? org.osgi.service.jaxrs.client.PromiseRxInvoker
- trace(LoggerConsumer<E>) - ?????? org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.TRACE
level. - TRACE - ?? ?????? org.osgi.service.log.LogLevel
-
Trace level – Large volume of output for tracing operations.
- TRANSACTION_ERROR - ?????????? org.osgi.service.dmt.DmtException
-
A transaction-related error occurred in an atomic session.
- TRANSACTIONAL_DB_CONNECTION - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to provide a
JDBCConnectionProvider
to the resource provider. - TransactionalDataSession - org.osgi.service.dmt.spi????
-
Provides atomic read-write access to the part of the tree handled by the plugin that created this session.
- TransactionBuilder - org.osgi.service.transaction.control???
-
A builder for a piece of transactional work
- TransactionBuilder() - ????? org.osgi.service.transaction.control.TransactionBuilder
- TransactionContext - org.osgi.service.transaction.control????
-
A transaction context defines the current transaction, and allows resources to register information and/or synchronizations
- TransactionControl - org.osgi.service.transaction.control????
-
The interface used by clients to control the active transaction context
- TransactionException - org.osgi.service.transaction.control??????
-
An Exception indicating that there was a problem with starting, finishing, suspending or resuming a transaction
- TransactionException(String) - ???????? org.osgi.service.transaction.control.TransactionException
-
Creates a new TransactionException with the supplied message
- TransactionException(String, Throwable) - ???????? org.osgi.service.transaction.control.TransactionException
-
Creates a new TransactionException with the supplied message and cause
- TransactionRolledBackException - org.osgi.service.transaction.control??????
-
An Exception indicating that the active transaction was unexpectedly rolled back
- TransactionRolledBackException(String) - ???????? org.osgi.service.transaction.control.TransactionRolledBackException
-
Create a new
TransactionRolledBackException
with the supplied message - TransactionRolledBackException(String, Throwable) - ???????? org.osgi.service.transaction.control.TransactionRolledBackException
-
Create a new
TransactionRolledBackException
with the supplied message - TransactionStarter - org.osgi.service.transaction.control????
-
Implementations of this interface are able to run a piece of work within a transaction
- TransactionStatus - org.osgi.service.transaction.control????
-
The status of the transaction A transaction may not enter all of the states in this enum, however it will always traverse the enum in ascending order.
- TRIGGERING_EVENT - ???????? org.osgi.service.application.ScheduledApplication
-
The key for the startup argument used to pass the event object that triggered the schedule to launch the application instance.
- TRUE_VALUE - ??????? org.osgi.service.dmt.DmtData
-
Constant instance representing a boolean
true
value. - TUPLE - ?? ?????? org.osgi.service.component.annotations.CollectionType
-
The tuple collection type is used to indicate the collection holds unmodifiable Map.Entries whose key is an unmodifiable Map containing the service properties of the bound service, as specified in
CollectionType.PROPERTIES
, and whose value is the bound service object. - type() - ???? ???? org.osgi.service.metatype.annotations.AttributeDefinition
-
The type of this AttributeDefinition.
- TYPE - ??????? org.osgi.service.blueprint.container.EventConstants
-
The type of the event that has been issued.
- TYPE - ???????? org.osgi.service.upnp.UPnPDevice
-
Property key for the UPnP Device Type property.
- TYPE - ???????? org.osgi.service.upnp.UPnPService
-
Property key for the optional service type uri.
- TYPE_BIN_BASE64 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
MIME-style Base64 encoded binary BLOB.
- TYPE_BIN_HEX - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Hexadecimal digits representing octets.
- TYPE_BOOLEAN - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying
boolean
data type. - TYPE_BOOLEAN - ???????? org.osgi.service.upnp.UPnPStateVariable
-
True or false.
- TYPE_CHAR - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Unicode string.
- TYPE_DATE - ???????? org.osgi.service.upnp.UPnPStateVariable
-
A calendar date.
- TYPE_DATETIME - ???????? org.osgi.service.upnp.UPnPStateVariable
-
A specific instant of time.
- TYPE_DATETIME_TZ - ???????? org.osgi.service.upnp.UPnPStateVariable
-
A specific instant of time.
- TYPE_FIXED_14_4 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Same as r8 but no more than 14 digits to the left of the decimal point and no more than 4 to the right.
- TYPE_FLOAT - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying
float
data type. - TYPE_FLOAT - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Floating-point number.
- TYPE_I1 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
1 Byte int.
- TYPE_I2 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
2 Byte int.
- TYPE_I4 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
4 Byte int.
- TYPE_INT - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Integer number.
- TYPE_INTEGER - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying
int
data type. - TYPE_NUMBER - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Same as r8.
- TYPE_R4 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
4 Byte float.
- TYPE_R8 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
8 Byte float.
- TYPE_STRING - ??????? org.osgi.service.monitor.StatusVariable
-
Constant for identifying
String
data type. - TYPE_STRING - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Unicode string.
- TYPE_TIME - ???????? org.osgi.service.upnp.UPnPStateVariable
-
An instant of time that recurs every day.
- TYPE_TIME_TZ - ???????? org.osgi.service.upnp.UPnPStateVariable
-
An instant of time that recurs every day.
- TYPE_UI1 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Unsigned 1
Byte
int. - TYPE_UI2 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Unsigned 2 Byte int.
- TYPE_UI4 - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Unsigned 4 Byte int.
- TYPE_URI - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Universal Resource Identifier.
- TYPE_UUID - ???????? org.osgi.service.upnp.UPnPStateVariable
-
Universally Unique ID.
- TypeReference<T> - org.osgi.util.converter???
-
An object does not carry any runtime information about its generic type.
- TypeReference() - ????? org.osgi.util.converter.TypeReference
-
A
TypeReference
cannot be directly instantiated. - TypeRule<F,
T> - org.osgi.util.converter??? -
Rule implementation that works by passing in type arguments rather than subclassing.
- TypeRule(Type, Type, Function<F, T>) - ????? org.osgi.util.converter.TypeRule
-
Create an instance based on source, target types and a conversion function.
- types - ????? org.osgi.service.http.runtime.dto.ListenerDTO
-
The fully qualified type names the listener.
U
- UDN - ???????? org.osgi.service.upnp.UPnPDevice
-
Property key for the Unique Device Name (UDN) property.
- UNAUTHORIZED - ?????????? org.osgi.service.dmt.DmtException
-
The originator's authentication credentials specify a principal with insufficient rights to complete the command.
- unbind - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the unbind method of the reference.
- unbind() - ???? ???? org.osgi.service.component.annotations.Reference
-
The name of the unbind method for this reference.
- unbuffered() - ?????? org.osgi.util.pushstream.PushStreamBuilder
-
Tells this
PushStreamBuilder
to create an unbuffered stream which delivers events directly to its consumer using the incoming delivery thread. - ungetService(Bundle, ServiceRegistration<Object>, Object) - ????? org.osgi.util.xml.XMLParserActivator
-
Releases a XML Parser Factory object.
- ungetService(S) - ?????? org.osgi.service.component.ComponentServiceObjects
-
Releases a service object for the
associated
service. - uninstall() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
Uninstalls the deployment package.
- uninstall() - ?????? org.osgi.service.subsystem.Subsystem
-
Uninstalls this subsystem.
- UNINSTALL - ??????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "uninstall" action.
- UNINSTALL_FORCED - ??????? org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "uninstall_forced" action.
- uninstallBundle(long) - ?????? org.osgi.service.rest.client.RestClient
-
Uninstall a bundle given by its bundle Id.
- uninstallBundle(String) - ?????? org.osgi.service.rest.client.RestClient
-
Uninstall a bundle given by its URI path.
- UNINSTALLED - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is uninstalled and may not be used.
- uninstallForced() - ?????? org.osgi.service.deploymentadmin.DeploymentPackage
-
This method is called to completely uninstall a deployment package, which couldn't be uninstalled using traditional means (
DeploymentPackage.uninstall()
) due to exceptions. - UNINSTALLING - ?? ?????? org.osgi.service.subsystem.Subsystem.State
-
The subsystem is in the process of uninstalling.
- Unit - org.osgi.util.measurement???
-
A unit system for measurements.
- unity - ??????? org.osgi.util.measurement.Unit
-
No Unit (Unity)
- UNKNOWN - ?????????? org.osgi.service.coordinator.CoordinationException
-
Unknown reason for this exception.
- unlock() - ????? org.osgi.service.application.ApplicationDescriptor
-
Unsets the lock state of the application.
- unlockSpecific() - ????? org.osgi.service.application.ApplicationDescriptor
-
This method is used to notify the container implementation that the corresponding application has been unlocked and it should update the
application.locked
service property accordingly. - unregister(String) - ?????? org.osgi.service.http.HttpService
-
Unregisters a previous registration done by
registerServlet
orregisterResources
methods. - UNRESOLVABLE_FILTER - ??????? org.osgi.namespace.unresolvable.UnresolvableNamespace
-
An unresolvable filter expression.
- UNRESOLVABLE_NAMESPACE - ??????? org.osgi.namespace.unresolvable.UnresolvableNamespace
-
Namespace name for "unresolvable" capabilities and requirements.
- UnresolvableNamespace - org.osgi.namespace.unresolvable???
-
Unresolvable Capability and Requirement Namespace.
- UNSATISFIED_CONFIGURATION - ??????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is unsatisfied due to a missing required configuration.
- UNSATISFIED_REFERENCE - ??????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is unsatisfied due to an unsatisfied reference.
- UnsatisfiedReferenceDTO - org.osgi.service.component.runtime.dto???
-
A representation of an unsatisfied reference.
- UnsatisfiedReferenceDTO() - ????? org.osgi.service.component.runtime.dto.UnsatisfiedReferenceDTO
- unsatisfiedReferences - ????? org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The unsatisfied references.
- UPC - ???????? org.osgi.service.upnp.UPnPDevice
-
Optional property key for a
String
typed property holding the Universal Product Code (UPC) of the device. - update() - ?????? org.osgi.service.cm.Configuration
-
Update the
Configuration
object with the current properties. - update(Object) - ?????? org.osgi.service.wireadmin.Wire
-
Update the value.
- update(Dictionary<String, ?>) - ?????? org.osgi.service.cm.Configuration
-
Update the properties of this
Configuration
object. - update(Map<String, ?>) - ?????? org.osgi.service.remoteserviceadmin.ExportRegistration
-
Update the endpoint represented by this
ExportRegistration
and return an updatedEndpointDescription
. - update(EndpointDescription) - ?????? org.osgi.service.remoteserviceadmin.ImportRegistration
-
Update the local service represented by this
ImportRegistration
. - UPDATE - ?? ?????? org.osgi.service.component.annotations.FieldOption
-
The update field option is used to update the collection referenced by the field when there are changes to the bound services.
- updateBundle(long) - ?????? org.osgi.service.rest.client.RestClient
-
Updates a bundle given by its bundle Id using the bundle-internal update location.
- updateBundle(long, InputStream) - ?????? org.osgi.service.rest.client.RestClient
-
Updates a bundle given by its bundle Id and passing the new bundle content in the form of an
InputStream
. - updateBundle(long, String) - ?????? org.osgi.service.rest.client.RestClient
-
Updates a bundle given by its URI path using the content at the specified URL.
- updated - ????? org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the updated method of the reference.
- updated() - ???? ???? org.osgi.service.component.annotations.Reference
-
The name of the updated method for this reference.
- updated(String, Dictionary<String, ?>) - ?????? org.osgi.service.cm.ManagedServiceFactory
-
Create a new instance, or update the configuration of an existing instance.
- updated(String, StatusVariable) - ?????? org.osgi.service.monitor.MonitorListener
-
Callback for notification of a
StatusVariable
change. - updated(Dictionary<String, ?>) - ?????? org.osgi.service.cm.ManagedService
-
Update the configuration for a Managed Service.
- updated(Wire, Object) - ?????? org.osgi.service.wireadmin.Consumer
-
Update the value.
- updateIfDifferent(Dictionary<String, ?>) - ?????? org.osgi.service.cm.Configuration
-
Update the properties of this
Configuration
object if the provided properties are different than the currently stored set. - updateWire(Wire, Dictionary<String, ?>) - ?????? org.osgi.service.wireadmin.WireAdmin
-
Update the properties of a
Wire
object. - UPNP_EXPORT - ???????? org.osgi.service.upnp.UPnPDevice
-
The
UPnP.export
service property is a hint that marks a device to be picked up and exported by the UPnP Service. - UPNP_FILTER - ???????? org.osgi.service.upnp.UPnPEventListener
-
Key for a service property having a value that is an object of type
org.osgi.framework.Filter
and that is used to limit received events. - UPnPAction - org.osgi.service.upnp????
-
A UPnP action.
- UPnPDevice - org.osgi.service.upnp????
-
Represents a UPnP device.
- UPnPEventListener - org.osgi.service.upnp????
-
UPnP Events are mapped and delivered to applications according to the OSGi whiteboard model.
- UPnPException - org.osgi.service.upnp??????
-
There are several defined error situations describing UPnP problems while a control point invokes actions to UPnPDevices.
- UPnPException(int, String) - ???????? org.osgi.service.upnp.UPnPException
-
This constructor creates a
UPnPException
on the specified error code and error description. - UPnPException(int, String, Throwable) - ???????? org.osgi.service.upnp.UPnPException
-
This constructor creates a
UPnPException
on the specified error code, error description and error cause. - UPnPIcon - org.osgi.service.upnp????
-
A UPnP icon representation.
- UPnPLocalStateVariable - org.osgi.service.upnp????
-
A local UPnP state variable which allows the value of the state variable to be queried.
- UPnPService - org.osgi.service.upnp????
-
A representation of a UPnP Service.
- UPnPStateVariable - org.osgi.service.upnp????
-
The meta-information of a UPnP state variable as declared in the device's service state table (SST).
- Uri - org.osgi.service.dmt???
-
This class contains static utility methods to manipulate DMT URIs.
- URI_PATH - ???????? org.osgi.service.rest.RestApiExtension
-
This service property describes a URI to the REST extension on this local machine.
- URI_TOO_LONG - ?????????? org.osgi.service.dmt.DmtException
-
The requested command failed because the target URI is too long for what the recipient is able or willing to process.
- URL - ???????? org.osgi.service.repository.Repository
-
Service property to provide URLs related to this repository.
- USE_DRIVER - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to set the maximum number of connections that should be held in the pool
- USE_SERVICE_OBJECT - ???????? org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Reference list values must be proxies to the actual service objects.
- USE_SERVICE_REFERENCE - ???????? org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Reference list values must be
ServiceReference
objects. - User - org.osgi.service.useradmin????
-
A
User
role managed by a User Admin service. - USER - ???????? org.osgi.service.useradmin.Role
-
The type of a
User
role. - USER_ANYONE - ???????? org.osgi.service.useradmin.Role
-
The name of the predefined role, user.anyone, that all users and groups belong to.
- UserAdmin - org.osgi.service.useradmin????
-
This interface is used to manage a database of named
Role
objects, which can be used for authentication and authorization purposes. - UserAdminEvent - org.osgi.service.useradmin???
-
Role
change event. - UserAdminEvent(ServiceReference<UserAdmin>, int, Role) - ????? org.osgi.service.useradmin.UserAdminEvent
-
Constructs a
UserAdminEvent
object from the givenServiceReference
object, event type, andRole
object. - UserAdminListener - org.osgi.service.useradmin????
-
Listener for UserAdminEvents.
- UserAdminPermission - org.osgi.service.useradmin???
-
Permission to configure and access the
Role
objects managed by a User Admin service. - UserAdminPermission(String, String) - ????? org.osgi.service.useradmin.UserAdminPermission
-
Creates a new
UserAdminPermission
with the specified name and actions.
V
- V - ??????? org.osgi.util.measurement.Unit
-
The electric potential difference unit volt (V).
- validate(String) - ?????? org.osgi.service.metatype.AttributeDefinition
-
Validate an attribute in
String
form. - value() - ???? ???? org.osgi.service.component.propertytypes.ServiceDescription
-
Service property identifying a service's description.
- value() - ???? ???? org.osgi.service.component.propertytypes.ServiceRanking
-
Service property identifying a service's ranking.
- value() - ???? ???? org.osgi.service.component.propertytypes.ServiceVendor
-
Service property identifying a service's vendor.
- value() - ???? ???? org.osgi.service.configurator.annotations.RequireConfigurator
-
This attribute can be used to define one or more locations that the configurator must search, in order, for configuration files.
- value() - ???? ???? org.osgi.service.event.propertytypes.EventDelivery
-
Service property specifying the
Event
delivery qualities requested by anEventHandler
service. - value() - ???? ???? org.osgi.service.event.propertytypes.EventFilter
-
Service property specifying the
Event
filter to anEventHandler
service. - value() - ???? ???? org.osgi.service.event.propertytypes.EventTopics
-
Service property specifying the
Event
topics of interest to anEventHandler
service. - value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardContextSelect
-
Service property identifying the select property of a Http Whiteboard component.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterDispatcher
-
Service property identifying dispatcher values for the filter.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterName
-
Service property identifying a filter name.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterPattern
-
Service property identifying filter patterns.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterRegex
-
Service property identifying filter regular expressions.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardFilterServlet
-
Service property identifying the servlets for the filter.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletName
-
Service property identifying a servlet name.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardServletPattern
-
Service property identifying servlet patterns.
- value() - ???? ???? org.osgi.service.http.whiteboard.propertytypes.HttpWhiteboardTarget
-
Service property identifying the Http Whiteboard target.
- value() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsApplicationBase
-
Service property providing a base context URI for a JAX-RS whiteboard application.
- value() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsApplicationSelect
-
Service property providing an OSGi filter identifying the application(s) to which this service should be bound.
- value() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsExtensionSelect
-
Service property providing one or more OSGi filters identifying the extension(s) or application features which this service requires to work.
- value() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsMediaType
-
Service property identifying the name(s) of media types supported by this service.
- value() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsName
-
Service property identifying the name of a JAX-RS service for processing by the whiteboard.
- value() - ???? ???? org.osgi.service.jaxrs.whiteboard.propertytypes.JaxrsWhiteboardTarget
-
Service property providing an OSGi filter identifying the whiteboard(s) to which this service should be bound.
- value() - ???? ???? org.osgi.service.metatype.annotations.Option
-
The value of this Option.
- ValueMetadata - org.osgi.service.blueprint.reflect????
-
Metadata for a simple
String
value that will be type-converted if necessary before injecting. - valueOf(String) - ???????? org.osgi.service.cm.Configuration.ConfigurationAttribute
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.CollectionType
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.ConfigurationPolicy
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.FieldOption
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.ReferenceCardinality
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.ReferencePolicy
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.ReferencePolicyOption
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.ReferenceScope
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.component.annotations.ServiceScope
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.log.LogLevel
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.log.stream.LogStreamProvider.Options
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.metatype.annotations.AttributeType
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.subsystem.Subsystem.State
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.service.transaction.control.TransactionStatus
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.util.pushstream.PushbackPolicyOption
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.util.pushstream.PushEvent.EventType
-
?????????????????? ??????????????????? ????????(?????? ??????)
- valueOf(String) - ???????? org.osgi.util.pushstream.QueuePolicyOption
-
?????????????????? ??????????????????? ????????(?????? ??????)
- values() - ???????? org.osgi.service.cm.Configuration.ConfigurationAttribute
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.CollectionType
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.ConfigurationPolicy
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.FieldOption
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.ReferenceCardinality
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.ReferencePolicy
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.ReferencePolicyOption
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.ReferenceScope
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.component.annotations.ServiceScope
-
???????????????, ??????????????
- values() - ????? org.osgi.service.event.EventProperties
-
Return the properties values.
- values() - ???????? org.osgi.service.log.LogLevel
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.log.stream.LogStreamProvider.Options
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.metatype.annotations.AttributeType
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.subsystem.Subsystem.State
-
???????????????, ??????????????
- values() - ???????? org.osgi.service.transaction.control.TransactionStatus
-
???????????????, ??????????????
- values() - ???????? org.osgi.util.pushstream.PushbackPolicyOption
-
???????????????, ??????????????
- values() - ???????? org.osgi.util.pushstream.PushEvent.EventType
-
???????????????, ??????????????
- values() - ???????? org.osgi.util.pushstream.QueuePolicyOption
-
???????????????, ??????????????
- view() - ?????? org.osgi.util.converter.Specifying
-
Return a live view over the backing object that reflects any changes to the original object.
W
- W - ??????? org.osgi.util.measurement.Unit
-
The power unit watt (W).
- WAITING - ??????? org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container is waiting on the availability of a service to satisfy an invocation on a referenced service.
- warn(String) - ?????? org.osgi.service.log.Logger
-
Log a message at the
LogLevel.WARN
level. - warn(String, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.WARN
level. - warn(String, Object...) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.WARN
level. - warn(String, Object, Object) - ?????? org.osgi.service.log.Logger
-
Log a formatted message at the
LogLevel.WARN
level. - warn(LoggerConsumer<E>) - ?????? org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.WARN
level. - WARN - ?? ?????? org.osgi.service.log.LogLevel
-
Warning – Information about a failure or unwanted situation that is not blocking.
- Wb - ??????? org.osgi.util.measurement.Unit
-
The magnetic flux unit weber (Wb).
- window(Duration, Executor, Function<Collection<T>, R>) - ?????? org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a fixed time interval and then forwards the events to an accumulator function.
- window(Duration, Function<Collection<T>, R>) - ?????? org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a fixed time interval and then forwards the events to an accumulator function.
- window(Supplier<Duration>, IntSupplier, Executor, BiFunction<Long, Collection<T>, R>) - ?????? org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a variable time interval and then forwards the events to an accumulator function.
- window(Supplier<Duration>, IntSupplier, BiFunction<Long, Collection<T>, R>) - ?????? org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a variable time interval and then forwards the events to an accumulator function.
- Wire - org.osgi.service.wireadmin????
-
A connection between a Producer service and a Consumer service.
- WIRE_CONNECTED - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
The
WireAdminEvent
type that indicates that an existingWire
object has become connected. - WIRE_CREATED - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
A
Wire
has been created. - WIRE_DELETED - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
A
Wire
has been deleted. - WIRE_DISCONNECTED - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
The
WireAdminEvent
type that indicates that an existingWire
object has become disconnected. - WIRE_TRACE - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
The
WireAdminEvent
type that indicates that a new value is transferred over theWire
object. - WIRE_UPDATED - ??????? org.osgi.service.wireadmin.WireAdminEvent
-
A
Wire
has been updated. - WireAdmin - org.osgi.service.wireadmin????
-
Wire Administration service.
- WIREADMIN_CONSUMER_COMPOSITE - ???????? org.osgi.service.wireadmin.WireConstants
-
A service registration property for a Consumer service that is composite.
- WIREADMIN_CONSUMER_FLAVORS - ???????? org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named
wireadmin.consumer.flavors
) specifying the list of data types understood by this Consumer service. - WIREADMIN_CONSUMER_PID - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
property key (namedwireadmin.consumer.pid
) specifying theservice.pid
of the associated Consumer service. - WIREADMIN_CONSUMER_SCOPE - ???????? org.osgi.service.wireadmin.WireConstants
-
Service registration property key (named
wireadmin.consumer.scope
) specifying a list of names that may be used to define the scope of thisWire
object. - WIREADMIN_EVENTS - ???????? org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named
wireadmin.events
) specifying theWireAdminEvent
type of interest to a Wire Admin Listener service. - WIREADMIN_FILTER - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
property key (namedwireadmin.filter
) specifying a filter used to control the delivery rate of data between the Producer and the Consumer service. - WIREADMIN_PID - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
property key (namedwireadmin.pid
) specifying the persistent identity (PID) of thisWire
object. - WIREADMIN_PRODUCER_COMPOSITE - ???????? org.osgi.service.wireadmin.WireConstants
-
A service registration property for a Producer service that is composite.
- WIREADMIN_PRODUCER_FILTERS - ???????? org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named
wireadmin.producer.filters
). - WIREADMIN_PRODUCER_FLAVORS - ???????? org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named
wireadmin.producer.flavors
) specifying the list of data types available from this Producer service. - WIREADMIN_PRODUCER_PID - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
property key (namedwireadmin.producer.pid
) specifying theservice.pid
of the associated Producer service. - WIREADMIN_PRODUCER_SCOPE - ???????? org.osgi.service.wireadmin.WireConstants
-
Service registration property key (named
wireadmin.producer.scope
) specifying a list of names that may be used to define the scope of thisWire
object. - WIREADMIN_SCOPE_ALL - ???????? org.osgi.service.wireadmin.WireConstants
-
Matches all scope names.
- wireAdminEvent(WireAdminEvent) - ?????? org.osgi.service.wireadmin.WireAdminListener
-
Receives notification of a broadcast
WireAdminEvent
object. - WireAdminEvent - org.osgi.service.wireadmin???
-
A Wire Admin Event.
- WireAdminEvent(ServiceReference<WireAdmin>, int, Wire, Throwable) - ????? org.osgi.service.wireadmin.WireAdminEvent
-
Constructs a
WireAdminEvent
object from the givenServiceReference
object, event type,Wire
object and exception. - WireAdminListener - org.osgi.service.wireadmin????
-
Listener for Wire Admin Events.
- WireConstants - org.osgi.service.wireadmin????
-
Defines standard names for
Wire
properties, wire filter attributes, Consumer and Producer service properties. - WirePermission - org.osgi.service.wireadmin???
-
Permission for the scope of a
Wire
object. - WirePermission(String, String) - ????? org.osgi.service.wireadmin.WirePermission
-
Create a new WirePermission with the given name (may be wildcard) and actions.
- WIREVALUE_CURRENT - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
object's filter attribute (namedwirevalue.current
) representing the current value. - WIREVALUE_DELTA_ABSOLUTE - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
object's filter attribute (namedwirevalue.delta.absolute
) representing the absolute delta. - WIREVALUE_DELTA_RELATIVE - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
object's filter attribute (namedwirevalue.delta.relative
) representing the relative delta. - WIREVALUE_ELAPSED - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
object's filter attribute (namedwirevalue.elapsed
) representing the elapsed time, in ms, between this filter evaluation and the last update of theConsumer
service. - WIREVALUE_PREVIOUS - ???????? org.osgi.service.wireadmin.WireConstants
-
Wire
object's filter attribute (namedwirevalue.previous
) representing the previous value. - withBuffer(U) - ?????? org.osgi.util.pushstream.BufferBuilder
-
The BlockingQueue implementation to use as a buffer
- withBuffer(U) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withExecutor(Executor) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the
Executor
that should be used to deliver events from this buffer - withExecutor(Executor) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withParallelism(int) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the maximum permitted number of concurrent event deliveries allowed from this buffer
- withParallelism(int) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withPushbackPolicy(PushbackPolicy<T, U>) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the
PushbackPolicy
of this builder - withPushbackPolicy(PushbackPolicy<T, U>) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withPushbackPolicy(PushbackPolicyOption, long) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the
PushbackPolicy
of this builder - withPushbackPolicy(PushbackPolicyOption, long) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withQueuePolicy(QueuePolicy<T, U>) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the
QueuePolicy
of this Builder - withQueuePolicy(QueuePolicy<T, U>) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withQueuePolicy(QueuePolicyOption) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the
QueuePolicy
of this Builder - withQueuePolicy(QueuePolicyOption) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- withScheduler(ScheduledExecutorService) - ?????? org.osgi.util.pushstream.BufferBuilder
-
Set the
ScheduledExecutorService
that should be used to trigger timed events after this buffer - withScheduler(ScheduledExecutorService) - ?????? org.osgi.util.pushstream.PushStreamBuilder
- WRITE - ???????? org.osgi.service.io.ConnectorService
-
Write access mode.
- WRONG_THREAD - ?????????? org.osgi.service.coordinator.CoordinationException
-
The Coordination cannot be ended by the calling thread since the Coordination is on the thread local Coordination stack of another thread.
X
- XA_ENLISTMENT_ENABLED - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to determine whether XA enlistment is enabled for this resource provider
- XA_ENLISTMENT_ENABLED - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to determine whether XA enlistment is enabled for this resource provider
- XA_RECOVERY_ENABLED - ???????? org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
-
The property used to determine whether XA recovery is enabled for this resource provider
- XA_RECOVERY_ENABLED - ???????? org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
The property used to determine whether XA recovery is enabled for this resource provider
- xmlns() - ???? ???? org.osgi.service.component.annotations.Component
-
The XML name space of the Component Description for this Component.
- XMLParserActivator - org.osgi.util.xml???
-
A BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.
- XMLParserActivator() - ????? org.osgi.util.xml.XMLParserActivator
Y
- YEAR - ???????? org.osgi.service.application.ScheduledApplication
-
The name of the year attribute of a virtual timer event.
All Classes and Interfaces|?????|?????|?????