try {
timerId = timerService_.createTimer
(containerId_, getTimedObjectPrimaryKey(), duration, 0, info);
} catch(CreateException ce) {
EJBException ejbEx = new EJBException();
ejbEx.initCause(ce);
throw ejbEx;
}
return new TimerWrapper(timerId, timerService_);
}