org.jboss.wsf.spi.management.recording
Interface RecordFilter

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable

public interface RecordFilter
extends java.lang.Cloneable, java.io.Serializable

A record filter

Since:
8-Dec-2007
Author:
alessio.soldano@jboss.com

Method Summary
 java.lang.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

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

Throws:
java.lang.CloneNotSupportedException


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.