Uses of Class
fr.dyade.aaa.agent.AdminSyncNotification
-
Packages that use AdminSyncNotification Package Description fr.dyade.aaa.agent org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. -
-
Uses of AdminSyncNotification in fr.dyade.aaa.agent
Methods in fr.dyade.aaa.agent with parameters of type AdminSyncNotification Modifier and Type Method Description protected voidAgent. doAdminSyncNotification(AgentId from, AdminSyncNotification not)Default handling of AdminSyncNotification. -
Uses of AdminSyncNotification in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type AdminSyncNotification Modifier and Type Method Description protected voidQueue. doAdminSyncNotification(AgentId from, AdminSyncNotification not)Handling of AdminSyncNotification.
-