timer = new TimerState (timerId, containerId, applicationId, ownerId,
timedObjectPrimaryKey, initialExpiration,
intervalDuration, schedule, timerConfig.getInfo());
} catch(IOException ioe) {
CreateException ce = new CreateException();
ce.initCause(ioe);
throw ce;
}
if( logger.isLoggable(Level.FINE) ) {
logger.log(Level.FINE, "TimerBean.createTimer() ::timerId=" +