Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SetRight
org.objectweb.joram.shared.admin.UnsetReader
public class UnsetReader
extends SetRight
UnsetReader
instance requests to unset a given user as
a reader on a given destination.
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.objectweb.joram.shared.admin.SetRight | |
getDestId , getUserProxId |
public UnsetReader(String userProxId, String destId)
Constructs anUnsetReader
instance.
- Parameters:
userProxId
- See superclass.destId
- See superclass.