Uses of Package
com.ibm.datapower.wamt.clientAPI

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

Classes in com.ibm.datapower.wamt.clientAPI used by com.ibm.datapower.wamt.amp
Blob
          A simple representation of a Binary Large OBject (BLOB).
ConfigService
          The ConfigService is to represent the information of service returned from the ServiceConfiguration.getAvailableServices(Device).
DeletedException
          The Java object you are trying to access has been deleted from the persisted datastore.
DeploymentPolicy
          This class represents the deployment policy that is to be applied to a Domain during deployment.
RuntimeService
          The RuntimeService is to represent the service which is created on runtime, such as the return from Domain.getServices() or ServiceDeployment.getInterDependentServices().
 

Classes in com.ibm.datapower.wamt.clientAPI used by com.ibm.datapower.wamt.clientAPI
AlreadyExistsException
          The specified operation would create a duplicate, and duplicates are not allowed.
Blob
          A simple representation of a Binary Large OBject (BLOB).
ClientAPIException
          The ClientAPIException is the parent class for all other exceptions defined in the clientAPI.
ConfigService
          The ConfigService is to represent the information of service returned from the ServiceConfiguration.getAvailableServices(Device).
DeletedException
          The Java object you are trying to access has been deleted from the persisted datastore.
DeploymentPolicy
          This class represents the deployment policy that is to be applied to a Domain during deployment.
DeploymentPolicyType
          DeploymentPolicyType is an enum used to determine the type of deployment policy to be used during a configuration deploy.
DeploymentPolicyVersion
          A class to track the versions of a DeploymentPolicy.
Device
          A Java object representation of an DataPower device (appliance).
DeviceTypeIncompatibilityException
          An operation was attempted on two objects and the two objects did not have a compatible device type.
Domain
          A Domain object corresponds to a domain configuration on a DataPower device.
DomainSynchronizationMode
          DomainSynchronizationMode is an enumeration used to determine the synchronization policy that will used for managed domains.
DomainVersion
          Internal use only

A class to track the versions of a Domain.

FeaturesNotEqualException
          An operation was attempted on two Device objects, and the two Devices did not have the same licensed features.
Firmware
          A container for firmware images.
FirmwareVersion
          A single instance of a firmware image.
FullException
          The container you are trying to add an item to is already at its maximum capacity.
IncompatibilityException
          An operation was attempted on two objects, and the objects were incompatible with each other.
InUseException
          The referenced item is in use and cannot be removed/deleted/destroyed while it is in use.
InvalidCredentialException
          The credential supplied does not pass the authentication and/or the authorization tests.
InvalidParameterException
          A runtime problem was detected with the parameter that you are attempting to use.
LockBusyException
          The requested item is locked by another thread and is unavailable for the requested operation.
MacroProgressContainer
          A MacroProgressContainer is a container for multiple ProgressContainers.
ManagedSet
          A ManagedSet is one of the core objects that callers of the clientAPI will use to manage DataPower devices.
ManagementStatus
          Capture the management status (i.e., synced, in progress, etc.) for a managed element (firmware) on a device.
ManagementStatus.Enumerated
          The possible values for ManagementStatus.
Manager
          A singleton that is the root management object that starts and stops all other management objects/daemons.
ManagerStatus
          Capture the status of the Manager.
ManagerStatus.Enumerated
          The possible values for ManagerStatus.
MissingFeaturesInFirmwareException
          An operation was attempted between a Firmware and a Device, but the Device is licensed for features that the Firmware does not provide libraries for.
ModelTypeIncompatibilityException
          An operation was attempted on two objects, and the ModelType for the two objects was incompatible.
NotEmptyException
          You are trying to delete a container which is not empty, or trying to delete an object which other objects are dependent upon.
NotExistException
          The requested object does not exist.
NotManagedException
          The operation requested cannot be done because the relevant object is not managed.
ProgressContainer
          A ProgressContainer is the vehicle that the manager uses to inform the caller (likely a user presentation) of the progress on a long-running method.
RuntimeService
          The RuntimeService is to represent the service which is created on runtime, such as the return from Domain.getServices() or ServiceDeployment.getInterDependentServices().
ServiceConfiguration
          The ServiceConfiguration is created for the services in the source configuration to be deployed.
ServiceDeployment
          The ServiceDeployment is used to check the inter-dependent service before the deployment, and is used to deploy the service source configuration to device.
Taggable
           
UndeployableVersionException
          The specified DomainVersion is not deployable because it does not match the specified DeploymentPolicyVersion.
UnlicensedFeaturesInFirmwareException
          An operation was attempted with a Firmware and a Device, and the Firmware has libraries for strict features that the Device is unlicensed for.
UnsuccessfulOperationException
          A runtime problem was detected while attempting to perform the indicated operation.
URLSource
          A URLSource is a convenience class to access blob objects from various schemes e.g.
Version
          A version of an object that is Versionable.
Versionable
          An object which can have multiple Versions.
 

Classes in com.ibm.datapower.wamt.clientAPI used by com.ibm.datapower.wamt.dataAPI
Blob
          A simple representation of a Binary Large OBject (BLOB).
DeploymentPolicyType
          DeploymentPolicyType is an enum used to determine the type of deployment policy to be used during a configuration deploy.
DomainSynchronizationMode
          DomainSynchronizationMode is an enumeration used to determine the synchronization policy that will used for managed domains.
URLSource
          A URLSource is a convenience class to access blob objects from various schemes e.g.
 

Classes in com.ibm.datapower.wamt.clientAPI used by com.ibm.datapower.wamt.dataAPI.local.filesystem
Blob
          A simple representation of a Binary Large OBject (BLOB).
DeploymentPolicyType
          DeploymentPolicyType is an enum used to determine the type of deployment policy to be used during a configuration deploy.
DomainSynchronizationMode
          DomainSynchronizationMode is an enumeration used to determine the synchronization policy that will used for managed domains.
URLSource
          A URLSource is a convenience class to access blob objects from various schemes e.g.
 



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