AeroGear SimplePush Server API 0.11.0

org.jboss.aerogear.simplepush.server
Class Notification

java.lang.Object
  extended by org.jboss.aerogear.simplepush.server.Notification

public class Notification
extends Object

Notification is data container for notification information to be sent to a UserAgent. This is a separate class and not part of the protcol as it contains information that must not be exposed. Currently this is only the UserAgent ID (uaid) that we need to pass from the SimpelPushServer to the network application layer.


Constructor Summary
Notification(String uaid, org.jboss.aerogear.simplepush.protocol.Ack ack)
           
 
Method Summary
 org.jboss.aerogear.simplepush.protocol.Ack ack()
           
 String uaid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(String uaid,
                    org.jboss.aerogear.simplepush.protocol.Ack ack)
Method Detail

uaid

public String uaid()

ack

public org.jboss.aerogear.simplepush.protocol.Ack ack()

AeroGear SimplePush Server API 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.