CancelEJBTimers command example
The following examples illustrate how to use the command to cancel EJBs timers.
To use the cancelEJBTimer command to cancel all EJB timers on a server called server1:
cancelEJBTimers server1 -allTo cancel all EJB timers on server1, associated with the Increment bean in the DefaultApplication:
cancelEJBTimers server1 -app DefaultApplication.ear -mod Increment.jar -bean IncrementTo cancel a specific EJB timer identified through the FindEJBTimers command or from a system log entry indicating a problem or failure:
cancelEJBTimers server1 -id 25Increment in the DefaultApplication does not implement the TimedObject interface, and so could not actually have associated EJB Timers. Increment is used merely for illustrative purposes in this example.
Related tasks
Set a timer service for network deployment
Related
Example: Using the Timer Service 
Related information
EJB timer service settings