Inheritance diagram for org.objectweb.joram.mom.dest.ClusterTest:


Package Functions | |
| ClusterTest (ClusterRequest request, AgentId requester, Set friends) | |
Package Attributes | |
| ClusterRequest | request |
| AgentId | requester |
| Set | friends |
ClusterTest instance is a notification sent by a topic to another topic for checking if it might be part of a cluster.
Definition at line 37 of file ClusterTest.java.
| org.objectweb.joram.mom.dest.ClusterTest.ClusterTest | ( | ClusterRequest | request, | |
| AgentId | requester, | |||
| Set | friends | |||
| ) | [package] |
Constructs a ClusterTest instance.
| request | The original client request. | |
| requester | The original requester. |
Definition at line 57 of file ClusterTest.java.
References org.objectweb.joram.mom.dest.ClusterTest.request, and org.objectweb.joram.mom.dest.ClusterTest.requester.
The original client request.
Definition at line 44 of file ClusterTest.java.
Referenced by org.objectweb.joram.mom.dest.ClusterAck.ClusterAck(), org.objectweb.joram.mom.dest.ClusterTest.ClusterTest(), and org.objectweb.joram.mom.dest.TopicImpl.doUnknownAgent().
The original requester.
Definition at line 46 of file ClusterTest.java.
Referenced by org.objectweb.joram.mom.dest.ClusterAck.ClusterAck(), org.objectweb.joram.mom.dest.ClusterTest.ClusterTest(), and org.objectweb.joram.mom.dest.TopicImpl.doUnknownAgent().
Set org.objectweb.joram.mom.dest.ClusterTest.friends [package] |
Set containing AgentId of topics already in the cluster
Definition at line 49 of file ClusterTest.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.clusterTest().
1.5.0