|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceRecord
The IServiceRecord
interface declares the API for all OSGi
services that are managed by SAT. The following responsibilities are
declared:
Note: Since this abstraction is used internally by the SAT bundle
this interface is typically not used directly by bundle developers. For
cases where subclassing the BaseBundleActivator
is not
appropriate, instances of this interface can be created using the
FactoryUtility
class.
Method Summary | |
---|---|
String |
basicToString()
Answers the result of calling the Object implementation of
toString() . |
BundleContext |
getBundleContext()
Answers the BundleContext . |
Object |
getProperty(String key)
Answers the property value with the key. |
String[] |
getPropertyKeys()
Answers all the property keys. |
Object |
getService()
Answers the service domain object. |
Method Detail |
---|
String basicToString()
Object
implementation of
toString()
.
BundleContext getBundleContext()
BundleContext
.
BundleContext
handle back to the framework.Object getProperty(String key)
key
- A service property key.
String[] getPropertyKeys()
Object getService()
|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2008 IBM Corporation and others. All Rights Reserved.