Uses of Interface
com.jrockit.mc.rjmx.subscription.IUpdatePolicy

Packages that use IUpdatePolicy
com.jrockit.mc.rjmx.subscription This package contains everything related to the subscription of values. 
 

Uses of IUpdatePolicy in com.jrockit.mc.rjmx.subscription
 

Methods in com.jrockit.mc.rjmx.subscription that return IUpdatePolicy
static IUpdatePolicy PolicyFactory.createDefaultUpdatePolicy()
          Policy that updates the IAttributeSubscription with the default update interval.
static IUpdatePolicy PolicyFactory.createOneShotPolicy()
          This update policy will schedule the first update ASAP, and the next one at the end of time (Long.MAX_VALUE).
static IUpdatePolicy PolicyFactory.createSimpleUpdatePolicy(int updateTime)
          Update policy that updates the IAttributeSubscription every updateTime millisecond.
 IUpdatePolicy IAttributeSubscription.getUpdatePolicy()
          Returns the update policy.
 

Methods in com.jrockit.mc.rjmx.subscription with parameters of type IUpdatePolicy
 void IAttributeSubscription.setUpdatePolicy(IUpdatePolicy policy)
          Sets the update policy of this subscription.
 



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