public class ConnectRetryable extends Object
| Constructor and Description |
|---|
ConnectRetryable(org.jodconverter.office.OfficeConnection connection)
Creates a new instance of the class for the specified connection.
|
ConnectRetryable(org.jodconverter.office.OfficeProcess process,
org.jodconverter.office.OfficeConnection connection)
Creates a new instance of the class for the specified process and connection.
|
public ConnectRetryable(org.jodconverter.office.OfficeConnection connection)
connection - The office connection to connect.public ConnectRetryable(org.jodconverter.office.OfficeProcess process,
org.jodconverter.office.OfficeConnection connection)
process - The office process whose exit code is to be retrieved.connection - The office connection to connect.