org.rhq.core.clientapi.agent.bundle
Class BundlePurgeRequest

java.lang.Object
  extended by org.rhq.core.clientapi.agent.bundle.BundlePurgeRequest
All Implemented Interfaces:
Serializable

public class BundlePurgeRequest
extends Object
implements Serializable

The request that the server sends down to the agent to purge the live bundle deployment.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
BundlePurgeRequest(BundleResourceDeployment resourceDeployment)
           
 
Method Summary
 BundleResourceDeployment getLiveBundleResourceDeployment()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundlePurgeRequest

public BundlePurgeRequest(BundleResourceDeployment resourceDeployment)
Method Detail

getLiveBundleResourceDeployment

public BundleResourceDeployment getLiveBundleResourceDeployment()
Returns:
the live resource deployment that is to be purged

toString

public String toString()
Overrides:
toString in class Object


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