AeroGear SimplePush Server API 0.11.0

Uses of Class
org.jboss.aerogear.simplepush.server.datastore.ChannelNotFoundException

Packages that use ChannelNotFoundException
org.jboss.aerogear.simplepush.server   
org.jboss.aerogear.simplepush.server.datastore   
 

Uses of ChannelNotFoundException in org.jboss.aerogear.simplepush.server
 

Methods in org.jboss.aerogear.simplepush.server that throw ChannelNotFoundException
 Notification SimplePushServer.handleNotification(String endpointToken, String payload)
          Handles the notification for a single channel
 

Uses of ChannelNotFoundException in org.jboss.aerogear.simplepush.server.datastore
 

Methods in org.jboss.aerogear.simplepush.server.datastore that throw ChannelNotFoundException
 Channel DataStore.getChannel(String channelId)
          Returns the Channel for the passed-in channelId.
 String DataStore.saveUnacknowledged(String channelId, long version)
           
 String DataStore.updateVersion(String endpointToken, long version)
          Updates the version for a channel (identified by the endpointToken)
 


AeroGear SimplePush Server API 0.11.0

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