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 Summary
Constructors Constructor Description ConsumerState(String porteltId, org.gatein.pc.api.PortletStateType<S> stateType, S state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPortletId()SgetState()org.gatein.pc.api.PortletStateType<S>getStateType()DategetTerminationTime()The scheduled termination time.
-