[jboss-jira] [JBoss JIRA] Resolved: (JGRP-1295) Add TP.isMulticastCapable()
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Feb 21 08:56:14 EST 2011
[ https://issues.jboss.org/browse/JGRP-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1295.
----------------------------
Resolution: Duplicate Issue
I'm an idiot ! It's already there: TP.supportsMulticasting() ! :-)
To use:
JChannel ch;
TP transport=ch.getProtocolStack().getTransport();
if(transport.supportsMulticasting()) ...
Closing this issue.
> Add TP.isMulticastCapable()
> ---------------------------
>
> Key: JGRP-1295
> URL: https://issues.jboss.org/browse/JGRP-1295
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Pete Muir
> Assignee: Bela Ban
> Fix For: 2.12
>
>
> Add the ability to see if a transport is capable of multicasts.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list