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

public class DeleteOnNoLinks extends AMQPList implements LifetimePolicyIF

A node dynamically created with this lifetime policy will be deleted at the point that there remain no links for which the node is either the source or target.

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

    • DeleteOnNoLinks

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

      public DeleteOnNoLinks()
      Constructs a DeleteOnNoLinks.
  • Method Details