Service Activator Toolkit
Version 1.0.0

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 objects that wish to receive call-back notifications that a bundle relationship has either been registered or unregistered with the BundleDependencyService.
IBundleActivationManager The IBundleActivationManager interface...
IBundleActivationManagerOwner The IBundleActivatorManagerManagerOwner interface is implemented by the owner of an IBundleActivationManager instance.
IDependencyTracker IDependencyTracker.java
IDependencyTracker.IXmlProvider IXmlProvider
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.
IManagedServiceFactoryActivationManager IManagedServiceFactoryActivationManager.java\
IManagedServiceFactoryAdvisor The IManagedServiceFactoryAdvisor interface defines the API for an object that knows how to create, destroy and update objects for a ManagedServiceFactory.
IProxyServiceHandler  
IQueue The IQueue interface defines a FIFO container.
IThreadLocal The IThreadLocal interface defines an API for storing data on a per thread basis.
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.0.0