|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AdminReplyNot
org.objectweb.joram.mom.notifications.GetRightsReplyNot
public class GetRightsReplyNot
This notification is used by a destination for sending the identifiers of its readers and writers in response to a GetRightsRequest.
Field Summary | |
---|---|
private boolean |
isFreeReading
True if all users can read this destination. |
private boolean |
isFreeWriting
True if all users can write this destination. |
private java.util.Vector |
readers
Vector of readers' identifiers. |
private static long |
serialVersionUID
define serialVersionUID for interoperability |
private java.util.Vector |
writers
Vector of writers' identifiers. |
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
GetRightsReplyNot(AdminRequestNot request,
boolean isFreeReading,
boolean isFreeWriting,
java.util.Vector readers,
java.util.Vector writers)
Constructs a GetRightsReply instance. |
Method Summary | |
---|---|
java.util.Vector |
getReaders()
Returns the vector of readers' identifiers. |
java.util.Vector |
getWriters()
Returns the vector of writers' identifiers. |
boolean |
isFreeReading()
|
boolean |
isFreeWriting()
|
Methods inherited from class org.objectweb.joram.mom.notifications.AdminReplyNot |
---|
getInfo, getReplyObject, getRequestId, getSuccess |
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification |
---|
getClientContext, setPersistent, toString |
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 |
Field Detail |
---|
private static final long serialVersionUID
private boolean isFreeReading
private boolean isFreeWriting
private java.util.Vector readers
private java.util.Vector writers
Constructor Detail |
---|
public GetRightsReplyNot(AdminRequestNot request, boolean isFreeReading, boolean isFreeWriting, java.util.Vector readers, java.util.Vector writers)
GetRightsReply
instance.
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.Method Detail |
---|
public boolean isFreeReading()
public boolean isFreeWriting()
public java.util.Vector getReaders()
public java.util.Vector getWriters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |