Class ConsumerState<S extends Serializable>

    • Constructor Detail

      • ConsumerState

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

      • 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