Class DeleteOnNoMessages

java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPList
com.swiftmq.amqp.v100.generated.messaging.addressing.DeleteOnNoMessages
All Implemented Interfaces:
LifetimePolicyIF

public class DeleteOnNoMessages extends AMQPList implements LifetimePolicyIF

A node dynamically created with this lifetime policy will be deleted at the point that the link which caused its creation no longer exists and there remain no messages at the node.

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
  • Field Details

  • Constructor Details

    • DeleteOnNoMessages

      public DeleteOnNoMessages(List initValue) throws Exception
      Constructs a DeleteOnNoMessages.
      Parameters:
      initValue - initial value
    • DeleteOnNoMessages

      public DeleteOnNoMessages()
      Constructs a DeleteOnNoMessages.
  • Method Details