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


Package Functions | |
| ClusterAck (ClusterTest clusterTest, boolean ok, String info) | |
Package Attributes | |
| ClusterRequest | request |
| AgentId | requester |
| boolean | ok |
| String | info |
ClusterAck instance is a notification sent by a topic requested to join a cluster.
Definition at line 34 of file ClusterAck.java.
| org.objectweb.joram.mom.dest.ClusterAck.ClusterAck | ( | ClusterTest | clusterTest, | |
| boolean | ok, | |||
| String | info | |||
| ) | [package] |
Constructs a ClusterAck instance.
| clusterTest | The ClusterTest this notification replies to. | |
| ok | true if the topic can join the cluster. | |
| info | Related info. |
Definition at line 57 of file ClusterAck.java.
References org.objectweb.joram.mom.dest.ClusterTest.request, and org.objectweb.joram.mom.dest.ClusterTest.requester.
The originial client request.
Definition at line 41 of file ClusterAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.clusterAck().
The original requester.
Definition at line 43 of file ClusterAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.clusterAck().
boolean org.objectweb.joram.mom.dest.ClusterAck.ok [package] |
true if the topic can join the cluster.
Definition at line 45 of file ClusterAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.clusterAck().
String org.objectweb.joram.mom.dest.ClusterAck.info [package] |
Info.
Definition at line 47 of file ClusterAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.clusterAck().
1.5.0