Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.server |
These classes make up the EsprIT server
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
Modifier and Type | Class and Description |
---|---|
class |
AppStarterContext
This context is used by the
EspritAppStarter . |
Modifier and Type | Method and Description |
---|---|
static LogSupport |
DBObject.getErrorLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
DBObject.setErrorLogger(LogSupport logger)
Set a custom
LogSupport which reports DBObject activity. |
Modifier and Type | Class and Description |
---|---|
class |
TableEditContext
Context for the
TableEditLaunch |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContext
This is the application context which provides access to all application globals
such as
LogChannel , Version , ErrorHandler etc... |
Modifier and Type | Class and Description |
---|---|
class |
DebugTaskListener
This class is just for testing task notifications
|
Modifier and Type | Class and Description |
---|---|
class |
LogChannel
A
LogChannel represents a named channel where you can print out log messages
(errors, infos, warnings, etc). |
class |
LogSupportAdapter
This class provides basic log support
|
Modifier and Type | Class and Description |
---|---|
class |
ClientContext
This class is the main access point for the runtime environment of the client.
|
class |
GuiClientContext
This is a
ClientContext for Swing GUI applications that have a ClientMainFrame . |
class |
RawClientContext
This is a raw
ClientContext for applications without GUI. |
Modifier and Type | Class and Description |
---|---|
class |
ServerContext
This instance is the main access point for the runtime environment of the server.
|
Modifier and Type | Class and Description |
---|---|
class |
CoClientContext
This class encapsulates a connection to a co-server.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.