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

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

Methods in com.ibm.datapower.wamt.clientAPI that throw NotManagedException
 Domain Device.createManagedDomain(java.lang.String domainName)
          Create a managed domain on this Device.
 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.
 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.
 void Domain.setSynchronizationMode(DomainSynchronizationMode synchMode)
          Set configuration synchronization mode on the Domain.
 



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