Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

W

WakeUp - Interface in org.osgi.service.dal.functions
WakeUp function provides device awake monitoring.
WAN - Static variable in interface org.osgi.service.networkadapter.NetworkAdapter
The string of network interface type which means the network interface to connect to an external network (i.e.
WARNING - Static variable in class org.osgi.service.resourcemonitoring.ResourceEvent
Type of ResourceEvent indicating a threshold goes to the WARNING state.
WATER - Static variable in interface org.osgi.service.dal.functions.Types
The function type is applicable to: BooleanSensor - indicates that the BooleanSensor can detect water leak.
WATT - Static variable in class org.osgi.service.dal.SIUnits
Unit of power, radiant flux.
WATT_PER_METER_KELVIN - Static variable in class org.osgi.service.dal.SIUnits
Unit of thermal conductivity.
WATT_PER_SQUARE_METER - Static variable in class org.osgi.service.dal.SIUnits
Unit of heat flux density, irradiance.
WATT_PER_SQUARE_METER_STERADIAN - Static variable in class org.osgi.service.dal.SIUnits
Unit of radiance.
WATT_PER_STERADIAN - Static variable in class org.osgi.service.dal.SIUnits
Unit of radiant intensity.
WEBER - Static variable in class org.osgi.service.dal.SIUnits
Unit of magnetic flux.
window(Duration, Executor, Function<Collection<T>, R>) - Method in interface 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>) - Method in interface 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>) - Method in interface 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>) - Method in interface 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 - Static variable in interface org.osgi.service.dal.functions.Types
The function type is applicable to: MultiLevelControl - indicates that the MultiLevelControl can control the window position.
Wire - Interface in org.osgi.service.wireadmin
A connection between a Producer service and a Consumer service.
WIRE_CONNECTED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
The WireAdminEvent type that indicates that an existing Wire object has become connected.
WIRE_CREATED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
A Wire has been created.
WIRE_DELETED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
A Wire has been deleted.
WIRE_DISCONNECTED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
The WireAdminEvent type that indicates that an existing Wire object has become disconnected.
WIRE_TRACE - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
The WireAdminEvent type that indicates that a new value is transferred over the Wire object.
WIRE_UPDATED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
A Wire has been updated.
WireAdmin - Interface in org.osgi.service.wireadmin
Wire Administration service.
WIREADMIN_CONSUMER_COMPOSITE - Static variable in interface org.osgi.service.wireadmin.WireConstants
A service registration property for a Consumer service that is composite.
WIREADMIN_CONSUMER_FLAVORS - Static variable in interface 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 - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire property key (named wireadmin.consumer.pid) specifying the service.pid of the associated Consumer service.
WIREADMIN_CONSUMER_SCOPE - Static variable in interface 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 this Wire object.
WIREADMIN_EVENTS - Static variable in interface org.osgi.service.wireadmin.WireConstants
Service Registration property (named wireadmin.events) specifying the WireAdminEvent type of interest to a Wire Admin Listener service.
WIREADMIN_FILTER - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire property key (named wireadmin.filter) specifying a filter used to control the delivery rate of data between the Producer and the Consumer service.
WIREADMIN_PID - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire property key (named wireadmin.pid) specifying the persistent identity (PID) of this Wire object.
WIREADMIN_PRODUCER_COMPOSITE - Static variable in interface org.osgi.service.wireadmin.WireConstants
A service registration property for a Producer service that is composite.
WIREADMIN_PRODUCER_FILTERS - Static variable in interface org.osgi.service.wireadmin.WireConstants
Service Registration property (named wireadmin.producer.filters).
WIREADMIN_PRODUCER_FLAVORS - Static variable in interface 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 - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire property key (named wireadmin.producer.pid) specifying the service.pid of the associated Producer service.
WIREADMIN_PRODUCER_SCOPE - Static variable in interface 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 this Wire object.
WIREADMIN_SCOPE_ALL - Static variable in interface org.osgi.service.wireadmin.WireConstants
Matches all scope names.
wireAdminEvent(WireAdminEvent) - Method in interface org.osgi.service.wireadmin.WireAdminListener
Receives notification of a broadcast WireAdminEvent object.
WireAdminEvent - Class in org.osgi.service.wireadmin
A Wire Admin Event.
WireAdminEvent(ServiceReference<WireAdmin>, int, Wire, Throwable) - Constructor for class org.osgi.service.wireadmin.WireAdminEvent
Constructs a WireAdminEvent object from the given ServiceReference object, event type, Wire object and exception.
WireAdminListener - Interface in org.osgi.service.wireadmin
Listener for Wire Admin Events.
WireConstants - Interface in org.osgi.service.wireadmin
Defines standard names for Wire properties, wire filter attributes, Consumer and Producer service properties.
WirePermission - Class in org.osgi.service.wireadmin
Permission for the scope of a Wire object.
WirePermission(String, String) - Constructor for class org.osgi.service.wireadmin.WirePermission
Create a new WirePermission with the given name (may be wildcard) and actions.
WIREVALUE_CURRENT - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire object's filter attribute (named wirevalue.current) representing the current value.
WIREVALUE_DELTA_ABSOLUTE - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire object's filter attribute (named wirevalue.delta.absolute) representing the absolute delta.
WIREVALUE_DELTA_RELATIVE - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire object's filter attribute (named wirevalue.delta.relative) representing the relative delta.
WIREVALUE_ELAPSED - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire object's filter attribute (named wirevalue.elapsed) representing the elapsed time, in ms, between this filter evaluation and the last update of the Consumer service.
WIREVALUE_PREVIOUS - Static variable in interface org.osgi.service.wireadmin.WireConstants
Wire object's filter attribute (named wirevalue.previous) representing the previous value.
withBuffer(U) - Method in interface org.osgi.util.pushstream.BufferBuilder
The BlockingQueue implementation to use as a buffer
withBuffer(U) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withExecutor(Executor) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the Executor that should be used to deliver events from this buffer
withExecutor(Executor) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withParallelism(int) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the maximum permitted number of concurrent event deliveries allowed from this buffer
withParallelism(int) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withPushbackPolicy(PushbackPolicy<T, U>) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the PushbackPolicy of this builder
withPushbackPolicy(PushbackPolicy<T, U>) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withPushbackPolicy(PushbackPolicyOption, long) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the PushbackPolicy of this builder
withPushbackPolicy(PushbackPolicyOption, long) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withQueuePolicy(QueuePolicy<T, U>) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the QueuePolicy of this Builder
withQueuePolicy(QueuePolicy<T, U>) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withQueuePolicy(QueuePolicyOption) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the QueuePolicy of this Builder
withQueuePolicy(QueuePolicyOption) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
withScheduler(ScheduledExecutorService) - Method in interface org.osgi.util.pushstream.BufferBuilder
Set the ScheduledExecutorService that should be used to trigger timed events after this buffer
withScheduler(ScheduledExecutorService) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
 
