Class RelayInvocationHandler
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.binding.action.RelayInvocationHandler
 
- 
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
 
 public class RelayInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandlerThis invocation handler simply relays invoke to another invocation handler, except that it intercepts equals(Object), hashCode(), and toString()
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.reflect.InvocationHandlerrelay
 - 
Constructor SummaryConstructors Constructor Description RelayInvocationHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.InvocationHandlergetRelay()java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args)protected java.lang.BooleanproxyEquals(java.lang.Object proxy, java.lang.Object other)protected java.lang.IntegerproxyHashCode(java.lang.Object proxy)protected java.lang.StringproxyToString(java.lang.Object proxy)voidsetRelay(java.lang.reflect.InvocationHandler handler)
 
- 
- 
- 
Method Detail- 
invokepublic java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
- invokein interface- java.lang.reflect.InvocationHandler
- Throws:
- java.lang.Throwable
 
 - 
getRelaypublic java.lang.reflect.InvocationHandler getRelay() 
 - 
setRelaypublic void setRelay(java.lang.reflect.InvocationHandler handler) 
 - 
proxyHashCodeprotected java.lang.Integer proxyHashCode(java.lang.Object proxy) 
 - 
proxyEqualsprotected java.lang.Boolean proxyEquals(java.lang.Object proxy, java.lang.Object other)
 - 
proxyToStringprotected java.lang.String proxyToString(java.lang.Object proxy) 
 
- 
 
-