boolean |
WsDiscoveryUtil.isScopesMatching(List<String> superset,
List<String> subset,
MatchBy matchBy) |
Checks if a scope superset includes a subset.
|
com.google.common.util.concurrent.ListenableFuture<org.somda.sdc.dpws.soap.wsdiscovery.model.ProbeMatchesType> |
WsDiscoveryClient.sendDirectedProbe(RequestResponseClient rrClient,
List<QName> types,
List<String> scopes,
MatchBy matchBy) |
Sends a directed probe to a device.
|
com.google.common.util.concurrent.ListenableFuture<org.somda.sdc.dpws.soap.wsdiscovery.model.ProbeMatchesType> |
WsDiscoveryClientInterceptor.sendDirectedProbe(RequestResponseClient rrClient,
List<QName> types,
List<String> scopes,
MatchBy matchBy) |
|
com.google.common.util.concurrent.ListenableFuture<Integer> |
WsDiscoveryClient.sendProbe(String probeId,
Collection<QName> types,
Collection<String> scopes,
MatchBy matchBy) |
Sends a probe message using the given parameters.
|
com.google.common.util.concurrent.ListenableFuture<Integer> |
WsDiscoveryClient.sendProbe(String probeId,
Collection<QName> types,
Collection<String> scopes,
MatchBy matchBy,
Integer maxResults) |
Sends a probe message using the given parameters with a limited number of results until future finishes.
|
com.google.common.util.concurrent.ListenableFuture<Integer> |
WsDiscoveryClientInterceptor.sendProbe(String probeId,
Collection<QName> types,
Collection<String> scopes,
MatchBy matchBy) |
|
com.google.common.util.concurrent.ListenableFuture<Integer> |
WsDiscoveryClientInterceptor.sendProbe(String probeId,
Collection<QName> types,
Collection<String> scopes,
MatchBy matchBy,
Integer maxResults) |
|