org.rhq.plugins.ant
Class AntBundlePluginComponent

java.lang.Object
  extended by org.rhq.plugins.ant.AntBundlePluginComponent
All Implemented Interfaces:
AvailabilityFacet, BundleFacet, ResourceComponent

public class AntBundlePluginComponent
extends Object
implements ResourceComponent, BundleFacet

Author:
John Mazzitelli

Constructor Summary
AntBundlePluginComponent()
           
 
Method Summary
 BundleDeployResult deployBundle(BundleDeployRequest request)
           
 org.rhq.core.domain.measurement.AvailabilityType getAvailability()
           
 BundlePurgeResult purgeBundle(BundlePurgeRequest request)
           
 void start(ResourceContext context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBundlePluginComponent

public AntBundlePluginComponent()
Method Detail

start

public void start(ResourceContext context)
           throws Exception
Specified by:
start in interface ResourceComponent
Throws:
Exception

stop

public void stop()
Specified by:
stop in interface ResourceComponent

getAvailability

public org.rhq.core.domain.measurement.AvailabilityType getAvailability()
Specified by:
getAvailability in interface AvailabilityFacet

deployBundle

public BundleDeployResult deployBundle(BundleDeployRequest request)
Specified by:
deployBundle in interface BundleFacet

purgeBundle

public BundlePurgeResult purgeBundle(BundlePurgeRequest request)
Specified by:
purgeBundle in interface BundleFacet


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