|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetRight | |
---|---|
org.objectweb.joram.mom.dest | The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.shared.admin | The org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. |
Uses of SetRight in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest with parameters of type SetRight | |
---|---|
void |
AdminTopicImpl.doProcess(SetRight request,
AgentId replyTo,
java.lang.String msgId)
Processes a SetRight instance requesting to grant a user
a given right on a given destination. |
void |
DestinationImpl.setRight(SetRight request,
AgentId replyTo,
java.lang.String requestMsgId,
java.lang.String replyMsgId)
Method implementing the reaction to a SetRightRequest
notification requesting rights to be set for a user. |
Uses of SetRight in org.objectweb.joram.shared.admin |
---|
Subclasses of SetRight in org.objectweb.joram.shared.admin | |
---|---|
class |
SetReader
A SetReader instance requests the authorization for a given
user to be a reader on a given destination. |
class |
SetWriter
A SetWriter instance requests the authorization for a given
user to be a writer on a given destination. |
class |
UnsetReader
An UnsetReader instance requests to unset a given user as
a reader on a given destination. |
class |
UnsetWriter
An UnsetWriter instance requests to unset a given user as
a writer on a destination. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |