gov.nih.nci.cagrid.data.upgrades
Class DataServiceUpgrade1pt1to1pt2

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.upgrade.one.one.ExtensionUpgraderBase
      extended by gov.nih.nci.cagrid.data.upgrades.DataServiceUpgrade1pt1to1pt2
All Implemented Interfaces:
ExtensionUpgraderI

public class DataServiceUpgrade1pt1to1pt2
extends ExtensionUpgraderBase


Constructor Summary
DataServiceUpgrade1pt1to1pt2(ExtensionType extensionType, ServiceInformation serviceInformation, java.lang.String servicePath, java.lang.String fromVersion, java.lang.String toVersion)
           
 
Method Summary
protected  void upgrade()
           
 
Methods inherited from class gov.nih.nci.cagrid.introduce.upgrade.one.one.ExtensionUpgraderBase
execute, getExtensionType, getFromVersion, getServiceInformation, getServicePath, getStatus, getToVersion, setExtensionType, setFromVersion, setServiceInformation, setServicePath, setToVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataServiceUpgrade1pt1to1pt2

public DataServiceUpgrade1pt1to1pt2(ExtensionType extensionType,
                                    ServiceInformation serviceInformation,
                                    java.lang.String servicePath,
                                    java.lang.String fromVersion,
                                    java.lang.String toVersion)
Method Detail

upgrade

protected void upgrade()
                throws java.lang.Exception
Specified by:
upgrade in class ExtensionUpgraderBase
Throws:
java.lang.Exception