public class HostFilter extends Object implements org.jboss.ws.api.monitoring.RecordFilter
Constructor and Description |
---|
HostFilter(Collection<String> hosts,
boolean source) |
HostFilter(String host,
boolean source) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
List<String> |
getHosts() |
boolean |
isSource() |
boolean |
match(org.jboss.ws.api.monitoring.Record record) |
public HostFilter(String host, boolean source)
public HostFilter(Collection<String> hosts, boolean source)
public boolean match(org.jboss.ws.api.monitoring.Record record)
match
in interface org.jboss.ws.api.monitoring.RecordFilter
public boolean isSource()
public Object clone() throws CloneNotSupportedException
clone
in interface org.jboss.ws.api.monitoring.RecordFilter
clone
in class Object
CloneNotSupportedException
Copyright © 2016 JBoss, by Red Hat. All rights reserved.