Uses of Class
org.objectweb.joram.mom.proxies.SendReplyNot
-
Packages that use SendReplyNot 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 SendReplyNot in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies with type parameters of type SendReplyNot Modifier and Type Field Description private Vector<SendReplyNot>SendRepliesNot. repliesMethods in org.objectweb.joram.mom.proxies that return types with arguments of type SendReplyNot Modifier and Type Method Description Enumeration<SendReplyNot>SendRepliesNot. getReplies()Methods in org.objectweb.joram.mom.proxies with parameters of type SendReplyNot Modifier and Type Method Description private voidUserAgent. doReact(SendReplyNot not)Notification sent by local agents (destinations) indicating that the proxy can reply to a client.Constructor parameters in org.objectweb.joram.mom.proxies with type arguments of type SendReplyNot Constructor Description SendRepliesNot(Vector<SendReplyNot> v)
-