Service Activator Toolkit
Version 1.1.0 (20081206)

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

All Superinterfaces:
ManagedService

public interface IManagedServiceActivationManager
extends ManagedService

The IManagedServiceActivationManager interface defines the core API for SAT's managed service activation strategy. This interface extends the OSGi defined ManagedService interface.


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

Method Detail

start

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

Parameters:
context - The bundle's BundleContext.

stop

void stop()
Stop the managed service activation manager.


Service Activator Toolkit
Version 1.1.0 (20081206)