//TODO suspendTimeout not used
int suspendTimeout = resumeAnnotation.value();
doResume(marshalledEntity, req, resp, resource);
}
Schedule scheduleAnnotation = ctx.getActionAnnotation(Schedule.class);
if (scheduleAnnotation != null) {
doSchedule(scheduleAnnotation.period(),
scheduleAnnotation.waitFor(),
entity, marshalledEntity, resource, req, resp,
scheduleAnnotation.resumeOnBroadcast());
}
/*
* TODO
* in org.atmosphere.jersey.AtmosphereFilter there are often