railo.runtime.thread
Class ChildSpoolerTask

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

public class ChildSpoolerTask
extends SpoolerTaskSupport

See Also:
Serialized Form

Constructor Summary
ChildSpoolerTask(ChildThreadImpl ct, ExecutionPlan[] plans)
           
 
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

ChildSpoolerTask

public ChildSpoolerTask(ChildThreadImpl ct,
                        ExecutionPlan[] plans)
Method Detail

detail

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

Returns:
Task detail
See Also:
SpoolerTask.detail()

execute

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

Throws:
PageException

getType

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

Returns:
Task subject

subject

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

Returns:
Task subject


Copyright © 2012 Railo