|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredFirmware | |
---|---|
com.ibm.datapower.wamt.dataAPI | Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. |
com.ibm.datapower.wamt.dataAPI.local.filesystem | Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit |
Uses of StoredFirmware in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that return StoredFirmware | |
---|---|
StoredFirmware |
Repository.createFirmware(DeviceType deviceType,
ModelType modelType,
StringCollection strictFeatures,
StringCollection nonstrictFeatures)
Creates a new StoredFirmware object in the repository unless a matching Firmware already exists in the manager. |
StoredFirmware |
StoredFirmwareVersion.getFirmware()
Gets the StoredFirmware Object that contains this StoredFirmwareVersion. |
StoredFirmware |
Repository.getFirmware(DeviceType deviceType,
ModelType modelType,
StringCollection strictFeatures,
StringCollection nonstrictFeatures)
Gets an existing firmware with the specified attributes from the repository. |
StoredFirmware[] |
Repository.getFirmwares()
Gets all the firmwares that are in the repository. |
Methods in com.ibm.datapower.wamt.dataAPI with parameters of type StoredFirmware | |
---|---|
StoredFirmwareVersion |
Repository.createFirmwareVersion(StoredFirmware versionedObject,
Blob blob,
java.lang.String level,
java.util.Date manufactureDate,
java.lang.String userComment,
java.util.Date timeStamp)
Creates a new StoredFirmwareVersion object in the repository. |
Uses of StoredFirmware in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredFirmware | |
---|---|
class |
StoredFirmwareImpl
Persists all Firmware related information. |
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredFirmware | |
---|---|
StoredFirmware |
RepositoryImpl.createFirmware(DeviceType deviceType,
ModelType modelType,
StringCollection strictFeatures,
StringCollection nonstrictFeatures)
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the firmware within the containing manager element. |
StoredFirmware |
StoredFirmwareVersionImpl.getFirmware()
|
StoredFirmware |
RepositoryImpl.getFirmware(DeviceType deviceType,
ModelType modelType,
StringCollection strictFeatures,
StringCollection nonstrictFeatures)
|
StoredFirmware[] |
RepositoryImpl.getFirmwares()
|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredFirmware | |
---|---|
StoredFirmwareVersion |
RepositoryImpl.createFirmwareVersion(StoredFirmware versionedObject,
Blob blob,
java.lang.String level,
java.util.Date manufactureDate,
java.lang.String userComment,
java.util.Date timeStamp)
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the firmware version within the containing firmware element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |