| uk.org.ponder.rsf.preservation.AutonomousStatePreservationStrategy
All known Subclasses: uk.org.ponder.rsf.state.scope.ScopedBeanCoordinator,
AutonomousStatePreservationStrategy | public interface AutonomousStatePreservationStrategy (Code) | | A state preservation strategy that requires no token to be specified.
It automatically locates its own storage, for example either because it is
specified through an external dependency (e.g. bean scope) or because it
is stored in the client.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public void | preserve(BeanLocator source) | public StringList | restore(WriteableBeanLocator target) Restores any beans preserved by this strategy into the target
container.
A list of lock names that will need to be acquired by anyrequest proceeding to access the model, resulting from possible sharingof the target of the storage. |
restore | public StringList restore(WriteableBeanLocator target)(Code) | | Restores any beans preserved by this strategy into the target
container.
A list of lock names that will need to be acquired by anyrequest proceeding to access the model, resulting from possible sharingof the target of the storage. null where no locks are required. |
|
|