Uses of Class
com.ibm.datapower.wamt.clientAPI.Blob

Packages that use Blob
com.ibm.datapower.wamt.amp The Appliance Management Protocol (AMP) provides an abstraction layer for message and command communication between the Manager and the DataPower devices. 
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. 
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 Blob in com.ibm.datapower.wamt.amp
 

Methods in com.ibm.datapower.wamt.amp with parameters of type Blob
static DeviceType Utilities.getFirmwareDeviceType(Blob firmwareImage)
          Get the deviceType that this firmware image is for.
static java.lang.String Utilities.getFirmwareLevel(Blob firmwareImage)
          Get the manufacturer's level (i.e., "3.5.0.9") that is embedded in a firmware file.
static java.util.Date Utilities.getFirmwareManufactureDate(Blob firmwareImage)
          Get the manufacturer's build date that is embedded in a firmware file.
static ModelType Utilities.getFirmwareModelType(Blob firmwareImage)
          Get the modelType that this firmware image is for.
static java.lang.String Utilities.getFirmwareScryptVersion(Blob firmwareImage)
          Get the scrypt version of this firmware file.
static StringCollection Utilities.getNonStrictFirmwareFeatures(Blob firmwareImage)
          Get the list of non-strict features (libraries) that are included in this firmware image.
static StringCollection Utilities.getStrictFirmwareFeatures(Blob firmwareImage)
          Get the list of strict features (libraries) that are included in this firmware image.
 

Uses of Blob in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that return Blob
 Blob Blob.getBase64Encoded()
          Create a new Blob object for Base64-encode firmware images, so that they need to be encoded only once when initially added to the repository instead of on each setFirmware request.
 Blob DeploymentPolicyVersion.getBlob()
           
 Blob DomainVersion.getBlob()
           
 Blob FirmwareVersion.getBlob()
          Get the Blob for this FirmwareVersion.
 Blob URLSource.getBlob()
          This method returns a Blob object from the spec sent to the constructor (e.g.
 Blob Version.getBlob()
          Get the Blob that is attached to this Version.
 Blob URLSource.getFirmwareBlob()
          This method returns a Blob object from the spec sent to the constructor (e.g.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type Blob
 ProgressContainer Manager.addFirmware(Blob image, java.lang.String userComment)
          Create a BackgroundTask to add a new firmware image to the manager.
 

Uses of Blob in com.ibm.datapower.wamt.dataAPI
 

Methods in com.ibm.datapower.wamt.dataAPI that return Blob
 Blob StoredVersion.getBlob()
          Gets the binary image for this version.
 

Methods in com.ibm.datapower.wamt.dataAPI with parameters of type Blob
 StoredDeploymentPolicyVersion Repository.createDeploymentPolicyVersion(StoredDeploymentPolicy policy, Blob blob, java.lang.String comment, java.util.Date timestamp)
          Creates a new policy version object in the repository.
 StoredDomainVersion Repository.createDomainVersion(StoredDomain versionedObject, Blob blob, java.lang.String userComment, java.util.Date timeStamp)
          Creates a new StoredDomainVersion object in the repository when the clientAPI deploys a new domain source configuration from Domain.deployConfiguration().
 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 Blob in com.ibm.datapower.wamt.dataAPI.local.filesystem
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return Blob
 Blob StoredDeploymentPolicyVersionImpl.getBlob()
           
 Blob StoredDomainVersionImpl.getBlob()
           Note: The Local File System implementation stores each image as a separate bin file.
 Blob StoredFirmwareVersionImpl.getBlob()
           
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type Blob
 StoredDeploymentPolicyVersion RepositoryImpl.createDeploymentPolicyVersion(StoredDeploymentPolicy policy, Blob blob, java.lang.String comment, 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 policy version within the containing deployment policy element.
 StoredDomainVersion RepositoryImpl.createDomainVersion(StoredDomain versionedObject, Blob blob, 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 StoredDomainVersion within the containing Domain element.
 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.
 



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