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

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

Methods in com.ibm.datapower.wamt.amp that return RuntimeService
 RuntimeService[] InterDependentServiceCollection.getInterDependentServices()
          Get all RuntimeService objects of the interdependent service.
 RuntimeService[] Commands.getServiceListFromDomain(DeviceContext device, java.lang.String domainName)
          Getting all the services under that domain together with their status.
 

Constructor parameters in com.ibm.datapower.wamt.amp with type arguments of type RuntimeService
InterDependentServiceCollection(java.util.List<RuntimeService> serviceList, java.util.List<ConfigObject> objectToBeOverwritten, StringCollection fileList)
          Construct a new InterDependentServiceCollection object which is returned only by Commands#getInterDependentServices(DeviceContext, String, byte[], ConfigObject[] in general.
 

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

Methods in com.ibm.datapower.wamt.clientAPI that return RuntimeService
 RuntimeService[] ServiceDeployment.getInterDependentServices()
          Get all interdependent service(s) when this class is instantiated.
 RuntimeService[] Domain.getServices()
          Get all services in this domain.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type RuntimeService
 DeleteObjectResult[] Domain.deleteService(RuntimeService service, ConfigObject[] excludeObjects, boolean deleteReferencedFiles)
          Delete a RuntimeService, and return the result of each objects in a RuntimeService.
 



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