org.encog.cloud
Class CloudTask

java.lang.Object
  extended by org.encog.cloud.CloudTask

public class CloudTask
extends Object

Encapsulates an Encog cloud task.


Constructor Summary
CloudTask(EncogCloud cloud)
          Construct a cloud task.
 
Method Summary
 EncogCloud getCloud()
           
 void init(String name)
          Setup this task.
 void setStatus(String status)
          Set the status for this task.
 void stop(String finalStatus)
          Stop this task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudTask

public CloudTask(EncogCloud cloud)
Construct a cloud task.

Parameters:
cloud - The cloud this task belongs to.
Method Detail

getCloud

public EncogCloud getCloud()
Returns:
The cloud that this task belongs to.

init

public void init(String name)
Setup this task.

Parameters:
name - The name of this task.

setStatus

public void setStatus(String status)
Set the status for this task.

Parameters:
status - The status for this task.

stop

public void stop(String finalStatus)
Stop this task.

Parameters:
finalStatus - The final status for this task.


Copyright © 2011. All Rights Reserved.