|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultStateStorage | |
---|---|
com.cosylab.application.state.impl |
Uses of DefaultStateStorage in com.cosylab.application.state.impl |
---|
Subclasses of DefaultStateStorage in com.cosylab.application.state.impl | |
---|---|
class |
CDBStateStorage
This class is an implementation of the StateStorage that uses
the CDB server to store the array of the State objects. |
class |
NewXMLStateStorage
|
class |
OldXMLStateStorage
This class is an implementation of the StateStorage that uses a
XML file to store the array of the State objects. |
class |
SerialStateStorage
This class implements the state storage and saves states into a binary file using simple JAVA serialization. |
class |
TextStateStorage
This class is an implementation of the StateStorage that uses
simple text file to store the array of the State objects. |
class |
XMLStateStorage
This class is an implementation of the StateStorage that uses a
XML file to store the array of the State objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |