Uses of Class
org.jboss.ha.timestamp.TimestampDiscrepancy

Packages that use TimestampDiscrepancy
org.jboss.ha.timestamp   
 

Uses of TimestampDiscrepancy in org.jboss.ha.timestamp
 

Fields in org.jboss.ha.timestamp declared as TimestampDiscrepancy
static TimestampDiscrepancy TimestampDiscrepancy.NO_DISCREPANCY
          Fake discrepancy that indicates no system clock difference
 

Methods in org.jboss.ha.timestamp that return TimestampDiscrepancy
 TimestampDiscrepancy TimestampDiscrepancyService.getTimestampDiscrepancy(org.jboss.ha.framework.interfaces.ClusterNode node, boolean allowStatusCheck)
          Gets the TimestampDiscrepancy data associated with a particular node.
 TimestampDiscrepancy TimestampDiscrepancyService.getTimestampDiscrepancy(String nodeName, boolean allowStatusCheck)
          Gets the TimestampDiscrepancy data associated with a particular node.
 

Methods in org.jboss.ha.timestamp that return types with arguments of type TimestampDiscrepancy
 Map<TimestampDiscrepancyService.Server,TimestampDiscrepancy> TimestampDiscrepancyService.RemoteDiscrepancies.getDiscrepancies()
           
 Map<org.jboss.ha.framework.interfaces.ClusterNode,TimestampDiscrepancy> TimestampDiscrepancyService.getTimestampDiscrepancies(boolean allowStatusCheck)
          Gets the map of TimestampDiscrepancy data tracked by this service.
 

Methods in org.jboss.ha.timestamp with parameters of type TimestampDiscrepancy
 void TimestampDiscrepancyObserver.timestampDiscrepancyChanged(org.jboss.ha.framework.interfaces.ClusterNode node, TimestampDiscrepancy discrepancy)
          Notification from TimestampDiscrepancyService when it has changed the TimestampDiscrepancy associated with a particular node.
 void TimestampDiscrepancyValidationService.timestampDiscrepancyChanged(org.jboss.ha.framework.interfaces.ClusterNode node, TimestampDiscrepancy discrepancy)
           
 

Constructors in org.jboss.ha.timestamp with parameters of type TimestampDiscrepancy
TimestampDiscrepancy(TimestampDiscrepancy base, TimestampDiscrepancy intermediary)
          Generates a synthetic TimestampDiscrepancy based on a value provided by another node adjusted for the discrepancy between this node and the private TimestampDiscrepancy(long now) { this(now, now, now); } node that provided the base value.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.