I am having some trouble understanding the Service interface, so I am going
to ask what is probably a dumb question, in the hope that responses will
enlighten me.
Services contain init(Object) and execute() methods. Let's say two objects
request the same service. And call its methods in the following order:
ObjectA calls init(ObjectA)
ObjectB calls init(ObjectB)
ObjectA calls execute()
ObjectB calls execute()
Will not the service execute wrongly for one of the objects???
John McNally
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]