org.apache.jcs.auxiliary.remote.http.server
Class RemoteHttpCacheSeviceFactory

java.lang.Object
  extended by org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheSeviceFactory

public class RemoteHttpCacheSeviceFactory
extends java.lang.Object

Creates the server.


Constructor Summary
RemoteHttpCacheSeviceFactory()
           
 
Method Summary
protected static ICacheEventLogger configureCacheEventLogger(java.util.Properties props)
          Tries to get the event logger.
protected static RemoteHttpCacheServerAttributes configureRemoteHttpCacheServerAttributes(java.util.Properties prop)
          Configure.
static RemoteHttpCacheService createRemoteHttpCacheService(ICompositeCacheManager cacheManager)
          Configures the attributes and the event logger and constructs a service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteHttpCacheSeviceFactory

public RemoteHttpCacheSeviceFactory()
Method Detail

createRemoteHttpCacheService

public static RemoteHttpCacheService createRemoteHttpCacheService(ICompositeCacheManager cacheManager)
Configures the attributes and the event logger and constructs a service.

Parameters:
cacheManager -
Returns:
RemoteHttpCacheService

configureCacheEventLogger

protected static ICacheEventLogger configureCacheEventLogger(java.util.Properties props)
Tries to get the event logger.

Parameters:
props -
Returns:
ICacheEventLogger

configureRemoteHttpCacheServerAttributes

protected static RemoteHttpCacheServerAttributes configureRemoteHttpCacheServerAttributes(java.util.Properties prop)
Configure.

jcs.remotehttpcache.serverattributes.ATTRIBUTENAME=ATTRIBUTEVALUE

Parameters:
prop -
Returns:
RemoteCacheServerAttributesconfigureRemoteCacheServerAttributes


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.