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.
|
receiveNotification
public void run()
run
in interface java.lang.Runnable
protected boolean dispatchOnEDT()
dispatchOnEDT
in class FilteredPushNotificationListener
public 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 FilteredPushNotificationListener
protected void operationFinished(java.util.UUID id)