com.axeda.esrs.portal.task
Class CleanupDeployedPackagesTask

java.lang.Object
  extended by AbstractScheduledTask
      extended by 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


Constructor Summary
CleanupDeployedPackagesTask()
           
 
Method Summary
static void cleanupOldSyncPackages()
           
 void executeTask()
           
static java.util.List<DeployedPackage> findDeployedPackages(DeployedPackageManager manager)
           
 void initializeTask()
           
static boolean isPackageExpired(DeployedPackage dp, Status status, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupDeployedPackagesTask

public CleanupDeployedPackagesTask()
Method Detail

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)