On Tuesday 13 November 2001 04:16 pm, you wrote:
> >>     public void connect( String name,
> >>                          ServerSocket socket,
> >>                          ConnectionHandlerFactory handlerFactory )
> >>
> >>
> >>to this:
> >>
> >>     public void connect( String name,
> >>                          String host,
> >>                          int port,
> >>                          ConnectionHandlerFactory handlerFactory )

I think Pete's objection is that you are no longer passing in the 
ServerSocket. He separated the creation of the Socket and the handling into 2 
separate blocks. In your change above, the ConnectionManager will be opening 
the socket, correct?
-pete

-- 
peter royal -> [EMAIL PROTECTED]

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

Reply via email to