Package | Description |
---|---|
de.esprit.netsuite.client.tool.pathtree.action |
Contains path-tree related standard actions
|
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.batch |
Contains classes that implement and manage the available server processes
|
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.netch |
Contains classes that build the server network adapter
|
de.esprit.netsuite.server.netch.io |
Contains implementation classes for Socket based network IO
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteArchiveExtractTask
This task performs the remote archive extraction.
|
class |
RemoteArchiveListTask<S extends ServerContext>
This task performs the remote archive listing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteTask<S extends ServerContext>
This is an
AsyncTask which runs on server side and is owned by a user session. |
class |
CoServerBindTask<S extends ServerContext>
This is a special task that actually consists of two coupled tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalTask<S extends ServerContext>
This is the base class for all journal remote tasks.
|
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 |
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 |
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.
|
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 | Method and Description |
---|---|
protected abstract AbstractServerTask<ServerContext> |
ServerConnectionService.createServiceTask() |
Modifier and Type | Method and Description |
---|---|
protected AbstractServerTask<ServerContext> |
IOServerConnectionService.createServiceTask() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.