Interface QueueRef


public interface QueueRef
Natural Key-based reference to a Message Queue. A queue is identified by its parent Value Chain, it Name, and optionall by an Enterprise Name.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getEnterpriseName()
    Name of the queue's parent enterprise (optional)
    java.lang.String getName()
    Name of the queue (required)
    long getVcID()
    ValueChain ID of the queue (required)
    org.json.JSONObject toJSONObject()
    Returns a JSON representation of this QueueRef.