Class DesignerSystemUtilities.SendRequestManager
- java.lang.Object
-
- com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
-
- com.inductiveautomation.ignition.client.script.DesignerSystemUtilities.SendRequestManager
-
- All Implemented Interfaces:
PushNotificationListener
,java.lang.Runnable
,java.util.EventListener
- Enclosing class:
- DesignerSystemUtilities
protected class DesignerSystemUtilities.SendRequestManager extends FilteredPushNotificationListener implements java.lang.Runnable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
DesignerSystemUtilities.SendRequestManager.ClientRequest
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
messageTypes, moduleId
-
-
Constructor Summary
Constructors Constructor Description SendRequestManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
receiveNotification
-
-
-
-
Method Detail
-
run
public void run()
Run on this class is for timeout checking.- Specified by:
run
in interfacejava.lang.Runnable
-
dispatchOnEDT
protected boolean dispatchOnEDT()
- Overrides:
dispatchOnEDT
in classFilteredPushNotificationListener
-
invokeRequest
public Request invokeRequest(java.lang.String project, java.lang.String messageHandler, org.python.core.PyDictionary payload, java.util.Properties params, boolean async)
-
receive
protected void receive(PushNotification notification)
- Specified by:
receive
in classFilteredPushNotificationListener
-
operationFinished
protected void operationFinished(java.util.UUID id)
-
-