public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RSA_EXPORT_POLICY_FILTER |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart(BundleContext bundleContext,
ExportPolicy policy)
Start the topology manager.
|
void |
doStop(BundleContext bundleContext)
Stop topology manager
|
void |
exportExistingServices(BundleContext context)
Gets all service references with a remote-service filter.
|
void |
start(BundleContext context) |
void |
stop(BundleContext bc) |
public static final java.lang.String RSA_EXPORT_POLICY_FILTER
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext bc)
throws java.lang.Exception
java.lang.Exceptionpublic void doStart(BundleContext bundleContext,
ExportPolicy policy)
bundleContext - the bundle contextpolicy - the export policypublic void doStop(BundleContext bundleContext)
bundleContext - the bundle contextpublic void exportExistingServices(BundleContext context)
context - the bundle contextData In Motion Consulting GmbH