Uses of Class
com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException

Packages that use NotEmptyInRepositoryException
com.ibm.datapower.wamt.dataAPI Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. 
com.ibm.datapower.wamt.dataAPI.local.filesystem Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit 
 

Uses of NotEmptyInRepositoryException in com.ibm.datapower.wamt.dataAPI
 

Methods in com.ibm.datapower.wamt.dataAPI that throw NotEmptyInRepositoryException
 void StoredDeployableConfiguration.delete()
          Deletes this StoredDeployableConfiguration.
 void StoredDeployablePolicy.delete()
          Deletes this StoredDeployablePolicy.
 void StoredFirmware.delete()
          Deletes the persisted instance of this StoredFirmware.
 void StoredManagedSet.delete()
          Deletes this StoredManagedSet.
 

Uses of NotEmptyInRepositoryException in com.ibm.datapower.wamt.dataAPI.local.filesystem
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that throw NotEmptyInRepositoryException
 void StoredDeploymentPolicyImpl.delete()
           
 void StoredDomainImpl.delete()
           
 void StoredManagedSetImpl.delete()
           Note: The Local File System implementation deletes the ManagedSet element from the WAMT.repository.xml file but any device elements that are not contained inside it are retained and can be accessed by calling Manager.getAllDevices() and Manager.getDmiLogger()
 void StoredTagImpl.delete()
           
 



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