|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateStorage | |
---|---|
com.cosylab.application.state | |
com.cosylab.application.state.impl |
Uses of StateStorage in com.cosylab.application.state |
---|
Methods in com.cosylab.application.state that return StateStorage | |
---|---|
static StateStorage |
StateFactory.createStateStorage()
DOCUMENT ME! |
static StateStorage |
StateFactory.createStateStorage(java.lang.String type)
DOCUMENT ME! |
static StateStorage |
StateFactory.createStateStorage(java.lang.String filePath,
java.lang.String appName)
DOCUMENT ME! |
Uses of StateStorage in com.cosylab.application.state.impl |
---|
Classes in com.cosylab.application.state.impl that implement StateStorage | |
---|---|
class |
CDBStateStorage
This class is an implementation of the StateStorage that uses
the CDB server to store the array of the State objects. |
class |
DefaultStateStorage
This class is an abstract class that can be extended by the StateStorage implementators. |
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. |
Fields in com.cosylab.application.state.impl declared as StateStorage | |
---|---|
protected StateStorage |
DefaultStateStorage.delegate
|
Constructors in com.cosylab.application.state.impl with parameters of type StateStorage | |
---|---|
CDBStateStorage(StateStorage other)
DOCUMENT ME! |
|
DefaultStateStorage(StateStorage other)
Creates a new DefaultStateStorage object. |
|
NewXMLStateStorage(StateStorage ss)
Creates a new XMLStateStorage object. |
|
OldXMLStateStorage(StateStorage ss)
Creates a new XMLStateStorage object. |
|
SerialStateStorage(StateStorage ss)
Creates a new SerialStateStorage object. |
|
TextStateStorage(StateStorage ss)
Creates a new TextStateStorage object. |
|
XMLStateStorage(StateStorage ss)
Creates a new XMLStateStorage object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |