Uses of Class
org.objectweb.joram.shared.admin.SetRight

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
protected  void Destination.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.
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.