|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--org.apache.struts.action.Tcr
The subclass of this class does the job in its run
method. Please see the UML class diagram
and the UML sequence diagram
for details on how the subclasses of Tcr
,
TcrForm
, and TcrAction
classes
interact with each other to implement the wait page functionality.
Field Summary | |
protected TcrForm |
form
|
(package private) java.lang.String |
name
|
protected boolean |
notDoneYet
|
(package private) java.lang.String |
path
|
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
Constructor Summary | |
protected |
Tcr(TcrForm form)
|
Method Summary | |
protected abstract void |
copyTo(TcrForm form)
|
protected void |
done()
|
java.lang.String |
getFormName()
|
java.lang.String |
getPath()
|
boolean |
isWorking()
|
(package private) void |
setFormName(java.lang.String name)
|
(package private) void |
setPath(java.lang.String path)
|
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected boolean notDoneYet
protected TcrForm form
java.lang.String path
java.lang.String name
Constructor Detail |
protected Tcr(TcrForm form)
Method Detail |
protected abstract void copyTo(TcrForm form)
public boolean isWorking()
protected void done()
void setPath(java.lang.String path)
public java.lang.String getPath()
void setFormName(java.lang.String name)
public java.lang.String getFormName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |