marc fleury wrote:
> I see... yes this is what Jini brings to clustering... how do you specify
> the type? by giving a *class* (which would be bad) or giving a class *name*?
> sorry I can't remember my Jini book.

It can be whatever really, but a common way to do it is by class
(interface really). And I mean *class* since that includes version
information that the *name* will not be able to provide. Due to the
distributed interface of the lookup service you will not have
classloader issues, if that's what you're concerned about.

/Rickard

-- 
Rickard Öberg
Software Development Specialist
xlurc - Xpedio Linköping Ubiquitous Research Center
Author of "Mastering RMI"
Email: [EMAIL PROTECTED]

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to