Re: Looking for a specific group
Mohamed Abdelaziz <[email protected]>
| Newsgroups | gmane.comp.java.jxta.user |
|---|---|
| Message-ID | <[email protected]> |
Wil wrote: Hi, I have set up a discovery listener in order to find a specific group. I can get it to work by checking all the responses but I thought it was possible to filter responses in the request thus discovery.getRemoteAdvertisements(null, DiscoveryService.GROUP, "name", groupName, 10, this); "Name", groupName, 10, this); This does not work for me, can anyone give me a hint? Thanks Wil