Uses of Class
net.sourceforge.apphere.Device

Packages that use Device
net.sourceforge.apphere   
net.sourceforge.apphere.dao   
net.sourceforge.apphere.dao.mbeanclient   
net.sourceforge.apphere.mbean   
net.sourceforge.apphere.util   
 

Uses of Device in net.sourceforge.apphere
 

Methods in net.sourceforge.apphere that return Device
 Device DeviceManager.getDevice(int userId, int deviceId)
           
 Device DeviceManager.getDevice(java.net.InetAddress ip)
           
 Device Device.cloneDevice()
           
 

Methods in net.sourceforge.apphere with parameters of type Device
 void Pan.addDevice(Device dev)
          adds device to this PAN
 void Pan.removeDevice(Device dev)
           
 

Uses of Device in net.sourceforge.apphere.dao
 

Methods in net.sourceforge.apphere.dao that return Device
 Device DeviceDAO.getDevice(int userId, int deviceId)
           
 Device DeviceDAO.getDevice(java.net.InetAddress ip)
           
 

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

Methods in net.sourceforge.apphere.dao.mbeanclient that return Device
 Device TestDeviceDAO.getDevice(int userId, int deviceId)
           
 Device TestDeviceDAO.getDevice(java.net.InetAddress ip)
           
 

Uses of Device in net.sourceforge.apphere.mbean
 

Methods in net.sourceforge.apphere.mbean that return Device
 Device TestImpl.getDevice(int userId, int deviceId)
           
 Device TestImpl.getDevice(java.net.InetAddress ip)
           
 

Uses of Device in net.sourceforge.apphere.util
 

Methods in net.sourceforge.apphere.util that return Device
 Device DeviceMap.getDevice(int deviceID)
           
 

Methods in net.sourceforge.apphere.util with parameters of type Device
 void DeviceMap.put(Device device)