|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--scopeDataTransporter.DriveData
This class purpose is to retrieve telescope position data from the server, for the client applet - TelescopeDrive. Creation date: (8/01/01 3:05:58 PM)
Field Summary | |
private java.net.URL |
dataURL
|
private boolean |
isDone
|
private TelescopeDataTransporter |
telescopeData
|
Constructor Summary | |
DriveData()
ChartImage constructor comment. |
|
DriveData(java.lang.String urlSuffix,
java.net.URL currentPage)
Insert the method's description here. |
Method Summary | |
TelescopeDataTransporter |
getTelescopeData()
Insert the method's description here. |
void |
init(java.lang.String urlSuffix,
java.net.URL currentPage)
Insert the method's description here. |
boolean |
isDone()
Insert the method's description here. |
private TelescopeDataTransporter |
retrieveTelescopeData()
Insert the method's description here. |
void |
run()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private TelescopeDataTransporter telescopeData
private boolean isDone
private java.net.URL dataURL
Constructor Detail |
public DriveData()
public DriveData(java.lang.String urlSuffix, java.net.URL currentPage)
urlSuffix
- java.lang.StringcurrentPage
- java.net.URLMethod Detail |
public TelescopeDataTransporter getTelescopeData()
public void init(java.lang.String urlSuffix, java.net.URL currentPage)
urlSuffix
- java.lang.StringcurrentPage
- java.net.URLpublic boolean isDone()
private TelescopeDataTransporter retrieveTelescopeData() throws java.io.IOException
java.io.IOException
- The exception description.public void run()
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
The general contract of the method run
is that it may
take any action whatsoever.
run
in interface java.lang.Runnable
Thread.run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |