org.rhq.core.pluginapi.bundle
Class BundlePurgeRequest

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

public class BundlePurgeRequest
extends Object
implements Serializable

A request to purge a bundle, essentially erasing the bundle files from the destination.

See Also:
Serialized Form

Constructor Summary
BundlePurgeRequest()
           
 
Method Summary
 File getAbsoluteDestinationDirectory()
          Returns the full, absolute directory as found on the local machine's file system where the bundle should be deployed.
 BundleManagerProvider getBundleManagerProvider()
           
 BundleResourceDeployment getLiveResourceDeployment()
          This is information about the last known live resource deployment - this is to be purged.
 void setAbsoluteDestinationDirectory(File absoluteDestDir)
           
 void setBundleManagerProvider(BundleManagerProvider provider)
           
 void setLiveResourceDeployment(BundleResourceDeployment resourceDeployment)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundlePurgeRequest

public BundlePurgeRequest()
Method Detail

getAbsoluteDestinationDirectory

public File getAbsoluteDestinationDirectory()
Returns the full, absolute directory as found on the local machine's file system where the bundle should be deployed. This is the bundle destination's relative destination directory under the destination base directory.


setAbsoluteDestinationDirectory

public void setAbsoluteDestinationDirectory(File absoluteDestDir)

getLiveResourceDeployment

public BundleResourceDeployment getLiveResourceDeployment()
This is information about the last known live resource deployment - this is to be purged.

Returns:
information about the live resource deployment that is to be purged

setLiveResourceDeployment

public void setLiveResourceDeployment(BundleResourceDeployment resourceDeployment)

getBundleManagerProvider

public BundleManagerProvider getBundleManagerProvider()

setBundleManagerProvider

public void setBundleManagerProvider(BundleManagerProvider provider)

toString

public String toString()
Overrides:
toString in class Object


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