Uses of Class
org.objectweb.joram.mom.notifications.ClusterJoinAck
-
Packages that use ClusterJoinAck 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 ClusterJoinAck in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type ClusterJoinAck Modifier and Type Method Description protected voidAdminTopic. clusterJoinAck(ClusterJoinAck ack)Overrides thisTopicmethod; aClusterAckis not expected by an AdminTopic.private voidClusterQueue. clusterJoinAck(ClusterJoinAck not)Method implementing the reaction to aClusterJoinAcknotification, doing a transitive closure with the current cluster and the one of the new cluster element.protected voidTopic. clusterJoinAck(ClusterJoinAck not)Method implementing the reaction to aClusterJoinAcknotification, doing a transitive closure with the current cluster and the one of the new cluster element.
-