com.axeda.esrs.portal.task
Class CleanupDeployedPackagesTask
java.lang.Object
AbstractScheduledTask
com.axeda.esrs.portal.task.CleanupDeployedPackagesTask
public class CleanupDeployedPackagesTask
- extends AbstractScheduledTask
Created By: kholbrook
Date: Apr 30, 2010
Time: 3:41:45 AM
This class is property of Axeda Corporation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanupDeployedPackagesTask
public CleanupDeployedPackagesTask()
initializeTask
public void initializeTask()
executeTask
public void executeTask()
cleanupOldSyncPackages
public static void cleanupOldSyncPackages()
findDeployedPackages
public static java.util.List<DeployedPackage> findDeployedPackages(DeployedPackageManager manager)
isPackageExpired
public static boolean isPackageExpired(DeployedPackage dp,
Status status,
long time)