436437438439440441442443444445446
EJBTimerService timerService) throws Exception { boolean redeliver = false; // There is no resource associated with the delivery of the timeout. ResourceHandle nullResourceHandle = null; try { Method method = getTimeoutMethod(timerState);
402403404405406407408409410411412