|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.taskmanager.dsc.client.task.BatchFailure
public class BatchFailure
| Constructor Summary | |
|---|---|
BatchFailure()
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Long o)
|
boolean |
equals(java.lang.Object aThat)
|
TaskManagerException |
getException()
returns the TaskManagerException associated with this failure |
long |
getTaskId()
returns the TaskID associated with this failure |
void |
setException(TaskManagerException aException)
sets a TaskManagerException associated with this failure |
void |
setTaskId(long taskId)
sets the TaskId associated with this Failure |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchFailure()
| Method Detail |
|---|
public long getTaskId()
public void setTaskId(long taskId)
taskId - TaskIDpublic TaskManagerException getException()
public void setException(TaskManagerException aException)
aException - a TaskManagerException, or one of it's derived classespublic boolean equals(java.lang.Object aThat)
equals in class java.lang.Objectpublic int compareTo(java.lang.Long o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||