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

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

Methods in com.ibm.datapower.wamt.clientAPI that return Domain
 Domain Device.createManagedDomain(java.lang.String domainName)
          Create a managed domain on this Device.
static Domain Domain.getByPrimaryKey(java.lang.String targetKey)
          Retrieve a reference to the Domain that has the specified primary key.
 Domain DeploymentPolicy.getDomain()
           
 Domain DomainVersion.getDomain()
          Get the Domain that this object is a Version of.
 Domain RuntimeService.getDomain()
          Get domain of this service
 Domain Device.getManagedDomain(java.lang.String targetDomainName)
          Get the managed Domain with the specified domain name on this device.
 Domain[] Device.getManagedDomains()
          Get the managed Domains on this Device
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type Domain
 OperationStatus Device.getOperationStatusOfDomain(Domain domain)
          Get the operation status of a managed domain.
 ProgressContainer Device.getWebGUIURL(Domain domain)
          Create a background task to get the URL of the device's WebGUI.
 



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