|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stsci.client.ArcObjLoad
This is a threaded class which pumps an iterator to load data while the application still has control - as new Stars are manufactured they are put in the ArcObjCont. So essentialy this attaches a iterator to a container to fill the store up in the background (using a thread).
Field Summary | |
protected RemoteIter |
fac
|
protected ArcObjCont |
sky
|
Constructor Summary | |
ArcObjLoad(ArcObjCont sky,
RemoteIter iter)
|
Method Summary | |
void |
load()
Keep taking stars from the iterator until done and put them in the ArcObjCont. |
void |
run()
Obligatory for runable. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected ArcObjCont sky
protected RemoteIter fac
Constructor Detail |
public ArcObjLoad(ArcObjCont sky, RemoteIter iter)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void load()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |