Hi zeroc
First of all i found the Life cylce operations article very interesting, and well explained. Congratulations michi.
one question i'm not understand is the example that you make with NuclearBomb and Process
//Client A do this
ProcessPrx p=createProcess("Fred");
//Client B
// supose Fred is allready destroyed
NuclearBombPrx b=createNuclearBomb("Fred");
//Client A
p->launch();
What's happen here? the call sucess to a inteterface of diferent type or raise an exception beacuse the Type is not the expected

Reply With Quote