|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
com.ibm.datapower.wamt.clientAPI | The clientAPI package encapsulates the logic
for managing DataPower appliances, providing the API that should be used by
a user interface to interact with one or more appliances. |
Uses of Version in com.ibm.datapower.wamt.clientAPI |
---|
Classes in com.ibm.datapower.wamt.clientAPI that implement Version | |
---|---|
class |
DeploymentPolicyVersion
A class to track the versions of a DeploymentPolicy. |
class |
DomainVersion
Internal use only A class to track the versions of a Domain. |
class |
FirmwareVersion
A single instance of a firmware image. |
Methods in com.ibm.datapower.wamt.clientAPI that return Version | |
---|---|
Version |
Domain.getVersion(int targetVersionNumber)
|
Version |
Firmware.getVersion(int targetVersionNumber)
Deprecated. Instead of this method you probably want to use Firmware.getLevel(String) . A level is a
String value (i.e., "3.6.1.0") which is probably what you are
searching for. The version number in a FirmwareVersion
object will be an opaque int and not anything meaningful to
the user. This method will return a valid value when invoked
with a valid parameter (i.e., 2), but you probably want to
use getLevel . |
Version |
Versionable.getVersion(int versionNumber)
Get the specified Version of this Versionable object. |
Version[] |
Domain.getVersions()
|
Version[] |
Firmware.getVersions()
|
Version[] |
Versionable.getVersions()
Get all the versions that exist of this Versionable object. |
Methods in com.ibm.datapower.wamt.clientAPI with parameters of type Version | |
---|---|
void |
Domain.remove(Version version)
Trim the specified DomainVersion from the repository. |
void |
Firmware.remove(Version version)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |