Uses of Class
com.ibm.datapower.wamt.amp.NotExistException

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

Methods in com.ibm.datapower.wamt.amp that throw NotExistException
 void Commands.deleteDomain(DeviceContext device, java.lang.String domainName)
          Delete a DataPower domain and all the contents of that domain from the specified device.
 DeleteObjectResult[] Commands.deleteService(DeviceContext device, java.lang.String domainName, java.lang.String objectName, java.lang.String objectClassName, ConfigObject[] excludeObjects, boolean deleteReferencedFiles)
          Given domain name, service class, service name, delete the service object and all its dependent objects.
 byte[] Commands.getDomain(DeviceContext device, java.lang.String domainName)
          Get a domain from the device into an opaque blob (byte array).
 DomainStatus Commands.getDomainStatus(DeviceContext device, java.lang.String domainName)
          Get the domain status (op-state).
 InterDependentServiceCollection Commands.getInterDependentServices(DeviceContext device, java.lang.String domainName, byte[] packageImage, ConfigObject[] objectArray)
          Getting inter-dependent service on device.
 InterDependentServiceCollection Commands.getInterDependentServices(DeviceContext device, java.lang.String domainName, java.lang.String fileDomainName, java.lang.String fileNameOnDevice, ConfigObject[] objects)
          Getting inter-dependent service on device.
 ReferencedObjectCollection Commands.getReferencedObjects(DeviceContext device, java.lang.String domainName, java.lang.String objectName, java.lang.String objectClassName)
          Get the referenced objects
 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.
 void Commands.restartDomain(DeviceContext device, java.lang.String domainName)
          Restart the referenced domain on the referenced device, based on the action of the same name in the System Control menu of the WebGUI.
 void Commands.setFile(DeviceContext device, java.lang.String domainName, java.lang.String filenameOnDevice, byte[] contents)
          Send a file to the persistent store on the device.
 void Commands.startDomain(DeviceContext device, java.lang.String domainName)
          Set the domain op-state to "up".
 void Commands.stopDomain(DeviceContext device, java.lang.String domainName)
          Set the domain op-state to "down".
 void Commands.unsubscribeFromDevice(DeviceContext device, java.lang.String subscriptionID, StringCollection topics)
          Delete a subscription that was created with Commands.subscribeToDevice(DeviceContext, String, StringCollection, URL).
 

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

Methods in com.ibm.datapower.wamt.clientAPI that throw NotExistException
 Domain RuntimeService.getDomain()
          Get domain of this service
 void RuntimeService.quiesce()
          Quiesce this RuntimeService
 void RuntimeService.setQuiesceTimeout(int timeout)
          Set the timeout value (in seconds) for checking the status of a service quiesce or unquiesce operation.
 void RuntimeService.start()
          Start this RuntimeService
 void RuntimeService.stop()
          Stop this RuntimeService
 void RuntimeService.unquiesce()
          Unquiesce this RuntimeService
 



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