railo.runtime.spooler
Class SpoolerTaskWS

java.lang.Object
  extended by railo.runtime.spooler.SpoolerTaskSupport
      extended by railo.runtime.spooler.SpoolerTaskWS
All Implemented Interfaces:
Serializable, SpoolerTask
Direct Known Subclasses:
RemoteClientTask

public abstract class SpoolerTaskWS
extends SpoolerTaskSupport

See Also:
Serialized Form

Constructor Summary
SpoolerTaskWS(ExecutionPlan[] plans, RemoteClient client)
           
 
Method Summary
 Struct detail()
          returns advanced info to the task
 Object execute(Config config)
          execute Task
static RPCClient getRPCClient(RemoteClient client)
           
 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
 
Methods inherited from interface railo.runtime.spooler.SpoolerTask
getType
 

Constructor Detail

SpoolerTaskWS

public SpoolerTaskWS(ExecutionPlan[] plans,
                     RemoteClient client)
Method Detail

execute

public final 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

detail

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

Returns:
Task detail

getRPCClient

public static RPCClient getRPCClient(RemoteClient client)
                              throws PageException
Throws:
PageException


Copyright © 2012 Railo