org.cagrid.installer
Class ActiveBPELComponentInstaller

java.lang.Object
  extended by org.cagrid.installer.AbstractDownloadedComponentInstaller
      extended by org.cagrid.installer.ActiveBPELComponentInstaller
All Implemented Interfaces:
DownloadedComponentInstaller

public class ActiveBPELComponentInstaller
extends AbstractDownloadedComponentInstaller

Author:
Joshua Phillips

Constructor Summary
ActiveBPELComponentInstaller()
           
 
Method Summary
protected  java.lang.String getComponentId()
           
protected  Condition getShouldCheckCondition()
           
protected  Condition getShouldInstallCondition()
           
 
Methods inherited from class org.cagrid.installer.AbstractDownloadedComponentInstaller
addCheckInstallSteps, addInstallDownloadedComponentTasks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveBPELComponentInstaller

public ActiveBPELComponentInstaller()
Method Detail

getComponentId

protected java.lang.String getComponentId()
Specified by:
getComponentId in class AbstractDownloadedComponentInstaller

getShouldCheckCondition

protected Condition getShouldCheckCondition()
Specified by:
getShouldCheckCondition in class AbstractDownloadedComponentInstaller

getShouldInstallCondition

protected Condition getShouldInstallCondition()
Specified by:
getShouldInstallCondition in class AbstractDownloadedComponentInstaller