Skip navigation links

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

E17273-03


oracle.stellent.wcm.server.thread
Class IdcServerPollingController

java.lang.Object
  extended by oracle.stellent.wcm.server.thread.IdcServerPollingController


public class IdcServerPollingController
extends java.lang.Object

Thread to poll the SPI Provider for content updates


Constructor Summary
IdcServerPollingController(IdcClientFactory idcClientFactory)
           

 

Method Summary
 void registerPoller(IdcServerPoller poller)
          Register a callback for the Content Poller
 void startController()
          Start the Content Event Poller; if already running, will shutdown and restart thread
 void stopController()
          Stop the content event poller if running.
 void unregisterPoller(IdcServerPoller poller)
          Unregister the callback

 

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

 

Constructor Detail

IdcServerPollingController

public IdcServerPollingController(IdcClientFactory idcClientFactory)

Method Detail

stopController

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

startController

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

registerPoller

public void registerPoller(IdcServerPoller poller)
Register a callback for the Content Poller
Parameters:
poller - the callback

unregisterPoller

public void unregisterPoller(IdcServerPoller poller)
Unregister the callback
Parameters:
poller - the callback to remove

Skip navigation links

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

E17273-03


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