return new ScopedTimer(((AppSessionIf) session).getAppSession(), delay, isPersistent, info);
}
public ServletTimer createTimer(SipApplicationSession session, long delay, long period, boolean fixedDelay, boolean isPersistent, Serializable info)
{
return new ScopedTimer(((AppSessionIf) session).getAppSession(), delay, period, fixedDelay, isPersistent, info);
}