Package | Description |
---|---|
de.esprit.appsuite |
Contains basic classes used in every application
|
de.esprit.appsuite.database.xml |
Contains support tools for advanced XML reading/writing
|
de.esprit.appsuite.nio.binary |
Contains classes for binary file read/write support.
|
de.esprit.appsuite.project |
Contains internal classes describing the project
|
de.esprit.appsuite.xml |
Contains support classes for efficient XML reading and writing
|
de.esprit.common |
Contains utiltiy classes of common use that are project independent.
|
de.esprit.common.concurrent |
Contains classes supporting async operations executing in Thread pools
|
de.esprit.netsuite |
Contains all classes that make up the EspritNetSuite software.
|
de.esprit.netsuite.client.netch.io |
Contains the IO specific implementations for the network connections
|
Modifier and Type | Class and Description |
---|---|
class |
AppSuiteResource
This class checks the completeness of file resources in this project
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBOCollector<C extends ApplicationContext>
Collects data from XML database descriptions
|
class |
DBODatabaseCollector
Collects all database objects, such as
XmlDatabase , XmlTable as well
as all contained DBRecords. |
class |
DBORecordCollector
Collects as all contained DBRecords in a recordList.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryDataReader
This class...
|
class |
BinaryDataWrapperStore<C extends BinaryChannel,S extends BinaryDataStructure>
This class...
|
class |
BinaryDataWriter
This writer is used to write binary data structures into a file.
|
class |
Boolean32BufferWrapper
This class uses an
IntBufferWrapper for modeling a boolean value
which is being stored as an integer. |
class |
ByteBufferWrapper
This is a named buffer for reading a primitive binary structure.
|
class |
CharBufferWrapper
This wrapper is a
ByteBufferWrapper that uses 2 bytes for a character representation. |
class |
DoubleBufferWrapper
This buffer wrapper reads one or more double values.
|
class |
FloatBufferWrapper
This buffer wrapper reads one or more float values.
|
class |
IntBufferWrapper
This buffer wrapper reads one or more int values.
|
class |
LongBufferWrapper
This buffer wrapper reads one or more long values.
|
class |
NumberBufferWrapper
This is the super class for all number based buffer wrappers.
|
class |
ShortBufferWrapper
This buffer wrapper reads one or more short values.
|
class |
String32BufferWrapper
This buffer reads Strings whereas a single char consists of 4 bytes!
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectResource
This class collects all defined resource files of this project.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlDataCollector<C extends ApplicationContext>
This is the base class for collecting data as result from XML parsing
|
Modifier and Type | Class and Description |
---|---|
class |
CheckLicense
This class checks the license path for available licenses and prints them on the console.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingQueue<T>
This class uses a
LinkedBlockingDeque with an internal attached processing daemon thread. |
Modifier and Type | Class and Description |
---|---|
class |
NetSuiteResource
This class checks the completeness of file resources in this project
|
Modifier and Type | Class and Description |
---|---|
class |
IOClientMessageConnection
This is the Socket-IO specific implementation of the
ClientMessageConnection . |
class |
IOClientRequestConnection
This is the Socket-IO specific implementation of the
ClientRequestConnection |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.