com.scalagent.joram.mom.dest.scheduler
Class SchedulerQueueTask

java.lang.Object
  extended by com.scalagent.joram.mom.dest.scheduler.SchedulerQueueTask
All Implemented Interfaces:
ScheduleTask, java.io.Serializable

public class SchedulerQueueTask
extends java.lang.Object
implements ScheduleTask

Task sending a SchedulerQueueNot to a SchedulerQueue.

See Also:
Serialized Form

Field Summary
private  AgentId schedulerQueue
           
private static long serialVersionUID
           
 
Constructor Summary
SchedulerQueueTask(AgentId schedulerQueue)
           
 
Method Summary
 void run()
          Task to execute: send a SchedulerQueueNot to the related SchedulerQueue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

schedulerQueue

private AgentId schedulerQueue
Constructor Detail

SchedulerQueueTask

public SchedulerQueueTask(AgentId schedulerQueue)
Method Detail

run

public void run()
Task to execute: send a SchedulerQueueNot to the related SchedulerQueue.

Specified by:
run in interface ScheduleTask
See Also:
ScheduleTask.run()


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.