[jboss-jira] [JBoss JIRA] Created: (JBAS-6186) Use JBossWebMetaData to drive DistributedCacheManagerFactory
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Sun Nov 9 16:15:36 EST 2008
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