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 and Description List<RecordFilter>
RecordProcessor. getFilters()
Gets the currently configuredRecordFilter
instancesMethods in org.jboss.ws.api.monitoring with parameters of type RecordFilter Modifier and Type Method and Description void
RecordProcessor. addFilter(RecordFilter filter)
Adds aRecordFilter
to the processorMethod parameters in org.jboss.ws.api.monitoring with type arguments of type RecordFilter Modifier and Type Method and Description void
RecordProcessor. setFilters(List<RecordFilter> filters)
Sets theRecordFilter
instances for the current processor
-
Copyright © 2018 JBoss, by Red Hat. All rights reserved.