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


Public Member Functions | |
| SetDMQRequest (String id, AgentId dmqId) | |
| AgentId | getDmqId () |
SetDMQRequest instance is used by a client agent for notifying a destination to which dead message queue it must send its dead messages.
Definition at line 34 of file SetDMQRequest.java.
| org.objectweb.joram.mom.notifications.SetDMQRequest.SetDMQRequest | ( | String | id, | |
| AgentId | dmqId | |||
| ) |
Constructs a SetDMQRequest instance.
| id | Identifier of the request, may be null. | |
| dmqId | The dead message queue identifier, null for none. |
Definition at line 51 of file SetDMQRequest.java.
| AgentId org.objectweb.joram.mom.notifications.SetDMQRequest.getDmqId | ( | ) |
Returns the dead message queue identifier, null for none.
Definition at line 61 of file SetDMQRequest.java.
1.5.0