org.apache.ace.deployment.task
Class DeploymentCheckTask

java.lang.Object
  extended by org.apache.ace.deployment.task.DeploymentTaskBase
      extended by org.apache.ace.deployment.task.DeploymentCheckTask
All Implemented Interfaces:
Runnable

public class DeploymentCheckTask
extends DeploymentTaskBase
implements Runnable

Task that checks for a new version and sends out an event if there is a new version. It does not actually download or install it.


Field Summary
 
Fields inherited from class org.apache.ace.deployment.task.DeploymentTaskBase
m_deployer, m_discovery, m_eventAdmin, m_identification, m_log
 
Constructor Summary
DeploymentCheckTask()
           
 
Method Summary
 void run()
          When run a check is made if a higher version is available on the remote.
 
Methods inherited from class org.apache.ace.deployment.task.DeploymentTaskBase
getHighestLocalVersion, getHighestRemoteVersion, installVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentCheckTask

public DeploymentCheckTask()
Method Detail

run

public void run()
When run a check is made if a higher version is available on the remote. If so, send out an event.

Specified by:
run in interface Runnable


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.