org.atmosphere.samples.pubsub
Class JQueryPubSub

java.lang.Object
  extended by org.atmosphere.samples.pubsub.JQueryPubSub

public class JQueryPubSub
extends Object

Simple PubSub resource that demonstrate many functionality supported by Atmosphere JQuery Plugin and Atmosphere Jersey extension.

Author:
Jeanfrancois Arcand

Constructor Summary
JQueryPubSub()
           
 
Method Summary
 Broadcastable publish(String message)
           
 SuspendResponse<String> subscribe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JQueryPubSub

public JQueryPubSub()
Method Detail

subscribe

public SuspendResponse<String> subscribe()

publish

public Broadcastable publish(String message)


Copyright © 2011. All Rights Reserved.