writeAttributes(boolean, Map<? extends ZCLAttributeInfo, ?>) - Method in interface org.osgi.service.zigbee.ZCLCluster
Writes a set of attributes on the cluster using the ZCL Write Attributes or the Write Attributes Undivided commands, according to the passed undivided parameter.
writeByte(byte) - Method in interface org.osgi.service.zigbee.ZigBeeDataOutput
Appends a byte to the data output.
writeBytes(byte[], int) - Method in interface org.osgi.service.zigbee.ZigBeeDataOutput
Appends on the Data Output Stream a byte array.
writeDouble(double) - Method in interface org.osgi.service.zigbee.ZigBeeDataOutput
Appends on the Data Output Stream a double value.
writeFeature(Feature, Writer) - Method in interface org.osgi.service.feature.FeatureService
Write a Feature Model to JSON
writeFloat(float, int) - Method in interface org.osgi.service.zigbee.ZigBeeDataOutput
Appends on the Data Output Stream a float value.
writeInt(int, int) - Method in interface org.osgi.service.zigbee.ZigBeeDataOutput
Appends an int value to the data output.
writeLong(long, int) - Method in interface org.osgi.service.zigbee.ZigBeeDataOutput
Appends a long to the data output.
WRONG_THREAD - Static variable in exception 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.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form