Package org.rhq.core.domain.resource

Examples of org.rhq.core.domain.resource.DeleteResourceStatus


    // Callable Implementation  --------------------------------------------

    public Object call() throws Exception {
        log.info("Deleting resource from request: " + requestId);

        DeleteResourceStatus status = null;
        String errorMessage = null;

        try {
            // TODO: Doesn't support resources with children
            facet.deleteResource();
View Full Code Here

TOP

Related Classes of org.rhq.core.domain.resource.DeleteResourceStatus

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.