Constructor and Description |
---|
OAProcess() |
Modifier and Type | Method and Description |
---|---|
void |
cancel(String reason) |
void |
done() |
boolean |
getBlock() |
boolean |
getCanCancel() |
boolean |
getCancelled() |
String |
getCancelReason() |
long |
getCancelTime() |
long |
getCreatedTime() |
int |
getCurrentStep() |
String |
getDescription() |
long |
getDoneTime() |
long |
getEstimateTime() |
Exception |
getException() |
long |
getMaxBlockTime() |
long |
getMaxTime() |
String |
getName() |
String[] |
getSteps() |
int |
getTotalSteps() |
boolean |
isBlockTimedout() |
boolean |
isDone() |
boolean |
isTimedout() |
void |
setBlock(boolean b) |
void |
setCanCancel(boolean b) |
protected void |
setCurrentStep(int x) |
void |
setDescription(String s) |
protected void |
setEstimateTime(long x) |
protected void |
setException(Exception ex) |
protected void |
setMaxBlockTime(long x) |
void |
setMaxTime(long x) |
void |
setName(String s) |
void |
setSteps(String... steps) |
boolean |
wasCancelled() |
public void setCanCancel(boolean b)
public boolean getCanCancel()
public void setBlock(boolean b)
public boolean getBlock()
protected void setMaxBlockTime(long x)
public long getMaxBlockTime()
public String getName()
public void setName(String s)
public String getDescription()
public void setDescription(String s)
public long getCreatedTime()
public void cancel(String reason)
public boolean wasCancelled()
public boolean getCancelled()
public long getCancelTime()
public String getCancelReason()
public void done()
public boolean isDone()
public long getDoneTime()
public Exception getException()
protected void setException(Exception ex)
public String[] getSteps()
public void setSteps(String... steps)
public int getTotalSteps()
protected void setCurrentStep(int x)
public int getCurrentStep()
protected void setEstimateTime(long x)
public long getEstimateTime()
public long getMaxTime()
public void setMaxTime(long x)
public boolean isBlockTimedout()
public boolean isTimedout()
Copyright © 1999–2019 ViaOA. All rights reserved.