javapns.devices
Class Devices

java.lang.Object
  extended by javapns.devices.Devices

public class Devices
extends Object


Field Summary
static org.apache.log4j.Logger logger
           
 
Constructor Summary
Devices()
           
 
Method Summary
static List<Device> asDevices(Object rawList)
           
static List<PayloadPerDevice> asPayloadsPerDevices(Object rawList)
           
static
<T> void
evaluateEfficiency(List<T> list)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.apache.log4j.Logger logger
Constructor Detail

Devices

public Devices()
Method Detail

asDevices

public static List<Device> asDevices(Object rawList)

asPayloadsPerDevices

public static List<PayloadPerDevice> asPayloadsPerDevices(Object rawList)

evaluateEfficiency

public static <T> void evaluateEfficiency(List<T> list)