public class ConnectRetryable
extends org.jodconverter.core.office.AbstractRetryable<org.jodconverter.core.office.OfficeException>
| Constructor and Description |
|---|
ConnectRetryable(@NonNull OfficeConnection connection)
Creates a new instance of the class for the specified connection.
|
ConnectRetryable(@NonNull OfficeConnection connection,
@Nullable org.jodconverter.local.office.OfficeProcess process)
Creates a new instance of the class for the specified process and connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attempt() |
public ConnectRetryable(@NonNull OfficeConnection connection)
connection - The office connection to connect.public ConnectRetryable(@NonNull OfficeConnection connection, @Nullable org.jodconverter.local.office.OfficeProcess process)
connection - The office connection to connect.process - The office process whose exit code is to be retrieved.protected void attempt()
throws org.jodconverter.core.office.TemporaryException,
org.jodconverter.core.office.OfficeException
attempt in class org.jodconverter.core.office.AbstractRetryable<org.jodconverter.core.office.OfficeException>org.jodconverter.core.office.TemporaryExceptionorg.jodconverter.core.office.OfficeExceptionCopyright © 2016 - present; JODConverter.org. All rights reserved.