|
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 IExportServiceRecordContainer
The IExportServiceRecordContainer interface declares the API for
export service record containers.
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 | |
|---|---|
boolean |
add(IExportServiceRecord record)
Add an IExportServiceRecord to the container. |
boolean |
isRegistered()
Answers true if the container's IExportServiceRecord objects have been registered, otherwise false. |
void |
register()
Register the container's IExportedServiceRecord objects. |
boolean |
remove(IExportServiceRecord record)
Remove a export service record from the container. |
void |
unregister()
Unregister all the container's IExportedServiceRecord objects. |
| Methods inherited from interface org.eclipse.soda.sat.core.record.container.interfaces.IServiceRecordContainer |
|---|
contains, doForEach, empty, get, get, getAll, getAll, isEmpty, removeAll, size |
| Method Detail |
|---|
boolean add(IExportServiceRecord record)
IExportServiceRecord to the container.
record - The IExportServiceRecord to add.
boolean isRegistered()
void register()
boolean remove(IExportServiceRecord record)
record - An export service record.
void unregister()
|
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.