public class UnconditionalRunningStrategyPersistence extends AbstractPersistence
RunningStrategy.UnconditionalRunningStrategy
.Modifier and Type | Field and Description |
---|---|
protected Serializable |
pr |
protected boolean |
shouldRun |
containingControllerName, initParamOverrides
Constructor and Description |
---|
UnconditionalRunningStrategyPersistence() |
Modifier and Type | Method and Description |
---|---|
Object |
createObject()
Creates a new object from the data contained.
|
void |
extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the
original source object.
|
protected boolean shouldRun
protected Serializable pr
public UnconditionalRunningStrategyPersistence()
public void extractDataFromSource(Object source) throws PersistenceException
Persistence
PersistenceException
public Object createObject() throws PersistenceException, ResourceInstantiationException
Persistence
Copyright © 2024 GATE. All rights reserved.