Service Activator Toolkit
Version 1.1.0 (20081206)

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

This package contains interfaces that support the SAT implementation classes.

See:
          Description

Interface Summary
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.
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 The IDependencyTracker interface defines the API for a container that holds pairs of objects that represent a relationship.
IDependencyTracker.IXmlProvider The IXmlProvider interface defines the API for converting a dependent object and a prerequisite object into XML.
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.
 

Package org.eclipse.soda.sat.core.framework.interfaces Description

This package contains interfaces that support the SAT implementation classes. These interfaces are rarely needed since they relate to fairly advanced techniques such as observing bundle dependencies and registering proxy services. This package is exported by the SAT bundle.


Service Activator Toolkit
Version 1.1.0 (20081206)