Uses of Class
org.objectweb.joram.mom.notifications.AbstractRequestNot
-
Packages that use AbstractRequestNot Package Description com.scalagent.joram.mom.dest.ftp org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents. -
-
Uses of AbstractRequestNot in com.scalagent.joram.mom.dest.ftp
Subclasses of AbstractRequestNot in com.scalagent.joram.mom.dest.ftp Modifier and Type Class Description classFtpNot -
Uses of AbstractRequestNot in org.objectweb.joram.mom.notifications
Subclasses of AbstractRequestNot in org.objectweb.joram.mom.notifications Modifier and Type Class Description classAbortReceiveRequestclassAcknowledgeRequestAnAcknowledgeRequestinstance is used by a client agent for acknowledging one or many messages on a queue.classBrowseRequestABrowseRequestinstance is used by a client agent for requesting a "view" of the messages on a queue, without actually consuming them.classClientMessagesAClientMessagesinstance is used by a client agent for sending one or many messages to a destination.classDenyRequestADenyRequestinstance is used by a client agent for denying one or many messages on a queue.classReceiveRequestAReceiveRequestinstance is used by a client agent for requesting a message on a queue.classRequestGroupNotclassSubscribeRequestASubscribeRequestinstance is used by a client agent for subscribing to a topic.classUnsubscribeRequestAnUnsubscribeRequestinstance is used by a client agent for unsubscribing to a topic.Constructors in org.objectweb.joram.mom.notifications with parameters of type AbstractRequestNot Constructor Description ExceptionReply(AbstractRequestNot request, MomException except)Constructs anExceptionReplyinstance.
-