railo.runtime.spooler.remote
Class RemoteClientTask

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

public class RemoteClientTask
extends SpoolerTaskWS

See Also:
Serialized Form

Field Summary
static Collection.Key ATTRIBUTE_COLLECTION
           
static Collection.Key CALLER_ID
           
static Collection.Key PASSWORD
           
 
Constructor Summary
RemoteClientTask(ExecutionPlan[] plans, RemoteClient client, Struct attrColl, String callerId, String type)
           
 
Method Summary
 Struct detail()
          returns advanced info to the task
 String getType()
          returns task type as String
 String subject()
          returns a short info to the task
 
Methods inherited from class railo.runtime.spooler.SpoolerTaskWS
execute, getRPCClient
 
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
 

Field Detail

PASSWORD

public static final Collection.Key PASSWORD

ATTRIBUTE_COLLECTION

public static final Collection.Key ATTRIBUTE_COLLECTION

CALLER_ID

public static final Collection.Key CALLER_ID
Constructor Detail

RemoteClientTask

public RemoteClientTask(ExecutionPlan[] plans,
                        RemoteClient client,
                        Struct attrColl,
                        String callerId,
                        String type)
Method Detail

getType

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

Returns:
Task subject
See Also:
SpoolerTask.getType()

subject

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

Specified by:
subject in interface SpoolerTask
Overrides:
subject in class SpoolerTaskWS
Returns:
Task subject
See Also:
SpoolerTask.subject()

detail

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

Specified by:
detail in interface SpoolerTask
Overrides:
detail in class SpoolerTaskWS
Returns:
Task detail
See Also:
SpoolerTask.detail()


Copyright © 2012 Railo