Uses of Class
org.objectweb.joram.mom.notifications.AbstractRequestNot

Packages that use AbstractRequestNot
com.scalagent.joram.mom.dest.ftp   
org.objectweb.joram.mom.notifications The org.objectweb.joram.mom.notifications package 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
 class FtpNot
           
 

Uses of AbstractRequestNot in org.objectweb.joram.mom.notifications
 

Subclasses of AbstractRequestNot in org.objectweb.joram.mom.notifications
 class AbortReceiveRequest
           
 class AcknowledgeRequest
          An AcknowledgeRequest instance is used by a client agent for acknowledging one or many messages on a queue.
 class BrowseRequest
          A BrowseRequest instance is used by a client agent for requesting a "view" of the messages on a queue, without actually consuming them.
 class ClientMessages
          A ClientMessages instance is used by a client agent for sending one or many messages to a destination.
 class DenyRequest
          A DenyRequest instance is used by a client agent for denying one or many messages on a queue.
 class ReceiveRequest
          A ReceiveRequest instance is used by a client agent for requesting a message on a queue.
 class RequestGroupNot
           
 class SubscribeRequest
          A SubscribeRequest instance is used by a client agent for subscribing to a topic.
 class UnsubscribeRequest
          An UnsubscribeRequest instance is used by a client agent for unsubscribing to a topic.
 

Constructors in org.objectweb.joram.mom.notifications with parameters of type AbstractRequestNot
ExceptionReply(AbstractRequestNot request, MomException except)
          Constructs an ExceptionReply instance.
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.