gov.nih.nci.cagrid.introduce.upgrade
Class IntroduceUpgradeManager

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.upgrade.IntroduceUpgradeManager

public class IntroduceUpgradeManager
extends java.lang.Object


Constructor Summary
IntroduceUpgradeManager(java.lang.String pathToService)
           
 
Method Summary
protected  boolean canBeUpgraded(java.lang.String version)
           
protected  boolean needsUpgrading()
           
protected  void upgrade(UpgradeStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntroduceUpgradeManager

public IntroduceUpgradeManager(java.lang.String pathToService)
Method Detail

needsUpgrading

protected boolean needsUpgrading()

canBeUpgraded

protected boolean canBeUpgraded(java.lang.String version)

upgrade

protected void upgrade(UpgradeStatus status)
                throws java.lang.Exception
Throws:
java.lang.Exception