Uses of Class
org.objectweb.joram.mom.notifications.WakeUpNot
-
Packages that use WakeUpNot Package Description 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 WakeUpNot in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type WakeUpNot Modifier and Type Method Description voidAliasInQueue. wakeUpNot(WakeUpNot not)voidClusterQueue. wakeUpNot(WakeUpNot not)wake up, and call factorCheck to evaluate the loading factor... if a message stays more than a period of time in timeTable, it is sent to an other (not visited) queue in cluster.abstract voidDestination. wakeUpNot(WakeUpNot not)voidDistributionQueue. wakeUpNot(WakeUpNot not)wake up, and cleans the queue.voidDistributionTopic. wakeUpNot(WakeUpNot not)voidQueue. wakeUpNot(WakeUpNot not)wake up, and cleans the queue.voidTopic. wakeUpNot(WakeUpNot not)
-