|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessException | |
---|---|
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. |
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. |
Uses of AccessException in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest that throw AccessException | |
---|---|
void |
QueueImpl.browseRequest(AgentId from,
BrowseRequest not)
Method implementing the queue reaction to a BrowseRequest
instance, requesting an enumeration of the messages on the queue. |
protected void |
DestinationImpl.clientMessages(AgentId from,
ClientMessages not)
Method implementing the reaction to a ClientMessages
notification holding messages sent by a client. |
void |
DestinationImpl.getRights(AgentId from,
GetRightsRequestNot not)
Method implementing the reaction to a GetRightsRequest
notification requesting the rights about this destination. |
void |
QueueImpl.receiveRequest(AgentId from,
ReceiveRequest not)
Method implementing the reaction to a ReceiveRequest
instance, requesting a message. |
void |
ClusterQueueImpl.receiveRequest(AgentId from,
ReceiveRequest not)
|
void |
TopicImpl.subscribeRequest(AgentId from,
SubscribeRequest not)
Method implementing the reaction to a SubscribeRequest
instance. |
Uses of AccessException in org.objectweb.joram.mom.dest.jmsbridge |
---|
Methods in org.objectweb.joram.mom.dest.jmsbridge that throw AccessException | |
---|---|
void |
JMSBridgeQueueImpl.receiveRequest(AgentId from,
ReceiveRequest not)
Method specializing the reaction to a ReceiveRequest
instance, requesting a message. |
Uses of AccessException in org.objectweb.joram.mom.proxies |
---|
Methods in org.objectweb.joram.mom.proxies that throw AccessException | |
---|---|
private void |
ProxyImpl.doReact(int key,
GetAdminTopicRequest req)
Method implementing the reaction to a GetAdminTopicRequest
requesting the identifier of the local admin topic. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |