public class FilterProcessor extends Object
| Constructor and Description |
|---|
FilterProcessor(String btxn,
Filter filter)
This constructor initialises the processor with the business
transaction name and filter configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessTransaction() |
Filter |
getFilter() |
protected void |
init()
This method initialises the filter.
|
boolean |
isExcluded(String uri)
This method determines whether the supplied URI should be
excluded.
|
boolean |
isIncludeAll()
This method determines whether all URIs are included.
|
boolean |
isIncluded(String uri)
This method determines whether the supplied URI should be
included.
|
void |
setBusinessTransaction(String businessTransaction) |
void |
setFilter(Filter filter) |
protected void init()
public String getBusinessTransaction()
public void setBusinessTransaction(String businessTransaction)
businessTransaction - the businessTransaction to setpublic Filter getFilter()
public void setFilter(Filter filter)
filter - the filter to setpublic boolean isIncludeAll()
public boolean isIncluded(String uri)
uri - The URI to checkpublic boolean isExcluded(String uri)
uri - The URI to checkCopyright © 2015 Red Hat, Inc.. All rights reserved.