Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
Destination.setRight(SetRight request,
AgentId replyTo,
String requestMsgId,
String replyMsgId)
Method implementing the reaction to a
SetRightRequest
notification requesting rights to be set for a user. |
static void |
AdminTopic.setRightAndSave(SetRight request,
AgentId replyTo,
String msgId)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
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 © 2020 ScalAgent D.T.. All rights reserved.