Uses of Class
org.objectweb.joram.shared.client.MomExceptionReply
-
Packages that use MomExceptionReply Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.connection org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.jakarta.jms.connection -
-
Uses of MomExceptionReply in org.objectweb.joram.client.jms
Methods in org.objectweb.joram.client.jms with parameters of type MomExceptionReply Modifier and Type Method Description voidMessageConsumerListener. errorReceived(int requestId, MomExceptionReply exc) -
Uses of MomExceptionReply in org.objectweb.joram.client.jms.connection
Methods in org.objectweb.joram.client.jms.connection with parameters of type MomExceptionReply Modifier and Type Method Description static JMSExceptionRequestMultiplexer. buildJmsException(MomExceptionReply excReply)Converts aMomExceptionReplyto the correspondingJMSException.voidErrorListener. errorReceived(int requestId, MomExceptionReply exc)voidReplyListener. errorReceived(int replyId, MomExceptionReply exc)voidRequestor. errorReceived(int replyId, MomExceptionReply exc)voidRequestMultiplexer. replyAllError(MomExceptionReply exc) -
Uses of MomExceptionReply in org.ow2.joram.jakarta.jms
Methods in org.ow2.joram.jakarta.jms with parameters of type MomExceptionReply Modifier and Type Method Description voidMessageConsumerListener. errorReceived(int requestId, MomExceptionReply exc) -
Uses of MomExceptionReply in org.ow2.joram.jakarta.jms.connection
Methods in org.ow2.joram.jakarta.jms.connection with parameters of type MomExceptionReply Modifier and Type Method Description static jakarta.jms.JMSExceptionRequestMultiplexer. buildJmsException(MomExceptionReply excReply)Converts aMomExceptionReplyto the correspondingJMSException.voidErrorListener. errorReceived(int requestId, MomExceptionReply exc)voidReplyListener. errorReceived(int replyId, MomExceptionReply exc)voidRequestor. errorReceived(int replyId, MomExceptionReply exc)voidRequestMultiplexer. replyAllError(MomExceptionReply exc)
-