Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Package
org.eclipse.soda.sat.core.framework.interfaces

Packages that use org.eclipse.soda.sat.core.framework.interfaces
org.eclipse.soda.sat.core.framework This package contains the SAT implementation classes, such as BaseBundleActivator class from which all SAT bundles typically derive their BundleActivator
org.eclipse.soda.sat.core.framework.interfaces This package contains interfaces that support the SAT implementation classes. 
org.eclipse.soda.sat.core.service This package contains the services interfaces for the services that are published by SAT. 
org.eclipse.soda.sat.core.util This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers. 
 

Classes in org.eclipse.soda.sat.core.framework.interfaces used by org.eclipse.soda.sat.core.framework
IBundleActivationManager
          The IBundleActivationManager interface defines the core API for SAT's bundle activation strategy.
IBundleActivationManagerOwner
          The IBundleActivatorManagerManagerOwner interface is implemented by the owner of an IBundleActivationManager instance.
IManagedServiceAdvisor
          The IManagedServiceAdvisor interface defines the API for an object that knows how to create, destroy and update an object for a ManagedService.
IManagedServiceFactoryAdvisor
          The IManagedServiceFactoryAdvisor interface defines the API for an object that knows how to create, destroy and update objects for a ManagedServiceFactory.
IProxyServiceHandler
          An IProxyServiceHandler is responsible for handling call backs for a proxy service.
 

Classes in org.eclipse.soda.sat.core.framework.interfaces used by org.eclipse.soda.sat.core.framework.interfaces
IBundleActivationManager
          The IBundleActivationManager interface defines the core API for SAT's bundle activation strategy.
IBundleActivationManagerOwner
          The IBundleActivatorManagerManagerOwner interface is implemented by the owner of an IBundleActivationManager instance.
ICharBuffer
          The ICharBuffer interface defines the API of an unsynchronized character buffer.
IDependencyTracker.IXmlProvider
          The IXmlProvider interface defines the API for converting a dependent object and a prerequisite object into XML.
IProxyServiceHandler
          An IProxyServiceHandler is responsible for handling call backs for a proxy service.
ITokenizer
          The ITokenizer interface defines the API for an optimized String tokenizer class.
 

Classes in org.eclipse.soda.sat.core.framework.interfaces used by org.eclipse.soda.sat.core.service
BundleDependencyListener
          The BundleDependencyListener interface is implemented by classes that wish to receive call-back notifications that a bundle relationship has either been registered or unregistered with the BundleDependencyService.
 

Classes in org.eclipse.soda.sat.core.framework.interfaces used by org.eclipse.soda.sat.core.util
IBundleActivationManager
          The IBundleActivationManager interface defines the core API for SAT's bundle activation strategy.
ICharBuffer
          The ICharBuffer interface defines the API of an unsynchronized character buffer.
IDependencyTracker
          The IDependencyTracker interface defines the API for a container that holds pairs of objects that represent a relationship.
IFileLog
          The IFileLog interface defines the API for a file-based log.
ILineReader
          The ILineReader interface defines the API for line-oriented reading of an InputStream.
ILineReader.IAdvisor
          The IAdvisor interface defines the advice that can be given to an ILineReader as each line is read.
ILineWriter
          The ILineWriter interface defines the API for line-oriented writing of an OutputStream.
IManagedServiceActivationManager
          The IManagedServiceActivationManager interface defines the core API for SAT's managed service activation strategy.
IManagedServiceAdvisor
          The IManagedServiceAdvisor interface defines the API for an object that knows how to create, destroy and update an object for a ManagedService.
IManagedServiceFactoryActivationManager
          The IManagedServiceFactoryActivationManager interface defines the core API for SAT's managed service factory activation strategy.
IManagedServiceFactoryAdvisor
          The IManagedServiceFactoryAdvisor interface defines the API for an object that knows how to create, destroy and update objects for a ManagedServiceFactory.
IProxyServiceHandler
          An IProxyServiceHandler is responsible for handling call backs for a proxy service.
IQueue
          The IQueue interface defines a FIFO container.
ITokenizer
          The ITokenizer interface defines the API for an optimized String tokenizer class.
 


Service Activator Toolkit
Version 1.1.0 (20081206)