org.xerial.snappy
Class SnappyBundleActivator

java.lang.Object
  extended by 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

Author:
leo

Constructor Summary
SnappyBundleActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnappyBundleActivator

public SnappyBundleActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
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


Copyright © 2011 xerial.org. All Rights Reserved.