|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
inetsoft.sree.schedule.ScheduleServer
public class ScheduleServer
| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
ScheduleServer()
Default constructor. |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Create a new schedule process. |
void |
runNow(String taskName)
Run a task immediately. |
void |
setID(String identifier)
Set the unique identifier for this scheduler. |
void |
start()
Start the schedule server. |
void |
stop()
Stop the schedule server. |
void |
stopNow(String taskName)
Stop a task immediately. |
void |
test()
To test whether the remote schedule is running. |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScheduleServer()
throws RemoteException
RemoteException| Method Detail |
|---|
public void start()
throws RemoteException
start in interface ScheduleRemoteException
public void stop()
throws RemoteException
stop in interface ScheduleRemoteException
public void runNow(String taskName)
throws RemoteException
runNow in interface ScheduletaskName - the name of task
RemoteException
public void stopNow(String taskName)
throws RemoteException
stopNow in interface ScheduletaskName - the name of task
RemoteExceptionpublic static void main(String[] args)
args - args[0] can contain the identfier for the scheduler.public void setID(String identifier)
public void test()
throws RemoteException
test in interface TestableRemoteRemoteException
|
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 | ||||||||