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

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

Methods in com.ibm.datapower.wamt.clientAPI that throw UnsuccessfulOperationException
 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.
 DeleteObjectResult[] Domain.deleteService(RuntimeService service, ConfigObject[] excludeObjects, boolean deleteReferencedFiles)
          Delete a RuntimeService, and return the result of each objects in a RuntimeService.
 ConfigService[] ServiceConfiguration.getAvailableServices(Device device)
          Get all available services in the Service Configuration for deployment.
 RuntimeService[] Domain.getServices()
          Get all services in this domain.
 void Device.quiesce()
          Quiesce all the domains on a device (managed domains and unmanaged domains).
 void Domain.quiesce()
          Quiesce a domain The quiece operation is used on firmware versions 3.8.1 or higher to stop a domain before updating it.
 void RuntimeService.quiesce()
          Quiesce this RuntimeService
 void Domain.restart()
          To restart this domain
 void Device.unquiesce()
          Unquiesce all the domains on a device (managed domains and unmanaged domains).
 void Domain.unquiesce()
          Unquiesce a domain The quiece operation is used on firmware versions 3.8.1 or higher to stop a domain before updating it.
 void RuntimeService.unquiesce()
          Unquiesce this RuntimeService
 void Domain.uploadFile(java.lang.String fileName, URLSource urlSource)
          Upload file to device of this domain
 



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