Modifier and Type | Method and Description |
---|---|
ProcessStatus |
ProcessDao.archive(ProcessStatus processStatus) |
ProcessStatus |
ProcessDaoImpl.archive(ProcessStatus processStatus) |
ProcessStatus |
ProcessDao.findByExecution(Long executionId,
String executionType)
Find a ProcessStatus instance based on information tied to the async process associated.
|
ProcessStatus |
ProcessDaoImpl.findByExecution(Long executionId,
String executionType) |
ProcessStatus |
ProcessDao.loadByProcessId(Long processId) |
ProcessStatus |
ProcessDaoImpl.loadByProcessId(Long processId) |
ProcessStatus |
ProcessDao.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessDaoImpl.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessDao.unArchive(ProcessStatus processStatus) |
ProcessStatus |
ProcessDaoImpl.unArchive(ProcessStatus processStatus) |
Modifier and Type | Method and Description |
---|---|
List<ProcessStatus> |
ProcessDao.findAbandonedProcesses(int thresholdSeconds)
Find the list of ProcessStatus instances whose
getLastUpdated()
time is older than the current database time subtracting the threshold. |
List<ProcessStatus> |
ProcessDaoImpl.findAbandonedProcesses(int thresholdSeconds) |
List<ProcessStatus> |
ProcessDao.findOldArchivedProcesses(int thresholdSeconds)
Find any processes that are archived and older than the current time - threshold.
|
List<ProcessStatus> |
ProcessDaoImpl.findOldArchivedProcesses(int thresholdSeconds) |
Modifier and Type | Method and Description |
---|---|
ProcessStatus |
ProcessDao.archive(ProcessStatus processStatus) |
ProcessStatus |
ProcessDaoImpl.archive(ProcessStatus processStatus) |
void |
ProcessDao.delete(ProcessStatus processStatus) |
void |
ProcessDaoImpl.delete(ProcessStatus processStatus) |
void |
ProcessDao.refresh(ProcessStatus processStatus) |
void |
ProcessDaoImpl.refresh(ProcessStatus processStatus) |
ProcessStatus |
ProcessDao.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessDaoImpl.save(ProcessStatus processStatus) |
ProcessStatus |
ProcessDao.unArchive(ProcessStatus processStatus) |
ProcessStatus |
ProcessDaoImpl.unArchive(ProcessStatus processStatus) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessStatusImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,ProcessStatus> |
ProcessManagerImpl.processes |
Modifier and Type | Method and Description |
---|---|
Map<Long,ProcessStatus> |
ProcessManager.getProcesses()
Return the list of currently active processes on this server.
|
Map<Long,ProcessStatus> |
ProcessManagerImpl.getProcesses() |
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.