org.jboss.ws.api.monitoring
Interface RecordFilter

All Superinterfaces:
Cloneable, Serializable

public interface RecordFilter
extends Cloneable, Serializable

A record filter

Since:
8-Dec-2007
Author:
Alessio Soldano

Method Summary
 Object clone()
          RecordFilters must override Object.clone()
 boolean match(Record record)
          Returns true if the filter matches the given record.
 

Method Detail

match

boolean match(Record record)
Returns true if the filter matches the given record.


clone

Object clone()
             throws CloneNotSupportedException
RecordFilters must override Object.clone()

Throws:
CloneNotSupportedException


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.