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

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

Methods in com.ibm.datapower.wamt.clientAPI that return Device
 Device[] Manager.getAllDevices()
          Gets the list of all known devices in the manager, independent of being assigned to a ManagedSet.
static Device Device.getByPrimaryKey(java.lang.String targetKey)
          Retrieve a reference to the device that has the specified primary key.
 Device Domain.getDevice()
          Get the device that owns this Domain.
 Device Manager.getDeviceBySerialNumber(java.lang.String targetSerialNumber)
          Deprecated. Get a Device that has a particular hardware serial number. This method does not care if the Device is a member of a ManagedSet or not.
 Device Manager.getDeviceBySymbolicName(java.lang.String targetSymbolicName)
          Get a Device that has a particular symbolic name.
 Device[] ManagedSet.getDeviceMembers()
          Get the devices which are members of this ManagedSet.
 Device[] Manager.getDevicesBySerialNumber(java.lang.String targetSerialNumber)
          Get all Devices that have a particular hardware serial number.
 Device[] Manager.getUnmanagedDevices(DeviceType desiredDeviceType, ModelType desiredModelType, StringCollection desiredFeatures)
          Gets the list of known devices in the manager that are not assigned to a ManagedSet.
 

Methods in com.ibm.datapower.wamt.clientAPI that return types with arguments of type Device
 java.util.Hashtable<Device,java.lang.Exception> ManagedSet.createManagedDomain(java.lang.String domainName, URLSource domainSource, URLSource deploymentPolicySource, java.lang.String deploymentPolicyDomainName, java.lang.String deploymentPolicyObjectName)
          Creates a domain of the specified name on all devices in this managed set.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type Device
 ProgressContainer ManagedSet.addDevice(Device device)
          Adds a device to this managed set.
 ConfigService[] ServiceConfiguration.getAvailableServices(Device device)
          Get all available services in the Service Configuration for deployment.
 java.lang.String Firmware.getIncompatibilityReason(Device device)
          Gets the text description of the reason why this Firmware is incompatible with the device of the specified properties.
 boolean Firmware.isCompatibleWith(Device device)
          Test if the Firmware and the Device are compatible, which means that the Firmware could run on the Device.
 void Manager.remove(Device device)
          Removes a device from the manager.
 ProgressContainer ManagedSet.removeDevice(Device device)
          Remove the specified device from this managed set.
 ProgressContainer ManagedSet.removeDeviceWithoutUnsubscribe(Device device)
          Remove the specified device from this managed set without trying to unsubscribe.
 



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