|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.gwtcomet.server.StreamingServiceImpl
public class StreamingServiceImpl
| Constructor Summary | |
|---|---|
StreamingServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
sendMessage(String queueName,
String message)
|
void |
subscribeToTopic(String queueName)
|
void |
unsubscribeFromTopic(String queueName)
|
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
|---|
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponse |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamingServiceImpl()
| Method Detail |
|---|
public void subscribeToTopic(String queueName)
subscribeToTopic in interface StreamingServiceInternalsubscribeToTopic in interface StreamingServiceInternalGWT
public void sendMessage(String queueName,
String message)
sendMessage in interface StreamingServiceInternalsendMessage in interface StreamingServiceInternalGWTpublic void unsubscribeFromTopic(String queueName)
unsubscribeFromTopic in interface StreamingServiceInternalunsubscribeFromTopic in interface StreamingServiceInternalGWT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||