|
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.thread.IdcServerPollingController
public class IdcServerPollingController
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 |
|---|
public IdcServerPollingController(IdcClientFactory idcClientFactory)
| Method Detail |
|---|
public void stopController()
public void startController()
public void registerPoller(IdcServerPoller poller)
poller - the callbackpublic void unregisterPoller(IdcServerPoller poller)
poller - the callback to remove
|
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 | |||||||||