And

public interface ProtocolBroker extends ClassMethodBroker,
ClassSessionBroker, ClassExecutionBroker, ...

should be

public interface ProtocolBroker extends ClassMessageBroker,
ClassSessionBroker, ClassExecutionBroker, ...

On 20/08/07, Rupert Smith <[EMAIL PROTECTED]> wrote:
>
> Typo:
>
> public interface ClassSessionAttached
> {
>    public void sessionAttached(SessionContext context,
> MethodSessionAttached attached);
>    ...
> }
>
> should be:
>
> public interface ClassSessionClient
> {
>    public void sessionAttached(SessionContext context,
> MethodSessionAttached attached);
>    ...
> }
>
> On 20/08/07, Rupert Smith <[EMAIL PROTECTED]> wrote:
> >
> > Here's the updated diagram.
> >
> > On 20/08/07, Rupert Smith < [EMAIL PROTECTED]> wrote:
> > >
> > > I've updated my diagram, because the first one I sent was a bit
> > > misleading, in that it erased the invoker/delegate design that the comm
> > > layer uses. I'll send that seperately as a zip, as Apache won't let me 
> > > post
> > > a gif to the list.
> > >
> >
> >
> >
> >
> >
>

Reply via email to