com.atlassian.mywork.client.reliability
Class UnreliableTask

java.lang.Object
  extended by com.atlassian.mywork.client.reliability.UnreliableTask

public final class UnreliableTask
extends java.lang.Object

A unreliable task, which needs to be repeated until it succeeds.


Field Summary
 java.lang.String appLinkId
           
 
Constructor Summary
UnreliableTask(java.lang.String appLinkId, java.lang.String taskData)
           
 
Method Summary
 java.lang.String getTaskData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appLinkId

public final java.lang.String appLinkId
Constructor Detail

UnreliableTask

public UnreliableTask(java.lang.String appLinkId,
                      java.lang.String taskData)
Parameters:
taskData - the data the UnreliableWorker requires in order to execute the task
Method Detail

getTaskData

public java.lang.String getTaskData()
Returns:
the data the UnreliableWorker requires in order to execute the task


Copyright © 2012 Atlassian. All Rights Reserved.