public interface PluginContext
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.BundleContext |
getBundleContext() |
String |
getPluginName() |
void |
init() |
void |
preInstall() |
void |
serviceArrived(Object service) |
void |
serviceGone(Object service) |
void |
setCoreService(CoreService dmx) |
void |
shutdown() |
void preInstall()
void init()
void shutdown()
void serviceArrived(Object service)
void serviceGone(Object service)
String getPluginName()
org.osgi.framework.BundleContext getBundleContext()
void setCoreService(CoreService dmx)
Copyright © 2018. All Rights Reserved.