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

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

Methods in com.ibm.datapower.wamt.dataAPI that return StoredDevice
 StoredDevice Repository.createDevice(java.lang.String deviceID, java.lang.String serialNumber, java.lang.String name, DeviceType deviceType, ModelType modelType, java.lang.String hostname, java.lang.String userid, java.lang.String password, int HLMport, int guiPort, java.lang.String ampVersion)
          Create a new device object in the repository with these properties.
 StoredDevice StoredDomain.getDevice()
          Returns the Device on which this StoredDomain resides.
 StoredDevice Repository.getDevice(java.lang.String serialNumber)
          Retrieves a device from the repository that has the specified serialNumber.
 StoredDevice[] Repository.getDeviceBySerialNumber(java.lang.String serialNumber)
          Retrieves all devices from the repository that has the specified serialNumber.
 StoredDevice[] StoredManagedSet.getDeviceMembers()
          Gets the array of devices which are members of this managed set.
 StoredDevice[] StoredTag.getDeviceMembers()
          Gets the array of devices which are members of this tag.
 StoredDevice[] Repository.getDevices()
          Retrieves all known devices in the repository.
 

Methods in com.ibm.datapower.wamt.dataAPI with parameters of type StoredDevice
 void StoredManagedSet.add(StoredDevice device)
          Adds the specified device to the specified managed set.
 void StoredTag.add(StoredDevice device)
          Adds the specified device to this tag.
 StoredDomain Repository.createDomain(StoredDevice device, java.lang.String domainName)
          Create a new domain object in the repository.
 void StoredManagedSet.remove(StoredDevice device)
          Removes the specified device from this managed set.
 void StoredTag.remove(StoredDevice device)
          Removes the specified device from this tagged set.
 

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

Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredDevice
 class StoredDeviceImpl
          It represents a DataPower device.
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredDevice
 StoredDevice RepositoryImpl.createDevice(java.lang.String deviceID, java.lang.String serialNumber, java.lang.String name, DeviceType deviceType, ModelType modelType, java.lang.String hostname, java.lang.String userid, java.lang.String password, int HLMport, int guiPort, java.lang.String ampVersion)
           Note: The Local File System implementation adds a device element to the WAMT.repository.xml file during a save operation to save all information related to the device.
 StoredDevice StoredDomainImpl.getDevice()
           Note: In the Local File System implementation the domain element is contained within the device element on which the domain resides.
 StoredDevice RepositoryImpl.getDevice(java.lang.String serialNumber)
           
 StoredDevice[] RepositoryImpl.getDeviceBySerialNumber(java.lang.String serialNumber)
           
 StoredDevice[] StoredManagedSetImpl.getDeviceMembers()
           
 StoredDevice[] StoredTagImpl.getDeviceMembers()
           
 StoredDevice[] RepositoryImpl.getDevices()
           
 StoredDevice[] RepositoryImpl.getUnmanagedDevices(DeviceType desiredDeviceType)
           
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredDevice
 void StoredManagedSetImpl.add(StoredDevice device)
           
 void StoredTagImpl.add(StoredDevice device)
           
 StoredDomain RepositoryImpl.createDomain(StoredDevice device, java.lang.String domainName)
           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 domain within the containing device element.
 void StoredManagedSetImpl.remove(StoredDevice device)
           
 void StoredTagImpl.remove(StoredDevice device)
           
 

Constructors in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredDevice
StoredDomainImpl(java.util.Hashtable allDomains, StoredDevice device, java.lang.String domainName)
           
 



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