Uses of Interface
com.ibm.datapower.wamt.dataAPI.Persistable

Packages that use Persistable
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 Persistable in com.ibm.datapower.wamt.dataAPI
 

Subinterfaces of Persistable in com.ibm.datapower.wamt.dataAPI
 interface StoredDeployableConfiguration
          The version information that must be maintained and persisted for a managed Domain that represents a domain on a DataPower device.
 interface StoredDeployablePolicy
          The information related to a DeploymentPolicy that must be managed and persisted when domain configuration is deployed to a DataPower device.
 interface StoredDeploymentPolicy
          The information that must be maintained and persisted for a DeploymentPolicy that is used in deploying a managed domain configuration.
 interface StoredDeploymentPolicyVersion
          The related information that must be maintained and persisted for a DeploymentPolicyVersion.
 interface StoredDevice
          All device related information that must be maintained and persisted for a physical DataPower device, i.e Device.
 interface StoredDomain
          It represents a domain on a DataPower device and holds all information that must be maintained and persisted for a Domain.
 interface StoredDomainVersion
          Information that must be maintained and persisted for a version of a Domain object in the repository.
 interface StoredFirmware
          The information related to Firmware that must be maintained and persisted for a firmware that can be deployed to a device.
 interface StoredFirmwareVersion
          The information that must be maintained and persisted for a firmware level, See FirmwareVersion.
 interface StoredManagedSet
          The information that must be maintained and persisted for a ManagedSet including its managed device members.
 interface StoredTag
          The information that must be maintained and persisted for a Device and Domain including its tagged device and domain members.
 interface StoredVersion
          Information for a version of a Firmware, Domain or Deployment Policy that must be maintained and persisted.
 

Uses of Persistable in com.ibm.datapower.wamt.dataAPI.local.filesystem
 

Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement Persistable
 class StoredDeploymentPolicyImpl
          The deployment policy information includes the domain configuration blob, the policy type, the policy source, and the associated domain name.
 class StoredDeploymentPolicyVersionImpl
          Holds all information related to a deployment policy version that can be used during domain configuration deployment to a DataPower device.
 class StoredDeviceImpl
          It represents a DataPower device.
 class StoredDomainImpl
          The information that must be persisted for a StoredDomain on a DataPower device.
 class StoredDomainVersionImpl
          A version of Domain object persisted in the repository that can be deployed to a DataPower device.
 class StoredFirmwareImpl
          Persists all Firmware related information.
 class StoredFirmwareVersionImpl
          A persisted version of a Firmware i.e StoredFirmware.
 class StoredManagedSetImpl
          The StoredMangedSet writes and reads all information that must be maintained for ManagedSet including its managed device members.
 class StoredTagImpl
           
 



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