Style Intelligence v12.0

inetsoft.sree.schedule
Interface Schedule

All Superinterfaces:
Remote, TestableRemote
All Known Implementing Classes:
ScheduleServer

public interface Schedule
extends Remote, TestableRemote

Interface defining the exported methods of the schedule server.


Method Summary
 void runNow(String task)
          Run a task now
 void start()
          Start the schedule server.
 void stop()
          Stop the schedule server.
 void stopNow(String task)
          Stop a task now
 
Methods inherited from interface inetsoft.sree.schedule.TestableRemote
test
 

Method Detail

start

void start()
           throws RemoteException
Start the schedule server.

Throws:
RemoteException

stop

void stop()
          throws RemoteException
Stop the schedule server.

Throws:
RemoteException

runNow

void runNow(String task)
            throws RemoteException
Run a task now

Throws:
RemoteException

stopNow

void stopNow(String task)
             throws RemoteException
Stop a task now

Throws:
RemoteException

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.