Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mom4j.messaging.select
Class And  view And download And.java

java.lang.Object
  extended byorg.mom4j.messaging.select.Element
      extended byorg.mom4j.messaging.select.Node
          extended byorg.mom4j.messaging.select.And

public class And
extends Node


Nested Class Summary
 
Nested classes inherited from class org.mom4j.messaging.select.Element
Element.NullElement
 
Field Summary
 
Fields inherited from class org.mom4j.messaging.select.Node
AND, children, OR, type
 
Fields inherited from class org.mom4j.messaging.select.Element
NULL
 
Constructor Summary
And()
           
 
Method Summary
 boolean match(javax.jms.Message msg)
           
 
Methods inherited from class org.mom4j.messaging.select.Node
addChild, addFirst, getChildren, getType, isNode, toString
 
Methods inherited from class org.mom4j.messaging.select.Element
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

And

public And()
Method Detail

match

public boolean match(javax.jms.Message msg)
Specified by:
match in class Element