| Package | Description |
|---|---|
| org.gatein.pc.portlet.impl.state.consumer | |
| org.gatein.pc.portlet.state.consumer |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConsumerStateContext<S> |
AbstractConsumerPersistenceManagerService.get(String stateId) |
protected ConsumerStateContext<byte[]> |
ConsumerPersistenceManagerService.get(String stateId) |
ConsumerStateContext<S> |
AbstractConsumerPersistenceManagerService.loadState(String stateId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConsumerPersistenceManagerService.put(String stateId,
ConsumerStateContext<byte[]> state) |
protected abstract void |
AbstractConsumerPersistenceManagerService.put(String stateId,
ConsumerStateContext<S> state) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerStateContext<S> |
ConsumerPersistenceManager.loadState(String stateId)
Load the state.
|
Copyright © 2003-2016 GateIn. All Rights Reserved.