public interface JpsPersistable
Modifier and Type | Interface and Description |
---|---|
static class |
JpsPersistable.Mode |
Modifier and Type | Method and Description |
---|---|
void |
persist()
Persists state to backing store
|
void |
refresh()
Refreshes state by reloading from backing store (which might have changed)
|