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(org.rhq.core.domain.bundle.BundleResourceDeployment resourceDeployment)
           
 
Method Summary
 org.rhq.core.domain.bundle.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(org.rhq.core.domain.bundle.BundleResourceDeployment resourceDeployment)
Method Detail

getLiveBundleResourceDeployment

public org.rhq.core.domain.bundle.BundleResourceDeployment getLiveBundleResourceDeployment()
Returns:
the live resource deployment that is to be purged

toString

public String toString()
Overrides:
toString in class Object


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