Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
de.esprit.appsuite.gui |
Contains GUI classes that maintain an ApplicationContext.
|
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.jversion |
Contains classes java version detection and launching various java VMs.
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.nio.binary |
Contains classes for binary file read/write support.
|
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.monitor |
Contains support classes for monitoring async tasks
|
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.xml |
Contains support classes for efficient XML reading and writing
|
de.esprit.common.concurrent |
Contains classes supporting async operations executing in Thread pools
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.gui.util |
Contains non visible GUI support classes like renderers etc.
|
de.esprit.common.lic |
Contains classes for dealing with licenses.
|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
de.esprit.common.log.gui |
Contains a set of available LogPrinters
|
de.esprit.common.log.logpr |
Contains LogChannel related GUI components
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.appstore |
Contains additional classes to drive an AppStore via an esprit server.
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.client.netch.io |
Contains the IO specific implementations for the network connections
|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
de.esprit.netsuite.netdata.command |
Contains a collection of standard ClientCommands
|
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 |
These classes make up the EsprIT server
|
de.esprit.netsuite.server.config |
Contains classes that define the servers configuration
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
Modifier and Type | Method and Description |
---|---|
void |
AppCacheManager.setLogChannel(LogChannel logCh) |
AppLaunchTask |
AppCacheManager.startApp(AppDescriptor appDescr,
java.io.File appWorkingDir,
LogChannel logCh)
Returns a launch-task which is not yet submitted!
|
AppLaunchTask |
AppCacheManager.startApp(java.lang.String appName,
java.lang.String versionName,
java.io.File appWorkingDir,
LogChannel logCh) |
Constructor and Description |
---|
AppCacheFileUpdater(ApplicationContext ctx,
LogChannel logCh,
java.io.File appCacheRoot,
java.io.File appStoreDir) |
AppCacheManager(ApplicationContext ctx,
LogChannel logCh,
java.io.File appCacheRoot,
java.net.URL appStoreUrl) |
AppCacheUpdater(ApplicationContext ctx,
LogChannel logCh,
java.io.File appCacheRoot) |
AppCacheUrlUpdater(ApplicationContext ctx,
LogChannel logCh,
java.io.File appCacheRoot,
java.net.URL appStoreUrl) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
ToolFrame.getLogChannel() |
LogChannel |
ToolDialog.getLogChannel() |
LogChannel |
ApplicationPanel.getLogChannel() |
LogChannel |
ApplicationMainFrame.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ToolFrame.setLogChannel(LogChannel logCh) |
void |
ToolDialog.setLogChannel(LogChannel logCh) |
void |
ApplicationPanel.setLogChannel(LogChannel logCh) |
void |
ApplicationMainFrame.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
AbstractSwingTask(C ctx,
LogChannel logCh) |
AbstractSwingTask(C ctx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
SwingTaskMonitor(C ctx,
LogChannel logCh) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
CleanupRandomAccessFile.getLogChannel() |
LogChannel |
CleanupFileOutputStream.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
CleanupRandomAccessFile.setLogChannel(LogChannel logCh) |
void |
CleanupFileOutputStream.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
DataWriter(C ctx,
LogChannel logCh,
java.io.File outFile) |
DataWriter(C ctx,
LogChannel logCh,
java.io.File outFile,
java.lang.String taskName) |
DataWriter(C ctx,
LogChannel logCh,
java.io.OutputStream outStream) |
DataWriter(C ctx,
LogChannel logCh,
java.io.OutputStream outStream,
java.lang.String taskName) |
Constructor and Description |
---|
AbstractArchiveExtractor(C ctx,
LogChannel logCh,
java.lang.String taskName) |
AbstractArchiver(C ctx,
LogChannel logCh,
java.io.File archiveFile,
ArchiveInputList inputList) |
ArchiveExtractTask(C ctx,
LogChannel logCh,
java.io.File targetDir,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
ArchiveListTask(C ctx,
LogChannel logCh,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
Constructor and Description |
---|
TarArchiver(C ctx,
LogChannel logCh,
java.io.File tarOutFile,
ArchiveInputList inputList) |
TarExtractor(C ctx,
LogChannel logCh,
java.io.File targetDir) |
TarExtractor(C ctx,
LogChannel logCh,
java.io.File targetDir,
java.io.File archiveFile) |
TarExtractor(C ctx,
LogChannel logCh,
java.io.File targetDir,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
TarGZArchiver(C ctx,
LogChannel logCh,
java.io.File tarOutFile,
ArchiveInputList inputList) |
TarLister(C ctx,
LogChannel logCh,
java.io.File archiveFile) |
TarLister(C ctx,
LogChannel logCh,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
Constructor and Description |
---|
ZipArchiver(C ctx,
LogChannel logCh,
java.io.File zipOutFile,
ArchiveInputList inputList) |
ZipArchiverTask(C ctx,
LogChannel logCh) |
ZipArchiverTask(C ctx,
LogChannel logCh,
java.lang.String name) |
ZipArchiverTask(C ctx,
LogChannel logCh,
java.lang.String taskName,
ZipArchiver archiver) |
ZipArchiverTask(C ctx,
LogChannel logCh,
ZipArchiver archiver) |
ZipExtractor(C ctx,
LogChannel logCh,
java.io.File targetDir) |
ZipExtractor(C ctx,
LogChannel logCh,
java.io.File targetDir,
java.io.File archiveFile) |
ZipExtractor(C ctx,
LogChannel logCh,
java.io.File targetDir,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
ZipLister(C ctx,
LogChannel logCh,
java.io.File archiveFile) |
ZipLister(C ctx,
LogChannel logCh,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
Constructor and Description |
---|
DataParser(C ctx,
LogChannel logCh,
java.io.File file) |
DataParser(C ctx,
LogChannel logCh,
FileInfo fileInfo) |
DataParser(C ctx,
LogChannel logCh,
FileInfo fileInfo,
int buffSize) |
DataParser(C ctx,
LogChannel logCh,
java.io.File file,
int buffSize) |
DataParser(C ctx,
LogChannel logCh,
java.io.InputStream inStream,
FileInfo fileInfo) |
DataParser(C ctx,
LogChannel logCh,
ProgressReader reader) |
DataParser(C ctx,
LogChannel logCh,
ResourceInfo resourceInfo) |
DataParser(C ctx,
LogChannel logCh,
ResourceInfo resourceInfo,
int buffSize) |
DataParserTask(C ctx,
LogChannel logCh,
DataParser parser) |
DataParserTask(C ctx,
LogChannel logCh,
java.lang.String name,
DataParser parser) |
Constructor and Description |
---|
AbstractJavaVersionScanner(C ctx,
LogChannel logCh,
java.util.List<JavaVersion> versionList) |
JavaVersionScannerLinux(C ctx,
LogChannel logCh,
java.util.List<JavaVersion> versionList) |
JavaVersionScannerSolaris(C ctx,
LogChannel logCh,
java.util.List<JavaVersion> versionList) |
JavaVersionScannerWindows(C ctx,
LogChannel logCh,
java.util.List<JavaVersion> versionList) |
Modifier and Type | Method and Description |
---|---|
protected LogChannel |
AbstractErrorHandler.getLogChannel() |
LogChannel |
AbstractApplicationObject.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractApplicationObject.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
AbstractApplicationObject(C ctx,
LogChannel logCh) |
AbstractInitializableObject(C ctx,
LogChannel logCh) |
AsyncInitializableObject(C ctx,
LogChannel logCh) |
Constructor and Description |
---|
AsciiParserTask(C ctx,
LogChannel logCh,
AbstractAsciiParser parser) |
AsciiParserTask(C ctx,
LogChannel logCh,
java.lang.String name,
AbstractAsciiParser parser) |
Constructor and Description |
---|
BinaryDataReader(LogChannel logCh,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
NdfHandler.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
NdfWriter.setLogChannel(LogChannel logCh) |
void |
NdfHandler.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
AbstractAsyncExecutable(C ctx,
LogChannel logCh) |
AbstractAsyncExecutable(C ctx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
AbstractAsyncTask(C ctx,
LogChannel logCh) |
AbstractAsyncTask(C ctx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
AbstractAsyncTask(C ctx,
LogChannel logCh,
TaskType taskType) |
DebugTaskMonitor(C ctx,
LogChannel logCh,
java.lang.String logPrefix) |
DefaultTaskMonitor(C ctx,
LogChannel logCh) |
ExecutorTask(C ctx,
LogChannel logCh,
AsyncExecutable subTask) |
ProgressWindowExecutorTask(C ctx,
LogChannel logCh,
AsyncExecutable subTask) |
SwingExecutorTask(C ctx,
LogChannel logCh,
AsyncExecutable subTask) |
Constructor and Description |
---|
AbstractTaskMonitor(C ctx,
LogChannel logCh) |
TaskMonitorList(ApplicationContext ctx,
LogChannel logCh) |
Constructor and Description |
---|
AbstractOsProcessTask(C ctx,
LogChannel logCh,
java.lang.String taskName) |
AbstractOsProcessTask(C ctx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
Constructor and Description |
---|
JavaCommandTask(C ctx,
LogChannel logCh,
JavaCommand cmd) |
JavaCommandTask(C ctx,
LogChannel logCh,
java.lang.String name,
JavaCommand cmd) |
Modifier and Type | Method and Description |
---|---|
protected LogChannel |
AbstractWorkflow.createLogChannel() |
Modifier and Type | Method and Description |
---|---|
LogChannel |
XmlTagHandler.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
XmlTagHandler.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
XmlDataCollector(LogChannel logCh) |
XmlDataCollector(LogChannel logCh,
boolean isStopOnError) |
XmlDataParser(C ctx,
LogChannel logCh,
java.io.File file,
XmlTagHandler handler,
boolean isValidating) |
XmlDataParser(C ctx,
LogChannel logCh,
java.io.InputStream inStream,
XmlTagHandler handler,
boolean isValidating) |
Constructor and Description |
---|
ProcessingQueue(LogChannel logCh,
java.lang.String queueName) |
ProcessingQueue(LogChannel logCh,
java.lang.String queueName,
QueueHandler queueHandler) |
ProcessingQueue(LogChannel logCh,
java.lang.String queueName,
QueueHandler queueHandler,
int capacity) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
ZAction.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ZAction.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
EnvStore(LogChannel logCh)
Creates an env-file in the current dir named as the application name of the context.
|
EnvStore(LogChannel logCh,
java.io.File workingDir,
java.lang.String fileName)
Creates an env-file in the given dir using the given fileName.
|
EnvStore(LogChannel logCh,
java.lang.String fileName)
Creates an env-file in the current dir using the given fileName.
|
Modifier and Type | Method and Description |
---|---|
void |
License.checkLicenseValidity(LogChannel logCh) |
Modifier and Type | Method and Description |
---|---|
static LogChannel |
LogChannel.getDefault() |
LogChannel |
SimpleLogSupportAdapter.getLogChannel() |
LogChannel |
SimpleLogSupport.getLogChannel() |
LogChannel |
LogSupportAdapter.getLogChannel() |
LogChannel |
AbstractLogPrinter.getLogChannel() |
static LogChannel |
LogChannel.getLogChannel(java.lang.String channelName)
Returns a named LogChannel.
|
static LogChannel |
LogChannel.newLogChannel(java.lang.String channelName)
Same as
getLogChannel(String) but ensures that the
LogChannel did not yet exist. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<LogChannel> |
LogChannel.getLogChannels() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleLogSupportAdapter.setLogChannel(LogChannel logCh) |
void |
SimpleLogSupport.setLogChannel(LogChannel logCh) |
void |
LogSupportAdapter.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
AbstractLogPrinter(LogChannel logCh) |
LogLevelEvent(LogChannel logCh,
LogLevel logLevel) |
LogSupportAdapter(LogChannel logCh) |
SimpleLogSupportAdapter(LogChannel logCh) |
SimpleLogSupportAdapter(LogChannel logCh,
java.lang.Object caller)
Used for direct instantiation
|
Modifier and Type | Method and Description |
---|---|
LogChannel |
LogConsole.getLogChannel() |
Constructor and Description |
---|
LogConsole(LogChannel logCh,
int rows,
int cols) |
LogConsole(LogChannel logCh,
int rows,
int cols,
int stackSize) |
LogFrame(LogChannel logCh,
LogPrinter logPr,
java.lang.String title) |
LogLevelChoiceField(LogChannel logCh)
Controls the log-level on a
LogChannel . |
LogLevelChoiceField(LogChannel logCh,
java.lang.String envBaseKey)
Controls the log-level on a
LogChannel . |
LogMessagePanel(LogChannel logCh,
int rows,
int columns) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
LogPrinter.getLogChannel()
Returns the underlying
LogChannel from where the messages are received. |
Constructor and Description |
---|
LogPrinterConsole(LogChannel channel) |
LogPrinterFile(LogChannel channel,
java.io.File logDir)
Opens a new LogPrinterFile which receives messages from the given LogChannel and logs them
into a logfile which is created under the given log-directory.
|
LogPrinterFile(LogChannel channel,
java.io.File logDir,
java.io.File lastLogFile) |
LogPrinterFrame(LogChannel channel,
java.lang.String title)
Opens a GUI LogFrame over the given channel with the given frame-title.
|
Modifier and Type | Method and Description |
---|---|
static void |
DebugUtil.printLogMessagesForAllLogLevels(java.lang.Class caller,
LogChannel logCh) |
Constructor and Description |
---|
AppCacheTransferUpdater(ClientContext ctx,
LogChannel logCh,
java.io.File appCacheRoot,
java.lang.String appStorePath) |
Constructor and Description |
---|
AbstractClientObject(C clientCtx,
LogChannel logCh) |
Modifier and Type | Method and Description |
---|---|
protected abstract ClientMessageConnection |
ClientNetworkAdapter.createMessageConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper) |
protected abstract ClientRequestConnection |
ClientNetworkAdapter.createRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
Modifier and Type | Method and Description |
---|---|
protected ClientMessageConnection |
IOClientNetworkAdapter.createMessageConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper) |
protected ClientRequestConnection |
IOClientNetworkAdapter.createRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
Constructor and Description |
---|
IOClientMessageConnection(LogChannel logCh,
ServerHost host,
StreamWrapper streamWrapper) |
IOClientRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
AbstractCrossPlatformObject.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCrossPlatformObject.setLogChannel(LogChannel logCh) |
Modifier and Type | Method and Description |
---|---|
LogChannel |
ClientCommand.getLogChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ClientCommand.setLogChannel(LogChannel logCh) |
Constructor and Description |
---|
AbstractClientEDT(C ctx,
LogChannel logCh) |
AbstractClientEDT(C ctx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
AbstractClientTask(C ctx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
AbstractRemoteOsProcessTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractRemoteTask(S serverCtx,
LogChannel logCh,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractRemoteTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractServerTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
TaskType taskType) |
RemoteJavaCommandTask(S serverCtx,
LogChannel logCh,
JavaCommand cmd,
SessionId sessionId) |
RemoteJavaCommandTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
JavaCommand cmd,
SessionId sessionId) |
RemoteTaskMonitor(S serverCtx,
LogChannel logCh) |
Constructor and Description |
---|
AbstractJournalOsProcessTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractJournalTask(S serverCtx,
LogChannel logCh,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractJournalTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
Constructor and Description |
---|
AbstractServerObject(S serverCtx,
LogChannel logCh) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerStartup.checkConfigKeyValues(LogChannel logChannel,
NdfProperties props)
This method is called after having read the configuration file.
|
Modifier and Type | Method and Description |
---|---|
LogChannel |
LogChannelManager.getChildLogChannel(java.lang.String chName)
Returns the LogChannel with the given name.
|
LogChannel |
LogChannelManager.getLogChannel(java.lang.String chName) |
LogChannel |
LogChannelManager.getLogChannelFor(SessionId sessId)
|
LogChannel |
LogChannelManager.getMainLogChannel()
Returns the default LogChannel of the server.
|
Constructor and Description |
---|
AgentTaskMonitor(S serverCtx,
LogChannel logCh) |
AsyncAgentExecutorAdapter(C serverCtx,
LogChannel logCh,
AsyncAgent agent) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.