Thread putThread = new Thread(name) {
public void run() {
// System.out.println("**** starting thread on: " + CSPDirector._receiverStatus(receiver));
try {
IOPort port = receiver.getContainer();
receiver.put(port.convert(token));
} catch (IllegalActionException e) {
_exception = e;
} catch (TerminateProcessException e) {
// To stop the actor thread, we have
// to throw this exception.