public class ConsumerState<S extends Serializable> extends Object
| Constructor and Description |
|---|
ConsumerState(String porteltId,
PortletStateType<S> stateType,
S state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPortletId() |
S |
getState() |
PortletStateType<S> |
getStateType() |
Date |
getTerminationTime()
The scheduled termination time.
|
public ConsumerState(String porteltId, PortletStateType<S> stateType, S state)
public String getPortletId()
public PortletStateType<S> getStateType()
public S getState()
public Date getTerminationTime()
Copyright © 2003-2016 GateIn. All Rights Reserved.