Package DE_EPAGES::EPagesJ::API::ServiceCheck
check if ePages J service is up and running with expected version uses the environment variables EPAGESJ_HOST (or 'localhost' if unset) and EPAGESJ_PORT (or '8088' if unset).
Functions
checkEpagesJ
Check if ePages J service is up and running with expected version uses the environment variables EPAGESJ_HOST (or 'localhost' if unset) and EPAGESJ_PORT (or '8088' if unset).
Syntax |
$IsEqualOrHigher = $ServiceCheckHandler->checkEpagesJ($Version); |
Input |
|
Return |
|
new
Creates a new ServiceCheckHandler object, responsible for check if ePages J service is up and running with expected version
Syntax |
$ServiceCheckHandler = DE_EPAGES::EPagesJ::API::ServiceCheck->new( 'verbose' => 0, ); |
Input |
|
Return |
|