org.jboss.portal.portlet.impl.state
Class StateManagementPolicyService

java.lang.Object
  extended by org.jboss.portal.portlet.impl.state.StateManagementPolicyService
All Implemented Interfaces:
StateManagementPolicy

public class StateManagementPolicyService
extends java.lang.Object
implements StateManagementPolicy

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
StateManagementPolicyService()
           
 
Method Summary
 boolean getPersistLocally()
           
 boolean persistLocally()
          Returns true if the state must be persisted locally.
 void setPersistLocally(boolean persistLocally)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateManagementPolicyService

public StateManagementPolicyService()
Method Detail

getPersistLocally

public boolean getPersistLocally()

setPersistLocally

public void setPersistLocally(boolean persistLocally)

persistLocally

public boolean persistLocally()
Description copied from interface: StateManagementPolicy
Returns true if the state must be persisted locally.

Specified by:
persistLocally in interface StateManagementPolicy
Returns:
true if state must be persisted locally