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