org.jboss.web.tomcat.service.session.distributedcache.impl.jbc
Class Util
java.lang.Object
org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.Util
public class Util
- extends Object
Utility methods related to JBoss distributed sessions.
- Version:
- $Revision: 56542 $
- Author:
- Brian Stansberry
Method Summary |
static org.jboss.cache.Cache<Object,Object> |
findPlainCache(String cacheConfigName)
|
static org.jboss.cache.pojo.PojoCache |
findPojoCache(String cacheConfigName)
|
static String |
getCacheConfigName(org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager localManager)
|
static org.jboss.metadata.web.jboss.ReplicationGranularity |
getReplicationGranularity(org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager localManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getReplicationGranularity
public static org.jboss.metadata.web.jboss.ReplicationGranularity getReplicationGranularity(org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager localManager)
getCacheConfigName
public static String getCacheConfigName(org.jboss.web.tomcat.service.session.distributedcache.spi.LocalDistributableSessionManager localManager)
findPojoCache
public static org.jboss.cache.pojo.PojoCache findPojoCache(String cacheConfigName)
throws org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
- Throws:
org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
findPlainCache
public static org.jboss.cache.Cache<Object,Object> findPlainCache(String cacheConfigName)
throws org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
- Throws:
org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.