[jboss-jira] [JBoss JIRA] Closed: (JBAS-6186) Use JBossWebMetaData to drive DistributedCacheManagerFactory
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Nov 11 15:11:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry closed JBAS-6186.
----------------------------------
Resolution: Done
> Use JBossWebMetaData to drive DistributedCacheManagerFactory
> ------------------------------------------------------------
>
> Key: JBAS-6186
> URL: https://jira.jboss.org/jira/browse/JBAS-6186
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: JBossAS-5.0.0.GA
>
>
> DistributedCacheManagerFactory becomes this:
> public interface DistributedCacheManagerFactory
> {
> DistributedCacheManager getDistributedCacheManager(JBossWebMetaData metadata) throws ClusteringNotSupportedException;
> }
> The factory returns a different impl based on ReplicationGranularity.
> FieldBasedDistributedCacheManager subinterface disappears.
> Per-attribute operations throw UnsupportedOperationException if granularity is SESSION.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list