org.jboss.aerogear.simplepush.server
Class Notification
java.lang.Object
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 |
Notification
public Notification(String uaid,
org.jboss.aerogear.simplepush.protocol.Ack ack)
uaid
public String uaid()
ack
public org.jboss.aerogear.simplepush.protocol.Ack ack()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.