Package org.rhq.core.clientapi.agent.lifecycle

Examples of org.rhq.core.clientapi.agent.lifecycle.PluginContainerLifecycle


        this.sender.stopSending(false);
    }

    @Override
    public void updatePlugins() {
        PluginContainerLifecycle lifecycle = clientRemotePojoFactory.getRemotePojo(PluginContainerLifecycle.class);
        lifecycle.updatePlugins();
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.clientapi.agent.lifecycle.PluginContainerLifecycle

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.