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


Public Member Functions | |
| DeadMQueue () | |
| DestinationImpl | createsImpl (AgentId adminId, Properties prop) |
Static Public Member Functions | |
| static String | getDestinationType () |
DeadMQueue agent is an agent hosting a MOM dead message queue, and which behavior is provided by a DeadMQueueImpl instance.
Definition at line 37 of file DeadMQueue.java.
| org.objectweb.joram.mom.dest.DeadMQueue.DeadMQueue | ( | ) |
Empty constructor for newInstance().
Definition at line 48 of file DeadMQueue.java.
| DestinationImpl org.objectweb.joram.mom.dest.DeadMQueue.createsImpl | ( | AgentId | adminId, | |
| Properties | prop | |||
| ) | [virtual] |
Creates the dead message queue.
| adminId | Identifier of the queue administrator. | |
| prop | The initial set of properties. |
Reimplemented from org.objectweb.joram.mom.dest.Queue.
Definition at line 56 of file DeadMQueue.java.
References org.objectweb.joram.mom.dest.DestinationImpl.setFreeWriting().
Here is the call graph for this function:

1.5.0