コード例 #1
0
  public Set<String> getRegisteredUsers() throws LocationServiceException {

    return locationService.getRegisteredUsers();
  }
コード例 #2
0
  public long getExpirationTime(String sipAddress, String contactAddress)
      throws LocationServiceException {

    return locationService.getExpirationTime(sipAddress, contactAddress);
  }
コード例 #3
0
  public int getRegisteredUserCount() throws LocationServiceException {

    return locationService.getRegisteredUserCount();
  }
コード例 #4
0
  public Set<String> getContacts(String sipAddress) throws LocationServiceException {

    return locationService.getContacts(sipAddress);
  }