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

Packages that use ProgressContainer
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. 
 

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

Methods in com.ibm.datapower.wamt.clientAPI that return ProgressContainer
 ProgressContainer ManagedSet.addDevice(Device device)
          Adds a device to this managed set.
 ProgressContainer Manager.addFirmware(Blob image, java.lang.String userComment)
          Create a BackgroundTask to add a new firmware image to the manager.
 ProgressContainer Device.backup(java.lang.String cryptoCertificateName, URLSource cryptoImage, java.net.URI backupDestination, boolean includeISCSI, boolean includeRaid)
          Takes a backup of a DataPower appliance which can be replicated to a compatible appliance.
static ProgressContainer Device.createDevice(java.lang.String symbolicName, java.lang.String hostname, java.lang.String userid, java.lang.String password, int hlmPort)
          Create a background task to add a new device to the Manager.
 ProgressContainer Domain.deployConfiguration()
          Push a configuration onto the device that was previously set by calling Domain.setSourceConfiguration(URLSource) and Domain.setDeploymentPolicy(URLSource, String, String)
 ProgressContainer ServiceDeployment.deployServiceConfiguration()
          Push a service source configuration onto the device.
 ProgressContainer Device.deploySourceFirmwareVersion()
          Schedules a task to deploy a FirmwareVersion.
 ProgressContainer DomainVersion.diff(DomainVersion that)
          Generate a background task to get a visual representation of the differences of a domain between two versions.
 ProgressContainer Manager.exportAll(java.io.OutputStream outputStream)
          Export everything in the manager datastore to the specified OutputStream.
 ProgressContainer[] MacroProgressContainer.getProgressContainers()
          Returns the nested ProgressContainers for any returned values or errors.
 ProgressContainer Device.getWebGUIURL(Domain domain)
          Create a background task to get the URL of the device's WebGUI.
 ProgressContainer Device.reboot()
          reboot this device.
 ProgressContainer ManagedSet.removeDevice(Device device)
          Remove the specified device from this managed set.
 ProgressContainer ManagedSet.removeDeviceWithoutUnsubscribe(Device device)
          Remove the specified device from this managed set without trying to unsubscribe.
 ProgressContainer Device.restore(java.lang.String cryptoCredentialName, java.net.URI backupSource, boolean validate)
          Restores the configuration and secure data from a successful secure backup.
 ProgressContainer Device.setSourceFirmwareVersion(FirmwareVersion desiredFirmwareVersion)
          Schedules a task to set the FirmwareVersion for this device.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type ProgressContainer
 void ProgressContainer.follow(ProgressContainer that, boolean doMergeAtEnd)
          Have this ProgressContainer act as a facade to another ProgressContainer.
 void ProgressContainer.merge(ProgressContainer that)
          Merge all the results (both result and exception) of another ProgressContainer into this one.
 void ProgressContainer.mergeError(ProgressContainer that)
          Merge the error of another ProgressContainer into this one.
 



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