coldfusion.server
Interface CronService

All Superinterfaces:
Service

public interface CronService
extends Service


Field Summary
 
Fields inherited from interface coldfusion.server.Service
STARTED, STARTING, STOOPED, STOPPING, UNINITALIZED
 
Method Summary
 void deleteTask(String arg0)
           
 boolean getLogFlag()
           
 String list()
           
 List listAll()
           
 void runCall(String arg0)
           
 void saveCronEntries()
           
 void setLogFlag(boolean arg0)
           
 void updateTask(String arg0, String arg1, String arg2, String arg3, String arg4, Date arg5, Date arg6, Date arg7, Date arg8, String arg9, boolean arg10, String arg11, String arg12, String arg13, String arg14, String arg15, String arg16, boolean arg17, String arg18, String arg19)
           
 
Methods inherited from interface coldfusion.server.Service
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
 

Method Detail

updateTask

void updateTask(String arg0,
                String arg1,
                String arg2,
                String arg3,
                String arg4,
                Date arg5,
                Date arg6,
                Date arg7,
                Date arg8,
                String arg9,
                boolean arg10,
                String arg11,
                String arg12,
                String arg13,
                String arg14,
                String arg15,
                String arg16,
                boolean arg17,
                String arg18,
                String arg19)
                throws ServiceException
Throws:
ServiceException

listAll

List listAll()

list

String list()

deleteTask

void deleteTask(String arg0)
                throws ServiceException
Throws:
ServiceException

runCall

void runCall(String arg0)
             throws ServiceException
Throws:
ServiceException

setLogFlag

void setLogFlag(boolean arg0)
                throws ServiceException
Throws:
ServiceException

getLogFlag

boolean getLogFlag()

saveCronEntries

void saveCronEntries()


Copyright © 2012 Railo