Class RelayInvocationHandler
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.action.RelayInvocationHandler
- All Implemented Interfaces:
InvocationHandler
This invocation handler simply relays invoke to another invocation handler, except that it intercepts equals(Object),
hashCode(), and toString()
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRelay()
protected Boolean
proxyEquals
(Object proxy, Object other) protected Integer
proxyHashCode
(Object proxy) protected String
proxyToString
(Object proxy) void
setRelay
(InvocationHandler handler)
-
Field Details
-
relay
-
-
Constructor Details
-
RelayInvocationHandler
public RelayInvocationHandler()
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
getRelay
-
setRelay
-
proxyHashCode
-
proxyEquals
-
proxyToString
-