org.rhq.core.clientapi.agent.bundle
Interface BundleAgentService


public interface BundleAgentService

The interface to agent's bundle subsystem which allows the server to request the agent to perform tasks on a bundle (which is essentially a bundle of content that needs to be installed).

Author:
John Mazzitelli

Method Summary
 BundlePurgeResponse purge(BundlePurgeRequest request)
          Purges the live deployment off the local filesystem.
 BundleScheduleResponse schedule(BundleScheduleRequest request)
          Schedules the deployment of a bundle to occur immediately.
 

Method Detail

schedule

BundleScheduleResponse schedule(BundleScheduleRequest request)
Schedules the deployment of a bundle to occur immediately.

Parameters:
request -
Returns:
the results of the immediate scheduling

purge

BundlePurgeResponse purge(BundlePurgeRequest request)
Purges the live deployment off the local filesystem.

Parameters:
request -
Returns:
the results of the purge


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.