Package lumis.portal.progress
Class ProgressManager
- java.lang.Object
-
- lumis.portal.progress.ProgressManager
-
- All Implemented Interfaces:
IProgressManager
public class ProgressManager extends Object implements IProgressManager
Manager for Progress operations- Since:
- 4.0.7
- Version:
- $Revision: 4942 $ $Date: 2006-11-03 09:10:15 -0300 (Fri, 03 Nov 2006) $
-
-
Constructor Summary
Constructors Constructor Description ProgressManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOrUpdate(ProgressConfig progressConfig)
void
deleteByProcessId(String processId)
void
deleteExpired(Timestamp expirationDateTime)
boolean
getAbortedByProcessId(String processId)
Collection<ProgressConfig>
getByProcessId(String processId, Timestamp startDateTime)
-
-
-
Method Detail
-
addOrUpdate
public void addOrUpdate(ProgressConfig progressConfig) throws ManagerException, PortalException
- Specified by:
addOrUpdate
in interfaceIProgressManager
- Throws:
ManagerException
PortalException
-
deleteByProcessId
public void deleteByProcessId(String processId) throws ManagerException, PortalException
- Specified by:
deleteByProcessId
in interfaceIProgressManager
- Throws:
ManagerException
PortalException
-
deleteExpired
public void deleteExpired(Timestamp expirationDateTime) throws ManagerException, PortalException
- Specified by:
deleteExpired
in interfaceIProgressManager
- Throws:
ManagerException
PortalException
-
getByProcessId
public Collection<ProgressConfig> getByProcessId(String processId, Timestamp startDateTime) throws ManagerException, PortalException
- Specified by:
getByProcessId
in interfaceIProgressManager
- Throws:
ManagerException
PortalException
-
getAbortedByProcessId
public boolean getAbortedByProcessId(String processId) throws ManagerException, PortalException
- Specified by:
getAbortedByProcessId
in interfaceIProgressManager
- Throws:
ManagerException
PortalException
-
-