org.objectweb.joram.mom.notifications
Class GetRightsReplyNot
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AdminReplyNot
org.objectweb.joram.mom.notifications.GetRightsReplyNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class GetRightsReplyNot
- extends AdminReplyNot
This notification is used by a destination for sending the identifiers of its readers
and writers in response to a GetRightsRequest.
- See Also:
- Serialized Form
Constructor Summary |
GetRightsReplyNot(AdminRequestNot request,
boolean isFreeReading,
boolean isFreeWriting,
java.util.Vector readers,
java.util.Vector writers)
Constructs a GetRightsReply instance. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetRightsReplyNot
public GetRightsReplyNot(AdminRequestNot request,
boolean isFreeReading,
boolean isFreeWriting,
java.util.Vector readers,
java.util.Vector writers)
- Constructs a
GetRightsReply
instance.
- Parameters:
request
- The request this reply replies to.isFreeReading
- isFreeWriting
- readers
- The vector or readers' or writers' identifiers.writers
- The vector or readers' or writers' identifiers.
isFreeReading
public boolean isFreeReading()
- Returns:
- the isFreeReading
isFreeWriting
public boolean isFreeWriting()
- Returns:
- the isFreeWriting
getReaders
public java.util.Vector getReaders()
- Returns the vector of readers' identifiers.
- Returns:
- the vector of readers' identifiers.
getWriters
public java.util.Vector getWriters()
- Returns the vector of writers' identifiers.
- Returns:
- the vector of writers' identifiers.
Copyright © 2011 ScalAgent D.T.. All Rights Reserved.