10.07.2015 Views

pdf - 395 K - Ecole des mines de Nantes

pdf - 395 K - Ecole des mines de Nantes

pdf - 395 K - Ecole des mines de Nantes

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

thisMessage.Natures.Inform, Subjects.Navig);// Last resource exploredprivate ResourceId lastResource;// Previous Link traversedprivate UPLink prevLink;// Timestamp of arrival on previous resourceprivate DateTime prevArrival;// Conversation between UAProxy and UAMaker for the creation ofprivate Conversation initConversation;public UserAg(UserId userId, Conversation conversation){user = userId;userProfile = UP.CreateUP(userId);initConversation = conversation;UserAgInit();}public UserAg(UserId userId, string[] supNames, Conversationconversation){user = userId;userProfile = UP.CreateUP(userId, supNames);initConversation = conversation;UserAgInit();}private void UserAgInit(){lastResource = null; prevLink = null;msgQueue.AddFilters(new MessageCategory[] {Navigation});proxy = DirectoryFacilitator.GetDF().FindProvi<strong>de</strong>rOf(UAProxyAg.SERVICE);Debug.Assert(proxy != null);}protected overri<strong>de</strong> void Execute(){DateTime idleStart = DateTime.Now;NotifyProxy();Message m;NavigationActContent navig;Step2;Step1: // Waitwhile (msgQueue.IsEmpty)if (ThresholdTimeExpired(idleStart)) gotogoto Step4;a new UA could bedata is savedmsgQueue.IsEmpty);Step2: // Pre-terminationSaveData(); // Before termination request otherwise// created and initialized beforeConversation termConv = RequestTermination();while (termConv.IsExpectingReply &&if (!msgQueue.IsEmpty){MSc EMOOSE Thesis – http://www.emn.fr/EMOOSE 104

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!