Interface LifetimePolicyVisitor
- All Known Implementing Classes:
LifetimePolicyVisitorAdapter
public interface LifetimePolicyVisitor
The LifetimePolicy visitor.
- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(DeleteOnClose impl) Visitor method for a DeleteOnClose type object.void
visit
(DeleteOnNoLinks impl) Visitor method for a DeleteOnNoLinks type object.void
Visitor method for a DeleteOnNoLinksOrMessages type object.void
visit
(DeleteOnNoMessages impl) Visitor method for a DeleteOnNoMessages type object.
-
Method Details
-
visit
Visitor method for a DeleteOnClose type object.- Parameters:
impl
- a DeleteOnClose type object
-
visit
Visitor method for a DeleteOnNoLinks type object.- Parameters:
impl
- a DeleteOnNoLinks type object
-
visit
Visitor method for a DeleteOnNoMessages type object.- Parameters:
impl
- a DeleteOnNoMessages type object
-
visit
Visitor method for a DeleteOnNoLinksOrMessages type object.- Parameters:
impl
- a DeleteOnNoLinksOrMessages type object
-