Uses of Class
common.Device

Packages that use Device
common   
network   
topology   
 

Uses of Device in common
 

Subclasses of Device in common
 class MobileDevice
           
 

Fields in common with type parameters of type Device
 List<Device> Account.devices
          The devices the user has linked into the system.
 List<Device> User.devices
          List of all devices linked by the user.
 

Uses of Device in network
 

Methods in network with parameters of type Device
abstract  void NetworkService.authenticateDevice(Device device)
          Sends device information to the Authentication Service in order to authenticate the device.
 

Uses of Device in topology
 

Fields in topology with type parameters of type Device
protected  ArrayList<Device> GroupOverlay.devices
          The online devices linked to users in the group.
 

Methods in topology that return types with arguments of type Device
abstract  ArrayList<Device> GroupOverlay.getDevices()
          Returns the list of devices in this overlay.
abstract  List<Device> TopologyService.getDevices(Group group)
          Returns the devices in the given group's overlay.