Interface AxisServiceFilter
-
public interface AxisServiceFilterFilter forAxisServiceinstances. This interface is used byAxisServiceTracker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(AxisService service)Examine whether a given service matches the filter criteria.
-
-
-
Method Detail
-
matches
boolean matches(AxisService service)
Examine whether a given service matches the filter criteria.- Parameters:
service- the service to examine- Returns:
trueif the service matches the filter criteria
-
-