cdqa.repository
Class ReplicationCounter

java.lang.Object
  extended by cdqa.repository.ReplicationCounter

public class ReplicationCounter
extends java.lang.Object

Author:
dragan To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
ReplicationCounter(java.lang.String forestName, int current_value)
           
 
Method Summary
 int decValue()
           
 int getCurrent()
           
 int incValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationCounter

public ReplicationCounter(java.lang.String forestName,
                          int current_value)
Method Detail

incValue

public int incValue()

decValue

public int decValue()

getCurrent

public int getCurrent()