A C D E G I M N O Q S T U W

A

addObserver(Observer) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 
App - Class in cometedgwt.auction.client
Entry point classes define onModuleLoad().
App() - Constructor for class cometedgwt.auction.client.App
 
AuctionItem - Class in cometedgwt.auction.entity
 
AuctionItem(int, String, double) - Constructor for class cometedgwt.auction.entity.AuctionItem
 
AuctionService - Interface in cometedgwt.auction.client
 
AuctionServiceAsync - Interface in cometedgwt.auction.client
 

C

cometedgwt.auction.client - package cometedgwt.auction.client
 
cometedgwt.auction.entity - package cometedgwt.auction.entity
 

D

deleteObserver(Observer) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gwtcomet.server.StreamingServlet
 

E

eventTime - Variable in class org.gwtcomet.server.StreamingServiceBusiness.Event
 

G

getId() - Method in class cometedgwt.auction.entity.AuctionItem
 
getInstance() - Static method in class cometedgwt.auction.client.StreamingServiceGWTClientImpl
 
getName() - Method in class cometedgwt.auction.entity.AuctionItem
 
getNumberOfBids() - Method in class cometedgwt.auction.entity.AuctionItem
 
getPrice() - Method in class cometedgwt.auction.entity.AuctionItem
 
GWTCometClient - Class in cometedgwt.auction.client
Example class that demostrates the usage of the StreamingService framework
GWTCometClient() - Constructor for class cometedgwt.auction.client.GWTCometClient
 

I

isClientSubscribedToQueue(String, String) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 

M

message - Variable in class org.gwtcomet.server.StreamingServiceBusiness.Event
 

N

newBid(float) - Method in interface cometedgwt.auction.client.AuctionService
 
newBid(float, AsyncCallback) - Method in interface cometedgwt.auction.client.AuctionServiceAsync
 
notifyObservers(Object) - Method in class org.gwtcomet.server.StreamingServiceBusiness.EventObservable
 

O

onModuleLoad() - Method in class cometedgwt.auction.client.App
This is the entry point method.
onModuleLoad() - Method in class cometedgwt.auction.client.GWTCometClient
 
org.gwtcomet.server - package org.gwtcomet.server
 

Q

queueName - Variable in class org.gwtcomet.server.StreamingServiceBusiness.Event
 

S

sendMessage(String, String) - Method in interface cometedgwt.auction.client.StreamingService
With this method clients can push String data on a named topic.
sendMessage(String, JSONValue) - Method in interface cometedgwt.auction.client.StreamingService
With this method clients can push JSON data on a named topic.
sendMessage(String, String) - Method in class cometedgwt.auction.client.StreamingServiceGWTClientImpl
 
sendMessage(String, JSONValue) - Method in class cometedgwt.auction.client.StreamingServiceGWTClientImpl
 
sendMessage(String, String) - Method in interface cometedgwt.auction.client.StreamingServiceInternal
 
sendMessage(String, String) - Method in interface cometedgwt.auction.client.StreamingServiceInternalGWT
 
sendMessage(String, String, AsyncCallback) - Method in interface cometedgwt.auction.client.StreamingServiceInternalGWTAsync
 
sendMessage(String, String) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 
sendMessage(String, String) - Method in class org.gwtcomet.server.StreamingServiceImpl
 
setId(int) - Method in class cometedgwt.auction.entity.AuctionItem
 
setName(String) - Method in class cometedgwt.auction.entity.AuctionItem
 
setPrice(double) - Method in class cometedgwt.auction.entity.AuctionItem
 
StreamingService - Interface in cometedgwt.auction.client
 
StreamingServiceBusiness - Class in org.gwtcomet.server
 
StreamingServiceBusiness() - Constructor for class org.gwtcomet.server.StreamingServiceBusiness
 
StreamingServiceBusiness.Event - Class in org.gwtcomet.server
 
StreamingServiceBusiness.Event(String, String) - Constructor for class org.gwtcomet.server.StreamingServiceBusiness.Event
 
StreamingServiceBusiness.EventObservable - Class in org.gwtcomet.server
 
StreamingServiceBusiness.EventObservable() - Constructor for class org.gwtcomet.server.StreamingServiceBusiness.EventObservable
 
StreamingServiceGWTClientImpl - Class in cometedgwt.auction.client
This class contains all the internals used by a GWT to interact with the streaming server.
StreamingServiceImpl - Class in org.gwtcomet.server
 
StreamingServiceImpl() - Constructor for class org.gwtcomet.server.StreamingServiceImpl
 
StreamingServiceInternal - Interface in cometedgwt.auction.client
 
StreamingServiceInternalGWT - Interface in cometedgwt.auction.client
 
StreamingServiceInternalGWTAsync - Interface in cometedgwt.auction.client
 
StreamingServlet - Class in org.gwtcomet.server
 
StreamingServlet() - Constructor for class org.gwtcomet.server.StreamingServlet
 
subScribeToEvent(String, AsyncCallback) - Method in interface cometedgwt.auction.client.StreamingService
GWT clients use this method to subscribe to a named stream.
subScribeToEvent(String, AsyncCallback) - Method in class cometedgwt.auction.client.StreamingServiceGWTClientImpl
 
subscribeToTopic(String) - Method in interface cometedgwt.auction.client.StreamingServiceInternal
 
subscribeToTopic(String) - Method in interface cometedgwt.auction.client.StreamingServiceInternalGWT
 
subscribeToTopic(String, AsyncCallback) - Method in interface cometedgwt.auction.client.StreamingServiceInternalGWTAsync
 
subscribeToTopic(String, String) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 
subscribeToTopic(String) - Method in class org.gwtcomet.server.StreamingServiceImpl
 

T

TOPIC - Static variable in class cometedgwt.auction.client.App
 
toString() - Method in class org.gwtcomet.server.StreamingServiceBusiness.Event
 

U

unsubscribeFromTopic(String) - Method in interface cometedgwt.auction.client.StreamingServiceInternal
 
unsubscribeFromTopic(String) - Method in interface cometedgwt.auction.client.StreamingServiceInternalGWT
 
unsubscribeFromTopic(String, AsyncCallback) - Method in interface cometedgwt.auction.client.StreamingServiceInternalGWTAsync
 
unsubscribeFromTopic(String, String) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 
unsubscribeFromTopic(String) - Method in class org.gwtcomet.server.StreamingServiceImpl
 

W

waitForEvents(long) - Method in class org.gwtcomet.server.StreamingServiceBusiness
 

A C D E G I M N O Q S T U W

Copyright © 2011. All Rights Reserved.