JPH10105273A - Charging processor - Google Patents

Charging processor

Info

Publication number
JPH10105273A
JPH10105273A JP8259433A JP25943396A JPH10105273A JP H10105273 A JPH10105273 A JP H10105273A JP 8259433 A JP8259433 A JP 8259433A JP 25943396 A JP25943396 A JP 25943396A JP H10105273 A JPH10105273 A JP H10105273A
Authority
JP
Japan
Prior art keywords
charging
billing
data
application program
data processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8259433A
Other languages
Japanese (ja)
Inventor
Hirobumi Muratani
博文 村谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Digital Vision Laboratories Corp
Original Assignee
Digital Vision Laboratories Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Digital Vision Laboratories Corp filed Critical Digital Vision Laboratories Corp
Priority to JP8259433A priority Critical patent/JPH10105273A/en
Priority to US08/935,482 priority patent/US6119109A/en
Publication of JPH10105273A publication Critical patent/JPH10105273A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide the charging processor of simple constitution which can perform various types of charging process. SOLUTION: A charging process part 24 is constituted as a different platform from a data process part 22 as an application program to constitute modules by charging process functions. Then one of the charging process functions is selected according to a use charge rule 30 and the selected charging process part 24 performs a charging process according to timing information 26 outputted from the data process part 22. Further, the data process part 22 is also constituted as to have data process functions and one of the data process functions is selected according a data kind.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はコンピュータネット
ワーク等に接続されるデータ利用・処理端末に関し、特
に情報提供者からネットワークを介して与えられたデー
タの利用・処理に対して課金する課金処理装置に関す
る。
[0001] 1. Field of the Invention [0002] The present invention relates to a data use / processing terminal connected to a computer network or the like, and more particularly to a charging apparatus for charging for use / processing of data provided from an information provider via a network. .

【0002】[0002]

【従来の技術】近年、インターネットに代表されるコン
ピュータネットワークが盛んに利用されている。一例と
して、映画等の画像情報(ディジタルデータ)を提供す
るサービス提供者がネットワークに接続され、利用者は
見たい映画を要求すると、ネットワークを介して画像情
報が利用者に配信される。利用者は利用(ここでは、表
示等の処理も含めて利用とする)したデータに応じた料
金を情報提供者へ支払わなければならない。このため、
情報提供者は利用者に対する課金処理を行う。
2. Description of the Related Art In recent years, computer networks represented by the Internet have been actively used. As an example, a service provider that provides image information (digital data) such as a movie is connected to a network, and when a user requests a movie to be viewed, the image information is distributed to the user via the network. The user must pay the information provider a fee corresponding to the data used (here, the usage including display processing). For this reason,
The information provider performs a billing process for the user.

【0003】課金処理の形態としては、サービスを受け
ている時間に応じた課金、サービスを受けたデータ量
(バイト)に応じた課金、映画1本毎の一括課金等、無
限に近い種々の形態があるが、現状では、サービス提供
者が予め決めた1つの課金形態のみが実施されている。
具体的には、ユーザが所有する端末、あるいは情報提供
者が有するサーバに搭載されているアプリケーションプ
ログラム中に課金処理プログラムが記載されている。こ
のため、課金形態を変更するには、アプリケーションプ
ログラム自体を書き直す必要があり、簡単には課金形態
を変更することができない欠点がある。同様に、新たな
課金形態を追加し、いずれかの課金携帯を選択できるよ
うにすることも、プログラムの大幅変更が必要であり、
簡単にはできない欠点がある。
There are various infinite forms of charging processing, such as charging according to the time during which the service is received, charging according to the amount of data (bytes) received by the service, collective charging for each movie, and the like. However, at present, only one charging form predetermined by the service provider is implemented.
Specifically, the charging processing program is described in an application program mounted on a terminal owned by the user or a server owned by the information provider. Therefore, in order to change the charging mode, it is necessary to rewrite the application program itself, and there is a disadvantage that the charging mode cannot be easily changed. Similarly, adding a new form of billing and allowing you to select one of the billing phones requires significant changes to the program,
There are drawbacks that cannot be easily achieved.

