org.apache.aries.quiesce.manager
Interface QuiesceCallback


public interface QuiesceCallback

Callback that allows a QuiesceParticipant to alert the QuiesceManager that bundles are quiesced (from the point of view of the participant)


Method Summary
 void bundleQuiesced(Bundle... bundlesQuiesced)
          Notify the quiesce manager that the given bundles are quiesced (from the point of view of the calling participant)
 

Method Detail

bundleQuiesced

void bundleQuiesced(Bundle... bundlesQuiesced)
Notify the quiesce manager that the given bundles are quiesced (from the point of view of the calling participant)

Parameters:
bundlesQuiesced -


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