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 SourceANY_CHILD
Declaration
public const string ANY_CHILD = "*"
Field Value
Type | Description |
---|---|
System.String |
ANY_DESCENDENT
Declaration
public const string ANY_DESCENDENT = ">"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View Sourcematches(ActiveMQDestination)
Declaration
public abstract bool matches(ActiveMQDestination destination)
Parameters
Type | Name | Description |
---|---|---|
ActiveMQDestination | destination |
Returns
Type | Description |
---|---|
System.Boolean |
matches(ActiveMQMessage)
Declaration
public bool matches(ActiveMQMessage message)
Parameters
Type | Name | Description |
---|---|---|
ActiveMQMessage | message |
Returns
Type | Description |
---|---|
System.Boolean |