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.
> >
>
>
>
>
>