Show / Hide Table of Contents

    Class DestinationFilter

    Summary description for DestinationFilter.

    Inheritance
    System.Object
    DestinationFilter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public abstract class DestinationFilter

    Fields

    | Improve this Doc View Source

    ANY_CHILD

    Declaration
    public const string ANY_CHILD = "*"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ANY_DESCENDENT

    Declaration
    public const string ANY_DESCENDENT = ">"
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    matches(ActiveMQDestination)

    Declaration
    public abstract bool matches(ActiveMQDestination destination)
    Parameters
    Type Name Description
    ActiveMQDestination destination
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    matches(ActiveMQMessage)

    Declaration
    public bool matches(ActiveMQMessage message)
    Parameters
    Type Name Description
    ActiveMQMessage message
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX