Cancels a timer. If a transaction is in progress, the cancellation will be effective at the end of the transaction. If the timer has been created in the same transaction or if there is no transaction, the cancellation is immediately effective. If the timer is executing when the cancellation becomes effective, the execution in progress will not be stopped.
@param timerImpl the timer to be cancelled.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.