Package | Description |
---|---|
de.esprit.appsuite |
Contains basic classes used in every application
|
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.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.dbase.clp |
Contains database relevant command line options
|
de.esprit.appsuite.database.dbase.cred |
Contains sample database credentials that may serve as templates.
|
de.esprit.appsuite.database.dbase.event |
Contains events fired by classes of the db-package.
|
de.esprit.appsuite.database.dbase.meta |
Contains classes that represent database meta data.
|
de.esprit.appsuite.database.dbase.rdbms |
Contains classes that encapsulate RDBMS specific things.
|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.database.dbgui.field.calendar |
Contains all classes that make up the calendar dialogs.
|
de.esprit.appsuite.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
de.esprit.appsuite.database.dbo |
Contains a set of standard DBObjects for testing purposes.
|
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.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.watcher |
Contains classes for watching the file system.
|
de.esprit.appsuite.nls |
Contains classes related to language specific translations.
|
de.esprit.appsuite.project |
Contains internal classes describing the project
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.task.taskmgr |
Contains classes for managing asynchronous tasks.
|
de.esprit.appsuite.task.vm |
Contains support classes for running a new VM within as a task
|
de.esprit.appsuite.xml |
Contains support classes for efficient XML reading and writing
|
de.esprit.common.gui.action |
Contains reuseable base classes for common GUI actions.
|
de.esprit.common.gui.event |
Contains events that may be useful in any application.
|
de.esprit.common.gui.table |
Contains GUI support classes for tables of objects.
|
de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
de.esprit.common.io.csv |
Contains classes for dealing with the CSV format
|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite |
Contains all classes that make up the EspritNetSuite software.
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.abo.std |
Contains standard client ABOs
|
de.esprit.netsuite.client.gui.rtask |
Contains GUI components dealing with remote tasks
|
de.esprit.netsuite.client.gui.web |
Contains classes that make up the client's web browser
|
de.esprit.netsuite.client.info |
Contains classes for requesting detailed client info
|
de.esprit.netsuite.client.net.event |
Contains events fired by the clients network components
|
de.esprit.netsuite.client.tool.pathtree.agent |
Contains agents for remote file-tree support
|
de.esprit.netsuite.client.tool.permission.agent |
Contains agents for permission management support
|
de.esprit.netsuite.demo |
Contains a demo GUI for starting server and clients
|
de.esprit.netsuite.io |
Contains classes for server side IO support
|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
de.esprit.netsuite.netdata.agent.common |
Contains network agents for common use
|
de.esprit.netsuite.netdata.agent.coserver |
Contains co-server related Agents
|
de.esprit.netsuite.netdata.agent.database |
Contains database related network agents for reading/writing records from/to the database
|
de.esprit.netsuite.netdata.agent.internal |
Contains network agents for internal useage only
|
de.esprit.netsuite.netdata.agent.internal.abo |
Contains Agents for managing Alive Business Objects (ABOs)
|
de.esprit.netsuite.netdata.agent.internal.config |
Contains Agents dealing with server configuration parameters
|
de.esprit.netsuite.netdata.agent.internal.session |
Contains network agents used for user and group management.
|
de.esprit.netsuite.netdata.agent.internal.srvlock |
Contains Agents dealing with ResourceLocks
|
de.esprit.netsuite.netdata.agent.internal.srvlog |
Contains Agents dealing with server log file management
|
de.esprit.netsuite.netdata.agent.internal.srvproc |
Contains Agents dealing with server processes
|
de.esprit.netsuite.netdata.agent.internal.transfer |
Contains Agents dealing with file transfers
|
de.esprit.netsuite.netdata.agent.internal.transfer.demo |
Contains examples for file transfers
|
de.esprit.netsuite.netdata.agent.test |
Contains network agents for testing purposes only
|
de.esprit.netsuite.netdata.command |
Contains a collection of standard ClientCommands
|
de.esprit.netsuite.netdata.command.demo |
Contains examples for client commands
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.netdata.transfer |
Contains base classes for 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.abo |
Contains server classes for working with Alive Business Objects (ABOs)
|
de.esprit.netsuite.server.abo.loadmeter |
Contains ABOs that measure the server load
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
de.esprit.netsuite.server.auth.dbuser |
Contains a sample User and Group implemantation for database stroage
|
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.core |
Contains basic server core classes
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.hist |
Contains classes implementing the servers task history
|
de.esprit.netsuite.server.lock |
Contains classes for managing temporary edit locks on server resources
|
de.esprit.netsuite.server.pathtree |
Contains classes for remote file-tree access
|
de.esprit.netsuite.server.pathtree.permission |
Contains remote file-tree permission related classes
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
AppSuiteVersion
Version of the EspritAppSuite product.
|
Modifier and Type | Class and Description |
---|---|
class |
AppStarterConfig
This class just encapsulates the available command-line-options.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandLineOptionDescription
This class describes a command-line-option for being displayed in a GUI.
|
class |
NativePathEntry
This class describes a native library path element
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBOCredential
This class extends the
Credential object such that it
contains the parameters to drive the DBOCompiler . |
class |
ComposedRecord
This is the superclass for all composed records that are build up with DBObjects.
|
class |
Credential
This class encapsulates the parameters that are necessary to connect
to a database via JDBC.
|
class |
DBObject
This is the abstract base class for modeling records of a database table as
Java Objects.
|
class |
DBOTypeMapCredential
This class extends a credential such that it also contains the OR-type-mapping
|
class |
DBRecordContainer<R extends DBRecord>
This class encapsulates an inner instance of DBRecord
|
class |
DBRecordWrapper<R extends DBRecord>
This class is used typically for wrapping a
DBObject instance which implements the DBRecord interface and
thus can be handled by DBRecordTable , DBRecordList and other DBRecord capable classes. |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConfig
This class keeps database specific command line input
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialDB2
This is a sample credential for a DB2 Database system
|
class |
CredentialDB2J
This is a sample credential for a DB2 Database system
|
class |
CredentialDerby
This is a sample credential for a Derby database system.
|
class |
CredentialDerbyEmb
This is a sample credential for running a Derby database system in embedded mode.
|
class |
CredentialDerbyNet
This is a sample credential for connecting to a Derby database network server.
|
class |
CredentialInformix
This is a sample credential for an Informix IDS2000 database system.
|
class |
CredentialMySQL
This is a sample credential for a MySQL database system.
|
class |
CredentialOracle
This is a sample credential for an Oracle database system.
|
class |
CredentialOracle9
This is a sample credential for an Oracle database system.
|
class |
CredentialPointBase
This is a sample credential for a PointBase database system.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordChangeEvent
This event is supposed to notify clients about record changes in the database in order to keep
the local client cache up to date.
|
class |
SqlEvent
This event is supposed to notify clients about executed SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
DBColumnKey
This class encapsulates the most important database meta data for DBObject columns.
|
class |
DBInfo
This class reads lots of database meta data in order to be displayed
in an info-dialog
|
class |
JdbcColumn
This class models the column information read from the database metadata
|
class |
JdbcTable
This class models the table information read from the database metadata
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsInfo
This class is a cache for the most frequently used database meta data
|
Modifier and Type | Class and Description |
---|---|
class |
SpinEvent
This event is fired by a
SpinnerField when it's value changes |
Modifier and Type | Class and Description |
---|---|
class |
TimeInputEvent
This event is fired by each of the time input components
|
Modifier and Type | Class and Description |
---|---|
class |
TableEditCFG
This is the configuration class for the
TableEditLaunch |
Modifier and Type | Class and Description |
---|---|
class |
DBO_esprit_group
DBObject for table esprit_group in database espritdb.
|
class |
DBO_esprit_user
DBObject for table esprit_user in database espritdb.
|
class |
DBO_esprit_userlist_view
DBObject for table esprit_userlist_view in database espritdb.
|
class |
DBO_insert_def
DBObject for table insert_def in database espritdb.
|
class |
DBO_tnt_alltype
DBObject for table tnt_alltype in database espritdb.
|
class |
DBO_tnt_logmsg
DBObject for table tnt_logmsg in database espritdb.
|
class |
DBO_tnt_nopk
DBObject for table tnt_nopk in database espritdb.
|
class |
DBO_tnt_persistent_type
DBObject for table tnt_persistent_type in database espritdb.
|
class |
DBO_tnt_pk_composed
DBObject for table tnt_pk_composed in database espritdb.
|
class |
DBO_tnt_pktype
DBObject for table tnt_pktype in database espritdb.
|
class |
DBO_tnt_route
DBObject for table tnt_route in database espritdb.
|
class |
DBO_tnt_route_vertex
DBObject for table tnt_route_vertex in database espritdb.
|
class |
DBO_tnt_stdtype
DBObject for table tnt_stdtype in database espritdb.
|
class |
DBO_tnt_tank
DBObject for table tnt_tank in database espritdb.
|
class |
EspritDBCredential
This is the default credential for the espritdb database.
|
Modifier and Type | Class and Description |
---|---|
class |
TarEntryInfo
This class stores
ZipEntry information. |
Modifier and Type | Class and Description |
---|---|
class |
ZipEntryInfo
This class stores
ZipEntry information. |
Modifier and Type | Class and Description |
---|---|
class |
JavaVersion
This class encapsulates information about a Java Virtual Machine, that was discovered by
the
JavaVersionManager . |
class |
JavaVmLaunchCommand
This class launches the
JavaVmVersionLauncher in order to run a foreign java executable. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationConfig
This class encapsulates the startup parameters for launching an application
|
Modifier and Type | Class and Description |
---|---|
class |
PathChangeEvent
This event notifies about file-system changes found by the
PathWatcher . |
class |
PathRegistrationEvent
This event notifies about changes in the path registration
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicDatabaseKey
This class provides a way for untranslated fieldNames
|
Modifier and Type | Class and Description |
---|---|
class |
CodeStatRecord
This record holds the code statistic values for a single project.
|
Modifier and Type | Class and Description |
---|---|
class |
PseudoTaskId
This is a pseudo-TaskId which is used to track sub-tasks that run
synchronous within a main-task.
|
class |
RunStateFlag
|
class |
TaskEvent
This event is used for notifying the state changes and the progress of an
asynchronously running
AsyncTask instance. |
class |
TaskId
This is a unique identifier for an
AsyncTask instance. |
Modifier and Type | Class and Description |
---|---|
class |
TaskRegistrationEvent
This event is sent when a task is registered or de-registered.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaCommand
A
JavaCommand is supposed to start a java program within a foreign VM. |
Modifier and Type | Class and Description |
---|---|
class |
ParseTracker
This class encapsulates the state variables that are used during parsing of an XML document.
|
class |
XmlFileTrackInfo
This class extends
FileTrackInfo by managing a tag-path |
class |
XmlParam
This class stores parameters read from an XML file
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationChangeEvent
This event notifies about validation changes
|
Modifier and Type | Class and Description |
---|---|
class |
DataLoadEvent
This event type has been developed in order to observe changes in the number of records that a
JTable or a JList might encounter.
|
class |
FileChangeEvent
This event notifies listeners when a new file is set.
|
class |
GenericEvent
This event is basically serializable and thus can be transfered through the network.
|
class |
ModifyEvent
This is a special event for detecting changes in input fields.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderChangeEvent
This event is fired by a TableModel when the Comparator has been changed and
thus the table data has been resorted.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildInfo
This class ...
|
class |
ByteArrayFileInfo
This class stores
ByteArrayOutputStream information. |
class |
FileInfo
This class encapsulates file information which is read from files.
|
class |
FileTrackInfo
This class encapsulates a
FileInfo with a current line number. |
class |
LocalFileInfo
This class stores file information of a local file as well as
the
File object itself. |
class |
PathInfo
This class stores a snapshot information of a
Path . |
class |
ResourceInfo
This class encapsulates resource file information which is read from a resource file
|
class |
UrlFileInfo
This class encapsulates the remote file information read from an
URLConnection . |
Modifier and Type | Class and Description |
---|---|
class |
CsvRecord
This class models a CSV record.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFileChangeEvent
This event is fired by a
LogPrinterFile when the logFile changes. |
class |
LogLevelEvent
This event is fired by a
LogChannel when the LogLevel changes. |
class |
LogMessageEvent
This is a carrier for log messages that are being distributed via the java event mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
OsInfo
This class provides information about a platform
|
Modifier and Type | Class and Description |
---|---|
class |
Host
This class is used for parsing host information from a command line.
|
class |
TreeWalker
This class is supposed to find objects in a TreeModel.
|
class |
Version
This class encapsulates the properties that make up a software version
|
Modifier and Type | Class and Description |
---|---|
class |
NetSuiteVersion
Version of the EspritNetSuite product.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConfig
This class encapsulates the startup parameters of the client
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStatisticABO
This ABO provides the server side singleton
ServerStatistic instance to clients. |
class |
SimpleTrackABO
This is a sample
AbstractSingletonABO for positioning a point within a rectangular area. |
class |
TankABO
This is a sample persistent
AliveBusinessObject built on a DBO_tnt_tank database record. |
Modifier and Type | Class and Description |
---|---|
class |
RegisterForProgressEventsAgent<C extends ClientContext,S extends ServerContext>
This class ...
|
class |
RemoteTaskProgessSwitchAgent<C extends ClientContext,S extends ServerContext>
This class ...
|
class |
RemoteTaskRunStateFlagAgent
This agent fetches the
RemoteRunStateFlag s of the currently running remote tasks. |
Modifier and Type | Class and Description |
---|---|
class |
UrlStackEvent
This event is sent by the
UrlStack
in order to notify about a new URL being loaded into the browser. |
Modifier and Type | Class and Description |
---|---|
class |
ClientInfo
This is a container for client-local details information.
|
class |
ClientInfoCommand
This
ClientCommand asks the client for updating the ClientInfo on the server. |
class |
ClientInfoUpdateAgent
This Agent reads the current
ClientInfo and updates it in the Session on the server. |
class |
SessionInfoAgent
This Agent requests an up to date
ClientInfo object from one or all clients. |
Modifier and Type | Class and Description |
---|---|
class |
NetRequestEvent
This event is sent by the
RequestChannel when a NetRequest is sent or a
NetResponse is received respectively. |
class |
NetResponseEvent
This event is sent by the
RequestChannel when a NetResponse is received. |
class |
NetworkConnectionEvent
This event notifies about client network connection changes.
|
Modifier and Type | Class and Description |
---|---|
class |
GetPathFilterAgent
This agent stops the watch-service of the servers
ServerPathTreeModelDriver . |
class |
GetRootPathInfoAgent
This agent fetches the root node from the server.
|
class |
LoadChildrenAgent
This agent reads the children of a particular node of the servers
PathTree . |
class |
RenamePathAgent
This agent stops the watch-service of the servers
ServerPathTreeModelDriver . |
class |
ResetPathWatcherAgent
This agent stops the watch-service of the servers
ServerPathTreeModelDriver . |
class |
SetPathFilterAgent
This agent stops the watch-service of the servers
ServerPathTreeModelDriver . |
Modifier and Type | Class and Description |
---|---|
class |
AssignPermissionsAgent
This agents assigns permissions to the given owner for the given object.
|
class |
GetAssignedPermissionsAgent
This agent reads the assigned permissions on a given object for the given owner
|
class |
GetPermissionDefinitionsAgent
This agent reads the permission-definitions of all controlled objects from the server.
|
Modifier and Type | Class and Description |
---|---|
class |
StartClientCommand
This is class starts the
EspritClientLaunch in a new Java-VM. |
class |
StartServerCommand
This is class starts the
EspritServerLaunch in a new Java-VM. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteFileInfo
This class describes a File object on the server.
|
class |
RemoteResourceInfo
This class describes a resource File on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCrossPlatformObject<C extends ClientContext,S extends ServerContext>
This is the base class for objects that can live in both client and server environments
|
class |
CoSessionId
This class identifies the session of a co-client
|
class |
NetMessage
This class encapsulates message data which clients may receive asynchronously
from the server.
|
class |
NetRequest
This object is sent by the client to the server for issuing a request.
|
class |
NetResponse
This object is returned to the client as a response to a NetRequest.
|
class |
ServerHost
This class defines the ports used by the server
|
class |
ServerId
This is the initial object the server sends to the client when connected.
|
class |
ServerSessionId
This class identifies the pseudo session of a server
|
class |
SessionId
This class serves as an identifier for a client session.
|
class |
SessionRegistrationEvent
This event notifies about session registration changes in an
AbstractSessionServerModel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAgent<C extends ClientContext,S extends ServerContext>
This is the abstract base class for all Agent implementations.
|
class |
AbstractCommonAgent<C extends ClientContext,S extends ServerContext>
Agents of this type are for common usage and supposed to be extended for custom applications.
|
class |
AbstractInternalAgent
This is a template for a UserAgent
|
class |
AbstractLockableAgent<C extends ClientContext,S extends ServerContext>
This agent has some convenience support for resource locking
|
class |
AbstractSequencedAgent<C extends ClientContext,S extends ServerContext>
This agent allows for sending huge results in multiple chunks to the client.
|
class |
AbstractTestAgent
This is the base class for agents that are used for testing purposes.
|
class |
AbstractTextViewAgent<C extends ClientContext,S extends ServerContext>
This Agent pops up a
TextEditorFrame with the information it has
fetched from the server. |
class |
AgentId
The AgentId object provides a globally unique agent identifier which is used to identify an
asynchronously running agent on the server (i.e. for canceling).
|
class |
LoadTextFileSequencedAgent
This agent reads a text file on server side and fills a client side
TextPrintable component. |
class |
SequencedAgentId
This is the AgentId of a sequence agent.
|
class |
StreamAgentId
This is a special agentId used by
FileStreamDownloadAgent |
class |
TransferAgentId
This is a special AgentId used by
FileTransferAgent |
Modifier and Type | Class and Description |
---|---|
class |
ABOInfoAgent<C extends ClientContext,S extends ServerContext>
This agent reads access information about a particular ABO
|
class |
AbstractLoginAgent<C extends ClientContext,S extends ServerContext>
This agent is executed automatically after a successful login.
|
class |
ChangePasswordAgent<C extends ClientContext,S extends ServerContext>
This agent performs a password change for the current login user.
|
class |
ClientMessageAgent<C extends ClientContext,S extends ServerContext>
This agent allows for sending a message from one client to another or just to all clients.
|
class |
DefaultLoginAgent<C extends ClientContext,S extends ServerContext>
This agent performs the initialization for a user login.
|
class |
DefaultLoginData
This is a simple default implementation for a users LoginData
|
class |
DeleteDirectoryAgent<C extends ClientContext,S extends ServerContext>
This agent deletes a server-file if it is not locked by another session.
|
class |
DeleteFileAgent<C extends ClientContext,S extends ServerContext>
This agent deletes a server-file if it is not locked by another session.
|
class |
FileEditAgent<C extends ClientContext,S extends ServerContext>
This agent is supposed to edit a file while holding a ResourceLock on the server.
|
class |
FileInfoAgent<C extends ClientContext,S extends ServerContext>
This agent reads file information about a particular file or directory from the server
|
class |
FileListAgent<C extends ClientContext,S extends ServerContext>
This agent lists the files within a server directory
|
class |
FileReadAgent<C extends ClientContext,S extends ServerContext>
This agent reads the content of a text file and transfers it as a zipped byte array.
|
class |
FileStoreAgent<C extends ClientContext,S extends ServerContext>
This agent stores a file on the server while holding a ResourceLock for it.
|
class |
PurgeDirectoryAgent<C extends ClientContext,S extends ServerContext>
This agent deletes the content of the given server directory.
|
class |
ServerMemoryCleanupAgent<C extends ClientContext,S extends ServerContext>
This agent kicks the garbage collector on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
CoClientConnectionListAgent
This agent reads the list of co-clients currently connected to the server
|
class |
CoServerConnectionListAgent
This agent reads the list of the server's current co-server connections
|
class |
CoServerInfoAgent
This agent reads both the list of co-server and co-client connections
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBAgent
This agent performs a database operation such as insert/update/delete/rehash on
a set of records in the database.
|
class |
DBDeleteAgent
This agent deletes records from the database.
|
class |
DBInsertAgent
This agent inserts records into the database.
|
class |
DBLoadAgent
This agent reads records from the database and sends them in multiple chunks
to the client
|
class |
DBRehashAgent
This agent rehashes records from the database.
|
class |
DBSelectAgent
This agent reads a set of records from the database according to the given condition and order.
|
class |
DBStoreAgent
This agent inserts or updates records depending on whether or not they exist already in the
database.
|
class |
DBUpdateAgent
This agent updates records in the database.
|
class |
ProbeDataSourceAgent
This agent checks all DataSource connections and prints info about them
|
Modifier and Type | Class and Description |
---|---|
class |
ChatMessageAgent
This Agent sends a ChatMessageEvent to the recipients
|
class |
ClientCommandAgent
This agent sends a command message for execution to all target clients defined within the command
|
class |
DataSourceListAgent
This agent reads all configured data sources from the server
|
class |
DefaultPasswordConfigAgent
This agent sets the default user password in the srv_param.cfg file
|
class |
EventMessageTypeInfoAgent
This agent fetches the currently registered message types from the server
|
class |
EventMessageTypeRegisterAgent
This agent is used to register/deregister the
TrayIcon.MessageType s of server messages
which the client wants to receive. |
class |
GetRunningRemoteTasksAgent
This agent reads the list of async agents that are currently running on the server
|
class |
LockDataSourcePoolAgent
This agent fetches an exclusive lock on the data source pool
|
class |
RemoteTasksInfoAgent
This agent fetches the
TaskId s of all remote running tasks |
class |
ResetPasswordAgent
This Agent resets or clears the password of the given user
|
class |
SelectDataSourceAgent
This agent makes the requested datasource the current one
|
class |
ServerActivityInfoAgent
This agent reads the current active tasks on the server
|
class |
ServerLogTestAgent
This agent prints log messages of all
LogLevel s on the server. |
class |
ServerParamsInfoAgent
This agent reads server config params from the configuration file of the server
|
class |
ServerShutdownAgent
This agent kills all clients and finally shuts the server down
|
class |
ServerStartupInfoAgent
This agent reads the unmodifyable server startup parameters
|
class |
ServerStatisticsInfoAgent
This agent reads the current server statistics values
|
class |
ServerStatisticsRefreshAgent
This agent fetches a snapshot of the current
ServerStatistic instance. |
class |
SetClientLogLevelAgent
This agent sends a SetClientLogLevelCommand to all clients
|
class |
ThreadPoolInfoAgent
This agent reads the unmodifyable server startup parameters
|
class |
TimeCompareAgent
This agent compares client and server time and time-zone and time-stamp values.
|
Modifier and Type | Class and Description |
---|---|
class |
ABOAccessInfoAgent
This agent fetches the current ABO Access information from the server.
|
class |
ABOCreateAgent<I extends AliveBusinessObject>
This agent creates an
AliveBusinessObject . |
class |
ABODeleteAgent
This agent deletes a BusinessObject.
|
class |
ABODropAgent
This agent drops a BusinessObject from the server side business object cache.
|
class |
ABOFetchAgent<A extends AliveBusinessObject>
This agent fetches an
AliveBusinessObject from the server. |
class |
ABOFindAgent<A extends AliveBusinessObject>
This agent creates a BusinessObject.
|
class |
ABOUpdateAgent
This agent updates a change of an
AliveBusinessObject in the ABOServerCache . |
Modifier and Type | Class and Description |
---|---|
class |
CpuLoadConfigAgent
This agent is used to configure the cpu load parameters
|
class |
EmailConfigAgent
This agent is used to configure the email parameters
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupChangeAgent
This agent stores group changes in the servers group database
|
class |
AbstractSessionChangeAgent
This agent sends a command message for execution to all target clients defined within the command
|
class |
AbstractUserChangeAgent
This agent makes changes in the servers user database
|
class |
GetGroupsAgent
This agent reads the list of configured groups from the servers group database
|
class |
GetGroupsOfUserAgent
This agent reads the list of configured groups from the servers group database
|
class |
GetSessionsAgent
This agent reads the list of clients currently logged in
|
class |
GetUserIdsAgent
This agent reads the list of configured userIds from the server
|
class |
GetUsersAgent
This agent reads the list of configured users from the server
|
class |
GetUsersOfGroupAgent
This agent reads the list of configured groups from the servers group database
|
class |
GroupCreateAgent
This agent inserts a new group into the servers group database
|
class |
GroupDeleteAgent
This agent stores removes a group from the servers group database
|
class |
GroupUpdateAgent
This agent stores the modified group in the servers group database
|
class |
SessionKillAgent
This agent sends a command message for execution to all target clients defined within the command
|
class |
SessionResetAgent
This agent sends a command message for execution to all target clients defined within the command
|
class |
SetGroupMembersAgent
This agent reads the list of configured groups from the servers group database
|
class |
UserCreateAgent
This agent inserts a new user in the servers user database.
|
class |
UserDeleteAgent
This agent deletes a user from the servers user database.
|
class |
UserUpdateAgent
This agent updates a user in the servers user database.
|
Modifier and Type | Class and Description |
---|---|
class |
LockAcquireAgent<C extends ClientContext,S extends ServerContext>
This agent acquires the desired lock on the server.
|
class |
LockFindAgent
This agent reads the list of resource locks currently hold
|
class |
LockInfoAgent
This agent searches a particular lock which is hold on the server
|
class |
LockReleaseAgent
This agent releases the given ResourceLock on the server
|
class |
LockRetriggerAgent
This agent retriggers the given list of
ResourceLock s on the server |
Modifier and Type | Class and Description |
---|---|
class |
LogConfigAgent
This agent is used to configure the logging parameters
|
class |
LogDirListAgent
This agent reads the sub-directories in the servers log-directory.
|
class |
LogFileListAgent
This class reads the current list of server logfiles
|
class |
NewLogFileAgent
This agent opens a new logfile on the server
|
class |
ReadLogFileAgent
This agent reads the content of a log file and transfers it as a zipped byte array.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskConfigListAgent
This agent reads the list of configured server-processes from the server
|
class |
BatchTaskConfigSaveAgent
This agent reads server config params from the configuration file of the server
|
class |
CancelBatchProcessAgent
This agent reads the list of configured server-processes from the server
|
class |
ProcessConfigReadAgent
This agent reads server config params from the configuration file of the server
|
class |
ProcessStartAgent
This agent reads the list of configured server-processes from the server
|
Modifier and Type | Class and Description |
---|---|
class |
FileStreamDownloadAgent<C extends ClientContext,S extends ServerContext>
This agent performs a file stream download for the given
FileStreamJob . |
class |
FileTransferAgent<C extends ClientContext,S extends ServerContext>
This agent performs a bidirectional file transfer for the
FileTransferJob s which it contains. |
class |
TransfersRunningListAgent
This agent reads the list of file transfers that are currently running
|
Modifier and Type | Class and Description |
---|---|
class |
ExFileSetTransferAgent
This class demonstrates the transfer of a simple file set for testing purposes only.
|
class |
ExFileTransferAgent
This class demonstrates the transfer of a single file for testing purposes only.
|
class |
ExMixedFileTransferAgent
This class demonstrates a mixed up- and download of a file set for testing purposes only.
|
class |
ExStreamDownloadAgent
This class demonstrates the transfer of a single file for testing purposes only.
|
Modifier and Type | Class and Description |
---|---|
class |
CoServerExecuteAgent
This agent is being executed on all reachable servers and its coServers
|
class |
CoServerFileTransferAgent
This test agent performs a file transfer between server and co-server
|
class |
CoServerFileTransferCancelAgent
This test agent cancels a file transfer between server and co-server
|
class |
EverBlockingSyncAgent
This is a sample agent that blocks forever in sync execution.
|
class |
EverSleepingAsyncAgent
This is a sample agent that sleeps for the specified timeout or
forever if no timeout was specified.
|
class |
EverWorkingAsyncAgent
This is a sample agent that works until the specified timeout is reached or
forever if no timeout was specified.
|
class |
FailingAgent
This is a sample agent for testing all types of agent processing errors that can happen
|
class |
GenerateLogMessagesAgent
This agent adds a number of log messages to the
DBO_tnt_logmsg table |
class |
HeavyLoadAgent
This is a sample agent for testing timeouts
|
class |
HeavyLoggingAgent
This is a sample agent for testing timeouts
|
class |
MemoryEatingAgent
This agent eats up all available memory and will lead to an OutOfMemoryException in the VM.
|
class |
MessageBurstAgent
This agent adds a number of log messages to the
DBO_tnt_logmsg table |
class |
MessageBurstSequencedAgent
This agent sends a burst of messages to all clients just for testing purposes.
|
class |
NoOperationAgent
This agent is just for testing
|
class |
NoReturnAsyncAgent
This is a sample no-return agent that sleeps on the server forever.
|
class |
PartialResultAsyncAgent
This agent provides a partial result in a message
|
class |
PartialResultSplitAgent
This agent provides partial result in response and message
|
class |
PartialResultSyncAgent
This agent provides a partial result in a response
|
class |
RoundTripAgent
This agent is supposed to measure the round-trip time of an agent
|
class |
SendServerMessageAgent
This agent causes the server to send server-messages to all clients for testing purposes.
|
class |
SequencedParamAgent
This agent demonstrates the usage of client side agent parameters, which are stored in a client
cache.
|
class |
ServerLogMessageAgent
This is a sample agent for testing purposes
|
class |
TestServerExceptionAgent
This agent throws an intentional ServerException for testing correct language translation
|
Modifier and Type | Class and Description |
---|---|
class |
CancelClientCommand
This command cancels another async running
ClientCommand |
class |
CancelRemoteTaskCommand
This command forces the client to cancel a particular agent.
|
class |
CancelTransferCommand
This command tells the client to cancel one of his currently running file transfers
|
class |
ClientCommand<C extends ClientContext>
This is the base class for commands that can be sent to a client for execution
|
class |
ClientMessageCommand
This command displays a message coming from another client
|
class |
ClientResetCommand
This command cancels all the client's asynchronous activity on both, client and server-side
|
class |
ClientShutdownCommand
This commands forces the client to disconnect and terminate.
|
class |
LockReleaseCommand<C extends ClientContext>
This command forces the client to release a resource lock that he is currently holding on the server.
|
class |
LockTimedOutCommand
This command forces the client to release a resource lock that has been timed out on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
ExAsyncClientCommand
This is a sample async ClientCommand for testing purposes only
|
Modifier and Type | Class and Description |
---|---|
class |
ABOChangeEvent
This event is sent by the server to notify about business object changes
|
class |
AbstractSessionEvent
This is the base class for custom events that are caused by clients and distributed by
the server to other clients.
|
class |
AbstractStatusChangeEvent
This event is sent by the server to notify about status changes of a
ServerObject |
class |
BatchTaskConfigStatusEvent
This event just maintains a SessionId object
|
class |
BatchTaskEvent
This event is sent by the server to notify about start/stop or progress of an
asynchronously running remote server batch task.
|
class |
ChatMessageEvent
This event carries the chat message information
|
class |
ClientConnectionEvent
This event is sent by the server to notify about a client connection or disconnection
|
class |
CoServerConnectionEvent
This event is sent by the server to notify about a co-server connection or disconnection
|
class |
DataSourceStatusEvent
This event is sent by the server to notify about data source status changes
|
class |
FileTransferStatusEvent
This event is sent by the server to notify about the status of a file transfer
|
class |
GroupAssignmentChangeEvent
This event is sent by the server to notify about a changes Group object data
|
class |
GroupDataChangeEvent
This event is sent by the server to notify about a changes Group object data
|
class |
LogChannelStatusEvent
This event is sent by the server to notify about a LogChannel status changes
|
class |
LogfileStatusEvent
This event is sent by the server to notify about logfile status changes
|
class |
NetMessageEvent
This event is sent by the
MessageChannel each time a NetMessage is received |
class |
PasswordChangeEvent
This event is sent by the server to notify about a change in a user's data
|
class |
RemoteRecordChangeEvent
This event is sent by the server to notify clients about record changes in the database.
|
class |
ResourceLockEvent
This event is sent by the server to notify about resource lock activity
|
class |
ResourceLockStatusEvent
This event is sent by the server to notify about resource lock activity
|
class |
RunStateStatusEvent
This is a control event for administration purposes only.
|
class |
ServerErrorMessage
This event is sent by the server to notify about server alarms
|
class |
ServerInfoMessage
This event is sent by the server to notify about server alarms
|
class |
ServerNotificationMessage
This event is sent by the server to notify about server alarms
|
class |
ServerShutdownEvent
This event is sent by the server to notify about shutting down.
|
class |
ServerStatusEvent
This is the super class for all kinds of server status changes
|
class |
ServerWarningMessage
This event is sent by the server to notify about server alarms
|
class |
SystemDataChangeEvent
This event is sent by the server to notify about a change in a group's data
|
class |
SystemEvent
This event type is sent to the client in any case.
|
class |
TextMessageEvent
This event carries the chat message information
|
class |
UserAuthenticationEvent
This event is sent by the server to notify about a user login or logout
|
class |
UserDataChangeEvent
This event is sent by the server to notify about a change in a user's data
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransferJob
This class describes a single file to be transferred between client and server.
|
class |
FileStreamJob
This class defines a job for a stream download.
|
class |
FileTransferJob
This class describes a single file to be transferred between client and server.
|
class |
FileTransferJobList
This class groups a list of FileTransferJob objects into one task.
|
class |
JobConstraint
This class encapsulates the various constraints that can be specified for a
FileTransferJob |
class |
JobId
This object provides a globally unique transfer identifier which is used to cancel
a running file transfer on the server.
|
class |
StreamJobId
This JobId identifies a running stream download job
|
class |
TransferJobId
This JobId identifies a running file transfer
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteRunStateFlag
This flag is used to track the state of remote running tasks.
|
class |
RemoteTaskCancelAgent
This agent tries to cancel a remotely running
AsyncTask by its RemoteTaskId . |
class |
RemoteTaskEvent
This event is used for notifying the state of remotely running tasks.
|
class |
RemoteTaskId
This is a TaskId of an AsyncTask instance that runs on the server
and is associated to a particular client that started it.
|
class |
RemoteTaskReleaseAgent<C extends ClientContext,S extends ServerContext>
This agent executes a
RemoteTask within its RemoteTaskReleaseAgent.executeOnServer() method. |
class |
RemoteTaskStartAgent<C extends ClientContext,S extends ServerContext>
This agent executes a
RemoteTask within its RemoteTaskStartAgent.executeOnServer() method. |
class |
RemoteTaskStatusEvent
This event is sent by the server to notify about processing status changes of a remote task
|
Modifier and Type | Class and Description |
---|---|
class |
JournalTaskDeregisterAgent<C extends ClientContext,S extends ServerContext>
This agent de-registers a
JournalTask from the ServerTaskManager . |
class |
JournalTaskId
This is a TaskId of an AsyncTask instance that runs on the server
and is associated to a particular client that started it.
|
class |
JournalTaskListAgent<C extends ClientContext,S extends ServerContext>
This agent fetches the currently running journal tasks from the server.
|
class |
JournalTaskRestartEvent
This event notifies about a
JournalTask being restarted after a reconnect. |
Modifier and Type | Class and Description |
---|---|
class |
ABOFilter<A extends AliveBusinessObject>
This filter allows for fetching only those ABOs that match the filter condition.
|
class |
ABOPrimaryKey
This is a default implementation for a
PrimaryKey . |
class |
AbstractABO<C extends ClientContext,S extends ServerContext,I extends AliveBusinessObject>
This is the base class for all server side
AliveBusinessObject s (ABOs) |
class |
AbstractDBRecordABO<C extends ClientContext,S extends ServerContext,I extends AliveBusinessObject>
This is a wrapper for an ABO instance which implements the
DBRecord interface and thus can be
handled by DBRecordTable , DBRecordList and other DBRecord capable classes. |
class |
AbstractPersistentABO<C extends ClientContext,S extends ServerContext,I extends AliveBusinessObject>
This is the base class for business objects based on a database persistent record.
|
class |
AbstractPrimaryKey
This class defines the equality for all
PrimaryKey implementations |
class |
AbstractSingletonABO<C extends ClientContext,S extends ServerContext,I extends AbstractSingletonABO>
This is the base class for all Singleton ABOs.
|
class |
SingletonPrimaryKey
This PK is used by singleton ABOs
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoadMeterABO
This is the base class for all server statistics tracking ABOs.
|
class |
ClientMeterABO
This ABO measures the current client count
|
class |
MessageMeterABO
This ABO measures the current messages/min count
|
class |
RequestMeterABO
This ABO measures the current requests/min count
|
class |
TaskMeterABO
This ABO measures the number of tasks currently running
|
Modifier and Type | Class and Description |
---|---|
class |
ServerCredential
This class extends the Credential by an additional dataSourceName.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatabaseGroup
This is a basic implementation of a database user.
|
class |
AbstractDatabaseUser<R extends DBRecord>
This is a basic implementation of a database user.
|
class |
DatabaseUser
This is a sample custom implementation of a database user
|
class |
DBGroup
This is a sample custom implementation of a database group
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroup
This is a default implementation for a
Group object |
class |
DefaultGroup
This is a default implementation for an EsprIT user group
|
Modifier and Type | Class and Description |
---|---|
class |
GroupMemberConfig
This class encapsulates the group-member information read from the members config file.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
This User implementation represents user entries defined in the srv_user.cfg file
|
class |
DefaultUser
This User implementation represents user entries defined in the srv_user.cfg file
|
class |
UserId
This class keeps the login information of a user who is currently logged in
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskConfigEntry
This class encapsulates an entry in the srv_process.cfg file
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerConfig
This class encapsulates the common part of all server configuration objects.
|
class |
AbstractServerParameters
This class encapsulates the common part of server configuration key processing.
|
class |
ServerConfig
This class encapsulates the main server parameters read from the config-directory.
|
class |
ServerNetworkConfig
This class encapsulates the entries in the network configuration file.
|
class |
ServerParams
This class encapsulates the dynamic configuration parameters of the server.
|
class |
ServerStartup
This class encapsulates the static configuration parameters of the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibleServerObject<C extends ClientContext,S extends ServerContext>
This is base class manages a lastAccessor ID as well as a lastAccessor timestamp
for remote accessible server objects.
|
class |
ServerStatistic
This class implements a thread-safe profile of the current server statistic values.
|
Modifier and Type | Class and Description |
---|---|
class |
CoServerConnectionABO
This ABO contains ever up to date information, which CoServers are connected.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConnection
This class implements the mapping between a
DataSource and a name for it |
class |
DataSourceEntry
This class encapsulates the persistent data of a database connection definition
|
class |
ServerDatabaseConfig
This class encapsulates the database connections defined for the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
TaskHistoryRecord
This class encapsulates the history information of a remote-task.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceLock
A ResourceLock protects server resources against concurrent client access.
|
Modifier and Type | Class and Description |
---|---|
class |
RemotePathChangeEvent
This event notifies about a path change in a remote
PathTree . |
class |
RemotePathInfo
This class ...
|
class |
RemotePathRegistrationEvent
This event notifies about a path change in a remote
PathTree . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPathTreePermissionMaster
This class ...
|
class |
DirectoryPermissionDefinition
This class ...
|
class |
FilePermissionDefinition
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
GroupPermissionEntry
This class defines a group permission.
|
class |
PermissionAssignmentChangeEvent
This event is sent by the server to notify about a changes Group object data
|
class |
PermissionDefinition
An instance of this class must be provided by all
PermissionControlled objects. |
class |
PermissionEntry
This class defines a user or group permission.
|
class |
UserPermissionEntry
This class defines a user permission entry.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.