|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.server.content.spi.fs.FSCacheMaintenance
public class FSCacheMaintenance
Thread to perform maintenance on the FS Cache
| Nested Class Summary | |
|---|---|
static interface |
FSCacheMaintenance.FSCacheMaintenanceCallback |
protected class |
FSCacheMaintenance.FSCacheMaintenanceThreadThread to poll |
| Constructor Summary | |
|---|---|
FSCacheMaintenance(IdcClientFactory idcFactory) |
|
| Method Summary | |
|---|---|
IdcClientFactory |
getIdcFactory() |
void |
registerCallback(FSCacheMaintenance.FSCacheMaintenanceCallback callback)Register a callback |
void |
startCacheMaintainer()Start the thread; if already running, will shutdown and restart thread |
void |
stopCacheMaintainer()Stop the thread if running. |
void |
unregisterCallback(FSCacheMaintenance.FSCacheMaintenanceCallback callback)Unregister the callback |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FSCacheMaintenance(IdcClientFactory idcFactory)
| Method Detail |
|---|
public IdcClientFactory getIdcFactory()
public void stopCacheMaintainer()
public void startCacheMaintainer()
public void registerCallback(FSCacheMaintenance.FSCacheMaintenanceCallback callback)
callback - the callbackpublic void unregisterCallback(FSCacheMaintenance.FSCacheMaintenanceCallback callback)
callback - the callback to remove
|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||