}
if (gtSequenceNum != null) {
long seqId = Long.parseLong(gtSequenceNum);
stopCron();
SLAEventsCommand seCommand = new SLAEventsCommand(seqId, maxNoEvents);
List<SLAEventBean> slaEvntList = seCommand.call();
long lastSeqId = seCommand.getLastSeqId();
Element eResponse = new Element("sla-message");
for (SLAEventBean event : slaEvntList) {
eResponse.addContent(event.toXml());