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

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

Methods in com.ibm.datapower.wamt.clientAPI that throw FullException
 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.
 ServiceDeployment Domain.createServiceDeployment(ServiceConfiguration svcConfig, URLSource policyURL, java.lang.String policyDomain, java.lang.String policyObjName, boolean importAllFiles)
          Create the ServiceDeployment object with service configuration and deployment policy to be deployed in this domain.
 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.
 void Manager.enqueue(BackgroundTask backgroundTask, WorkArea workArea)
          Enqueue a BackgroundTask object to be processed by the Manager.
 ProgressContainer Manager.exportAll(java.io.OutputStream outputStream)
          Export everything in the manager datastore to the specified OutputStream.
 ProgressContainer Device.getWebGUIURL(Domain domain)
          Create a background task to get the URL of the device's WebGUI.
 ProgressContainer Device.reboot()
          reboot this device.
 void Manager.remove(Device device)
          Removes a device from the manager.
 void Manager.remove(ManagedSet managedSet)
          Remove an existing ManagedSet from the Manager.
 ProgressContainer ManagedSet.removeDevice(Device device)
          Remove the specified device from this managed set.
 ProgressContainer Device.restore(java.lang.String cryptoCredentialName, java.net.URI backupSource, boolean validate)
          Restores the configuration and secure data from a successful secure backup.
 void Domain.setDeploymentPolicy(URLSource url, java.lang.String policyDomain, java.lang.String policyObjName)
          Use this method to specify the deployment policy to apply to this domain during deployment.
 void Domain.setDeploymentPolicyXML(URLSource url)
          Use this method to specify the deployment policy in XML format.
 void Domain.setSourceConfiguration(URLSource sourceConfiguration)
          Use this method to specify the domain configuration URLSource that should be deployed for this Domain.
 ProgressContainer Device.setSourceFirmwareVersion(FirmwareVersion desiredFirmwareVersion)
          Schedules a task to set the FirmwareVersion for this device.
 void Domain.setSynchronizationMode(DomainSynchronizationMode synchMode)
          Set configuration synchronization mode on the Domain.
 java.util.Hashtable Device.setSynchronizationModeForManagedDomains(DomainSynchronizationMode synchMode)
          Set the Synchronization Mode for the all domains on device.
 



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