com.jrockit.mc.rjmx.subscription
Interface IUpdatePolicy


public interface IUpdatePolicy

The interface specifying an update police for IAttributeSubscriptions.

Author:
Marcus Hirt

Method Summary
 long getNextUpdate(long lastUpdate)
          Return the time to schedule the next update given the last update.
 

Method Detail

getNextUpdate

long getNextUpdate(long lastUpdate)
Return the time to schedule the next update given the last update.

Returns:
the time to schedule the next update, given the time for the last update. This method is expected to be a mapping - any given input should always return the same output.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.