225226227228229230231232233
registerChannel(channel); return channel; } public ChannelExec createExecChannel(String command) throws Exception { ChannelExec channel = new ChannelExec(command); registerChannel(channel); return channel; }