Changed Methods |
Object doInvoke(MethodInvocation )
|
Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation .
|
Route the invocation to the configured managed resource. |
Object handleConnectFailure(MethodInvocation, Exception)
|
Change in signature from (MethodInvocation, java.lang.Exception ) to (org.aopalliance.intercept.MethodInvocation, java.lang.Exception ).
|
Refresh the connection and retry the MBean invocation if possible. |
Object invoke(MethodInvocation )
|
Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation .
|
Route the invocation to the configured managed resource.. |