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.RecordFilterpublic boolean isSource()
public Object clone() throws CloneNotSupportedException
clone in interface org.jboss.ws.api.monitoring.RecordFilterclone in class ObjectCloneNotSupportedExceptionCopyright © 2015 JBoss, by Red Hat. All rights reserved.