Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.server.content.spi.fs
Class FSCacheMaintenance

java.lang.Object
  extended by oracle.stellent.wcm.server.content.spi.fs.FSCacheMaintenance


public class FSCacheMaintenance
extends java.lang.Object

Thread to perform maintenance on the FS Cache


Nested Class Summary
static interface FSCacheMaintenance.FSCacheMaintenanceCallback
           
protected  class FSCacheMaintenance.FSCacheMaintenanceThread
          Thread 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

FSCacheMaintenance

public FSCacheMaintenance(IdcClientFactory idcFactory)

Method Detail

getIdcFactory

public IdcClientFactory getIdcFactory()

stopCacheMaintainer

public void stopCacheMaintainer()
Stop the thread if running.

startCacheMaintainer

public void startCacheMaintainer()
Start the thread; if already running, will shutdown and restart thread

registerCallback

public void registerCallback(FSCacheMaintenance.FSCacheMaintenanceCallback callback)
Register a callback
Parameters:
callback - the callback

unregisterCallback

public void unregisterCallback(FSCacheMaintenance.FSCacheMaintenanceCallback callback)
Unregister the callback
Parameters:
callback - the callback to remove

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.