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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

esource./// /// public string GetManagingService(){return "Resource_management_" + Name;}public overri<strong>de</strong> string ToString(){return "[Resource:" + Name + "]";}}}15. Structs for message contentsusing System;using Architecture.Profiles;namespace Architecture{public struct Subjects{public static readonly string BIGeneration ="Business_intelligence_generate";public static readonly string Navig = "Navigation_act";public static readonly string UACreation = "User_agent_create";public static readonly string UAReady = "User_agent_ready";public static readonly string SaveUserProfile ="Save_user_profile";public static readonly string TerminationAccepted ="Termination_ok";public static readonly string TerminationRequest ="Termination_request";}[Serializable]public struct NavigationActContent{public UserId userId;public ResourceId resourceId;public DateTime timestamp;}}public NavigationActContent(UserId user, ResourceId resource,DateTime occurrenceTimestamp){userId = user;resourceId = resource;timestamp = occurrenceTimestamp;}16. Class Architecture.UAProxyAg – User AgentProxyMSc EMOOSE Thesis – http://www.emn.fr/EMOOSE 97

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

Saved successfully!

Ooh no, something went wrong!