Packagenet.user1.reactor.filters
Classpublic class AndGroup
InheritanceAndGroup Inheritance BooleanGroup Inheritance Object
Subclasses Filter

Since : Reactor 1.0.0

Defines a Boolean AND relationship between multiple comparisons in a message filter. The Boolean AndGroup is considered true only if all of its comparisons are also considered true.

For information on filtering messages, see the IFilter interface.

See also

IFilter


Public Variables
 VariableDefined By
 Inheritedcomparisons : Array
BooleanGroup
 Inheritedtype : String
BooleanGroup
Public Methods
 MethodDefined By
  
Constructor
AndGroup
 Inherited
addComparison(comparison:IComparable):void
Adds a new comparison to the Boolean group.
BooleanGroup
 Inherited
toXMLString():String
Returns a string containing the XML representation of this BooleanGroup, suitable for transmission to Union Server.
BooleanGroup
Constructor Description
AndGroup()Constructor
public function AndGroup()

Constructor