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

Quick Search    Search Deep

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

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

public class Or
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
Or()
           
 
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

Or

public Or()
Method Detail

match

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