112113114115116117118119120121122
if ((null == ssm) || (as.isValid() == false)) { throw new IllegalStateException("Invalid SipApplicationSession"); } TimerListener tl = as.getTimerListener(); if (tl == null) { throw new IllegalStateException("No TimerListener is configured "); }