- getChannel(String) - Method in interface org.jboss.aerogear.simplepush.server.datastore.DataStore
-
Returns the Channel for the passed-in channelId.
- getChannelId() - Method in interface org.jboss.aerogear.simplepush.server.Channel
-
Returns the channelId for this channel.
- getChannelId() - Method in class org.jboss.aerogear.simplepush.server.DefaultChannel
-
- getChannelIds(String) - Method in interface org.jboss.aerogear.simplepush.server.datastore.DataStore
-
Returns registered channel ids for a certain UserAgent Identifier (uaid)
- getEndpointToken() - Method in interface org.jboss.aerogear.simplepush.server.Channel
-
Returns the endpoint token for this channel.
- getEndpointToken() - Method in class org.jboss.aerogear.simplepush.server.DefaultChannel
-
- getPrivateKeySalt() - Method in interface org.jboss.aerogear.simplepush.server.datastore.DataStore
-
Returns the server's private key salt.
- getUAID() - Method in interface org.jboss.aerogear.simplepush.server.Channel
-
A unique identifier for a UserAgent created by the SimplePush Server.
- getUAID() - Method in class org.jboss.aerogear.simplepush.server.DefaultChannel
-
- getUnacknowledged(String) - Method in interface org.jboss.aerogear.simplepush.server.datastore.DataStore
-
Returns the Acks that have been sent to a UserAgent as notifications.
- getUnacknowledged(String) - Method in interface org.jboss.aerogear.simplepush.server.SimplePushServer
-
Returns all the un-acknowledged notifications for a specific UserAgent.
- getVersion() - Method in interface org.jboss.aerogear.simplepush.server.Channel
-
Returns the version for this channel.
- getVersion() - Method in class org.jboss.aerogear.simplepush.server.DefaultChannel
-