Set up a given dispatch task with its ThreadPool in a way that it is
associated with a DeliverTask that will push given handler tasks to
the queue and then wait for the tasks to be completed.
F
FALSE_FILTER -
Static variable in interface org.apache.felix.eventadmin.impl.handler.Filters
A null filter object that does not match any given service reference.
Get the real EventHandler service for the handlerRef from the context in case
the ref is not blacklisted and the service is not unregistered.
getLogger() -
Static method in class org.apache.felix.eventadmin.impl.util.LogWrapper
Returns the singleton instance of this LogWrapper that can be used to send
log messages to all currently available LogServices or to standard output,
respectively.
Look-up the task that the given thread is currently executing or return the
default value that may be null in case that the thread has not been
created by an instance of this class.
Look-up the task that the given thread is currently executing or return the
default value that may be null in case that the thread has not been
created by an instance of this class.
This class registers itself as a listener for LogReaderService services
with the framework and subsequently, a LogListener callback with any
currently available LogReaderService.
This class is a factory that secures a given EventAdmin service by
wrapping it with a new instance of an EventAdminSecurityDecorator on
any call to its getService() method.
Once a LogReaderService register event is received this method
registers a LogListener with the received service that assembles
and posts any log event via the EventAdmin as specified in
113.6.6 OSGi R4 compendium.
A ThreadPool interface that allows to execute tasks using pooled threads in order
to ease the thread creation overhead and additionally, to associate a callback
with the thread that executes the task.