@Deprecated public interface RunOnceStateManager
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Deprecated.
Do whatever needs to be done in order for
isRunOnce() to return the right value. |
boolean |
isRunOnce()
Deprecated.
Return true if it is safe to run something once, false otherwise.
|
void |
persistState(RunOnceState state)
Deprecated.
Update state in a way that persists across JVM restarts (eg database table, properties file, etc)
|
void initialize()
isRunOnce() to return the right value.boolean isRunOnce()
void persistState(RunOnceState state)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.