timer_J method
void
timer_J()
Implementation
void timer_J() {
logger.debug('Timer J expired for transaction $id');
stateChanged(TransactionState.TERMINATED);
ua!.destroyTransaction(this);
}
void timer_J() {
logger.debug('Timer J expired for transaction $id');
stateChanged(TransactionState.TERMINATED);
ua!.destroyTransaction(this);
}