|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.schedule.ScheduleClient
public class ScheduleClient
Class providing client-side access to the schedule server.
| Constructor Summary | |
|---|---|
ScheduleClient()
Default constructor. |
|
| Method Summary | |
|---|---|
static ScheduleClient |
getScheduleClient()
Get a singleton of the ScheduleClient |
static Date |
getScheduleStartDate()
Get the schedule start Date. |
boolean |
isRunning()
Determines if the schedule server is running. |
boolean |
isRunning(long timeout)
Determines if the schedule server is running. |
boolean |
isRunning(long timeout,
boolean refresh)
Determines if the schedule server is running. |
boolean |
isRunning(String server)
Determines if the schedule server is running. |
boolean |
isSchedulerRunning()
Determines if the schedule server being used is running. |
boolean |
isSchedulerRunning(boolean isLocal)
Determines if the schedule server being used is running. |
boolean |
runNow(String task)
Return status of startup |
void |
startServer()
Starts the schedule server. |
void |
startServer(boolean isLocal)
Starts the schedule server. |
boolean |
stopNow(String task)
Return status of stop |
void |
stopServer()
Stops the schedule server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScheduleClient()
| Method Detail |
|---|
public void startServer()
throws Exception
Exception
public void startServer(boolean isLocal)
throws Exception
Exception
public void stopServer()
throws RemoteException
RemoteException
public boolean stopNow(String task)
throws RemoteException
RemoteException
public boolean runNow(String task)
throws RemoteException
RemoteExceptionpublic boolean isRunning()
public boolean isRunning(long timeout)
public boolean isRunning(String server)
public boolean isSchedulerRunning()
public boolean isSchedulerRunning(boolean isLocal)
isLocal - the running state of local scheduler or main scheduler.
public boolean isRunning(long timeout,
boolean refresh)
public static ScheduleClient getScheduleClient()
public static Date getScheduleStartDate()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||