The following examples illustrate how to use the command to cancel EJB timers.
cancelEJBTimers server1 -all
cancelEJBTimers server1 -app DefaultApplication.ear -mod Increment.jar -bean Increment
cancelEJBTimers server1 -id 25
Increment 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
Configuring a Timer Service for network deployment
Related reference
Example: Timer Service
Related information
EJB Timer Service settings