Created: 2005.11.08 @author Brad Zdanivsky @author Peter Brandt-Erichsen
332333334335336337338339340
return false; } /** Send this command to the output channel */ public void send() { OutputChannel outputChannel = constants.getOutputChannel(); if (outputChannel != null) outputChannel.write(this); }