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 |
---|---|
private void |
Topic.clusterAdd(FwdAdminRequestNot req,
String joiningTopic)
Reaction to the request of adding a new cluster element.
|
private void |
ClusterQueue.clusterAdd(FwdAdminRequestNot req,
String joiningQueue)
Reaction to the request of adding a new cluster element.
|
void |
Topic.handleAdminRequestNot(AgentId from,
FwdAdminRequestNot not) |
protected void |
Destination.handleAdminRequestNot(AgentId from,
FwdAdminRequestNot not) |
void |
AliasInQueue.handleAdminRequestNot(AgentId from,
FwdAdminRequestNot not) |
void |
ClusterQueue.handleAdminRequestNot(AgentId from,
FwdAdminRequestNot not) |
void |
Queue.handleAdminRequestNot(AgentId from,
FwdAdminRequestNot not) |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.deleteProxy(FwdAdminRequestNot not)
This method deletes the proxy by notifying its connected clients,
denying the non acknowledged messages, deleting the temporary
destinations, removing the subscriptions.
|
private void |
UserAgent.doReact(FwdAdminRequestNot not) |
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.