org.apache.qpid.client.handler
Class AccessRequestOkMethodHandler
java.lang.Object
org.apache.qpid.client.handler.AccessRequestOkMethodHandler
- All Implemented Interfaces:
- StateAwareMethodListener<org.apache.qpid.framing.AccessRequestOkBody>
public class AccessRequestOkMethodHandler
- extends Object
- implements StateAwareMethodListener<org.apache.qpid.framing.AccessRequestOkBody>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessRequestOkMethodHandler
public AccessRequestOkMethodHandler()
getInstance
public static AccessRequestOkMethodHandler getInstance()
methodReceived
public void methodReceived(AMQProtocolSession session,
org.apache.qpid.framing.AccessRequestOkBody method,
int channelId)
throws org.apache.qpid.AMQException
- Specified by:
methodReceived
in interface StateAwareMethodListener<org.apache.qpid.framing.AccessRequestOkBody>
- Throws:
org.apache.qpid.AMQException
Licensed to the Apache Software Foundation