Joram 5.2.4

org.objectweb.joram.mom.amqp.proxy.request
Class AccessRequestNot

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by fr.dyade.aaa.agent.SyncNotification
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class fr.dyade.aaa.agent.SyncNotification
fr.dyade.aaa.agent.SyncNotification.Context
 
Field Summary
 
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)
           
 
Method Summary
 AMQP.Access.RequestOk accessRequest(fr.dyade.aaa.agent.AgentId proxyId)
           
 int getChannelId()
           
 java.lang.String getRealm()
           
 boolean isActive()
           
 boolean isExclusive()
           
 boolean isPassive()
           
 boolean isRead()
           
 boolean isWrite()
           
 void Return(AMQP.Access.RequestOk res)
           
 
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
 

Constructor Detail

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 -
Method Detail

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)

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved