Uses of Class
org.objectweb.joram.shared.excepts.RequestException
-
Packages that use RequestException Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of RequestException in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest that throw RequestException Modifier and Type Method Description private AdminTopic.DestinationDescAdminTopic. createDestination(String destName, AgentId adminId, Properties properties, byte type, String className, String requestClassName, StringBuffer strbuf)Instantiating the destination class or retrieving the destination.static AdminTopic.DestinationDescAdminTopic. createDestinationAndSave(String destName, AgentId adminId, Properties properties, byte type, String className, String requestClassName, StringBuffer strbuf)Deprecated.static voidAdminTopic. CreateUserAndSave(CreateUserRequest request, AgentId replyTo, String msgId)Deprecated.private voidAdminTopic. doProcess(CreateDestinationRequest request, AgentId replyTo, String msgId)Processes aCreateDestinationRequestinstance requesting the creation of a destination.private voidAdminTopic. doProcess(CreateUserRequest request, AgentId replyTo, String msgId)Processes aCreateUserRequestinstance requesting the creation of aUserAgentfor a given user.private voidAdminTopic. doProcess(UpdateUser request, AgentId replyTo, String msgId)Processes anUpdateUserinstance requesting to modify the identification of a user.static AdminTopic.DestinationDescAdminTopic. lookupDest(String name, byte type)Retrieves an existing destination.protected voidAliasInQueue. processSetRight(AgentId user, int right)protected voidAliasQueue. processSetRight(AgentId user, int right)protected voidDestination. processSetRight(AgentId user, int right)set user right.protected voidDistributionQueue. processSetRight(AgentId user, int right)Constructors in org.objectweb.joram.mom.dest that throw RequestException Constructor Description AdminTopic()Constructs anAdminTopicagent. -
Uses of RequestException in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies that throw RequestException Modifier and Type Method Description private voidUserAgent. doReact(ConsumerSubRequest req)Method implementing the JMS proxy reaction to aConsumerSubRequestrequesting to subscribe to a topic.private voidUserAgent. doReact(SessCreateDestRequest req)Method implementing the JMS proxy reaction to aSessCreateDestRequestrequesting the creation of a destination.private voidUserAgent. reactToClientRequest(int key, ConsumerReceiveRequest req)Either forwards theConsumerReceiveRequestrequest as aReceiveRequestdirectly to the target queue, or wraps it and sends it to the proxy if destinated to a subscription.private voidUserAgent. reactToClientRequest(int key, ConsumerSetListRequest req)Either forwards theConsumerSetListRequestrequest as aReceiveRequestdirectly to the target queue, or wraps it and sends it to the proxy if destinated to a subscription.private voidUserAgent. reactToClientRequest(int key, ProducerMessages req, CallbackNotification callbackNotification)Forwards the messages sent by the client in aProducerMessagesrequest as aClientMessagesMOM request directly to a destination, and acknowledges them by sending aServerReplyback.private voidUserAgent. reactToClientRequest(int key, QBrowseRequest req)Forwards the client'sQBrowseRequestrequest as aBrowseRequestMOM request directly to a destination.Constructors in org.objectweb.joram.mom.proxies that throw RequestException Constructor Description ClientSubscription(AgentId proxyId, int contextId, int reqId, boolean durable, AgentId topicId, String name, String selector, boolean noLocal, AgentId dmqId, int threshold, int nbMaxMsg, MessageTable messagesTable, String clientID)Constructs aClientSubscriptioninstance.
-