Class SnappyBundleActivator

java.lang.Object
org.xerial.snappy.SnappyBundleActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class SnappyBundleActivator extends Object implements org.osgi.framework.BundleActivator
OSGi bundle entry point
  • Field Details

  • Constructor Details

    • SnappyBundleActivator

      public SnappyBundleActivator()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context) throws Exception
      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.
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Throws:
      Exception