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

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

Methods in com.ibm.datapower.wamt.clientAPI that throw NotEmptyException
 ProgressContainer ManagedSet.addDevice(Device device)
          Adds a device to this managed set.
 void Manager.remove(Device device)
          Removes a device from the manager.
 void Manager.remove(Device device)
          Removes a device from the manager.
 void Manager.remove(ManagedSet managedSet)
          Remove an existing ManagedSet from the Manager.
 ProgressContainer ManagedSet.removeDevice(Device device)
          Remove the specified device from this managed set.
 void Device.removeManagedDomain(java.lang.String domainName)
          Stop managing a domain on the device.
 ProgressContainer Device.restore(java.lang.String cryptoCredentialName, java.net.URI backupSource, boolean validate)
          Restores the configuration and secure data from a successful secure backup.
 



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