Uses of Interface
railo.runtime.spooler.ExecutionPlan

Packages that use ExecutionPlan
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 ExecutionPlan in railo.runtime.op
 

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

Uses of ExecutionPlan in railo.runtime.spooler
 

Classes in railo.runtime.spooler that implement ExecutionPlan
 class ExecutionPlanImpl
           
 

Methods in railo.runtime.spooler that return ExecutionPlan
 ExecutionPlan[] SpoolerTaskSupport.getPlans()
           
 ExecutionPlan[] SpoolerTask.getPlans()
           
 

Constructors in railo.runtime.spooler with parameters of type ExecutionPlan
SpoolerTaskSupport(ExecutionPlan[] plans)
          Constructor of the class
SpoolerTaskWS(ExecutionPlan[] plans, RemoteClient client)
           
 

Uses of ExecutionPlan in railo.runtime.spooler.mail
 

Constructors in railo.runtime.spooler.mail with parameters of type ExecutionPlan
MailSpoolerTask(ExecutionPlan[] plans, SMTPClient client)
           
 

Uses of ExecutionPlan in railo.runtime.spooler.remote
 

Constructors in railo.runtime.spooler.remote with parameters of type ExecutionPlan
RemoteClientTask(ExecutionPlan[] plans, RemoteClient client, Struct attrColl, String callerId, String type)
           
 

Uses of ExecutionPlan in railo.runtime.spooler.test
 

Constructors in railo.runtime.spooler.test with parameters of type ExecutionPlan
TestTask(ExecutionPlan[] plans, String label, int fail)
           
 

Uses of ExecutionPlan in railo.runtime.thread
 

Constructors in railo.runtime.thread with parameters of type ExecutionPlan
ChildSpoolerTask(ChildThreadImpl ct, ExecutionPlan[] plans)
           
 

Uses of ExecutionPlan in railo.runtime.util
 

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



Copyright © 2012 Railo