org.jboss.portal.core.impl.portlet.state
Class StateManagementPolicyImpl

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

public class StateManagementPolicyImpl
extends java.lang.Object
implements org.jboss.portal.portlet.state.StateManagementPolicy

An implementation that rely on thread local context to make up its decision. State is locally persisted only for the local portal or for wsrp invocations in the context of a registration.

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
StateManagementPolicyImpl()
           
 
Method Summary
 boolean persistLocally()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateManagementPolicyImpl

public StateManagementPolicyImpl()
Method Detail

persistLocally

public boolean persistLocally()
Specified by:
persistLocally in interface org.jboss.portal.portlet.state.StateManagementPolicy