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

Examples of org.apache.sling.hc.core.impl.executor.ExtendedHealthCheckExecutor


            @Override
            public int compareTo(Object reference) {
                return 0;
            }
        };
        final HealthCheckMBean mbean = new HealthCheckMBean(ref, new ExtendedHealthCheckExecutor() {

            @Override
            public List<HealthCheckExecutionResult> execute(String... tags) {
                return null;
            }
View Full Code Here

TOP

Related Classes of org.apache.sling.hc.core.impl.executor.ExtendedHealthCheckExecutor

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.