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.core.idc
Class IdcServerPoller

java.lang.Object
  extended by oracle.stellent.wcm.core.idc.IdcServerPoller


public class IdcServerPoller
extends java.lang.Object

Thread to poll the SPI Provider for content updates


Nested Class Summary
protected  class IdcServerPoller.ContentPollerThread
          Thread to poll the SPI Provider for content updates
static interface IdcServerPoller.IdcPollCallback
           

 

Constructor Summary
IdcServerPoller(IdcClientFactory idcFactory)
           

 

Method Summary
 IdcClientFactory getIdcFactory()
           
 void registerCallback(IdcServerPoller.IdcPollCallback callback)
          Register a callback for the Content Poller
 void startContentPoller()
          Start the Content Event Poller; if already running, will shutdown and restart thread
 void stopContentPoller()
          Stop the content event poller if running.
 void unregisterCallback(IdcServerPoller.IdcPollCallback callback)
          Unregister the callback

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdcServerPoller

public IdcServerPoller(IdcClientFactory idcFactory)

Method Detail

getIdcFactory

public IdcClientFactory getIdcFactory()

stopContentPoller

public void stopContentPoller()
Stop the content event poller if running.

startContentPoller

public void startContentPoller()
Start the Content Event Poller; if already running, will shutdown and restart thread

registerCallback

public void registerCallback(IdcServerPoller.IdcPollCallback callback)
Register a callback for the Content Poller
Parameters:
callback - the callback

unregisterCallback

public void unregisterCallback(IdcServerPoller.IdcPollCallback 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.