Interface QueueMethodVisitor
- All Known Implementing Classes:
QueueMethodVisitorAdapter
public interface QueueMethodVisitor
The Queue method visitor.
- Version:
- AMQP Version 091. Generation Date: Thu Apr 12 12:18:24 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Visitor method for a Bind type object.void
Visitor method for a BindOk type object.void
Visitor method for a Declare type object.void
Visitor method for a DeclareOk type object.void
Visitor method for a Delete type object.void
Visitor method for a DeleteOk type object.void
Visitor method for a Purge type object.void
Visitor method for a PurgeOk type object.void
Visitor method for a Unbind type object.void
Visitor method for a UnbindOk type object.
-
Method Details
-
visit
Visitor method for a Declare type object.- Parameters:
impl
- a Declare type object
-
visit
Visitor method for a DeclareOk type object.- Parameters:
impl
- a DeclareOk type object
-
visit
Visitor method for a Bind type object.- Parameters:
impl
- a Bind type object
-
visit
Visitor method for a BindOk type object.- Parameters:
impl
- a BindOk type object
-
visit
Visitor method for a Unbind type object.- Parameters:
impl
- a Unbind type object
-
visit
Visitor method for a UnbindOk type object.- Parameters:
impl
- a UnbindOk type object
-
visit
Visitor method for a Purge type object.- Parameters:
impl
- a Purge type object
-
visit
Visitor method for a PurgeOk type object.- Parameters:
impl
- a PurgeOk type object
-
visit
Visitor method for a Delete type object.- Parameters:
impl
- a Delete type object
-
visit
Visitor method for a DeleteOk type object.- Parameters:
impl
- a DeleteOk type object
-