public interface EventAdminPoster extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Stops the poster.
|
void |
postEvent(org.osgi.framework.Bundle bundle,
int level,
org.osgi.service.log.LogEntry entry,
String message,
Throwable exception,
org.osgi.framework.ServiceReference<?> sr,
Map<String,?> context)
Sends an event to EventAdmin (if available)
|
closevoid postEvent(org.osgi.framework.Bundle bundle,
int level,
org.osgi.service.log.LogEntry entry,
String message,
Throwable exception,
org.osgi.framework.ServiceReference<?> sr,
Map<String,?> context)
bundle - level - entry - message - exception - sr - context - void destroy()
Copyright © 2006–2022 OPS4J - Open Participation Software for Java. All rights reserved.