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


Public Member Functions | |
| DestinationImpl | createsImpl (AgentId adminId, Properties prop) |
| void | react (AgentId from, Notification not) throws Exception |
Protected Member Functions | |
| ClusterQueue () | |
ClusterQueue agent is an agent hosting a MOM queue, and which behaviour is provided by a ClusterQueueImpl instance.
Definition at line 46 of file ClusterQueue.java.
| org.objectweb.joram.mom.dest.ClusterQueue.ClusterQueue | ( | ) | [protected] |
Empty constructor for newInstance().
Definition at line 55 of file ClusterQueue.java.
| DestinationImpl org.objectweb.joram.mom.dest.ClusterQueue.createsImpl | ( | AgentId | adminId, | |
| Properties | prop | |||
| ) | [virtual] |
Creates the QueueImpl.
| adminId | Identifier of the queue administrator. | |
| prop | The initial set of properties. |
Reimplemented from org.objectweb.joram.mom.dest.Queue.
Definition at line 63 of file ClusterQueue.java.
| void org.objectweb.joram.mom.dest.ClusterQueue.react | ( | AgentId | from, | |
| Notification | not | |||
| ) | throws Exception |
Distributes the received notifications to the appropriate reactions.
| Exception |
Reimplemented from org.objectweb.joram.mom.dest.Queue.
Definition at line 72 of file ClusterQueue.java.
References org.objectweb.joram.mom.dest.Destination.destImpl.
1.5.0