|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
When an IImportServiceRecord is created it must have an owner to
handle call-back notifications. The IImportServiceRecordOwner
interface declares the role of an import service record's owner:
Note: Since this abstraction is used internally by the SAT bundle this interface is typically not used directly by bundle developers.
| Method Summary | |
void |
serviceAcquired(IImportServiceRecord record)
An imported service has been acquired. |
void |
serviceReleased(IImportServiceRecord record)
An imported service has been released. |
| Method Detail |
public void serviceAcquired(IImportServiceRecord record)
record - The import service record of the acquired service.public void serviceReleased(IImportServiceRecord record)
When an imported service has been released the
IImportServiceRecordOwner might consider changing the import
service record's filter by calling the IImportServiceRecord
method setFilter(Filter).
record - The import service record of the released service.IImportServiceRecord.setFilter(org.osgi.framework.Filter)
|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2001, 2007 IBM Corporation and others. All Rights Reserved.