protected class ClientSystemUtilities.SendRequestManager extends FilteredPushNotificationListener implements java.lang.Runnable
| Modifier and Type | Class and Description |
|---|---|
protected class |
ClientSystemUtilities.SendRequestManager.ClientRequest |
messageTypes, moduleId| Constructor and Description |
|---|
SendRequestManager() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
dispatchOnEDT() |
Request |
invokeRequest(java.lang.String project,
java.lang.String messageHandler,
org.python.core.PyDictionary payload,
java.util.Properties params,
boolean async) |
protected void |
operationFinished(java.util.UUID id) |
protected void |
receive(PushNotification notification) |
void |
run()
Run on this class is for timeout checking.
|
receiveNotificationpublic void run()
run in interface java.lang.Runnableprotected boolean dispatchOnEDT()
dispatchOnEDT in class FilteredPushNotificationListenerpublic Request invokeRequest(java.lang.String project, java.lang.String messageHandler, org.python.core.PyDictionary payload, java.util.Properties params, boolean async)
protected void receive(PushNotification notification)
receive in class FilteredPushNotificationListenerprotected void operationFinished(java.util.UUID id)