>From the point of view of the LBP, it is not important to know what's in it:
you have to elect one object, that's all.

(the list contains RMI proxies for the HA-JRMP RMI Server)

> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de
> Maris Orbidans
> Envoy� : jeudi, 9 janvier 2003 15:18
> � : [EMAIL PROTECTED]
> Objet : [JBoss-dev] LoadBalancePolicy interface
>
>
> hello
>
>
> I would like to ask:   What targets list contains ?   Which class
> objects ?
>
>
> public class RoundRobin implements LoadBalancePolicy
> {
> ...
>       public Object chooseTarget(java.util.List targets)
>       {
>             cursorRemote = ( (cursorRemote + 1) % targets.size() );
>             return targets.get(cursorRemote);
>       }
> }
>
>
>
> thanx
> Maris Orbidans
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld =omething 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to