Date: 2004-06-24T09:21:58
Editor: 200.69.248.193 <>
Wiki: Jakarta HiveMind Wiki
Page: FrequentlyAskedQuestions
URL: http://wiki.apache.org/jakarta-hivemind/FrequentlyAskedQuestions
no comment
Change Log:
------------------------------------------------------------------------------
@@ -14,5 +14,5 @@
'''Accepted Answer:'''
-HowardLewisShip: Yes, passing {{{Object.class}} will continue work although
but it is not recommended in ''normal'' cirmcumstaces. The idea of passing in
the expected (assignable) type is to allow HiveMind to do a check that the
service object or proxy returned is assignable. Better a good message from
inside HiveMind than a bad ClassCastException. Using java.lang.Object is
acceptible if you don't care about that test.
+HowardLewisShip: Yes, passing {{{Object.class}}} will continue work although
but it is not recommended in ''normal'' cirmcumstaces. The idea of passing in
the expected (assignable) type is to allow HiveMind to do a check that the
service object or proxy returned is assignable. Better a good message from
inside HiveMind than a bad ClassCastException. Using java.lang.Object is
acceptible if you don't care about that test.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]