|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jcs.utils.access.AbstractJCSWorkerHelper
public abstract class AbstractJCSWorkerHelper
This is an abstract template for JCSWorkerHelper implementations. it simple has a convenience method for setting the finished flag.
| Constructor Summary | |
|---|---|
AbstractJCSWorkerHelper()
Default |
|
| Method Summary | |
|---|---|
boolean |
isFinished()
Tells us weather or not the work has been completed. |
void |
setFinished(boolean isFinished)
Sets weather or not the work has been done. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jcs.utils.access.JCSWorkerHelper |
|---|
doWork |
| Constructor Detail |
|---|
public AbstractJCSWorkerHelper()
| Method Detail |
|---|
public boolean isFinished()
JCSWorkerHelper
isFinished in interface JCSWorkerHelperpublic void setFinished(boolean isFinished)
JCSWorkerHelper
setFinished in interface JCSWorkerHelperisFinished - True if the work has allready been done, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||