public class MapcacheBase extends java.lang.Object implements MapcacheEntity
| Constructor and Description |
|---|
MapcacheBase() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
createElement() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
public org.w3c.dom.Element createElement()
createElement in interface MapcacheEntitypublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceException