Uses of Class
org.objectweb.joram.mom.notifications.ClusterJoinNot
-
Packages that use ClusterJoinNot 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 ClusterJoinNot in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type ClusterJoinNot Modifier and Type Method Description protected voidAdminTopic. clusterJoin(ClusterJoinNot not)Overrides thisTopicmethod; if this AdminTopic is on server0, new cluster fellow is notified to other fellows and other fellows are notified to it.private voidClusterQueue. clusterJoin(ClusterJoinNot not)Method implementing the reaction to aClusterJoinNotnotification, sent by a fellow queue for notifying this queue to join the cluster, doing a transitive closure of clusters, if any.protected voidTopic. clusterJoin(ClusterJoinNot not)Method implementing the reaction to aClusterJoinNotnotification, sent by a fellow topic for notifying this topic to join the cluster, doing a transitive closure of clusters, if any.
-