public class Activator extends Object implements BundleActivator
Modifier and Type | Class and Description |
---|---|
class |
Activator.DnsSdServiceFactory
A ServiceFactory capable to handle DnsSdDiscoveryContainerAdapters
|
Modifier and Type | Field and Description |
---|---|
static String |
ADVERTISER |
static String |
DISCOVERY_CONTAINER_NAME_VALUE |
static String |
LOCATOR |
static String |
PLUGIN_ID |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public static final String PLUGIN_ID
public static final String DISCOVERY_CONTAINER_NAME_VALUE
public static final String LOCATOR
public static final String ADVERTISER
public void start(BundleContext context) throws Exception
start
in interface BundleActivator
Exception
public void stop(BundleContext context) throws Exception
stop
in interface BundleActivator
Exception
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.