Package org.objectweb.joram.mom.notifications

The org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents.

See:
          Description

Class Summary
AbstractNotification The AbstractNotification class is the superclass of the notifications exchanged by a client agent and a MOM destination agent.
AbstractReply An AbstractReply is a reply sent by a destination agent to a client agent.
AbstractRequest An AbstractRequest is a request sent by a client agent to a destination agent.
AckJoinQueueCluster  
AcknowledgeRequest An AcknowledgeRequest instance is used by a client agent for acknowledging one or many messages on a queue.
AdminReply An AdminReply is used by a destination agent for replying to a client administration request.
AdminRequest An AdminRequest is used by a client agent for sending an administration request to a destination agent.
BrowseReply A BrowseReply instance is used by a queue for replying to a client BrowseRequest by sending a vector of its messages.
BrowseRequest A BrowseRequest instance is used by a client agent for requesting a "view" of the messages on a queue, without actually consuming them.
ClientMessages A ClientMessages instance is used by a client agent for sending one or many messages to a destination.
ClusterRequest A ClusterRequest instance is used by a client agent for notifying a topic of the identifier of an other topic to set a cluster with.
DenyRequest A DenyRequest instance is used by a client agent for denying one or many messages on a queue.
ExceptionReply An ExceptionReply instance is used by a destination for notifying a client of an exception thrown when processing a request.
GetProxyIdListNot Transient notification
GetProxyIdNot Transient notification
JoinQueueCluster  
LBCycleLife  
LBLoadingFactor  
LBMessageGive  
LBMessageHope  
LeaveQueueCluster  
Monit_FreeAccess A Monit_FreeAccess request is used by an administrator client for checking the free access rights on a destination.
Monit_FreeAccessRep A Monit_FreeAccessRep reply is used by a destination for sending to an administrator client its free access settings.
Monit_GetCluster A Monit_GetCluster instance is used by an administrator for requesting the identifiers of a cluster's topics.
Monit_GetClusterRep A Monit_GetClusterRep reply is used by a topic for sending the identifiers of its cluster's topics to the administrator.
Monit_GetDMQSettings A Monit_GetDMQSettings instance requests DMQ settings.
Monit_GetDMQSettingsRep A Monit_GetDMQSettingsRep instance is used by a destination or a proxy for sending to an administrator client its DMQ settings.
Monit_GetFather A Monit_GetFather instance is used by an administrator for requesting the identifier of a topic's father.
Monit_GetFatherRep A Monit_GetFatherRep reply is used by a topic for sending the identifier of its hierarchical father to the administrator.
Monit_GetNumberRep A Monit_GetNumberRep reply is used by a destination for sending to an administrator client an integer value.
Monit_GetPendingMessages A Monit_GetPendingMessages request is used by an administrator client for requesting the number of pending messages on a queue agent.
Monit_GetPendingRequests A Monit_GetPendingRequests request is used by an administrator client for requesting the number of pending requests on a queue agent.
Monit_GetReaders A Monit_GetReaders request is used by an administrator client for requesting the identifiers of the readers on a destination.
Monit_GetSubscriptions A Monit_GetSubscriptions request is used by an administrator client for requesting the number of subscriptions on a topic agent.
Monit_GetUsersRep A Monit_GetUsersRep reply is used by a destination for sending to an administrator client the identifiers of its readers or writers.
Monit_GetWriters A Monit_GetWriters request is used by an administrator client for requesting the identifiers of the writers on a destination.
QueueClusterNot  
QueueMsgReply A QueueMsgReply instance is used by a queue for replying to a ReceiveRequest by sending a message to a client.
ReceiveRequest A ReceiveRequest instance is used by a client agent for requesting a message on a queue.
SetDMQRequest A SetDMQRequest instance is used by a client agent for notifying a destination to which dead message queue it must send its dead messages.
SetFatherRequest A SetFatherRequest instance is used by a client agent for notifying a topic it belongs to a hierarchy as the son of a given topic.
SetRightQueueCluster  
SetRightRequest A SetRightRequest instance is used by a client agent for setting users right on a destination.
SetThreshRequest A SetThreshRequest instance is used by a client agent for notifying a queue of its threshold value.
SpecialAdminRequest A SpecialAdminRequest instance is used by a destination agent to do special admimistration.
SubscribeReply A SubscribeReply instance is used by a topic agent for acknowledging a SubscribeRequest notification.
SubscribeRequest A SubscribeRequest instance is used by a client agent for subscribing to a topic.
TopicMsgsReply A TopicMsgsReply instance is used by a topic for sending messages to an agent client which subscribed to it.
UnclusterRequest An UnclusterRequest instance is used by a client agent for notifying a topic to leave the cluster it is part of.
UnsetFatherRequest An UnsetFatherRequest instance is used by a client agent for notifying a topic it does not belong anymore to a hierarchy.
UnsubscribeRequest An UnsubscribeRequest instance is used by a client agent for unsubscribing to a topic.
WakeUpNot  
 

Package org.objectweb.joram.mom.notifications Description

The org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents.



Copyright ? 2004 Scalagent - All rights reserved