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

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

Methods in com.ibm.datapower.wamt.clientAPI that throw InUseException
 ProgressContainer ManagedSet.addDevice(Device device)
          Adds a device to this managed set.
 Domain Device.createManagedDomain(java.lang.String domainName)
          Create a managed domain on this Device.
 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.
 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.
 RuntimeService[] ServiceDeployment.getInterDependentServices()
          Get all interdependent service(s) when this class is instantiated.
 ConfigObject[] ServiceDeployment.getObjectsToBeOverwritten()
          Get ConfigObject(s) to be overwritten.
 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 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.
 ProgressContainer Device.restore(java.lang.String cryptoCredentialName, java.net.URI backupSource, boolean validate)
          Restores the configuration and secure data from a successful secure backup.
 



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