public class Activator
extends java.lang.Object
SearchService services.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_NAME
bundle name.
|
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
static BundleContext |
getBundleContxt() |
static SearchService |
getSearchService() |
static java.util.Collection<java.lang.String> |
getSolrCoreNames() |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public static final java.lang.String BUNDLE_NAME
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionorg.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)public void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionorg.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)public static SearchService getSearchService()
public static java.util.Collection<java.lang.String> getSolrCoreNames()
public static BundleContext getBundleContxt()