uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE43210-E

Carendar based timers or automatic timers can invoke this method. (EJB name = aa....aa, calling EJB method = bb....bb, called javax.ejb.Timer method = cc....cc)

aa....aa: EJB name
bb....bb: Calling method name
cc....cc: Invoked Timer Service method
Description
A timer that is neither a calendar-based timer nor a timer that is auto-generated in the @Schedule annotation invoked the getSchedule() method.
Action
Check whether the invoked timer is a calendar-based timer or a timer that is auto-generated in the @Schedule annotation.