Class ConsumerPersistenceManagerService
java.lang.Object
org.gatein.pc.portlet.impl.state.consumer.AbstractConsumerPersistenceManagerService<byte[]>
org.gatein.pc.portlet.impl.state.consumer.ConsumerPersistenceManagerService
- All Implemented Interfaces:
ConsumerPersistenceManager<byte[]>
public class ConsumerPersistenceManagerService
extends AbstractConsumerPersistenceManagerService<byte[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConsumerStateContext<byte[]> org.gatein.pc.api.PortletStateType<byte[]> Returns the consumer state type.protected voidput(String stateId, ConsumerStateContext<byte[]> state) protected voidprotected intsize()Methods inherited from class org.gatein.pc.portlet.impl.state.consumer.AbstractConsumerPersistenceManagerService
createState, destroyState, getSize, loadState, updateState
-
Constructor Details
-
ConsumerPersistenceManagerService
public ConsumerPersistenceManagerService()
-
-
Method Details
-
getStateType
public org.gatein.pc.api.PortletStateType<byte[]> getStateType()Description copied from interface:ConsumerPersistenceManagerReturns the consumer state type.- Returns:
- the consume state type
-
get
- Specified by:
getin classAbstractConsumerPersistenceManagerService<byte[]>
-
put
- Specified by:
putin classAbstractConsumerPersistenceManagerService<byte[]>
-
remove
- Specified by:
removein classAbstractConsumerPersistenceManagerService<byte[]>
-
size
protected int size()- Specified by:
sizein classAbstractConsumerPersistenceManagerService<byte[]>
-