org.shiftone.cache.util
Class Sequence

java.lang.Object
  extended byorg.shiftone.cache.util.Sequence

public class Sequence
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
$Author: jeffdrost $

Constructor Summary
Sequence()
           
 
Method Summary
 long getValue()
           
 void increment()
           
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sequence

public Sequence()
Method Detail

increment

public void increment()

getValue

public long getValue()

toString

public java.lang.String toString()

reset

public void reset()