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 Summary
ConstructorsConstructorDescriptionReflectiveInvokeMessage
(String func, Class<?>[] argTypes, Object[] argValues) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ReflectiveInvokeMessage
-
ReflectiveInvokeMessage
-
-
Method Details
-
types
-
values
-
execute
- Throws:
Exception
-