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


Package Functions | |
| FatherAck (FatherTest fatherTest, boolean ok, String info) | |
Package Attributes | |
| SetFatherRequest | request |
| AgentId | requester |
| boolean | ok |
| String | info |
FatherAck instance is a notification sent by a topic requested to be a hierarchical father.
Definition at line 34 of file FatherAck.java.
| org.objectweb.joram.mom.dest.FatherAck.FatherAck | ( | FatherTest | fatherTest, | |
| boolean | ok, | |||
| String | info | |||
| ) | [package] |
Constructs a FatherAck instance.
| fatherTest | The FatherTest this notification replies to. | |
| ok | true if the topic can be a father. | |
| info | Related info. |
Definition at line 55 of file FatherAck.java.
References org.objectweb.joram.mom.dest.FatherTest.request, and org.objectweb.joram.mom.dest.FatherTest.requester.
The originial client request.
Definition at line 39 of file FatherAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.fatherAck().
The original requester.
Definition at line 41 of file FatherAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.fatherAck().
boolean org.objectweb.joram.mom.dest.FatherAck.ok [package] |
true if the topic can be a father.
Definition at line 43 of file FatherAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.fatherAck().
String org.objectweb.joram.mom.dest.FatherAck.info [package] |
Info.
Definition at line 45 of file FatherAck.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.fatherAck().
1.5.0