Package org.gatein.pc.portlet.impl.state
Class StateManagementPolicyService
- java.lang.Object
-
- org.gatein.pc.portlet.impl.state.StateManagementPolicyService
-
- All Implemented Interfaces:
StateManagementPolicy
public class StateManagementPolicyService extends Object implements StateManagementPolicy
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description StateManagementPolicyService()StateManagementPolicyService(boolean persistLocally)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetPersistLocally()booleanpersistLocally()Returns true if the state must be persisted locally.voidsetPersistLocally(boolean persistLocally)
-
-
-
Method Detail
-
getPersistLocally
public boolean getPersistLocally()
-
setPersistLocally
public void setPersistLocally(boolean persistLocally)
-
persistLocally
public boolean persistLocally()
Description copied from interface:StateManagementPolicyReturns true if the state must be persisted locally.- Specified by:
persistLocallyin interfaceStateManagementPolicy- Returns:
- true if state must be persisted locally
-
-