public interface Policy
The state manager supports the following policies:
Persistent
Specifies that a state may be persisted.
Distributable
Specifies that a state may be distributed.
Time To Live
Specifies the time that a state may live.
A default policy will be defined for each of the ADF contexts. When the default policy is not appropriate the user may specify an overide policy when registering state with the state manager.
Modifier and Type | Method and Description |
---|---|
long |
getTimeToLive() |
boolean |
isDistributable() |
boolean |
isPersistent() |
boolean isPersistent()
boolean isDistributable()
long getTimeToLive()