Class DesignerSystemUtilities.SendRequestManager
java.lang.Object
com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
com.inductiveautomation.ignition.client.script.DesignerSystemUtilities.SendRequestManager
- All Implemented Interfaces:
PushNotificationListener
,Runnable
,EventListener
- Enclosing class:
- DesignerSystemUtilities
protected class DesignerSystemUtilities.SendRequestManager
extends FilteredPushNotificationListener
implements Runnable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
messageTypes, moduleId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
invokeRequest
(String project, String messageHandler, org.python.core.PyDictionary payload, Properties params, boolean async) protected void
protected void
receive
(PushNotification notification) void
run()
Run on this class is for timeout checking.Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
receiveNotification
-
Constructor Details
-
SendRequestManager
public SendRequestManager()
-
-
Method Details
-
run
public void run()Run on this class is for timeout checking. -
dispatchOnEDT
protected boolean dispatchOnEDT()- Overrides:
dispatchOnEDT
in classFilteredPushNotificationListener
-
invokeRequest
public Request invokeRequest(String project, String messageHandler, org.python.core.PyDictionary payload, Properties params, boolean async) -
receive
- Specified by:
receive
in classFilteredPushNotificationListener
-
operationFinished
-