public class NextRunner
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
static boolean | 
DISABLE_NEXT_NUMBER_FUNCTION
disabled the next number logic function. 
 | 
static java.lang.String | 
PROPERTY_DISABLE_NEXT_NUMBER_FUNCTION
The property to disable the next number function logic. 
 | 
| Constructor and Description | 
|---|
NextRunner(DataBase dBase,
          int reqSize,
          StoredValue sv)
Create a next number runner 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
createMore()
Generate more numbers 
 | 
void | 
run()
run 
 | 
public static final java.lang.String PROPERTY_DISABLE_NEXT_NUMBER_FUNCTION
public static final boolean DISABLE_NEXT_NUMBER_FUNCTION
public NextRunner(@Nonnull
                  DataBase dBase,
                  int reqSize,
                  @Nonnull
                  StoredValue sv)
dBase - the databasereqSize - the number to createsv - the storestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.