Package | Description |
---|---|
com.sun.enterprise.deployment.node |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceNameVersionUpgrade
This 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".
|
class |
RemoveVersionUpgrade
This class implements VersionUpgrade and can be used as a
convenience class to cause an element name to be removed.
|
class |
ReplaceVersionUpgrade
This class implements VersionUpgrade and can be used as a
convenience class to cause one element name to be replaced by
another keeping the value
|
class |
StartMdbsWithApplicationVersionUpgrade
This interface defines the processing used to upgrade
start-mdbs-with-application to the latest version
|
Modifier and Type | Method and Description |
---|---|
protected static List<VersionUpgrade> |
SaxParserHandler.getVersionUpgrades(String key) |
Copyright © 2020. All rights reserved.