org.objectweb.joram.mom.notifications
Class AbstractRequest
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AbstractRequest
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- AbortReceiveRequest, AcknowledgeRequest, BrowseRequest, ClientMessages, DenyRequest, ReceiveRequest, SubscribeRequest, UnsubscribeRequest
- public abstract class AbstractRequest
- extends AbstractNotification
An AbstractRequest
is a request sent by a client agent to
a destination agent.
- See Also:
- Serialized Form
Fields inherited from class fr.dyade.aaa.agent.Notification |
detachable, detached, persistent |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getMessageId, isPersistent, setContext |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractRequest
public AbstractRequest(int clientContext,
int requestId)
- Constructs an
AbstractRequest
.
- Parameters:
clientContext
- Identifies a client context.requestId
- Identifies the request.
AbstractRequest
public AbstractRequest()
- Constructs an
AbstractRequest
.
getRequestId
public int getRequestId()
- Returns the request identifier.
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractNotification
Copyright © 2005 Scalagent - All rights reserved