Uses of Class
org.objectweb.joram.shared.excepts.StateException
-
Packages that use StateException Package Description 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 StateException in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies that throw StateException 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(XACnxCommit req)Method implementing the JMS proxy reaction to anXACnxCommitrequest committing the operations performed in a given transaction.private voidUserAgent. doReact(XACnxPrepare req)Method implementing the JMS proxy reaction to anXACnxPreparerequest holding messages and acknowledgements produced in an XA transaction.private voidUserAgent. doReact(XACnxRecoverRequest req)Reacts to aXACnxRecoverRequestrequest requesting the identifiers of the prepared transactions.private voidUserAgent. setActiveCtx(int key)Updates the reference to the active context.
-