Uses of Interface
railo.runtime.spooler.SpoolerTask

Packages that use SpoolerTask
railo.runtime.op   
railo.runtime.spooler   
railo.runtime.spooler.mail   
railo.runtime.spooler.remote   
railo.runtime.spooler.test   
railo.runtime.thread   
railo.runtime.util   
 

Uses of SpoolerTask in railo.runtime.op
 

Methods in railo.runtime.op that return SpoolerTask
 SpoolerTask CreationImpl.createRemoteClientTask(ExecutionPlan[] plans, RemoteClient remoteClient, Struct attrColl, String callerId, String type)
           
 

Uses of SpoolerTask in railo.runtime.spooler
 

Classes in railo.runtime.spooler that implement SpoolerTask
 class SpoolerTaskSupport
           
 class SpoolerTaskWS
           
 

Methods in railo.runtime.spooler with parameters of type SpoolerTask
 void SpoolerEngineImpl.add(SpoolerTask task)
           
 void SpoolerEngine.add(SpoolerTask task)
          adds a task to the engine
 long SpoolerEngineImpl.calculateNextExecution(SpoolerTask task)
           
 PageException SpoolerEngineImpl.execute(SpoolerTask task)
           
 PageException SpoolerEngine.execute(SpoolerTask task)
          execute task and return error throwed by task
 void SpoolerEngineImpl.remove(SpoolerTask task)
          remove that task from Spooler
 void SpoolerEngine.remove(SpoolerTask task)
          remove that task from Spooler
 

Uses of SpoolerTask in railo.runtime.spooler.mail
 

Classes in railo.runtime.spooler.mail that implement SpoolerTask
 class MailSpoolerTask
           
 

Uses of SpoolerTask in railo.runtime.spooler.remote
 

Classes in railo.runtime.spooler.remote that implement SpoolerTask
 class RemoteClientTask
           
 

Uses of SpoolerTask in railo.runtime.spooler.test
 

Classes in railo.runtime.spooler.test that implement SpoolerTask
 class TestTask
           
 

Uses of SpoolerTask in railo.runtime.thread
 

Classes in railo.runtime.thread that implement SpoolerTask
 class ChildSpoolerTask
           
 

Uses of SpoolerTask in railo.runtime.util
 

Methods in railo.runtime.util that return SpoolerTask
 SpoolerTask Creation.createRemoteClientTask(ExecutionPlan[] plans, RemoteClient remoteClient, Struct attrColl, String callerId, String type)
           
 



Copyright © 2012 Railo