【0004】また、近年のマルチメディアの発達に伴
い、1人のユーザが多数の情報提供者と契約して、多数
のサービスを受けることも増えてきている。この場合、
個々のサービス毎にアプリケーションプログラムが必要
となる。ここで、従来の課金処理機能はアプリケーショ
ンプログラムに含まれているので、異なる言語のアプリ
ケーションプログラムには適用できない。そのため、新
たなアプリケーションプログラムを作成すると、課金処
理プログラムも新たに作成する必要がある。しかし、課
金処理機能は、本来、アプリケーションプログラムとは
独立しており、異なるアプリケーションプログラムに対
して共通に使えるはずであり、各アプリケーションプロ
グラム毎に課金処理プログラムを用意するのは、プログ
ラム開発時間が無駄であるとともに、プログラムサイズ
が大きく、複雑になる欠点がある。
[0004] Further, with the development of multimedia in recent years, it has been increasing that one user contracts with many information providers and receives many services. in this case,
An application program is required for each service. Here, since the conventional billing function is included in the application program, it cannot be applied to application programs in different languages. Therefore, when a new application program is created, it is necessary to create a new billing program. However, the billing processing function is originally independent of the application program and should be used in common for different application programs. Therefore, preparing a billing processing program for each application program wastes program development time. However, there is a disadvantage that the program size is large and complicated.

【0005】[0005]

【発明が解決しようとする課題】このように従来の課金
処理装置は、多様な課金形態を実現すること、あるいは
課金形態を変更することが事実上不可能であった。ま
た、アプリケーションプログラムを新たに追加する際
は、新たなデータ処理機能だけでなく、課金処理機能も
別個に用意しなければならず、プログラムが複雑になる
欠点もあった。
As described above, it is virtually impossible for the conventional billing apparatus to realize various billing modes or to change the billing mode. In addition, when an application program is newly added, not only a new data processing function but also a billing function must be separately prepared, and there is a disadvantage that the program becomes complicated.

【0006】本発明は上述した事情に対処すべくなされ
たもので、その目的は多様な課金形態を簡単に実現する
ことができる課金処理装置を提供することである。ま
た、本発明の別の目的は、別のアプリケーションプログ
ラムを利用する際に、別のデータ処理機能だけを用意す
ればよく、課金処理機能は別個に用意する必要がない課
金処理装置を提供することである。
SUMMARY OF THE INVENTION The present invention has been made to address the above-described circumstances, and an object of the present invention is to provide a billing apparatus capable of easily realizing various billing forms. Another object of the present invention is to provide a billing apparatus which only needs to prepare another data processing function when using another application program and does not need to separately prepare a billing function. It is.

【0007】[0007]

【課題を解決するための手段】本発明によれば、受信し
たデータの処理に対して課金する課金処理装置におい
て、データ処理機能はアプリケーションプログラムによ
り実現し、課金機能はアプリケーションプログラムとは
異なるプラットフォームにより実現し、アプリケーショ
ンプログラムは課金処理に必要なデータ処理のタイミン
グを検出する手段と、検出したタイミング情報をプラッ
トフォームへ供給する手段を具備し、プラットフォーム
はタイミング情報に基づいて課金処理を行う手段を具備
することを特徴とする。
According to the present invention, in a charging apparatus for charging for processing of received data, the data processing function is realized by an application program, and the charging function is performed by a platform different from the application program. The application program includes means for detecting timing of data processing required for billing processing, and means for supplying the detected timing information to the platform, and the platform includes means for performing billing processing based on the timing information. It is characterized by the following.

【0008】ここで、プラットフォームは異なる形態の
複数の課金機能を実現する複数のモジュールと、料金規
則に応じてこれらの複数の課金機能のいずれかを選択す
る手段とを具備することを特徴とする。
Here, the platform is characterized by comprising a plurality of modules for realizing a plurality of billing functions in different forms, and means for selecting any one of the plurality of billing functions in accordance with a billing rule. .

【0009】また、アプリケーションプログラムは異な
る形態のデータ処理を実現する複数のプログラムと、デ
ータの種類に応じてこれらの複数のプログラムのいずれ
かを選択する手段とを具備することを特徴とする。
The application program is characterized by comprising a plurality of programs for realizing different forms of data processing, and means for selecting one of the plurality of programs according to the type of data.

