org.objectweb.joram.mom.dest.ClusterAck Class Reference

Inherits fr.dyade.aaa.agent.Notification.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.mom.dest.ClusterAck:

Collaboration graph
[legend]
List of all members.

Package Functions

 ClusterAck (ClusterTest clusterTest, boolean ok, String info)

Package Attributes

ClusterRequest request
AgentId requester
boolean ok
String info

Detailed Description

A ClusterAck instance is a notification sent by a topic requested to join a cluster.

Definition at line 34 of file ClusterAck.java.


Constructor & Destructor Documentation

org.objectweb.joram.mom.dest.ClusterAck.ClusterAck ( ClusterTest  clusterTest,
boolean  ok,
String  info 
) [package]

Constructs a ClusterAck instance.

Parameters:
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.


Member Data Documentation

ClusterRequest org.objectweb.joram.mom.dest.ClusterAck.request [package]

The originial client request.

Definition at line 41 of file ClusterAck.java.

Referenced by org.objectweb.joram.mom.dest.TopicImpl.clusterAck().

AgentId org.objectweb.joram.mom.dest.ClusterAck.requester [package]

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().


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:19:27 2008 for joram by  doxygen 1.5.0