Deprecated API


Contents
Deprecated Methods
com.ibm.datapower.wamt.clientAPI.Manager.getDeviceBySerialNumber(String)
          Get a Device that has a particular hardware serial number. This method does not care if the Device is a member of a ManagedSet or not. 
com.ibm.datapower.wamt.clientAPI.Firmware.getVersion(int)
          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. 
com.ibm.datapower.wamt.clientAPI.FirmwareVersion.getVersionNumber()
          Although this method will return a valid version number (i.e., 2), you probably want to use the more meaningful method FirmwareVersion.getLevel(). This method should work and is supported, but probably isn't the value you are looking for. It is anticipated that a user interface would reference a FirmwareVersion via the level instead of versionNumber. 
com.ibm.datapower.wamt.amp.Commands.setFirmware(DeviceContext, byte[])
           
com.ibm.datapower.wamt.amp.Commands.setFirmware(DeviceContext, InputStream)
           
 

Deprecated Constructors
com.ibm.datapower.wamt.amp.Notification(String, int, String, String, String, String, String)
          This should be used only for internal debugging and testcases. It should not be invoked by production code. 
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.