railo.runtime.spooler.test
Class TestTask

java.lang.Object
  extended by railo.runtime.spooler.SpoolerTaskSupport
      extended by railo.runtime.spooler.test.TestTask
All Implemented Interfaces:
Serializable, SpoolerTask

public class TestTask
extends SpoolerTaskSupport

See Also:
Serialized Form

Constructor Summary
TestTask(ExecutionPlan[] plans, String label, int fail)
           
 
Method Summary
 Struct detail()
          returns advanced info to the task
 Object execute(Config config)
          execute Task
 String getType()
          returns task type as String
 String subject()
          returns a short info to the task
 
Methods inherited from class railo.runtime.spooler.SpoolerTaskSupport
closed, getCreation, getExceptions, getId, getPlans, lastExecution, nextExecution, setClosed, setId, setLastExecution, setNextExecution, tries
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTask

public TestTask(ExecutionPlan[] plans,
                String label,
                int fail)
Method Detail

getType

public String getType()
Description copied from interface: SpoolerTask
returns task type as String

Returns:
Task subject

detail

public Struct detail()
Description copied from interface: SpoolerTask
returns advanced info to the task

Returns:
Task detail

execute

public Object execute(Config config)
               throws PageException
Description copied from interface: SpoolerTask
execute Task

Throws:
PageException

subject

public String subject()
Description copied from interface: SpoolerTask
returns a short info to the task

Returns:
Task subject


Copyright © 2012 Railo