IOPort destination = (IOPort) nextDestination;
try {
if (channel != null) {
if (token == null) {
destination.sendClear(channel.intValue());
if (_debugging) {
_debug(getFullName() + " port: "
+ destination.getName()
+ " channel: " + channel.intValue()