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
Class SPIEventProcessor

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

All Implemented Interfaces:
IdcServerPoller.IdcPollCallback

public class SPIEventProcessor
extends java.lang.Object
implements IdcServerPoller.IdcPollCallback

Attach to the IdcServerPoller and fire events as content changes


Constructor Summary
SPIEventProcessor(EventProcessor eventProcessor, ProjectManager projectManager, Provider provider)
           

 

Method Summary
 void callIdcServer(IdcClientFactory clientFactory)
          Invoke the Content Server
 EventProcessor getEventProcessor()
           
 ProjectManager getProjectManager()
           
 Provider getProvider()
           

 

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

 

Constructor Detail

SPIEventProcessor

public SPIEventProcessor(EventProcessor eventProcessor,
                         ProjectManager projectManager,
                         Provider provider)

Method Detail

getEventProcessor

public EventProcessor getEventProcessor()

getProvider

public Provider getProvider()

getProjectManager

public ProjectManager getProjectManager()

callIdcServer

public void callIdcServer(IdcClientFactory clientFactory)
Description copied from interface: IdcServerPoller.IdcPollCallback
Invoke the Content Server
Specified by:
callIdcServer in interface IdcServerPoller.IdcPollCallback
Parameters:
clientFactory - the configured client factory

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.