Class ReflectiveInvokeMessage
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.messages.ReflectiveInvokeMessage
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ReflectiveInvokeMessage extends java.lang.Object implements java.io.SerializableThis is a message that can be passed through redundancy and will reflectively invoke a function on the far side.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ReflectiveInvokeMessage(java.lang.String func)ReflectiveInvokeMessage(java.lang.String func, java.lang.Class<?>[] argTypes, java.lang.Object[] argValues)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(java.lang.Object target)ReflectiveInvokeMessagetypes(java.lang.Class<?>... types)ReflectiveInvokeMessagevalues(java.lang.Object... vals)
 
- 
- 
- 
Method Detail- 
typespublic ReflectiveInvokeMessage types(java.lang.Class<?>... types) 
 - 
valuespublic ReflectiveInvokeMessage values(java.lang.Object... vals) 
 - 
executepublic java.lang.Object execute(java.lang.Object target) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-