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

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

Methods in com.ibm.datapower.wamt.clientAPI that throw InvalidParameterException
 ProgressContainer ManagedSet.addDevice(Device device)
          Adds a device to this managed set.
 void Device.addTag(java.lang.String name, java.lang.String value)
           
 void Domain.addTag(java.lang.String name, java.lang.String value)
           
 void Taggable.addTag(java.lang.String name, java.lang.String value)
           Add a new tag.
 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.
 ServiceDeployment Domain.createServiceDeployment(ServiceConfiguration svcConfig, boolean importAllFiles)
          Create the ServiceDeployment object with service configuration only, no deployment policy for deployment.
 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.
 void Device.deleteDomain(java.lang.String domainName)
          Delete a domain on a device.
 void Manager.generateReport(java.lang.String filePath, java.lang.String fileName)
          Generate a report that will capture the domain configuration deployments completed successfully.
 AdminStatus Domain.getAdminStatus()
          Get AdminStatus of this domain, enabled (AdminState.ENABLED) or disabled (AdminState.DISABLED).
 ConfigService[] ServiceConfiguration.getAvailableServices(Device device)
          Get all available services in the Service Configuration for deployment.
 Blob URLSource.getBlob()
          This method returns a Blob object from the spec sent to the constructor (e.g.
 StringCollection ServiceDeployment.getFilesToBeOverwritten()
          Get a file list to be overwritten.
 Blob URLSource.getFirmwareBlob()
          This method returns a Blob object from the spec sent to the constructor (e.g.
static Manager Manager.getInstance(java.util.Map options)
          Get an instance of the manager.
 RuntimeService[] ServiceDeployment.getInterDependentServices()
          Get all interdependent service(s) when this class is instantiated.
 ConfigObject[] ServiceDeployment.getObjectsToBeOverwritten()
          Get ConfigObject(s) to be overwritten.
 OpStatus Domain.getOpStatus()
          Get OpStatus of this domain, up (OpState.UP) or down (OpState.DOWN).
 QuiesceStatus Domain.getQuiesceStatus()
          Get Quiesce Status of this domain.
 java.util.Set<Taggable> Manager.getTaggedByName(java.lang.String name)
          Get all tagged resources by tag name.
 java.util.Set<Taggable> Manager.getTaggedByNameValue(java.lang.String name, java.lang.String value)
          Get all resources tagged with a given name and value.
 java.util.Set<java.lang.String> Device.getTagValues(java.lang.String name)
           
 java.util.Set<java.lang.String> Domain.getTagValues(java.lang.String name)
           
 java.util.Set<java.lang.String> Manager.getTagValues(java.lang.String name)
          Get all unique tag values for a given tag name.
 java.util.Set<java.lang.String> Taggable.getTagValues(java.lang.String name)
           Get the values for a given tag name.
 void Manager.remove(Device device)
          Removes a device from the manager.
 void Manager.remove(Firmware firmware)
          Remove a Firmware object from the Manager.
 void Manager.remove(ManagedSet managedSet)
          Remove an existing ManagedSet from the Manager.
 void Domain.remove(Version version)
          Trim the specified DomainVersion from the repository.
 void Firmware.remove(Version version)
           
 ProgressContainer ManagedSet.removeDevice(Device device)
          Remove the specified device from this managed set.
 void Device.removeManagedDomain(java.lang.String domainName)
          Stop managing a domain on the device.
 void Device.removeTag(java.lang.String name)
           
 void Domain.removeTag(java.lang.String name)
           
 void Taggable.removeTag(java.lang.String name)
           Remove all tags with the provided name.
 void Device.removeTag(java.lang.String name, java.lang.String value)
           
 void Domain.removeTag(java.lang.String name, java.lang.String value)
           
 void Taggable.removeTag(java.lang.String name, java.lang.String value)
           Remove the exactly matching tag.
 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 Manager.setMaxVersionsToStore(int maxVersions)
          Set the maximum number of versions of any one object that should be kept in the manager.
 void DeploymentPolicy.setPolicyExport(URLSource url, java.lang.String policyDomain, java.lang.String policyObjName)
          When calling setPolicyExport, the URLSource is a reference to the configuration blob, the domainName and policyObjectName serve as an "index" into the blob, pointing to the domain, and associated deployment policy within the blob.
 void DeploymentPolicy.setPolicyXML(URLSource url)
          When calling setPolicyXML, the URLSource is a reference to a deployment policy in XML format.
 void Device.setQuiesceTimeout(int timeout)
          Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation.
 void Domain.setQuiesceTimeout(int timeout)
          Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation.
 void RuntimeService.setQuiesceTimeout(int timeout)
          Set the timeout value (in seconds) for checking the status of a service quiesce or unquiesce operation.
 java.util.Hashtable ManagedSet.setQuiesceTimeoutForDomain(java.lang.String domainName, int timeout)
          Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation for the specified domain on all devices members in this managed set
 void ServiceConfiguration.setServicesForDeployment(ConfigService[] services)
          Set the services to be deployed.
 void Domain.setSourceConfiguration(URLSource sourceConfiguration)
          Use this method to specify the domain configuration URLSource that should be deployed for this Domain.
 



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