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

Packages that use ConfigService
com.ibm.datapower.wamt.amp The Appliance Management Protocol (AMP) provides an abstraction layer for message and command communication between the Manager and the DataPower devices. 
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 ConfigService in com.ibm.datapower.wamt.amp
 

Methods in com.ibm.datapower.wamt.amp that return ConfigService
 ConfigService[] Commands.getServiceListFromExport(DeviceContext device, byte[] packageImage)
          Getting all services from an export/backup package.
 ConfigService[] Commands.getServiceListFromExport(DeviceContext device, java.lang.String fileDomainName, java.lang.String fileNameOnDevice)
          Getting all services from an export/backup package.
 

Uses of ConfigService in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that return ConfigService
 ConfigService[] ServiceConfiguration.getAvailableServices(Device device)
          Get all available services in the Service Configuration for deployment.
 ConfigService[] ServiceConfiguration.getServicesForDeployment()
          Get the services to be deployed.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type ConfigService
 void ServiceConfiguration.setServicesForDeployment(ConfigService[] services)
          Set the services to be deployed.
 



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