Class ReflectiveInvokeMessage
java.lang.Object
com.inductiveautomation.ignition.common.messages.ReflectiveInvokeMessage
- All Implemented Interfaces:
- Serializable
This is a message that can be passed through redundancy and will reflectively invoke a function on the far side.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionReflectiveInvokeMessage(String func, Class<?>[] argTypes, Object[] argValues) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
ReflectiveInvokeMessage
- 
ReflectiveInvokeMessage
 
- 
- 
Method Details- 
types
- 
values
- 
execute- Throws:
- Exception
 
 
-