Package org.rhq.core.clientapi.agent.operation

Examples of org.rhq.core.clientapi.agent.operation.OperationAgentService.invokeOperation()


        Resource defaultDS = findService("DefaultDS", SERVER_NAME, platform);
        String operationName = "flush";

        PluginContainer pc = PluginContainer.getInstance();
        OperationAgentService operationAgentService = pc.getOperationAgentService();
        operationAgentService.invokeOperation("1", defaultDS.getId(), operationName, null);
    }

    public void testDataSourceMetrics()
            throws Exception
    {
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.