public interface GMConnection extends GMExecutor
GMExecutor.execute(java.lang.String, java.lang.String...) method many times during
the life cycle GMConnection instance. Client is required to call close() method in the end of
the life cycle to terminate the physical GraphicsMagick process quickly.
Implementations of this interface are typical not thread safe in nature unless otherwise stated.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close GMConnection and destroy the underlying GraphicsMagick process.
|
execute, executevoid close()
throws GMServiceException
GMServiceException - when there is error communicating with the underlying GraphicsMagick processCopyright © 2016. All Rights Reserved.