SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue
Class AbstractBrokerActivator

java.lang.Object
  extended by org.eclipse.smila.connectivity.queue.AbstractBrokerActivator
Direct Known Subclasses:
Activator

public abstract class AbstractBrokerActivator
extends java.lang.Object

The Class Activator.


Constructor Summary
AbstractBrokerActivator()
           
 
Method Summary
protected abstract  ConnectivityBroker createInstance()
          Creates the instance.
 void start(BundleContext context)
          
 void stop(BundleContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBrokerActivator

public AbstractBrokerActivator()
Method Detail

createInstance

protected abstract ConnectivityBroker createInstance()
Creates the instance.

Returns:
the connectivity broker

start

public void start(BundleContext context)
           throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context)
          throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)

SMILA (incubation) API documentation