| Package | Description |
|---|---|
| org.kuali.common.util.runonce.smart |
| Modifier and Type | Method and Description |
|---|---|
static RunOnceState |
RunOnceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunOnceState[] |
RunOnceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunOnce.changeState(RunOnceState state)
Update state in a way that persists across JVM restarts (eg database table, properties file, etc)
|
void |
PropertiesFileRunOnce.changeState(RunOnceState state) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.