|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.schedule.HTTPScheduler
This class represents the http server of the scheduler
| Field Summary | |
protected int |
port
The listening port |
protected Scheduler |
scheduler
The scheduler object |
static java.net.ServerSocket |
serverSocket
The server socket |
| Constructor Summary | |
HTTPScheduler(Scheduler scheduler,
int port)
Construct the HTTPScheuler |
|
| Method Summary | |
void |
run()
Run the server |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.net.ServerSocket serverSocket
protected Scheduler scheduler
protected int port
| Constructor Detail |
public HTTPScheduler(Scheduler scheduler,
int port)
scheduler - the scheduler objectport - the listening port| Method Detail |
public void run()
run in interface java.lang.Runnable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||