public class SnappyBundleActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LIBRARY_NAME
Name of the Snappy native library
|
Constructor and Description |
---|
SnappyBundleActivator() |
Modifier and Type | Method and Description |
---|---|
void |
start(org.osgi.framework.BundleContext context)
Make a call to
System.loadLibrary(String) to load the native library which assumes
that the library is available on the path based on this Bundle 's Manifest . |
void |
stop(org.osgi.framework.BundleContext context) |
public static final java.lang.String LIBRARY_NAME
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
System.loadLibrary(String)
to load the native library which assumes
that the library is available on the path based on this Bundle
's Manifest
.start
in interface org.osgi.framework.BundleActivator
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
java.lang.Exception