Interface LifetimePolicyIF
- All Known Implementing Classes:
DeleteOnClose
,DeleteOnNoLinks
,DeleteOnNoLinksOrMessages
,DeleteOnNoMessages
public interface LifetimePolicyIF
The LifetimePolicy interface.
- 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
accept
(LifetimePolicyVisitor visitor) Accept method for a LifetimePolicy visitor.int
Returns the predicted size of this LifetimePolicyIF.Returns a value representation of this LifetimePolicyIF.
-
Method Details
-
accept
Accept method for a LifetimePolicy visitor.- Parameters:
visitor
- LifetimePolicy visitor
-
getPredictedSize
int getPredictedSize()Returns the predicted size of this LifetimePolicyIF. The predicted size may be greater than the actual size but it can never be less.- Returns:
- predicted size
-
getValueString
String getValueString()Returns a value representation of this LifetimePolicyIF.- Returns:
- value representation
-