jgroup.arm
Class GroupData

java.lang.Object
  extended by jgroup.arm.GroupData

public class GroupData
extends java.lang.Object

Author:
Hein Meling

Nested Class Summary
static class GroupData.GroupMergeRecord
           
 
Constructor Summary
GroupData(AppConfig app, int awaitViewPeriod)
           
 
Method Summary
 void cancelViewMonitor()
          Cancel and nullify the view monitor, if a view monitor has been scheduled.
 void logStatus()
           
 void scheduleViewMonitor()
          Reschedule this view monitor if recovery is still needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupData

public GroupData(AppConfig app,
                 int awaitViewPeriod)
Method Detail

logStatus

public void logStatus()

cancelViewMonitor

public void cancelViewMonitor()
Cancel and nullify the view monitor, if a view monitor has been scheduled.


scheduleViewMonitor

public void scheduleViewMonitor()
Reschedule this view monitor if recovery is still needed. Otherwise, the view monitor timer is canceled.



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.