Modifier and Type | Method and Description |
---|---|
ProcessStatus |
ProcessManagementDao.archive(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDaoImpl.archive(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDao.findByExecution(Long executionId,
String executionType)
Find the first active ProcessStatus instance based on information tied to the async process associated.
|
ProcessStatus |
ProcessManagementDaoImpl.findByExecution(Long executionId,
String executionType) |
ProcessStatus |
ProcessManagementDao.loadByProcessId(Long processId) |
ProcessStatus |
ProcessManagementDaoImpl.loadByProcessId(Long processId) |
ProcessStatus |
ProcessManagementDao.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDaoImpl.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDao.unArchive(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDaoImpl.unArchive(ProcessStatus processStatus) |
Modifier and Type | Method and Description |
---|---|
List<ProcessStatus> |
ProcessManagementDao.findAbandonedProcesses(int thresholdSeconds)
Find the list of ProcessStatus instances whose
getLastUpdated()
time is older than the current database time subtracting the threshold. |
List<ProcessStatus> |
ProcessManagementDaoImpl.findAbandonedProcesses(int thresholdSeconds) |
List<ProcessStatus> |
ProcessManagementDao.findAllByExecution(Long executionId,
String executionType,
int maxResults)
Find all ProcessStatus instances based on information tied to the async process associated.
|
List<ProcessStatus> |
ProcessManagementDaoImpl.findAllByExecution(Long executionId,
String executionType,
int maxResults) |
List<ProcessStatus> |
ProcessManagementDao.findOldArchivedProcesses(int thresholdSeconds)
Find any processes that are archived and older than the current time - threshold.
|
List<ProcessStatus> |
ProcessManagementDaoImpl.findOldArchivedProcesses(int thresholdSeconds) |
Modifier and Type | Method and Description |
---|---|
ProcessStatus |
ProcessManagementDao.archive(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDaoImpl.archive(ProcessStatus processStatus) |
void |
ProcessManagementDao.delete(ProcessStatus processStatus) |
void |
ProcessManagementDaoImpl.delete(ProcessStatus processStatus) |
void |
ProcessManagementDao.refresh(ProcessStatus processStatus) |
void |
ProcessManagementDaoImpl.refresh(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDao.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDaoImpl.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDao.unArchive(ProcessStatus processStatus) |
ProcessStatus |
ProcessManagementDaoImpl.unArchive(ProcessStatus processStatus) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessStatusImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,ProcessStatus> |
ProcessStatusManagerImpl.processes |
Modifier and Type | Method and Description |
---|---|
Map<Long,ProcessStatus> |
ProcessStatusManagerImpl.getProcesses() |
Map<Long,ProcessStatus> |
ProcessStatusManager.getProcesses()
Return the list of currently active processes on this server.
|
Modifier and Type | Method and Description |
---|---|
ProcessStatus |
HandleAbandonedProcessEvent.getProcessStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
HandleAbandonedProcessEventListener.supportsType(ProcessStatus processStatus)
Whether or not this listener supports this ProcessStatus.
|
Constructor and Description |
---|
HandleAbandonedProcessEvent(Object source,
ProcessStatus processStatus) |
Copyright © 2019. All rights reserved.