Creates a TopicPermission for the given topic and the type PUBLISH
Note that a
java.lang.Object is returned in case creating a new TopicPermission
fails.
Creates a TopicPermission for the given topic and the type SUBSCRIBE
Note that a
java.lang.Object is returned in case creating a new TopicPermission
fails.
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.
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.