|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public boolean add(IExportServiceRecord record)
IExportServiceRecord to the container.
record - The IExportServiceRecord to add.
public boolean isRegistered()
public void register()
public boolean remove(IExportServiceRecord record)
record - An export service record.
public void unregister()
|
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.