FaxJobBase::close
Description
In BBj 10.0 and higher, override this method to define how to close a fax connection.
Syntax
Access |
Return Value |
Method |
---|---|---|
public |
void |
close() |
Parameters
None.
Remarks
None.
Remarks
Some fax library implementations require that the connection to the modem or service be closed explicitly, hence the need to override this method. Be sure to toggle the Closed field once the fax job is closed. If close is not needed, override with an empty method body.
Example
Not applicable.
See Also
Note:
The BASIS Fax Utility uses a third-party library from Java4Less called RFax. Any faxes sent will include a banner stating that the RFax library is being used until the customer obtains a license from Java4Less here.