Uses of Interface
com.ibm.datapower.wamt.dataAPI.StoredManagedSet

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

Methods in com.ibm.datapower.wamt.dataAPI that return StoredManagedSet
 StoredManagedSet Repository.createManagedSet(java.lang.String name)
          Creates a new StoredManagedSet object in the repository.
 StoredManagedSet StoredDevice.getManagedSet()
          If this is a managed device, return the StoredManagedSet that owns this device member.
 StoredManagedSet Repository.getManagedSet(java.lang.String name)
          Gets the existing StoredManagedSet that has the specified name from the repository.
 StoredManagedSet[] Repository.getManagedSets()
          Gets all the ManagedSets in the repository.
 

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

Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredManagedSet
 class StoredManagedSetImpl
          The StoredMangedSet writes and reads all information that must be maintained for ManagedSet including its managed device members.
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredManagedSet
 StoredManagedSet RepositoryImpl.createManagedSet(java.lang.String name)
           Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the managed set within the containing manager element.
 StoredManagedSet StoredDeviceImpl.getManagedSet()
           Note: The Local File System implementation stores managed device as attribute on the managedSets element in the WAMT.repository.xml file.
 StoredManagedSet RepositoryImpl.getManagedSet(java.lang.String name)
           
 StoredManagedSet[] RepositoryImpl.getManagedSets()
           
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredManagedSet
 void StoredDeviceImpl.setManagedSet(StoredManagedSet managedSet)
          Non-interface method to set the ManagedSet this device belongs to
 



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