[infinispan-issues] [JBoss JIRA] (ISPN-1526) make DefaultCacheManager.getTransport(); public
Dan Berindei (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Nov 16 05:22:41 EST 2011
[ https://issues.jboss.org/browse/ISPN-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643266#comment-12643266 ]
Dan Berindei commented on ISPN-1526:
------------------------------------
This is even more necessary after my fix for ISPN-1508, which removed the workaround of using cacheManager.getCache().getAdvancedCache().getRpcManager().getTransport() to get to the global Transport component.
With that fix, if the default cache's RpcManager can be null if it is not clustered, so there is no generic way to get the Transport.
> make DefaultCacheManager.getTransport(); public
> -----------------------------------------------
>
> Key: ISPN-1526
> URL: https://issues.jboss.org/browse/ISPN-1526
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core API
> Affects Versions: 5.0.1.FINAL
> Environment: N/A
> Reporter: Mitchell Ackerman
> Assignee: Dan Berindei
>
> make DefaultCacheManager.getTransport(); public so that users have access to the JGroups transport. This is useful for a miriad reasons, for example, where the user needs to know the IP address of the cluster members.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list