|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.filesys.state.FileStateReaper
public class FileStateReaper
File State Reaper Class
FileStateTable objects register with the file state reaper to periodically check for expired file states.
| Constructor Summary | |
|---|---|
FileStateReaper()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addStateTable(java.lang.String filesysName,
FileStateTable stateTable)
Add a file state table to the reaper list |
long |
getCheckInterval()
Return the expired file state checker interval, in milliseconds |
void |
removeStateTable(java.lang.String filesysName)
Remove a state table from the reaper list |
void |
run()
Expired file state checker thread |
void |
setCheckInterval(long chkIntval)
Set the expired file state checker interval, in milliseconds |
void |
shutdownRequest()
Request the file state checker thread to shutdown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileStateReaper()
| Method Detail |
|---|
public final long getCheckInterval()
public final void setCheckInterval(long chkIntval)
chkIntval - long
public final void addStateTable(java.lang.String filesysName,
FileStateTable stateTable)
filesysName - StringstateTable - FileStateTablepublic final void removeStateTable(java.lang.String filesysName)
filesysName - Stringpublic void run()
run in interface java.lang.Runnablepublic final void shutdownRequest()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||