Uses of Class
net.sourceforge.apphere.vo.DeviceValue

Packages that use DeviceValue
net.sourceforge.apphere   
net.sourceforge.apphere.dao   
net.sourceforge.apphere.dao.mbeanclient   
net.sourceforge.apphere.mbean   
 

Uses of DeviceValue in net.sourceforge.apphere
 

Methods in net.sourceforge.apphere that return DeviceValue
 DeviceValue Device.getValue()
           
 

Methods in net.sourceforge.apphere with parameters of type DeviceValue
 void UserManager.addDevice(DeviceValue newDev)
           
 int DeviceManager.addDevice(DeviceValue newDev)
           
 void DeviceManager.updateDevice(DeviceValue device)
           
 void Device.copyValueIn(DeviceValue val)
           
 void Device.setValue(DeviceValue val)
           
 

Constructors in net.sourceforge.apphere with parameters of type DeviceValue
Device(DeviceValue val)
           
 

Uses of DeviceValue in net.sourceforge.apphere.dao
 

Methods in net.sourceforge.apphere.dao with parameters of type DeviceValue
 int DeviceDAO.addDevice(DeviceValue deviceVal)
           
 void DeviceDAO.updateDevice(DeviceValue deviceVal)
           
 

Uses of DeviceValue in net.sourceforge.apphere.dao.mbeanclient
 

Methods in net.sourceforge.apphere.dao.mbeanclient with parameters of type DeviceValue
 int TestDeviceDAO.addDevice(DeviceValue newDev)
           
 void TestDeviceDAO.updateDevice(DeviceValue device)
           
 

Uses of DeviceValue in net.sourceforge.apphere.mbean
 

Methods in net.sourceforge.apphere.mbean with parameters of type DeviceValue
 int TestImpl.addDevice(DeviceValue val)
           
 void TestImpl.updateDevice(DeviceValue val)