Package org.jboss.mx.remoting.event

Class Summary
ClassQueryExp (src) ClassQueryExp is a QueryExp implementation that allows you to check the ObjectName on a query against one or more class names to make sure that they are the instanceof one or more classes.
CompositeEventFilter (src) Composite-pattern based filter
CompositeQueryExp (src) CompositeQueryExp is a composite QueryExp that allows multiple QueryExp implementations to be chained together (a little easier than trying to use Query class).