AeroGear SimplePush Server API 0.11.0

Uses of Interface
org.jboss.aerogear.simplepush.server.Channel

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

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

Classes in org.jboss.aerogear.simplepush.server that implement Channel
 class DefaultChannel
           
 

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

Methods in org.jboss.aerogear.simplepush.server.datastore that return Channel
 Channel DataStore.getChannel(String channelId)
          Returns the Channel for the passed-in channelId.
 

Methods in org.jboss.aerogear.simplepush.server.datastore with parameters of type Channel
 boolean DataStore.saveChannel(Channel channel)
          Saves the channel to the underlying storage system.
 


AeroGear SimplePush Server API 0.11.0

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