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.content.idc
Class IdcCacheSyncInfoAdapter

java.lang.Object
  extended by oracle.stellent.wcm.server.content.idc.IdcCacheSyncInfoAdapter

All Implemented Interfaces:
CacheSyncInfoAdapter
Direct Known Subclasses:
FSCacheSyncInfoAdapter

public class IdcCacheSyncInfoAdapter
extends java.lang.Object
implements CacheSyncInfoAdapter

Field Summary
protected  IdcClientFactory m_idcFactory
           
protected  ServiceAdapter m_serviceAdapter
           

 

Constructor Summary
IdcCacheSyncInfoAdapter(ServiceAdapter serviceAdapter, IdcClientFactory idcFactory)
          Create instance to call content server to get CacheSyncInfo.

 

Method Summary
 void addSiteIds(java.lang.String siteIds)
           
 IdcClientFactory getIdcFactory()
           
 long getMaxCount()
           
 ServiceAdapter getServiceAdapter()
           
 java.lang.String getSiteIds()
           
 CacheSyncInfo pollServerForCacheSyncInfo(java.lang.String previousToken)
          Call the content server to get the CacheSyncInfo
 void setMaxCount(int maxCount)
           

 

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

 

Field Detail

m_idcFactory

protected IdcClientFactory m_idcFactory

m_serviceAdapter

protected ServiceAdapter m_serviceAdapter

Constructor Detail

IdcCacheSyncInfoAdapter

public IdcCacheSyncInfoAdapter(ServiceAdapter serviceAdapter,
                               IdcClientFactory idcFactory)
Create instance to call content server to get CacheSyncInfo. This is usually called from the FSCacheSyncInfoAdapter class.
Parameters:
serviceAdapter -
idcFactory -

Method Detail

getServiceAdapter

public ServiceAdapter getServiceAdapter()

getIdcFactory

public IdcClientFactory getIdcFactory()

getMaxCount

public long getMaxCount()

setMaxCount

public void setMaxCount(int maxCount)

addSiteIds

public void addSiteIds(java.lang.String siteIds)

getSiteIds

public java.lang.String getSiteIds()

pollServerForCacheSyncInfo

public CacheSyncInfo pollServerForCacheSyncInfo(java.lang.String previousToken)
Call the content server to get the CacheSyncInfo
Specified by:
pollServerForCacheSyncInfo in interface CacheSyncInfoAdapter
Parameters:
previousToken - from the content server
Returns:
object holding information about modified content

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.