// this method is called if there was no response to the NOTIFY
// request
// we sent
super.processTimeout(timeout);
JipletTransaction trans = timeout.getTransaction();
Subscription s = subscriptionList.findSubscription((String) trans
.getAttribute("subscription"));
if (s != null)
{
s.processTimeout(timeout.getTimeoutEvent());