|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Firmware | |
---|---|
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 Firmware in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that return Firmware | |
---|---|
Firmware |
Manager.getBestFirmware(DeviceType deviceType,
ModelType modelType,
StringCollection deviceFeatures,
java.lang.String level)
Get the best Firmware that is suitable for the specified deviceType, modelType, and device features. |
static Firmware |
Firmware.getByPrimaryKey(java.lang.String targetKey)
Retrieve a reference to the Firmware that has the specified primary key. |
Firmware |
FirmwareVersion.getFirmware()
The same as FirmwareVersion.getVersionedObject() , but casts the return value to
a Firmare class. |
Firmware |
Manager.getFirmware(DeviceType deviceType,
ModelType modelType,
StringCollection strictFeatures,
StringCollection nonstrictFeatures)
For a specified device profile (deviceType, modelType, strictFeatures, nonStrictFeatures), get the Firmware object that would match that device profile. |
Firmware[] |
Manager.getFirmwares()
Get a list of all the Firmware objects that are in the manager. |
Methods in com.ibm.datapower.wamt.clientAPI with parameters of type Firmware | |
---|---|
void |
Manager.remove(Firmware firmware)
Remove a Firmware object from the Manager. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |