Search in sources :

Example 1 with ServiceHandler

use of de.cinovo.cloudconductor.agent.jobs.handler.ServiceHandler in project cloudconductor-agent-redhat by cinovo.

the class DefaultJob method handleServices.

private void handleServices() {
    try {
        ServiceHandler serviceHandler = new ServiceHandler();
        serviceHandler.run();
    } catch (ExecutionError e) {
        DefaultJob.LOGGER.error("Error handling services: " + e.getMessage(), e);
    }
}
Also used : ExecutionError(de.cinovo.cloudconductor.agent.exceptions.ExecutionError) ServiceHandler(de.cinovo.cloudconductor.agent.jobs.handler.ServiceHandler)

Aggregations

ExecutionError (de.cinovo.cloudconductor.agent.exceptions.ExecutionError)1 ServiceHandler (de.cinovo.cloudconductor.agent.jobs.handler.ServiceHandler)1