|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteNot | |
---|---|
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. |
Uses of DeleteNot in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest with parameters of type DeleteNot | |
---|---|
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)
|
Uses of DeleteNot in org.objectweb.joram.mom.dest.jmsbridge |
---|
Methods in org.objectweb.joram.mom.dest.jmsbridge with parameters of type DeleteNot | |
---|---|
protected void |
JMSBridgeTopic.doDeleteNot(DeleteNot not)
Method specifically processing a fr.dyade.aaa.agent.DeleteNot instance. |
protected void |
JMSBridgeQueue.doDeleteNot(DeleteNot not)
Method specifically processing a fr.dyade.aaa.agent.DeleteNot instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |