Package org.sandev.basics.DataManager

DataManager accepts incoming updates and queries, and responds with the updated or requested information.

See:
          Description

Interface Summary
Converter The Converter interface defines a class which is capable of converting a Persister storage structure.
DataManagerInfo Provides descriptive information about application persistency.
DataManagerNodeCtrlMBean AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Persister The Persister interface defines methods and constants used for storage and retrieval of persistent message information.
StringPersistConverter Defines a converter from an unsupported persistent field type to a String.
UniqueIDManager Persistency processing is where uniqueIDs are initially assigned and managed.
 

Class Summary
DataManagerNode Implementation of the DataManagerNode
DataManagerNodeBase AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeCtrl AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeDecl DataManager accepts incoming updates and queries, and responds with the updated or requested information.
DataManagerNodeInstance AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
InitRetryThread A thread to retry Persister initialization for a specified number of tries at a specified interval.
SandStringPersistConverter AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
THD_DataManagerInfo AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
 

Exception Summary
PersisterException Base class for all Persister related exception conditions.
StringPersistConverterException Used for StringPersistConverter problems.
 

Package org.sandev.basics.DataManager Description

DataManager accepts incoming updates and queries, and responds with the updated or requested information.

DataManagerNode declaration


Subscribe Send
  org.sandev.basics.structs.SandUpdateMessage
Receive Call
org.sandev.basics.structs.SandMessage