Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.applicationblocks.com.cache.IConfCache

Packages that use IConfCache
com.genesyslab.platform.applicationblocks.com   
com.genesyslab.platform.applicationblocks.com.cache   
 

Uses of IConfCache in com.genesyslab.platform.applicationblocks.com
 

Methods in com.genesyslab.platform.applicationblocks.com that return IConfCache
 IConfCache IConfService.getCache()
          Returns an instance of the configuration cache or null if caching is not enabled.
 IConfCache ConfService.getCache()
           
 

Methods in com.genesyslab.platform.applicationblocks.com with parameters of type IConfCache
static IConfService ConfServiceFactory.createConfService(Protocol protocol, IConfServicePolicy confServicePolicy, IConfCache cache)
          Creates a configuration service with the specified policy information.
 

Uses of IConfCache in com.genesyslab.platform.applicationblocks.com.cache
 

Classes in com.genesyslab.platform.applicationblocks.com.cache that implement IConfCache
 class DefaultConfCache
          The default implementation of the configuration cache interface.
 

Methods in com.genesyslab.platform.applicationblocks.com.cache that return types with arguments of type IConfCache
 java.util.concurrent.Future<IConfCache> IConfCache.beginRefresh(AsyncInvoker asyncInvoker, Action<java.util.concurrent.Future<IConfCache>> finishCallback)
          Asynchronously updates all configuration objects in the cache.
 java.util.concurrent.Future<IConfCache> DefaultConfCache.beginRefresh(AsyncInvoker asyncInvoker, Action<java.util.concurrent.Future<IConfCache>> finishCallback)
          Asynchronously updates all configuration objects in the cache.
 

Method parameters in com.genesyslab.platform.applicationblocks.com.cache with type arguments of type IConfCache
 java.util.concurrent.Future<IConfCache> IConfCache.beginRefresh(AsyncInvoker asyncInvoker, Action<java.util.concurrent.Future<IConfCache>> finishCallback)
          Asynchronously updates all configuration objects in the cache.
 java.util.concurrent.Future<IConfCache> DefaultConfCache.beginRefresh(AsyncInvoker asyncInvoker, Action<java.util.concurrent.Future<IConfCache>> finishCallback)
          Asynchronously updates all configuration objects in the cache.
 void IConfCache.endRefresh(java.util.concurrent.Future<IConfCache> asyncResult)
          To be called when the asynchronous refresh operation is complete.
 void DefaultConfCache.endRefresh(java.util.concurrent.Future<IConfCache> asyncResult)
          To be called when the asynchronous refresh operation is complete.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.