Uses of Interface
com.sun.enterprise.deployment.node.VersionUpgrade
-
Packages that use VersionUpgrade Package Description com.sun.enterprise.deployment.node -
-
Uses of VersionUpgrade in com.sun.enterprise.deployment.node
Classes in com.sun.enterprise.deployment.node that implement VersionUpgrade Modifier and Type Class Description classDataSourceNameVersionUpgradeThis interface defines the processing used to upgrade data-source-name to the latest version One element name is matched: "weblogic-application/jdbc-connection-pool/data-source-name" is replaced by "weblogic-application/jdbc-connection-pool/data-source-jndi-name".classRemoveVersionUpgradeThis class implements VersionUpgrade and can be used as a convenience class to cause an element name to be removed.classReplaceVersionUpgradeThis class implements VersionUpgrade and can be used as a convenience class to cause one element name to be replaced by another keeping the valueclassStartMdbsWithApplicationVersionUpgradeThis interface defines the processing used to upgrade start-mdbs-with-application to the latest versionMethods in com.sun.enterprise.deployment.node that return types with arguments of type VersionUpgrade Modifier and Type Method Description protected static List<VersionUpgrade>SaxParserHandler. getVersionUpgrades(String key)
-