public class LogEventAdapter extends AbstractAdapter implements org.osgi.framework.ServiceListener
Constructor and Description |
---|
LogEventAdapter(org.osgi.framework.BundleContext context,
org.osgi.service.event.EventAdmin admin)
The constructor of the adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy(org.osgi.framework.BundleContext context) |
void |
serviceChanged(org.osgi.framework.ServiceEvent event)
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.
|
getEventAdmin
public LogEventAdapter(org.osgi.framework.BundleContext context, org.osgi.service.event.EventAdmin admin)
context
- The bundle context with which to register as a listener.admin
- The EventAdmin to use for posting events.public void destroy(org.osgi.framework.BundleContext context)
destroy
in class AbstractAdapter
public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged
in interface org.osgi.framework.ServiceListener
event
- The event to adapt.Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.