Uses of Class
org.objectweb.joram.shared.excepts.AccessException

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. 
 

Uses of AccessException in org.objectweb.joram.mom.dest
 

Methods in org.objectweb.joram.mom.dest that throw AccessException
protected  void Queue.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 Destination.clientMessages(AgentId from, ClientMessages not)
          Method implementing the reaction to a ClientMessages notification holding messages sent by a client.
protected  void Destination.getRights(AgentId from, GetRightsRequestNot not)
          Method implementing the reaction to a GetRightsRequest notification requesting the rights about this destination.
protected  void Queue.receiveRequest(AgentId from, ReceiveRequest not)
          Method implementing the reaction to a ReceiveRequest instance, requesting a message.
 void ClusterQueue.receiveRequest(AgentId from, ReceiveRequest not)
           
protected  void Topic.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 JMSBridgeQueue.receiveRequest(AgentId from, ReceiveRequest not)
          Method specializing the reaction to a ReceiveRequest instance, requesting a message.
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.