Package systems.dmx.core.osgi
Interface PluginContext
-
- All Known Implementing Classes:
AccessControlPlugin
,AccountManagementPlugin
,CachingPlugin
,ConfigPlugin
,ContactsPlugin
,EventsPlugin
,FacetsPlugin
,FilesPlugin
,PluginActivator
,TimestampsPlugin
,TopicmapsPlugin
,WebclientPlugin
,WebservicePlugin
,WorkspacesPlugin
public interface PluginContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
preInstall
void preInstall()
-
init
void init()
-
shutdown
void shutdown()
-
serviceArrived
void serviceArrived(Object service)
-
serviceGone
void serviceGone(Object service)
-
getPluginName
String getPluginName()
-
getBundleContext
org.osgi.framework.BundleContext getBundleContext()
-
setCoreService
void setCoreService(CoreService dmx)
-
-