Sorry for the repost, but no response to this, so I thought I'd try again.
Maybe this belongs to Turbine-Dev though...

This was found in the CVS version checked out on Dec 6. Checked again today
and no changes to that.

Kelvin

----- Original Message -----
From: Kelvin Tan <[EMAIL PROTECTED]>
To: Turbine Users List <[EMAIL PROTECTED]>
Sent: Thursday, December 06, 2001 3:04 PM
Subject: [Fulcrum] Services hashtable


> In BaseServiceBroker, how are the services supposed to be stored in the
> Services hashtable?
>
> services.put(name, service) or services.put(className, service) ?
>
> Within getServiceInstance(String name),
>
>             service.setServiceBroker(this);
>             service.setName(name);
>             services.put(name, service);
>
> But there's code elsewhere which attempts to retrieve the service by
> classname...
>
> Kelvin
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to