Class HomeAlertsBean


  • @ApplicationScoped
    public class HomeAlertsBean
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HomeAlertsBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Alert> computeAlerts​(java.util.Collection<Light> lights, java.util.Collection<CCTV> cameras, java.util.Collection<Smartphone> phones)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HomeAlertsBean

        public HomeAlertsBean()
    • Method Detail

      • computeAlerts

        public java.util.Collection<Alert> computeAlerts​(java.util.Collection<Light> lights,
                                                         java.util.Collection<CCTV> cameras,
                                                         java.util.Collection<Smartphone> phones)