org.atmosphere.samples.multirequest.jobs
Class Job1

java.lang.Object
  extended by org.atmosphere.samples.multirequest.jobs.AtmosphereJob
      extended by org.atmosphere.samples.multirequest.jobs.Job1

@Component
public class Job1
extends AtmosphereJob


Constructor Summary
Job1()
           
 
Method Summary
 void runAction()
           
 
Methods inherited from class org.atmosphere.samples.multirequest.jobs.AtmosphereJob
getBroadcaster, sendMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Job1

public Job1()
Method Detail

runAction

@Scheduled(cron="0/3 * * * * ?")
public void runAction()


Copyright © 2014. All Rights Reserved.