Package | Description |
---|---|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
AbstractServerBatchTask |
ServerBatchTaskManager.fetchProcessTaskByName(java.lang.String procName) |
AbstractServerBatchTask |
ServerBatchTaskExecutor.getCurrentTask() |
AbstractServerBatchTask |
ServerBatchTaskManager.startProcess(java.lang.String procName,
SessionId sessionId)
Runs the process directly, no matter whether it is enabled or not
|
Modifier and Type | Method and Description |
---|---|
void |
ServerBatchTaskExecutor.setCurrentTask(AbstractServerBatchTask currentTask) |
Constructor and Description |
---|
ServerBatchTaskMonitor(S serverCtx,
AbstractServerBatchTask batchProc) |
Copyright © 2013 EsprIT-Systems. All Rights Reserved.