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.dest.jmsbridge |
The
org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. |
Modifier and Type | Method and Description |
---|---|
protected void |
Destination.deleteNot(AgentId from,
DeleteNot not)
Method implementing the reaction to a
DeleteNot
notification requesting the deletion of the destination. |
void |
AdminTopic.deleteNot(AgentId from,
DeleteNot not)
Overrides this
Destination method. |
protected void |
Topic.doDeleteNot(DeleteNot not)
Method specifically processing a
fr.dyade.aaa.agent.DeleteNot
instance. |
protected void |
Queue.doDeleteNot(DeleteNot not)
Method specifically processing a
fr.dyade.aaa.agent.DeleteNot instance. |
protected abstract void |
Destination.doDeleteNot(DeleteNot not) |
protected void |
ClusterQueue.doDeleteNot(DeleteNot not) |
Modifier and Type | Method and Description |
---|---|
protected void |
JMSBridgeTopic.doDeleteNot(DeleteNot not)
Deprecated.
Method specifically processing a
fr.dyade.aaa.agent.DeleteNot instance. |
protected void |
JMSBridgeQueue.doDeleteNot(DeleteNot not)
Deprecated.
Method specifically processing a
fr.dyade.aaa.agent.DeleteNot instance. |
Copyright © 2022 ScalAgent D.T.. All rights reserved.