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


Package Functions | |
| FatherTest (SetFatherRequest request, AgentId requester) | |
Package Attributes | |
| SetFatherRequest | request |
| AgentId | requester |
FatherTest instance is a notification sent by a topic for checking if an other topic may be its hierarchical father.
Definition at line 34 of file FatherTest.java.
| org.objectweb.joram.mom.dest.FatherTest.FatherTest | ( | SetFatherRequest | request, | |
| AgentId | requester | |||
| ) | [package] |
Constructs a FatherNot instance.
| request | The original client request. | |
| requester | The original requester. |
Definition at line 49 of file FatherTest.java.
References org.objectweb.joram.mom.dest.FatherTest.request, and org.objectweb.joram.mom.dest.FatherTest.requester.
The original client request.
Definition at line 39 of file FatherTest.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.doUnknownAgent(), org.objectweb.joram.mom.dest.FatherAck.FatherAck(), and org.objectweb.joram.mom.dest.FatherTest.FatherTest().
The original requester.
Definition at line 41 of file FatherTest.java.
Referenced by org.objectweb.joram.mom.dest.TopicImpl.doUnknownAgent(), org.objectweb.joram.mom.dest.FatherAck.FatherAck(), and org.objectweb.joram.mom.dest.FatherTest.FatherTest().
1.5.0