【0010】さらに、プラットフォームは課金状況に応
じてデータ処理機能を制限する制御情報をアプリケーシ
ョンプログラムへ供給する手段を具備することを特徴と
する。
[0010] Further, the platform is provided with means for supplying control information for limiting the data processing function to the application program in accordance with the charging status.

【0011】本発明による課金処理装置によれば、多様
な課金形態を簡単に実現することができる。また、本発
明の別の課金処理装置によれば、別のアプリケーション
プログラムを利用する際に、課金処理機能は別個に用意
する必要がなく、別のデータ処理機能だけを用意すれば
よく、アプリケーションプログラムの開発が容易であ
る。
According to the billing apparatus of the present invention, various billing modes can be easily realized. According to another billing processing apparatus of the present invention, when using another application program, there is no need to separately prepare a billing function, and only another data processing function needs to be prepared. Is easy to develop.

【0012】[0012]

【発明の実施の形態】以下、図面を参照して本発明によ
る課金処理装置の第1の実施形態を説明する。先ず、用
語の定義をしておく。本明細書においては、「課金」と
は、サービス提供者と利用者間で行われるサービス授受
に伴う「契約」、「料金請求」、「決済」といった行為
を意味する。ここで、「契約」とは、サービスが提供さ
れる条件に関するサービス提供者と利用者間の合意の行
為をいう。なお、「契約」には、契約違反に対する対処
の行為も含める。「料金請求」とは、契約時の条件に従
い、サービスの提供に対して課される利用料を求めて、
これを請求する行為をいう。「決済」とは、サービス提
供者と利用者間で、料金請求された金額の金銭授受を行
う行為をいう。なお、「料金請求」と「決済」との境界
を明確にするために、銀行やカード会社等、実際に決済
を行う組織に対して決済すべき金額を伝える行為は「料
金請求」に含まれるとし、プリペイドカードの利用残高
の更新は「決済」の行為の一部であるとする。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, a first embodiment of a billing apparatus according to the present invention will be described with reference to the drawings. First, terms are defined. In this specification, "charging" refers to actions such as "contract", "billing", and "settlement" associated with service exchange between a service provider and a user. Here, the term "contract" refers to an agreement between the service provider and the user regarding the conditions under which the service is provided. “Contract” also includes actions to deal with breach of contract. "Billing" means, in accordance with the terms of the contract,
Refers to the act of requesting this. “Settlement” refers to the act of exchanging money for a charged amount between a service provider and a user. In addition, in order to clarify the boundary between "billing" and "settlement", the act of telling the amount to be settled to an organization that actually performs the settlement, such as a bank or a card company, is included in "billing". It is assumed that the update of the usage balance of the prepaid card is a part of the act of “settlement”.

【0013】図1は第1の実施形態の課金処理装置を含
んだユーザ端末を示すブロック図である。コンピュータ
ネットワーク10に情報提供者のサーバ12と、情報利
用者の情報処理端末14が接続される。一般に、サーバ
12と端末14は多数あるが、ここでは、説明を簡単に
するために、それぞれ1つのみ示す。サーバ12はコン
ピュータネットワーク10を介して端末14へデータ1
6を供給する。データ16としては、画像、音声、テキ
ストデータ等のディジタルデータのいずれでもよい。画
像としても、動画、静止画のいずれでもよい。ここで
は、サーバ12は映画情報を提供するとする。データは
契約ユーザ以外には利用できないように、暗号化されて
いる。ユーザは契約時に復号化のキーを知らされるの
で、情報を利用・処理することができる。
FIG. 1 is a block diagram showing a user terminal including a billing apparatus according to the first embodiment. An information provider server 12 and an information user information processing terminal 14 are connected to a computer network 10. In general, there are many servers 12 and terminals 14, but here, only one is shown for simplicity of explanation. The server 12 sends the data 1 to the terminal 14 via the computer network 10.
Supply 6. The data 16 may be any of digital data such as images, voices, and text data. The image may be either a moving image or a still image. Here, it is assumed that the server 12 provides movie information. The data is encrypted so that it cannot be used by anyone but the contracted user. Since the user is notified of the decryption key at the time of contract, the user can use and process the information.

