public interface QuiesceParticipant
QuiesceParticipant
and register it as a service in the service
registry.Modifier and Type | Method and Description |
---|---|
void |
quiesce(QuiesceCallback callback,
List<org.osgi.framework.Bundle> bundlesToQuiesce)
Request a number of bundles to be quiesced by this participant
This method must be non-blocking.
|
void quiesce(QuiesceCallback callback, List<org.osgi.framework.Bundle> bundlesToQuiesce)
callback
- The callback with which to alert the manager of successful quiesce completion (from the view of this
participant)bundlesToQuiesce
- The bundles scheduled to be quiescedCopyright © 2014. All rights reserved.