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 |
---|---|
AbstractBatchTask |
BatchTaskManager.fetchTaskByName(java.lang.String procName) |
AbstractBatchTask |
BatchTaskExecutor.getCurrentTask() |
AbstractBatchTask |
BatchTaskManager.startBatchTask(SessionId sessionId,
java.lang.String taskName)
Runs the process directly, no matter whether it is enabled or not
|
Modifier and Type | Method and Description |
---|---|
void |
BatchTaskExecutor.setCurrentTask(AbstractBatchTask currentTask) |
Constructor and Description |
---|
BatchTaskMonitor(S serverCtx,
AbstractBatchTask batchProc) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.