Service Activator Toolkit
Version 1.1.0 (20081206)

org.eclipse.soda.sat.core.framework.interfaces
Interface IManagedServiceFactoryActivationManager

All Superinterfaces:
ManagedServiceFactory

public interface IManagedServiceFactoryActivationManager
extends ManagedServiceFactory

The IManagedServiceFactoryActivationManager interface defines the core API for SAT's managed service factory activation strategy. This interface extends the OSGi defined ManagedServiceFactory interface.


Method Summary
 void start(BundleContext context)
          Start the managed service factory activation manager.
 void stop()
          Stop the managed service factory activation manager.
 
Methods inherited from interface org.osgi.service.cm.ManagedServiceFactory
deleted, getName, updated
 

Method Detail

start

void start(BundleContext context)
Start the managed service factory activation manager.

Parameters:
context - The bundle's BundleContext.

stop

void stop()
Stop the managed service factory activation manager.


Service Activator Toolkit
Version 1.1.0 (20081206)