public class StartProcessRetryable extends Object
| Constructor and Description |
|---|
StartProcessRetryable(org.jodconverter.office.OfficeProcessConfig processConfig,
ProcessBuilder processBuilder,
ProcessQuery processQuery)
Creates a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attempt() |
void |
execute(long arg0,
long arg1) |
void |
execute(long arg0,
long arg1,
long arg2) |
org.jodconverter.office.VerboseProcess |
getProcess()
Gets the process started by this retryable.
|
long |
getProcessId()
Gets the process id of the process started by this retryable.
|
public StartProcessRetryable(org.jodconverter.office.OfficeProcessConfig processConfig,
ProcessBuilder processBuilder,
ProcessQuery processQuery)
processConfig - The office process configuration.processBuilder - The builder used to build the start the process.processQuery - The process query.public org.jodconverter.office.VerboseProcess getProcess()
public long getProcessId()
public void execute(long arg0,
long arg1)
throws org.jodconverter.office.RetryTimeoutException,
T extends Throwable
org.jodconverter.office.RetryTimeoutExceptionT extends Throwable