org.jboss.aerogear.simplepush.protocol.impl
Class NotificationMessageImpl
java.lang.Object
org.jboss.aerogear.simplepush.protocol.impl.NotificationMessageImpl
- All Implemented Interfaces:
- MessageType, NotificationMessage
public class NotificationMessageImpl
- extends Object
- implements NotificationMessage
NotificationMessageImpl
public NotificationMessageImpl(Ack ack)
NotificationMessageImpl
public NotificationMessageImpl(Set<Ack> acks)
getMessageType
public MessageType.Type getMessageType()
- Description copied from interface:
MessageType
- Returns the Type of this message.
- Specified by:
getMessageType in interface MessageType
- Returns:
Type the MessageType.Type of this message.
getAcks
public Set<Ack> getAcks()
- Description copied from interface:
NotificationMessage
- Returns the set channel ids that have been updated for a UserAgent
- Specified by:
getAcks in interface NotificationMessage
- Returns:
Set<Channel> the channels that have been updated.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.