Class ConsumerState<S extends Serializable>

java.lang.Object
org.gatein.pc.portlet.state.consumer.ConsumerState<S>
Direct Known Subclasses:
ConsumerStateContext

public class ConsumerState<S extends Serializable> extends Object
Version:
$Revision: 5776 $
Author:
Julien Viet
  • Constructor Details

    • ConsumerState

      public ConsumerState(String porteltId, org.gatein.pc.api.PortletStateType<S> stateType, S state)
  • Method Details

    • getPortletId

      public String getPortletId()
    • getStateType

      public org.gatein.pc.api.PortletStateType<S> getStateType()
    • getState

      public S getState()
    • getTerminationTime

      public Date getTerminationTime()
      The scheduled termination time.
      Returns:
      the termination time