Examples of subject()


Examples of railo.runtime.spooler.SpoolerTask.subject()

    for(int i=0;i<tasks.length;i++) {
      row++;
      task=tasks[i];
      try{
        qry.setAt("type", row, task.getType());
        qry.setAt("name", row, task.subject());
        qry.setAt("detail", row, task.detail());
        qry.setAt("id", row, task.getId());
 
       
        qry.setAt("lastExecution", row,new DateTimeImpl(pageContext,task.lastExecution(),true));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.