Inheritance diagram for org.objectweb.joram.mom.notifications.ClusterRequest:


Public Member Functions | |
| ClusterRequest (String id, AgentId topicId) | |
| AgentId | getTopicId () |
ClusterRequest instance is used by a client agent for notifying a topic of the identifier of an other topic to set a cluster with.
Definition at line 34 of file ClusterRequest.java.
| org.objectweb.joram.mom.notifications.ClusterRequest.ClusterRequest | ( | String | id, | |
| AgentId | topicId | |||
| ) |
Constructs a ClusterRequest instance.
| id | Identifier of the request, may be null. | |
| topicId | The identifier of the topic the target topic must set a cluster with. |
Definition at line 51 of file ClusterRequest.java.
| AgentId org.objectweb.joram.mom.notifications.ClusterRequest.getTopicId | ( | ) |
Returns the identifier of the topic the target topic must set a cluster with.
Definition at line 62 of file ClusterRequest.java.
1.5.0