Examples of AvailabilityCollectorRunnable


Examples of org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable

    @Override
    @Deprecated
    public AvailabilityCollectorRunnable createAvailabilityCollectorRunnable(AvailabilityFacet facet, long i) {
        // even though this shouldn't be used, plugins may still be using this. Allow for these to still be
        // created for backward compatibility, but its a dummy object nevertheless.
        return new AvailabilityCollectorRunnable(facet, i, null, null);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.