//
// create the timer that can be used for acting on the
// termination time, but DON'T start it
//
TimerTask scheduledDestruction = new DestroyTimerTask(getWsResource());
_terminationTimer = new Timer(scheduledDestruction);
setMessageHandler(createSetTerminationTimeHandler());
}