Package org.apache.sling.hc.core.impl.executor.HealthCheckFuture

Examples of org.apache.sling.hc.core.impl.executor.HealthCheckFuture.Callback


        @Override
        public void run() {

            LOG.debug("Running job {}", this);
            HealthCheckFuture healthCheckFuture = new HealthCheckFuture(healthCheckDescriptor, bundleContext, new Callback() {

                @Override
                public void finished(HealthCheckExecutionResult result) {
                    // no action needed here
                   
View Full Code Here

TOP

Related Classes of org.apache.sling.hc.core.impl.executor.HealthCheckFuture.Callback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.