|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
IImportServiceRecordContainer
has been acquired.
IExportServiceRecord
to the container.
BundleDependencyListener
.
ServiceDetecterListener
to the detecter.
Bundle
to the collection of uninstallable bundles.
BaseBundleActivator
is an abstract class from which all SAT
bundles typically derive their BundleActivator
.BaseManagedServiceFactoryAdvisor
is an abstract class from which
bundles typically derive their IManagedServiceFactoryAdvisor
.BundleActivationManagerOwnerAdapter
is a no-op
implementation of the interface IBundleActivationManagerOwner
.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
.BundleDependencyService
declares an API that allows the
dependencies between installed bundles to be queried.BundleManifestUtility
class is a utility that simplifies
working with the manifest file of a Bundle
object.BundleUtility
class is a utility that simplifies working
with Bundle
objects.IManagedServiceFactoryAdvisor
that knows how
to create and destroy the exported service that is managed by the
service factory.
IBundleActivationManager
.
ManagedServiceFactory
.
IExportProxyServiceRecord
with properties that
implements multiple interfaces.
IExportProxyServiceRecord
with properties that
implements multiple interfaces.
IExportServiceRecord
.
IExportServiceRecordContainer
.
IFileLog
.
IImportServiceRecord
.
IImportServiceRecordContainer
.
IManagedServiceFactoryActivationManager
.
ManagedServiceFactory
.
IQueue
.
IServiceDetecter
.
IThreadLocal
.
IThreadLocal
.
ITokenizer
.
ITokenizer
.
ITokenizer
.
ITokenizer
.
IServiceRecord
, with an
optional parameter.
FactoryUtility
class provides an API through which instances
of many of the SAT abstractions may be created.Object
for the current thread.
ManagedServiceFactory
.
ManagedServiceFactory
.
ManagedServiceFactory
.
Bundle-Activator
value from the bundle's
MANIFEST.MF.
Bundle-Category
value from the bundle's MANIFEST.MF.
Bundle-Classpath
value from the bundle's
MANIFEST.MF.
Bundle-ContactAddress
value from the bundle's
MANIFEST.MF.
Bundle-Copyright
value from the bundle's
MANIFEST.MF.
Bundle-Description
value from the bundle's
MANIFEST.MF.
Bundle-DocURL
value from the bundle's
MANIFEST.MF.
Bundle-Localization
value from the bundle's
MANIFEST.MF.
Bundle-ManifestVersion
value from the bundle's
MANIFEST.MF.
Bundle-Name
value from the bundle's
MANIFEST.MF.
Bundle-NativeCode
value from the bundle's
MANIFEST.MF.
Bundle-RequiredExecutionEnvironment
values from
the bundle's MANIFEST.MF.
Bundle-SymbolicName
header.
Bundle-SymbolicName
header.
Bundle-SymbolicName
value from the bundle's
MANIFEST.MF.
Bundle-UpdateLocation
value from the bundle's
MANIFEST.MF.
Bundle-Vender
value from the bundle's
MANIFEST.MF.
Bundle-Version
value from the bundle's
MANIFEST.MF.
DynamicImport-Package
values from the bundle's MANIFEST.MF.
Export-Service
values from the bundle's
MANIFEST.MF.
Fragment-Host
value from the bundle's
MANIFEST.MF.
Import-Package
values from the bundle's
MANIFEST.MF.
BundleManifestUtility
singleton
instance.
BundleUtility
singleton instance.
FactoryUtility
singleton instance.
LogUtility
singleton instance.
ServiceReferenceUtility
singleton
instance.
org.osgi.service.log.LogService
.
ManagedServiceFactory
with the OSGi framework.
ManagedServiceFactory
.
Properties
object out of the
bundle's properties.
Properties
object out of the
bundle's properties.
Require-Bundle
values from the bundle's
MANIFEST.MF.
Constants.SERVICE_ID
property from the specified
ServiceReference
objects.
Constants.SERVICE_ID
properties from an array of
ServiceReference
objects.
Bundle
for a ServiceReference
to a
named service.
ServiceReference
.
ServiceReference
objects.
DependencyTracker
.
true
if an entry has circular references otherwise
false
.
true
if dependent entries exist, otherwise
false
.
true
if prerequisite entries exist, otherwise
false
.
IBundleActivatorManagerManagerOwner
interface is
implemented by the owner of an IBundleActivationManager
instance.IExportProxyServiceRecord
interface extends the
IExportServiceRecord
to define how to export a proxy service.IExportServiceRecord
represents a service that is exported by
a bundle and registered with the OSGi framework.IExportServiceRecordContainer
interface declares the API for
export service record containers.IFileLog
interface defines the API for a file-based log.IImportServiceRecord
represents a service imported by a
bundle and acquired from the OSGi framework.IImportServiceRecordContainer
interface declares the API for
import service record containers.IImportServiceRecordContainer
is created it must be
given an owner that will handle call-back notifications.IImportServiceRecordContainer
is created it must be
given an owner that will handle call-back notifications.IImportServiceRecord
is created it must have an owner to
handle call-back notifications.ILineReader
interface defines the API for line-oriented
reading of an InputStream
.IAdvisor
interface defines the advice that can be given
to an ILineReader
as each line is read.ILineWriter
interface defines the API for line-oriented
writing of an OutputStream
.IManagedServiceFactoryAdvisor
interface defines the API for
an object that knows how to create, destroy and update objects for a
ManagedServiceFactory
.IServiceDetecter
declares the role of an object that will
detect the registration and unregistration of services of a specified type.IServiceRecord
interface declares the API for all OSGi
services that are managed by SAT.IServiceRecordAction
interface declares an API for executing
an action against IServiceRecord
objects within an
IServiceRecordContainer
.IServiceRecordContainer
interface declares the API for
service record containers.IThreadLocal
interface defines an API for storing data on
a per thread basis.ITokenizer
interface defines the API for an optimized
String
tokenizer class.Bundle
is in a specific state.
true
if the DepenencyTrackerService is empty,
otherwise false
.
true
if the Bundle
has registered the
ServiceReference
, otherwise false
.
true
if the Bundle
has registered a
service with the given name, otherwise false
.
Bundle
is using the
ServiceReference, otherwise false
.
- isServiceInstanceOf(ServiceReference, String) -
Method in class org.eclipse.soda.sat.core.util.ServiceReferenceUtility
- Answers true if the
ServiceReference
is an instance of the
service name.
- isStartAsync() -
Method in class org.eclipse.soda.sat.core.framework.BaseBundleActivator
- Configuration Parameter API: Specifies whether the bundle
should start asynchronously.
- isStartAsync() -
Method in class org.eclipse.soda.sat.core.framework.BundleActivationManagerOwnerAdapter
-
- isStartAsync() -
Method in interface org.eclipse.soda.sat.core.framework.interfaces.IBundleActivationManagerOwner
- Configuration Parameter Method: Specifies whether the bundle
should start asynchronously.
- isTransient() -
Method in class org.eclipse.soda.sat.core.framework.BaseBundleActivator
- Configuration Parameter API: Specify whether the bundle should
be treated as transient.
- isTransient() -
Method in class org.eclipse.soda.sat.core.framework.BundleActivationManagerOwnerAdapter
-
- isTransient() -
Method in interface org.eclipse.soda.sat.core.framework.interfaces.IBundleActivationManagerOwner
- Configuration Parameter Method: Specify whether the bundle should
be treated as transient.
- isUninstallable() -
Method in class org.eclipse.soda.sat.core.framework.BaseBundleActivator
- Configuration Parameter API: Specify whether the bundle should
be treated as uninstalled.
- isUninstallable() -
Method in class org.eclipse.soda.sat.core.framework.BundleActivationManagerOwnerAdapter
-
- isUninstallable() -
Method in interface org.eclipse.soda.sat.core.framework.interfaces.IBundleActivationManagerOwner
- Configuration Parameter Method: Specify whether the bundle should
be treated as uninstalled.
- isValid(String) -
Method in interface org.eclipse.soda.sat.core.framework.interfaces.ILineReader.IAdvisor
- Query whether a read line is valid.
LogUtility
class provides access to an instance of the OSGi
defined interface LogService
that is guaranteed to never change
identity.Enumeration
for reading lines.
LogService.LOG_DEBUG
message.
LogService.LOG_DEBUG
level message.
LogService.LOG_DEBUG
message.
LogService.LOG_DEBUG
level message.
LogService.LOG_ERROR
message.
LogService.LOG_ERROR
level message.
LogService.LOG_ERROR
message.
LogService.LOG_ERROR
level message.
LogService.LOG_INFO
message.
LogService.LOG_INFO
level message.
LogService.LOG_INFO
message.
LogService.LOG_INFO
level message.
LogService.DEBUG_INFO
level trace message.
LogService.DEBUG_INFO
level trace message.
LogService.DEBUG_INFO
level trace message.
LogService.DEBUG_INFO
level trace message.
LogService.LOG_INFO
message.
LogService.LOG_WARNING
level message.
LogService.LOG_WARNING
message.
LogService.LOG_WARNING
level message.
BaseBundleActivator
class from which all SAT bundles typically
derive their BundleActivator
.BaseBundleActivator
is not desirable.BaseBundleActivator
is not
desirable.IServiceDetecter
.
IImportServiceRecordContainer
has been released.
DependencyTracker
.
BundleDependencyListener
.
ServiceDetecterListener
to the detecter.
Bundle
from the collection of uninstallable bundles.
ServiceReferenceUtility
class is a utility that simplifies
working with ServiceReference
objects.ServiceReference
from an array.
IImportServiceRecord
objects has been
acquired.
IImportServiceRecord
objects has been
released.
Object
for the current thread.
IServiceDetecter
object's service filter.
org.osgi.service.log.LogService
.
DependencyTracker
.
start(BundleContext)
.
IBundleActivatorManager
executes its start(BundleContext)
method.
stop(BundleContext)
.
IBundleActivatorManager
executes its stop(BundleContext)
method.
DependencyTracker
.
DependencyTracker
using the specified implementation of the interface
IDependencyTracker.IXmlProvider
.
DependencyTracker
.
DependencyTracker
using the specified implementation of the interface
IDependencyTracker.IXmlProvider
.
BundleDependencyService
to XML.
BundleDependencyService
to XML.
|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2001, 2007 IBM Corporation and others. All Rights Reserved.