B O Q

B

bundleQuiesced(Bundle...) - Method in interface org.apache.aries.quiesce.manager.QuiesceCallback
Notify the quiesce manager that the given bundles are quiesced (from the point of view of the calling participant)

O

org.apache.aries.quiesce.manager - package org.apache.aries.quiesce.manager
 
org.apache.aries.quiesce.participant - package org.apache.aries.quiesce.participant
 

Q

quiesce(long, List<Bundle>) - Method in interface org.apache.aries.quiesce.manager.QuiesceManager
Request a collection of bundles to be quiesced
quiesce(List<Bundle>) - Method in interface org.apache.aries.quiesce.manager.QuiesceManager
Request a collection of bundles to be quiesced using the default timeout
quiesce(QuiesceCallback, List<Bundle>) - Method in interface org.apache.aries.quiesce.participant.QuiesceParticipant
Request a number of bundles to be quiesced by this participant This method must be non-blocking.
QuiesceCallback - Interface in org.apache.aries.quiesce.manager
Callback that allows a QuiesceParticipant to alert the QuiesceManager that bundles are quiesced (from the point of view of the participant)
QuiesceManager - Interface in org.apache.aries.quiesce.manager
Interface for the quiesce manager.
QuiesceParticipant - Interface in org.apache.aries.quiesce.participant
Interface for OSGi containers / extenders to hook into the quiesce mechanism.
quiesceWithFuture(List<Bundle>) - Method in interface org.apache.aries.quiesce.manager.QuiesceManager
Request a collection of bundles to be quiesced like quiesce(long, List<Bundle>) return a Future that the caller can block on instead of void
quiesceWithFuture(long, List<Bundle>) - Method in interface org.apache.aries.quiesce.manager.QuiesceManager
Request a collection of bundles to be quiesced like quiesce(long, List<Bundle>) return a Future that the caller can block on instead of void

B O Q

Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.