8586878889909192939495
try { ReplicationChannelManager channelManager = dataTransmitter.getChannelManager(); channelManager.setAllowConnect(false); channelManager.disconnect(); channelManager.connect(); sb.append("ok"); }
115116117118119120121122123124125
try { ReplicationChannelManager channelManager = dataTransmitter.getChannelManager(); channelManager.setAllowConnect(false, id); channelManager.disconnect(); channelManager.connect(); sb.append("ok"); }
167168169170171172173174175176177
try { ReplicationChannelManager channelManager = dataTransmitter.getChannelManager(); channelManager.setAllowConnect(true); channelManager.disconnect(); channelManager.connect(); sb.append("ok"); }