【0014】情報処理端末14において、データ16は
データ処理部22に入力される。データ処理部22はデ
ータ16を再生(復号化)したり、表示したりするため
のアプリケーションプログラム(いわゆるソフトウェ
ア)である。図示してはいないが、データ処理部22に
は表示部、スピーカ等が接続される。また、データ処理
部22は、データを供給開始する前に、ユーザの認証も
行う。
In the information processing terminal 14, the data 16 is input to a data processing unit 22. The data processing unit 22 is an application program (so-called software) for reproducing (decoding) or displaying the data 16. Although not shown, a display unit, a speaker, and the like are connected to the data processing unit 22. The data processing unit 22 also performs user authentication before starting to supply data.

【0015】本発明は、データ処理部22から課金処理
機能を取り出して、これを課金処理部24として独立さ
せ、プラットフォーム化(具体的にはミドルウェア(オ
ペレーティングシステム)として実現される)したこと
を特徴とする。。課金処理機能をデータ処理機能から独
立させるために、データ処理部22は課金処理を行うべ
きタイミング、例えばデータ利用の開始、終了を検出す
る手段を有し、検出タイミング情報26を課金処理部2
4に送信する。課金処理部24はこのタイミング情報2
6に応じて課金を行うとともに、課金状況(ユーザの口
座の残高等)に応じてデータの利用を制限・制御するた
めの制御情報28をデータ処理部22に送信する。具体
的には、課金処理部24は、サービスの提供(データの
利用)に対する利用料金を計算し、これを決済機関(図
示せず)へ請求する。このため、課金処理部24もネッ
トワーク10に接続され、図示しない課金サーバと課金
額、口座残高等を通信する。
The present invention is characterized in that a billing processing function is extracted from the data processing unit 22 and is made independent as a billing processing unit 24, thereby forming a platform (specifically, realized as a middleware (operating system)). And . In order to make the billing processing function independent of the data processing function, the data processing unit 22 has means for detecting the timing at which the billing process should be performed, for example, the start and end of data use.
Send to 4. The billing processor 24 determines the timing information 2
6, and transmits control information 28 for restricting and controlling the use of data to the data processing unit 22 according to the charging status (e.g., balance of the user's account). Specifically, the billing processing unit 24 calculates a usage fee for providing the service (use of data), and bills this to a clearing house (not shown). For this reason, the billing processing unit 24 is also connected to the network 10 and communicates a billing amount, account balance, and the like with a billing server (not shown).

【0016】ここで、利用料金を計算する課金形態とし
ては、サービスを受けている時間に応じた課金、サービ
スを受けたデータ量に応じた課金、映画1本毎の一括課
金等多数種類考えられるので、課金処理部24はそれぞ
れ異なる課金形態を実現するモジュール241 ,24
2 ,243 …からなり、利用料規則30に応じて課金形
態選択部32により所望の課金形態を選択できる構成と
なっている。利用料規則30は、一般的には、サービス
提供者12がサービス(データ)毎に決める。なお、利
用料規則30には、課金形態ばかりでなく、決済形態等
も含まれる。利用料規則30もネットワーク10を介し
てサーバ12側から供給される。
Here, there are many types of billing modes for calculating the usage fee, such as billing according to the service receiving time, billing according to the amount of data received by the service, lump sum billing for each movie, and the like. Therefore, the charging processing unit 24 includes modules 24 1 and 24 for realizing different charging modes.
2, 24 3 ... made by charging condition selecting portion 32 according to the usage fee rules 30 has a configuration capable of selecting a desired cost structure. The usage fee rule 30 is generally determined by the service provider 12 for each service (data). Note that the usage fee rule 30 includes not only a billing form but also a settlement form and the like. The usage fee rule 30 is also supplied from the server 12 via the network 10.

【0017】一例として、データ量に応じた課金が選択
された場合を説明すると、課金処理部24は、データ処
理部22から供給されるデータ利用開始タイミングと利
用終了タイミングとからデータ利用時間を求め、これに
データの伝送レートをかけ算することにより利用したデ
ータ量を求め、これに利用料規則30に則った単価をか
け算することにより利用料金を求める。利用料金は、ネ
ットワーク10を介して決済機関のサーバへ送られ、ユ
ーザの口座から料金が引き落とされる。課金形態を変更
したい時は、利用料規則30を変更しさえすればよく、
データ処理部22を変更する必要はない。
As an example, a case in which charging according to the data amount is selected will be described. The charging processing unit 24 obtains a data use time from the data use start timing and the use end timing supplied from the data processing unit 22. Then, the amount of data used is obtained by multiplying this by the data transmission rate, and the usage fee is obtained by multiplying this by the unit price in accordance with the usage fee rule 30. The usage fee is sent to the server of the settlement institution via the network 10, and the fee is deducted from the user's account. If you want to change the billing form, you only need to change the usage fee rule 30,
There is no need to change the data processing unit 22.

【0018】このように本実施形態によれば、情報提供
者、ユーザの指定の形態の課金が簡単に実現でき、課金
形態に柔軟に対処できるシステムが提供される。さら
に、各課金機能はモジュール化されているので、課金処
理プログラムの変更、追加が簡単にできるようになって
いる。
As described above, according to the present embodiment, there is provided a system which can easily realize charging in a form specified by an information provider and a user and can flexibly cope with the charging form. Further, since each billing function is modularized, the billing processing program can be easily changed or added.

【0019】以下、本発明による課金処理装置の他の実
施形態を説明する。以下の説明において第1の実施形態
と同一部分は同一参照数字を付してその詳細な説明は省
略する。図2は、第1実施形態におけるデータ処理部2
2を、課金処理部24と同様に多数のデータ処理形態毎
に設けた第2実施形態のブロック図である。ネットワー
ク10には、画像、テキスト等の異なる種類の多数のデ
ータ16が伝送されており、1つのユーザ端末14で各
種のデータを利用・処理できることが好ましい。一般
に、データの種類、フォーマットが異なると、データ処
理プログラムも異なるものを用意する必要がある。そこ
で、データ処理部22をそれぞれ異なるデータ処理形態
を実現するモジュール221 ,222 ,223 …から構
成し、データの種類36に応じてデータ処理形態選択部
38により所望のデータ処理形態を選択できる構成とな
っている。なお、データの種類としては、画像、テキス
ト以外にも、同じ画像でも、情報提供者毎に適するデー
タ処理(復号化処理等)が異なることが考えられ、デー
タタイプ判定器36は、これも含めてデータタイプとし
て検出する。
Hereinafter, another embodiment of the accounting apparatus according to the present invention will be described. In the following description, the same parts as those of the first embodiment are denoted by the same reference numerals, and detailed description thereof will be omitted. FIG. 2 shows a data processing unit 2 according to the first embodiment.
FIG. 2 is a block diagram of a second embodiment in which 2 is provided for each of a large number of data processing forms in the same manner as the accounting processing unit 24. Many different types of data 16 such as images and texts are transmitted to the network 10, and it is preferable that one user terminal 14 can use and process various types of data. In general, different data types and formats require different data processing programs. Therefore, the data processing unit 22 is composed of modules 22 1 , 22 2 , 22 3, ... Which realize different data processing modes, and a desired data processing mode is selected by the data processing mode selection unit 38 according to the data type 36. It has a configuration that can be used. In addition, as the type of data, it is conceivable that data processing (decoding processing or the like) suitable for each information provider differs for the same image in addition to the image and the text. As a data type.

【0020】第1実施形態と同様に、課金処理部24は
データ処理部22から独立してプラットフォームとして
構成され、データ処理部22からのタイミング情報26
に応じて課金処理を行うことができる。このため、アプ
リケーションプログラムであるデータ処理部22が変
更、追加されても、課金処理部24を変更、追加する必
要がなく、同一の課金処理部24を複数のデータ処理モ
ジュール221 ,222,223 …に対して共通に使用
することができる。すなわち、別のアプリケーションプ
ログラムを利用する際にも、課金処理機能は別個に用意
する必要がなく、別のデータ処理機能だけを用意すれば
よく、アプリケーションプログラムの開発が容易とな
る。
As in the first embodiment, the accounting unit 24 is configured as a platform independently of the data processing unit 22, and the timing information 26 from the data processing unit 22 is provided.
, A billing process can be performed. For this reason, even if the data processing unit 22, which is an application program, is changed or added, there is no need to change or add the charging processing unit 24, and the same charging processing unit 24 can be replaced with a plurality of data processing modules 22 1 , 22 2 ,. 22 3 ... can be used in common. That is, even when another application program is used, it is not necessary to separately prepare a billing processing function, and only another data processing function needs to be prepared, which facilitates the development of the application program.

【0021】さらに、第1実施形態と同様に、課金処理
部24はそれぞれ異なる課金形態を実現するモジュール
241 ,242 ,243 …からなり、利用料規則30に
応じて課金形態選択部32により所望の課金形態を選択
できる構成となっている。このため、非常に多くのデー
タ処理形態に対して非常に多くの課金形態を適用するこ
とができ、柔軟なシステムが構築できる。
Further, similarly to the first embodiment, the charging processing unit 24 is composed of modules 24 1 , 24 2 , 24 3 ... Which realize different charging modes, respectively. Thus, a desired charging mode can be selected. Therefore, a very large number of billing forms can be applied to a very large number of data processing forms, and a flexible system can be constructed.

【0022】本発明は上述した実施形態に限定されず、
種々変形して実施可能である。例えば、上述の説明で
は、課金処理部(プラットフォーム)16はユーザ端末
側に設けるとしたが、これはサービス提供者のサーバ側
に設けてもよい。サーバ側に設けた場合は、データ処理
部(アプリケーションプログラム)とはネットワークを
介して接続すればよい。第2実施形態においては、課金
処理部24を複数のモジュールから構成することは必須
の要件ではなく、データ処理部22が複数のモジュール
からなり、課金処理部はデータ処理モジュールから独立
してさえすればよい。
The present invention is not limited to the embodiment described above,
Various modifications are possible. For example, in the above description, the charging unit (platform) 16 is provided on the user terminal side, but it may be provided on the server side of the service provider. When provided on the server side, the data processing unit (application program) may be connected via a network. In the second embodiment, it is not an essential requirement that the billing processing unit 24 be composed of a plurality of modules. The data processing unit 22 is composed of a plurality of modules, and the billing processing unit may be independent of the data processing module. I just need.

【0023】[0023]

【発明の効果】以上説明したように本発明によれば、多
様な課金形態を簡単に実現することができる課金処理装
置が提供される。また、アプリケーションプログラムを
追加する際に、課金処理機能は追加する必要がなく、新
たなデータ処理機能だけを追加すればよく、アプリケー
ションプログラムの開発が容易である課金処理装置が提
供される。
As described above, according to the present invention, there is provided a billing apparatus capable of easily realizing various billing modes. Further, when adding an application program, it is not necessary to add a billing processing function, and only a new data processing function needs to be added. Thus, a billing processing apparatus is provided which is easy to develop an application program.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明による課金処理装置の第1の実施形態の
構成を示すブロック図。
FIG. 1 is a block diagram showing the configuration of a first embodiment of a billing apparatus according to the present invention.

【図2】本発明による課金処理装置の第2の実施形態の
構成を示すブロック図。
FIG. 2 is a block diagram showing the configuration of a second embodiment of the accounting processing device according to the present invention.

【符号の説明】[Explanation of symbols]

10…ネットワーク 12…データ 14…データ処理部(アプリケーションプログラム) 16…課金処理部(プラットフォーム) 18…利用料規則 20…課金形態選択部 22…タイミング情報 DESCRIPTION OF SYMBOLS 10 ... Network 12 ... Data 14 ... Data processing part (application program) 16 ... Billing processing part (platform) 18 ... Usage fee rule 20 ... Billing form selection part 22 ... Timing information

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 受信したデータの処理に対して課金する
課金処理装置において、 データ処理機能はアプリケーションプログラムにより実
現し、課金機能はアプリケーションプログラムとは異な
るプラットフォームにより実現し、 前記アプリケーションプログラムは課金処理に必要なデ
ータ処理のタイミングを検出する手段と、検出したタイ
ミング情報を前記プラットフォームへ供給する手段を具
備し、 前記プラットフォームは前記タイミング情報に基づいて
課金処理を行う手段を具備することを特徴とする課金処
理装置。
In a charging apparatus for charging for processing of received data, a data processing function is realized by an application program, and a charging function is realized by a platform different from the application program. Charging means for detecting required data processing timing; and means for supplying the detected timing information to the platform, wherein the platform includes means for performing a charging process based on the timing information. Processing equipment.
【請求項2】 前記プラットフォームは異なる形態の複
数の課金機能を実現する複数のモジュールと、料金規則
に応じてこれらの複数の課金機能のいずれかを選択する
手段とを具備することを特徴とする請求項1に記載の課
金処理装置。
2. The system according to claim 1, wherein the platform includes a plurality of modules for realizing a plurality of billing functions in different forms, and means for selecting one of the plurality of billing functions in accordance with a fee rule. The billing processing device according to claim 1.
【請求項3】 前記アプリケーションプログラムは異な
る形態のデータ処理を実現する複数のプログラムと、デ
ータの種類に応じてこれらの複数のプログラムのいずれ
かを選択する手段とを具備することを特徴とする請求項
1、または2に記載の課金処理装置。
3. The application program according to claim 1, wherein the application program includes a plurality of programs for realizing different types of data processing, and means for selecting one of the plurality of programs according to a type of data. Item 3. The charging processing device according to item 1 or 2.
【請求項4】 前記プラットフォームは課金状況に応じ
てデータ処理機能を制限する制御情報を前記アプリケー
ションプログラムへ供給する手段を具備することを特徴
とする請求項1、2、または3に記載の課金処理装置。
4. The charging process according to claim 1, wherein the platform includes a unit for supplying control information for limiting a data processing function to the application program according to a charging status. apparatus.
JP8259433A 1996-09-30 1996-09-30 Charging processor Pending JPH10105273A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP8259433A JPH10105273A (en) 1996-09-30 1996-09-30 Charging processor
US08/935,482 US6119109A (en) 1996-09-30 1997-09-24 Information distribution system and billing system used for the information distribution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8259433A JPH10105273A (en) 1996-09-30 1996-09-30 Charging processor

Publications (1)

Publication Number Publication Date
JPH10105273A true JPH10105273A (en) 1998-04-24

Family

ID=17334028

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8259433A Pending JPH10105273A (en) 1996-09-30 1996-09-30 Charging processor

Country Status (1)

Country Link
JP (1) JPH10105273A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008211804A (en) * 2001-12-10 2008-09-11 Telemac Corp Data rating method and system of wireless device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008211804A (en) * 2001-12-10 2008-09-11 Telemac Corp Data rating method and system of wireless device

Similar Documents

Publication Publication Date Title
US8626842B2 (en) Content transaction management server device, content-providing server device, and terminal device and control program
KR100964766B1 (en) Wireless subscriber billing and distribution
JP5559115B2 (en) Distribution and differential pricing of wireless subscriber applications and content
EP1517470B1 (en) Communication terminal, billing apparatus, service providing apparatus, and program
US20030028490A1 (en) System, apparatus, and method of contents distribution, and program and program recording medium directed to the same
US20030154168A1 (en) Method for using software products that are offered via a network
US20020010594A1 (en) Method of payment for a healthcare service
JPH10187267A (en) Information supply system and charging system applied to the information supply system
KR20060107737A (en) Method for charging costs of enjoying contents transmitted over a telecommunications network and system thereof
JP2002170027A (en) Advertisement delivery business and system
US20080057916A1 (en) Real-time, interactive balance check for wireless service
JPWO2003007207A1 (en) Billing method, billing device, billing program and recording medium
US7036150B2 (en) Data management apparatus, storage medium having stored therein data management program, storage medium having stored therein usage certificate data, and method of using data
JP2001312666A (en) System and method for managing rate information
JP2008204024A (en) Information copying system and server
JPH10105273A (en) Charging processor
JP2003085384A (en) Contents introduction program, contents distribution program, contents utilizing program and contents introducing system
JPH1049471A (en) Server cooperation control method
JP2000215161A (en) Terminal device
JP2003044602A (en) Apparatus for providing application and method therefor
JP2002056304A (en) Service providing system via communications network, service providing device, service package providing server, and storage medium
JP2001067401A (en) Method and device for imposing charge on-line method
US7010792B1 (en) Method for managing interaction between information appliances and appliance services
JP2004139327A (en) System for selling contents for personal computers by using coupon issued to portable terminal
KR20020029466A (en) Control method of popular computer