Uses of Interface
org.jboss.ws.api.monitoring.RecordFilter
-
Packages that use RecordFilter Package Description org.jboss.ws.api.monitoring Classes and interfaces for monitoring through collection of records. -
-
Uses of RecordFilter in org.jboss.ws.api.monitoring
Methods in org.jboss.ws.api.monitoring that return types with arguments of type RecordFilter Modifier and Type Method Description List<RecordFilter>RecordProcessor. getFilters()Gets the currently configuredRecordFilterinstancesMethods in org.jboss.ws.api.monitoring with parameters of type RecordFilter Modifier and Type Method Description voidRecordProcessor. addFilter(RecordFilter filter)Adds aRecordFilterto the processorMethod parameters in org.jboss.ws.api.monitoring with type arguments of type RecordFilter Modifier and Type Method Description voidRecordProcessor. setFilters(List<RecordFilter> filters)Sets theRecordFilterinstances for the current processor
-