----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: "Avalon Developers List" <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 4:23 PM Subject: Re: How do I get original block instance from BlockEvent?
> On Mon, 14 Jan 2002 15:51, Eung-ju Park wrote: > > I write RMIfication, RMIficationListener and simple demo. > > I run RMIHelloWorldServer. I meet StubNotFoundException. > > RMIfication find proxy wrapped version block instance... > > How do I solve this problem? > > At the moment it is not possible for one Block to get access to another Block Problem is BlockListener can't access to another blocks's real instance. Block does not need access to another block's real instance. Just BlockListener may be need it. It is not need if runtime generation of RMI stub is possible.... > directly unless it is passed to them. This is to make sure the Blocks are not > used after they have been disposed or in manners unexpected by developers. > > I will have a look at this a bit to see if there is a good solution to it all. > > -- > Cheers, > > Pete > > -------------------------------- > These aren't the droids you're > looking for. Move along. > -------------------------------- > > -- > 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]>