IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.plugins
LogSequenceFilter



This interface can be used to filter a LogSequence. As an operation, such as serialization, needs to know whether a given LogElement should be included or not, this callback object will be used for the boolean check. If the given LogElement should be used in the operation, then "true" should be returned. If the given LogElement should not be used, then "false" should be returned.


Method Summary
public  booleanaccept(com.ibm.websphere.objectgrid.plugins.LogElement)
           This method returns true if the given LogElement should be used in the operation; it returns false if the given LogElement should not be used.

Method Detail

accept

public boolean accept(LogElement logElement)
This method returns true if the given LogElement should be used in the operation; it returns false if the given LogElement should not be used.
Parameters:


Returns:
     true if the given LogElement should be used in the operation; false otherwise.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1