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

public class DeleteOnClose 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 ceases to exist.

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

    • DeleteOnClose

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

      public DeleteOnClose()
      Constructs a DeleteOnClose.
  • Method Details