com.openexchange.admin.osgi
Class Activator

java.lang.Object
  extended by com.openexchange.admin.osgi.Activator

public class Activator
extends Object


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

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception

Throws:
Exception