/* */ public Object handleUnregisterFailoverListener(Invocation invocation) throws Throwable
/* */ {
/* 215 */ ConnectionState state = getConnectionState(invocation);
/* */
/* 217 */ MethodInvocation mi = (MethodInvocation)invocation;
/* 218 */ FailoverListener listener = (FailoverListener)mi.getArguments()[0];
/* */
/* 220 */ boolean result = state.getFailoverCommandCenter().unregisterFailoverListener(listener);
/* */
/* 222 */ return new Boolean(result);
/* */ }