org.objectweb.joram.mom.amqp.proxy.request
Class AccessRequestNot
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.SyncNotification
org.objectweb.joram.mom.amqp.proxy.request.AccessRequestNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class AccessRequestNot
- extends fr.dyade.aaa.agent.SyncNotification
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class fr.dyade.aaa.agent.SyncNotification |
fr.dyade.aaa.agent.SyncNotification.Context |
Fields inherited from class fr.dyade.aaa.agent.Notification |
detachable, detached, persistent |
Constructor Summary |
AccessRequestNot(int channelId,
java.lang.String realm,
boolean exclusive,
boolean passive,
boolean active,
boolean write,
boolean read)
|
Methods inherited from class fr.dyade.aaa.agent.SyncNotification |
getException, getValue, invoke, Return, Throw |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccessRequestNot
public AccessRequestNot(int channelId,
java.lang.String realm,
boolean exclusive,
boolean passive,
boolean active,
boolean write,
boolean read)
- Parameters:
channelId
- realm
- exclusive
- passive
- active
- write
- read
-
isActive
public boolean isActive()
getChannelId
public int getChannelId()
isExclusive
public boolean isExclusive()
isPassive
public boolean isPassive()
isRead
public boolean isRead()
getRealm
public java.lang.String getRealm()
isWrite
public boolean isWrite()
accessRequest
public AMQP.Access.RequestOk accessRequest(fr.dyade.aaa.agent.AgentId proxyId)
throws java.lang.Exception
- Throws:
java.lang.Exception
Return
public void Return(AMQP.Access.RequestOk res)
Copyright © 2005 Scalagent - All rights reserved