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 SummaryNested ClassesModifier and TypeClassDescriptionprotected class
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListenermessageTypes, moduleId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleaninvokeRequest(String project, String messageHandler, org.python.core.PyDictionary payload, Properties params, boolean async) protected voidprotected voidreceive(PushNotification notification) voidrun()Run on this class is for timeout checking.Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListenerreceiveNotification
- 
Constructor Details- 
SendRequestManagerpublic SendRequestManager()
 
- 
- 
Method Details- 
runpublic void run()Run on this class is for timeout checking.
- 
dispatchOnEDTprotected boolean dispatchOnEDT()- Overrides:
- dispatchOnEDTin class- FilteredPushNotificationListener
 
- 
invokeRequestpublic Request invokeRequest(String project, String messageHandler, org.python.core.PyDictionary payload, Properties params, boolean async) 
- 
receive- Specified by:
- receivein class- FilteredPushNotificationListener
 
- 
operationFinished
 
-