| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.stellent.wcm.server.content.CacheDeleteQueue
oracle.stellent.wcm.server.content.CacheDeleteQueue
public class CacheDeleteQueue
| Constructor Summary | |
|---|---|
| CacheDeleteQueue() | |
| Method Summary | |
|---|---|
|  void | park(long timeout)Wait until m_deleteQueue is updated. | 
|  void | processScheduledDeletes()This method is assumed to be called by a "deleter" thread. | 
|  void | scheduleDeleteContent(java.lang.String filePath, java.lang.String lockKey)Schedule the delete of content from the disk cache | 
|  void | setFileSystemLoader(FileSystemLoader fileSystemLoader)Sets the pointer to the fileSystemLoader that will do the processing of deletes | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CacheDeleteQueue()
| Method Detail | 
|---|
public void setFileSystemLoader(FileSystemLoader fileSystemLoader)
fileSystemLoader -
public void scheduleDeleteContent(java.lang.String filePath,
                                  java.lang.String lockKey)
public void processScheduledDeletes()
public void park(long timeout)
| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||