Class PushDeliveryService
- java.lang.Object
-
- org.cxbox.notifications.service.impl.AbstractDeliveryService
-
- org.cxbox.notifications.service.impl.PushDeliveryService
-
- All Implemented Interfaces:
IDeliveryService
@Service public class PushDeliveryService extends AbstractDeliveryService
-
-
Field Summary
-
Fields inherited from class org.cxbox.notifications.service.impl.AbstractDeliveryService
jpaDao
-
-
Constructor Summary
Constructors Constructor Description PushDeliveryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeliveryType()intgetServiceId()booleanisActive()booleanisDelayed()voidsend(Notification notification)-
Methods inherited from class org.cxbox.notifications.service.impl.AbstractDeliveryService
markDelivered, queryNotifications
-
-
-
-
Method Detail
-
getDeliveryType
public String getDeliveryType()
-
getServiceId
public int getServiceId()
-
isDelayed
public boolean isDelayed()
-
isActive
public boolean isActive()
-
send
public void send(Notification notification)
-
-