Interface | Description |
---|---|
ElemChecker |
XML element validation checker.
|
InfoReader |
Information reader class for reading device information such as device
capabilities, database info etc.
|
Class | Description |
---|---|
AppInfo |
This class will parse and hold application specific information collected
from the client device.
|
DatabaseInfo |
This class will parse and hold database information of the client
device.
|
DeviceInfo |
This class will parse and hold device information for each client
device.
|
DiskInfo |
Holds information about the client device' disk in the following format.
|
DSN |
Holds information about the client DSN.
|
FileInfo |
This class will parse and hold file information collected
from the client device.
|
INI |
This class will parse and hold device profile (INI format)
|
INISection |
Holds ONE INI section and its name/value pairs.
|
JavaInfo |
Holds information about the Java support on the client device.
|
MemoryInfo |
Holds information about the client device' memory.
|
NameValue |
Holds ONE Name/Value pair.
|
OSInfo |
Holds information about the client device Operating System.
|
ProcessorInfo |
Holds information about the client device' processor.
|
SoftwareInfo |
This class will parse and hold client software information collected
from the client device.
|
StorageInfo |
Holds information about the client device' storage.
|
SyncLog |
This class will parse and hold Synchronization log of the client device.
|
XMLElem |
An instance of this class acts as a container for a XML Element.
|
XMLInfo |
Instance of
XMLInfo will parse and store information
stored in a XML string. |