Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
de.esprit.appsuite.appstore.ndf |
Contains all NDF structured models of the App-Store
|
de.esprit.appsuite.database.compile |
Contains classes for DBObject compilation (for developer use only)
|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.io |
Contains input/output related classes for DBObjects.
|
de.esprit.appsuite.database.xml |
Contains support tools for advanced XML reading/writing
|
de.esprit.appsuite.gui.pathtree.archive |
Contains the path-tree related dialogs
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.io |
Contains various context based IO tools
|
de.esprit.appsuite.io.archive |
Contains base classes for the archive tools
|
de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
de.esprit.appsuite.io.archive.zip |
Contains classes for ZIP archive support
|
de.esprit.appsuite.io.parser |
Contains base classes for parsing text files
|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
de.esprit.appsuite.task.osproc |
Contains tool classes for running OS-processes
|
de.esprit.appsuite.task.vm |
Contains support classes for running a new VM within as a task
|
de.esprit.appsuite.workflow |
Contains classes for building workflows upon async tasks
|
de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow tasks
|
de.esprit.appsuite.xml |
Contains support classes for efficient XML reading and writing
|
de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
de.esprit.netsuite.client.activity.command |
Contains ClientCommand activity monitoring classes
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.client.net |
Contains GUI gui components for network controlling and monitoring
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.client.tool.pathtree.action |
Contains path-tree related standard actions
|
de.esprit.netsuite.client.workflow |
Contains the Workflow support classes
|
de.esprit.netsuite.netdata.agent.internal.transfer |
Contains Agents dealing with file transfers
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.rtask.journal |
Contains the classes implementing journalled remote tasks
|
de.esprit.netsuite.server.auth.group |
Contains classes defining groups for the esprit server
|
de.esprit.netsuite.server.auth.member |
Contains classes for managing user and group assignments
|
de.esprit.netsuite.server.auth.user |
Contains classes defining users for the esprit server
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
de.esprit.netsuite.server.config |
Contains classes that define the servers configuration
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
AppLaunchTask
This task implements phase two of the esprit application launcher.
|
class |
AppLaunchTask.MyNativeProcessTask |
class |
ZipSoftwareExtractor
This class extracts zipped software data directly from an input stream to a given target directory.
|
Modifier and Type | Class and Description |
---|---|
class |
AppLaunchPrefsWriter<C extends ApplicationContext>
This writer stores an
AppLaunchPrefs instance in an according NDF file. |
class |
JavaAppDescriptorWriter<C extends ApplicationContext>
This writer stores an
AppLaunchPrefs instance in an according NDF file. |
class |
TimestampWriter
This class writes the timestamp of the last software installation and stores
the name of all files and directories, that have been created during installation.
|
Modifier and Type | Class and Description |
---|---|
class |
DBOCompiler
This class creates
DBObject source files from the database tables. |
Modifier and Type | Class and Description |
---|---|
class |
CredentialWriter
This class writes the content of a
Credential in NDF format. |
class |
DBLoadTask<C extends ApplicationContext>
This task is used to load records asynchronously from the database.
|
Modifier and Type | Class and Description |
---|---|
class |
DBOHtmlWriter<C extends ApplicationContext>
This writer uses a TagWriter for converting the state of a DBObject to
an HTML table description for output in web pages.
|
class |
DBOWriter<C extends ApplicationContext>
This writer uses a
NdfWriter for writing the state of a
DBObject to an NDF table description format. |
Modifier and Type | Class and Description |
---|---|
class |
DBOXmlReader<C extends ApplicationContext>
This sample parser reads a full database content from an XML file
|
class |
DBOXmlWriter<C extends ApplicationContext>
This writer uses a TagWriter for converting the state of a DBObject to
an XML description in order to interface DBObject data with foreign systems.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveExtractWFT<C extends ApplicationContext>
Depending on the type of the archive input file this workflow task creates either a
ZipExtractor or a TarExtractor in order to extract the archive. |
class |
ArchiveExtractWorkflow<C extends ApplicationContext>
This workflow starts the
ArchiveExtractWFT . |
class |
ArchiveListWFT<C extends ApplicationContext>
|
class |
ArchiveListWorkflow<C extends ApplicationContext>
This workflow starts the
ArchiveListWFT . |
class |
CreateZipArchiveWFT<C extends ApplicationContext>
This task executes a
ZipArchiver on the given directory
and creates an archive file from it's content. |
class |
CreateZipArchiveWorkflow<C extends ApplicationContext>
This workflow starts the
CreateZipArchiveWFT |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingTask<C extends ApplicationContext>
This is an
AsyncTask supposed to be run in a Swing GUIs environment. |
Modifier and Type | Class and Description |
---|---|
class |
DataWriter<C extends ApplicationContext>
This writer may be run asynchronously within an
AsyncTask . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArchiveExtractor<C extends ApplicationContext,E extends ArchiveEntry>
This class extracts the content of an archive into a given target-directory.
|
class |
AbstractArchiver<C extends ApplicationContext>
This class creates a ZIP archive of either files/directories or directly from an
input-stream.
|
class |
ArchiveExtractTask<C extends ApplicationContext> |
class |
ArchiveListTask<C extends ApplicationContext> |
Modifier and Type | Class and Description |
---|---|
class |
TarArchiver<C extends ApplicationContext>
This class creates a TAR archive from either files or directories.
|
class |
TarExtractor<C extends ApplicationContext>
This class extracts the content of a zip archive into a given target-directory.
|
class |
TarGZArchiver<C extends ApplicationContext>
This class creates a compressed TAR archive from either files or directories.
|
class |
TarLister<C extends ApplicationContext>
This class lists the content of a TAR archive onto the console.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipArchiver<C extends ApplicationContext>
This class is supposed to create a ZIP archive from either files/directories or
directly from any input-streams.
|
class |
ZipArchiverTask<C extends ApplicationContext>
This task runs a
ZipArchiver asynchronously |
class |
ZipExtractor<C extends ApplicationContext>
This class extracts the content of a zip archive into a given target-directory.
|
class |
ZipLister<C extends ApplicationContext>
This class lists the content of a ZIP archive onto the console.
|
Modifier and Type | Class and Description |
---|---|
class |
DataParser<C extends ApplicationContext>
This is a generic file parser that allows for fast iteration through a file content looking for
keywords and data.
|
class |
DataParserTask<C extends ApplicationContext>
This task just executes a
DataParser asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsciiParser<C extends ApplicationContext,L extends SimpleAsciiLine>
This is a high performance parser for reading ascii text files.
|
class |
AsciiParser<C extends ApplicationContext>
Runs the
AbstractAsciiParser with a AsciiLine and thus provides support for
break-characters and block-comments. |
class |
AsciiParserTask<C extends ApplicationContext>
This task just executes a
AsciiParser asynchronously. |
class |
AsciiWriter<C extends ApplicationContext>
This writer uses NIO for writing raw ASCII data with best possible performance.
|
class |
SimpleAsciiParser<C extends ApplicationContext>
Runs the
AbstractAsciiParser with a SimpleAsciiLine and thus runs fast but without any support
for break-characters and block-comments. |
Modifier and Type | Class and Description |
---|---|
class |
NdfParser
This parser reads ASCII data stored in the Neutral Data Format (NDF).
|
class |
NdfWriter<C extends ApplicationContext>
This writer supports writing output data in the Neutral Data Format (NDF).
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncExecutable<C extends ApplicationContext>
Any class that implements this interface is able to be executed as a sub-task within an
AsyncTask . |
interface |
AsyncTask<C extends ApplicationContext>
This interface defines an asynchronous task that may run in any
ExecutorService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncExecutable<C extends ApplicationContext>
This is a default implementation of
AsyncExecutable used for subclassing. |
class |
AbstractAsyncTask<C extends ApplicationContext>
This class encapsulates an asynchronously running task that is being executed within
any
ExecutorService . |
class |
AbstractTimerTask<C extends ApplicationContext>
This is a task just running as a timer.
|
class |
ExecutorTask<C extends ApplicationContext>
This is a helper-task that just executes any
AsyncExecutable as a sub-task. |
class |
ProgressWindowExecutorTask<C extends ApplicationContext>
This class ...
|
class |
SwingExecutorTask<C extends ApplicationContext>
This is just an
ExecutorTask with a build in SwingTaskMonitor . |
class |
TaskCollection<C extends ApplicationContext>
This is a (main) task that runs a list of
AsyncExecutable s as sub-tasks in a serie. |
class |
WatchDogTask<C extends ApplicationContext>
This task watches for the timeout of another task.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveConfigDialogWFT<C extends ApplicationContext>
This dialog requests for defining the type of the desired archive
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOsProcessTask<C extends ApplicationContext>
This Task encapsulates a running OS-process on the local system.
|
class |
StdinReaderTask<C extends ApplicationContext>
This task reads the STDIN channel of an OS-process and feeds the input read
back to the process.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaCommandTask<C extends ApplicationContext>
This OS-process task runs a Java program within a separate Virtual Machine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowTask<C extends ApplicationContext>
This interface defines what makes up a workflow task
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkflow<C extends ApplicationContext>
This is the base class for all workflows.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsciiParserWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractDataParserWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractJavaCommandWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractOsProcessWFT<C extends ApplicationContext>
This is the base implementation which allows an OS-process to run as a
WorkflowTask within an AbstractWorkflow . |
class |
AbstractTaskOptionDialogWFT<C extends ApplicationContext>
This task pops up a
AbstractTaskOptionDialogWFT which asks the user to make a decision
between a set of CheckOption choices. |
class |
AbstractTaskOptionWFT<C extends ApplicationContext>
This task requests to make a decision between a set of
CheckOption objects. |
class |
AbstractWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractZipArchiverWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
CheckWorkingDirectoryWFT<C extends ApplicationContext>
This
WorkflowTask ensures the existence of the workflows working directory. |
class |
CleanupWorkingDirectoryWFT<C extends ApplicationContext>
This
WorkflowTask ensures the existence of the workflows working directory. |
class |
FileNameInputWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
class |
InputFileChooserWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
class |
OutputFileChooserWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
Modifier and Type | Class and Description |
---|---|
class |
TagWriter<C extends ApplicationContext>
This class is a writer for tag-oriented output such as XML or HTML.
|
class |
XmlDataParser<C extends ApplicationContext>
This is a template how to do XML parsing
|
class |
XmlTagWriter<C extends ApplicationContext>
This class adds XML specific functionality to the TagWriter class
|
Modifier and Type | Class and Description |
---|---|
class |
StringTagWriter
This
TagWriter creates a String output. |
Modifier and Type | Class and Description |
---|---|
class |
ClientCommandTask<C extends ClientContext>
This class performs the execution of an async ClientCommand
|
Modifier and Type | Class and Description |
---|---|
class |
FileTransferClientTask<C extends ClientContext>
This task steps through the joblist and for each job it opens an
FileUploadConnection
or a FileDownloadConnection depending on the transfer direction. |
Modifier and Type | Class and Description |
---|---|
class |
GuiReconnectorTask
This task performs an automatic reconnection of the client after it went off-line.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageReceiveTask
This task blocks in the readNextMessage() method until it receives a new message.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDownloadWFT<C extends ClientContext,S extends ServerContext>
This task executes a file-transfer for downloading a file from the server.
|
class |
FileDownloadWorkflow<C extends ClientContext>
This workflow starts the
FileDownloadWFT . |
class |
FileUploadWFT<C extends ClientContext,S extends ServerContext>
This task executes a file-transfer for uploading a file to the server.
|
class |
FileUploadWorkflow<C extends ClientContext>
This workflow starts the
FileUploadWFT . |
class |
RemoteArchiveExtractEDT<C extends ClientContext>
This task receives task-events from the
RemoteArchiveExtractTask and logs them locally. |
class |
RemoteArchiveExtractTask
This task performs the remote archive extraction.
|
class |
RemoteArchiveExtractWFT<C extends ClientContext>
This task executes the
RemoteArchiveExtractEDT |
class |
RemoteArchiveExtractWorkflow<C extends ApplicationContext>
This workflow executes the
RemoteArchiveExtractWFT . |
class |
RemoteArchiveListEDT<C extends ClientContext>
This task receives task-events from the
RemoteArchiveListTask and logs them locally. |
class |
RemoteArchiveListTask<S extends ServerContext>
This task performs the remote archive listing.
|
class |
RemoteArchiveListWFT<C extends ClientContext>
This task starts the
RemoteArchiveListEDT |
class |
RemoteArchiveListWorkflow<C extends ClientContext>
This workflow starts the
RemoteArchiveListWFT . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientWFT<C extends ClientContext>
This class ...
|
class |
AbstractClientWorkflow<C extends ClientContext>
This is the base class for all client side workflows
|
class |
AbstractEventDrivenWFT<C extends ClientContext>
This workflow-task is supposed to run a remote task on the server.
|
class |
AbstractFileStreamWFT<C extends ClientContext>
This workflow task runs a
FileStreamDownloadAgent with the FileStreamJob set. |
class |
AbstractStreamParserWFT<C extends ClientContext>
This class ...
|
class |
FileTransferWFT<C extends ClientContext,S extends ServerContext>
This workflow-task runs a
FileTransferTask with the jobs added |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsciiDownloadTask<C extends ClientContext>
This class ...
|
class |
AbstractBinaryDownloadTask<C extends ClientContext>
This class ...
|
class |
AbstractDownloadTask<C extends ClientContext>
This class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteTask<S extends ServerContext>
This interface defines how a remote
AsyncTask is being submitted to a pool. |
interface |
RemoteTaskEventReceiver<C extends ClientContext>
Defines the method by which a remote
AsyncTask will react on received RemoteTaskEvent s |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientEDT<C extends ClientContext>
This is a local event-driven-task (EDT) which has a remote counterpart task running on the sever.
|
class |
AbstractClientTask<C extends ClientContext>
This is a pure adapter class that nails the
ApplicationContext to the ClientContext |
class |
AbstractRemoteOsProcessTask<S extends ServerContext>
This class runs an OS-process within a remote task on the server
|
class |
AbstractRemoteTask<S extends ServerContext>
This is an
AsyncTask which runs on server side and is owned by a user session. |
class |
AbstractServerTask<S extends ServerContext>
This async task is supposed to run in a
ServerContext environment within any
server's thread pool which is yet to be specified. |
class |
CoServerBindTask<S extends ServerContext>
This is a special task that actually consists of two coupled tasks.
|
class |
FileTransferTask<C extends ClientContext,S extends ServerContext>
This task runs a
FileTransferAgent with the jobs added |
class |
RemoteJavaCommandTask<S extends ServerContext>
This OS-process task executes on server side and runs a Java program within a
separate Virtual Machine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JournalTask<S extends ServerContext>
This interface defines what a journal task is able to to.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalOsProcessTask<S extends ServerContext>
This is a OS-process task that runs as a reattachable
JournalTask |
class |
AbstractJournalTask<S extends ServerContext>
This is the base class for all journal remote tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupWriter
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
GroupMemberWriter
This class writes the group member configuration to the member config file.
|
Modifier and Type | Class and Description |
---|---|
class |
UserWriter
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchTask<S extends ServerContext>
This is the base class for time scheduled server batch Processes.
|
class |
AbstractDatabaseBatchTask<S extends ServerContext>
This ServerProcess is supposed to work with DBObjects
|
class |
BatchTaskConfigWriter
This class writes a
BatchTaskConfigEntry to the server config file ServerConfigFile.BATCHTASK |
class |
LogCleanupBatchTask
This batch process performs a log cleanup in regular time frames
|
class |
TestBatchTask
This is server batch process for testing purposes only
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkConfigWriter
This class writes the
ServerNetworkConfig content in NDF format. |
Modifier and Type | Class and Description |
---|---|
class |
CoClientReconnectorTask
This thread performs an automatic reconnection of the client after it went off-line.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentExecutorTask
This task performs the async execution of an agent on the server.
|
class |
AgentWatchDogTask
This task controls the execution of async agent and handles an eventual timeout.
|
class |
AsyncAgentExecutorAdapter<C extends ApplicationContext>
This is just a wrapper task that calls the agent.sendForExecution() method when executing
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConfigWriter
This class writes the server config file
ServerConfigFile.DATASOURCE in NDF format. |
Modifier and Type | Class and Description |
---|---|
class |
RequestServiceTask
This task reads incoming requests, forwards them to the
RequestDispatcher
and writes the response to the clients message channel (Note that both request and
message channel are uni-directional). |
class |
TransferServiceTask
This task reads the incoming transfer jobs from the client and starts the according
services for handling them.
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionConfigWriter
This class writes the server config file
ServerConfigFile.DATASOURCE in NDF format. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.