Title: Etherealise question(s)...

Hello All,
I've been playing with Mico for a couple of months and have a basic understanding of what's going on.  I have an issue that I'm unsure of how to resolve, to describe:

The IDL looks something like this….

Interface Connection
{
   boolean OnSignalSetup(….)
   boolean OnSignalRelease(…)
};

Interface EndPoint
{
   Connection CreateIncomingConnection(….);
};

My EndPoint Server uses a servant manager to incarnate Connection objects when the client calls 'CreateIncomingConnection(…)'.  All of this works fine.  The issue I have is that at a point in the future, when the Connection is no longer required (when OnSignalRelease() is called ) I want it destroyed (via etherealise(..)) How do I instigate this? I have the "Distributed Systems Architecture" book by Puder et al but I can't find anything.

Thanks
Paul





********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to