Package org.rhq.core.pluginapi.component

Examples of org.rhq.core.pluginapi.component.ComponentInvocationContext


        File baseDataDirectory, String pluginContainerName, EventContext eventContext, OperationContext operationContext,
        ContentContext contentContext, AvailabilityContext availabilityContext, InventoryContext inventoryContext,
        PluginContainerDeployment pluginContainerDeployment) {
        this(resource, parentResourceComponent, parentResourceContext, resourceDiscoveryComponent, systemInfo,
            temporaryDirectory, baseDataDirectory, pluginContainerName, eventContext, operationContext, contentContext,
            availabilityContext, inventoryContext, pluginContainerDeployment, new ComponentInvocationContext() {
                @Override
                public boolean isInterrupted() {
                    throw new UnsupportedOperationException();
                }
View Full Code Here

TOP

Related Classes of org.rhq.core.pluginapi.component.ComponentInvocationContext

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.