public class QuiesceManagerImpl extends Object implements org.apache.aries.quiesce.manager.QuiesceManager
Constructor and Description |
---|
QuiesceManagerImpl(org.osgi.framework.BundleContext bc) |
Modifier and Type | Method and Description |
---|---|
void |
quiesce(List<org.osgi.framework.Bundle> bundlesToQuiesce)
Attempts to quiesce all bundles in the list, using the default timeout.
|
void |
quiesce(long timeout,
List<org.osgi.framework.Bundle> bundles)
Attempts to quiesce all bundles in the list.
|
Future<?> |
quiesceWithFuture(List<org.osgi.framework.Bundle> bundlesToQuiesce) |
Future<?> |
quiesceWithFuture(long timeout,
List<org.osgi.framework.Bundle> bundles) |
public QuiesceManagerImpl(org.osgi.framework.BundleContext bc)
public void quiesce(long timeout, List<org.osgi.framework.Bundle> bundles)
quiesce
in interface org.apache.aries.quiesce.manager.QuiesceManager
public Future<?> quiesceWithFuture(List<org.osgi.framework.Bundle> bundlesToQuiesce)
quiesceWithFuture
in interface org.apache.aries.quiesce.manager.QuiesceManager
public Future<?> quiesceWithFuture(long timeout, List<org.osgi.framework.Bundle> bundles)
quiesceWithFuture
in interface org.apache.aries.quiesce.manager.QuiesceManager
public void quiesce(List<org.osgi.framework.Bundle> bundlesToQuiesce)
quiesce
in interface org.apache.aries.quiesce.manager.QuiesceManager
Copyright © 2019. All rights reserved.