Package | Description |
---|---|
org.objectweb.joram.mom.dest |
The
org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.mom.proxies |
The
org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
Modifier and Type | Method and Description |
---|---|
protected void |
Topic.doUnknownAgent(UnknownAgent uA)
Method specifically processing an
UnknownAgent instance. |
protected void |
Queue.doUnknownAgent(UnknownAgent uA)
Method specifically processing an
UnknownAgent instance. |
protected abstract void |
Destination.doUnknownAgent(UnknownAgent not) |
protected void |
ClusterQueue.doUnknownAgent(UnknownAgent uA) |
protected void |
AliasQueue.doUnknownAgent(UnknownAgent uA) |
protected void |
AliasInQueue.doUnknownAgent(UnknownAgent uA) |
protected void |
AdminTopic.doUnknownAgent(UnknownAgent uA)
Specializes this
Topic reaction. |
protected void |
Destination.unknownAgent(AgentId from,
UnknownAgent not)
Method implementing the reaction to an
UnknownAgent
notification. |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.doReact(UnknownAgent uA)
Method implementing the JMS proxy reaction to an
UnknownAgent
notification notifying that a destination does not exist or is deleted. |
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.