JP2008059301A - Database synchronous system and method - Google Patents

Database synchronous system and method Download PDF

Info

Publication number
JP2008059301A
JP2008059301A JP2006235759A JP2006235759A JP2008059301A JP 2008059301 A JP2008059301 A JP 2008059301A JP 2006235759 A JP2006235759 A JP 2006235759A JP 2006235759 A JP2006235759 A JP 2006235759A JP 2008059301 A JP2008059301 A JP 2008059301A
Authority
JP
Japan
Prior art keywords
synchronization
database
start notification
server
information element
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.)
Withdrawn
Application number
JP2006235759A
Other languages
Japanese (ja)
Inventor
Daisuke Kikuchi
大輔 菊地
Tetsuo Sato
哲夫 佐藤
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.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
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 NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2006235759A priority Critical patent/JP2008059301A/en
Priority to KR1020097006545A priority patent/KR20090052375A/en
Priority to PCT/JP2007/066479 priority patent/WO2008026521A1/en
Priority to CNA2007800320968A priority patent/CN101512502A/en
Priority to US12/439,200 priority patent/US20090259697A1/en
Priority to EP07806065A priority patent/EP2058738A1/en
Publication of JP2008059301A publication Critical patent/JP2008059301A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Abstract

<P>PROBLEM TO BE SOLVED: To reduce an operation burden for a user, and to synchronize a database between a terminal device and a server device. <P>SOLUTION: A significance of an information element of the synchronization object is determined in a mobile communication network server 3, a synchronization start notification is transmitted to the mobile terminal 1 in response to a determination result, and the database is synchronized between the mobile communication network server 3 and the mobile terminal 1, after the synchronization start notification. Alternatively, a trigger of updating the information element is determined in the mobile communication network server 3, the synchronization start notification is transmitted to the mobile terminal 1 in response to the determination, and the database is synchronized between the mobile communication network server 3 and the mobile terminal 1, after the synchronization start notification. Various performances are executed in response to information as to the information element included in the synchronization start notification, in the mobile terminal 1 receiving the synchronization start notification. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明はデータベース同期システム及びデータベース同期方法に関し、特に着信通知を利用したデータベース同期システム及びデータベース同期方法に関する。   The present invention relates to a database synchronization system and a database synchronization method, and more particularly to a database synchronization system and a database synchronization method using incoming notification.

ホスト側のデータベースとクライアント側のデータベースとは最初は同じデータを有するが、それぞれ別個に使われることにより、データベースにおけるデータが異なったものになる。すなわち、一方のデータベースで追加/修正/削除されたデータと、他方のデータベースで追加/修正/削除されたデータとが双方のデータベースに別個に存在することになる。このような場合に、一方のデータベースに追加/修正/削除されたデータを他方のデータベースに反映させて、データベースを同一にすることをデータベース同期という。   The host-side database and the client-side database initially have the same data, but are used separately, so that the data in the database is different. That is, data added / modified / deleted in one database and data added / modified / deleted in the other database exist separately in both databases. In such a case, reflecting the data added / corrected / deleted in one database in the other database and making the databases the same is called database synchronization.

従来より、サーバ装置と端末装置との間でもデータベース同期が行われることが知られており、サーバ装置のメモリに端末装置のデータをバックアップする領域を確保し、必要に応じて端末装置に保存されているデータベースとサーバ装置に保存されているデータベースとの同期をとる技術が開示されている。
特開2005−38030号公報
Conventionally, it is known that database synchronization is also performed between the server device and the terminal device, and an area for backing up the data of the terminal device is secured in the memory of the server device and is stored in the terminal device as necessary. A technique for synchronizing a stored database and a database stored in a server device is disclosed.
JP-A-2005-38030

端末装置のデータベースとサーバ装置のデータベースとの間で同期をとる場合には、端末装置側のデータが不用意に失われることを防止するために、サーバ装置から端末装置に対してデータが更新された旨を通知し、端末装置のユーザの承認を得た上で同期処理を開始することが一般的である。   When synchronizing the database of the terminal device and the database of the server device, the data is updated from the server device to the terminal device in order to prevent the data on the terminal device side from being inadvertently lost. In general, the synchronization processing is started after the user is notified and the user of the terminal device is approved.

しかしながら、データベース同期の際にユーザの承認を得る方法であると、データベースの同期を行う際にその都度ユーザの端末操作が必要となり、操作が非常に面倒になるという問題がある。   However, the method of obtaining the user's approval at the time of database synchronization has a problem that the user's terminal operation is required each time the database is synchronized, and the operation becomes very troublesome.

本発明はかかる点に鑑みてなされたものであり、ユーザの操作負担を軽減して端末装置とサーバ装置との間のデータベース同期を行うことができるデータベース同期システム及びデータベース同期方法を提供することを目的とする。   The present invention has been made in view of such a point, and provides a database synchronization system and a database synchronization method capable of reducing a user's operation burden and performing database synchronization between a terminal device and a server device. Objective.

本発明のデータベース同期システムは、サーバとユーザ端末との間で情報要素の同期を行うデータベース同期システムであって、前記サーバは、同期対象である情報要素の重要度を判別する判別手段と、前記判別手段の判別結果に応じて前記ユーザ端末に同期開始通知を行う通知手段と、を具備することを特徴とする。   The database synchronization system of the present invention is a database synchronization system that synchronizes information elements between a server and a user terminal, wherein the server determines the importance of information elements that are synchronization targets, Notification means for notifying the user terminal of synchronization start according to the determination result of the determination means.

この構成によれば、情報要素の重要度に応じて同期開始通知の送信を決めており、重要度に応じて同期開始通知を行って同意を求めている。このため、重要度に応じてデータが不用意に失われることを防止することができる。また、すべてのデータベース同期について同期開始通知を送信しない。このため、ユーザがすべてのデータベース同期について確認動作を行う必要がないので、ユーザの操作負担を軽減することができる。   According to this configuration, the transmission of the synchronization start notification is determined according to the importance level of the information element, and the synchronization start notification is performed according to the importance level to request consent. For this reason, it is possible to prevent data from being accidentally lost in accordance with the importance. In addition, a synchronization start notification is not transmitted for all database synchronizations. For this reason, since it is not necessary for the user to perform confirmation operations for all database synchronizations, the operation burden on the user can be reduced.

本発明のデータベース同期システムにおいては、前記通知手段は、情報要素の重要度が相対的に高い場合にのみ同期開始通知を行うことが好ましい。   In the database synchronization system of the present invention, it is preferable that the notification means performs the synchronization start notification only when the importance of the information element is relatively high.

本発明のデータベース同期システムは、サーバとユーザ端末との間で情報要素の同期を行うデータベース同期システムであって、前記サーバは、情報要素の更新の契機を決定する決定手段と、前記決定手段の決定に応じて前記ユーザ端末に同期開始通知を行う通知手段と、を具備することを特徴とする。   The database synchronization system of the present invention is a database synchronization system that synchronizes information elements between a server and a user terminal, wherein the server determines a trigger for updating an information element, and includes: Notification means for notifying the user terminal of the start of synchronization in response to the determination.

この構成によれば、情報要素の更新の契機(自動同期の設定)に応じて同期開始通知の送信を決めており、自動同期の場合に同期開始通知を行って同意を求めている。このため、自動同期の場合についてデータが不用意に失われることを防止することができる。また、すべてのデータベース同期について同期開始通知を送信しない。このため、ユーザがすべてのデータベース同期について確認動作を行う必要がないので、ユーザの操作負担を軽減することができる。   According to this configuration, the transmission of the synchronization start notification is determined according to the update timing of the information element (automatic synchronization setting), and in the case of automatic synchronization, the synchronization start notification is performed to request consent. For this reason, it is possible to prevent data from being inadvertently lost in the case of automatic synchronization. In addition, a synchronization start notification is not transmitted for all database synchronizations. For this reason, since it is not necessary for the user to perform confirmation operations for all database synchronizations, the operation burden on the user can be reduced.

本発明のデータベース同期システムにおいては、前記サーバは、端末からの要求に応じて前記同期を自動で行う設定にする設定手段を具備することが好ましい。   In the database synchronization system of the present invention, it is preferable that the server includes a setting unit configured to automatically perform the synchronization in response to a request from a terminal.

本発明のデータベース同期システムにおいては、前記ユーザ端末は、前記同期開始通知に応じて異なる演出を行うことが好ましい。この構成によれば、ユーザは移動体端末における演出によりデータベース同期における同期対象又は更新対象である情報要素が何であるか、情報要素の重要度、更新契機などを認識することができる。   In the database synchronization system of the present invention, it is preferable that the user terminal performs different effects according to the synchronization start notification. According to this configuration, the user can recognize what information element is the synchronization target or the update target in the database synchronization, the importance of the information element, the update opportunity, and the like by the effect on the mobile terminal.

本発明のデータベース同期システムにおいては、前記サーバ及び前記ユーザ端末は、データベース同期用のアプリケーションを備えることが好ましい。   In the database synchronization system of the present invention, it is preferable that the server and the user terminal include an application for database synchronization.

本発明のデータベース同期方法は、サーバとユーザ端末との間で情報要素の同期を行うデータベース同期方法であって、前記サーバにおいて、同期対象である情報要素の重要度を判別する判別工程と、前記判別工程における判別結果に応じて前記ユーザ端末に同期開始通知を行う通知工程と、前記同期開始通知の後に前記サーバと前記ユーザ端末との間で前記情報要素の同期を行う同期工程と、を具備することを特徴とする。   The database synchronization method of the present invention is a database synchronization method for synchronizing information elements between a server and a user terminal, in the server, a determination step of determining the importance of information elements to be synchronized, A notification step of performing a synchronization start notification to the user terminal according to a determination result in the determination step, and a synchronization step of synchronizing the information element between the server and the user terminal after the synchronization start notification. It is characterized by doing.

この方法によれば、情報要素の重要度に応じて同期開始通知の送信を決めており、重要度の高いものについて同期開始通知を行って同意を求めている。このため、重要度の高いものについてデータが不用意に失われることを防止することができる。また、すべてのデータベース同期について同期開始通知を送信しない。このため、ユーザがすべてのデータベース同期について確認動作を行う必要がないので、ユーザの操作負担を軽減することができる。   According to this method, the transmission of the synchronization start notification is determined according to the importance of the information element, and the synchronization start notification is sent for the one having the higher importance to obtain the consent. For this reason, it is possible to prevent inadvertent loss of data for a highly important data. In addition, a synchronization start notification is not transmitted for all database synchronizations. For this reason, since it is not necessary for the user to perform confirmation operations for all database synchronizations, the operation burden on the user can be reduced.

本発明のデータベース同期方法においては、前記通知工程において、情報要素の重要度が相対的に高い場合にのみ同期開始通知を行うことが好ましい。   In the database synchronization method of the present invention, it is preferable that in the notification step, the synchronization start notification is performed only when the importance of the information element is relatively high.

本発明のデータベース同期方法は、サーバとユーザ端末との間で情報要素の同期を行うデータベース同期方法であって、前記サーバにおいて、情報要素の更新の契機を決定する決定工程と、前記決定工程における決定に応じて前記ユーザ端末に同期開始通知を行う通知工程と、前記同期開始通知の後に前記サーバと前記ユーザ端末との間で前記情報要素の同期を行う同期工程と、を具備することを特徴とする。   The database synchronization method of the present invention is a database synchronization method for synchronizing information elements between a server and a user terminal, and in the server, a determination step for determining an update timing of the information elements, A notification step of notifying the user terminal of a synchronization start in response to the determination, and a synchronization step of synchronizing the information elements between the server and the user terminal after the synchronization start notification. And

この方法によれば、情報要素の更新の契機(自動同期の設定)に応じて同期開始通知の送信を決めており、自動同期の場合に同期開始通知を行って同意を求めている。このため、自動同期の場合についてデータが不用意に失われることを防止することができる。また、すべてのデータベース同期について同期開始通知を送信しない。このため、ユーザがすべてのデータベース同期について確認動作を行う必要がないので、ユーザの操作負担を軽減することができる。   According to this method, the transmission of the synchronization start notification is determined according to the update timing of the information element (automatic synchronization setting), and in the case of automatic synchronization, the synchronization start notification is sent and the consent is requested. For this reason, it is possible to prevent data from being inadvertently lost in the case of automatic synchronization. In addition, a synchronization start notification is not transmitted for all database synchronizations. For this reason, since it is not necessary for the user to perform confirmation operations for all database synchronizations, the operation burden on the user can be reduced.

本発明のデータベース同期方法においては、前記同期開始通知を受信した後に、前記ユーザ端末がデータベース同期についての確認信号を前記サーバに送信する送信工程を具備することが好ましい。この方法によれば、データベース同期についてユーザの同意を得ることができる。   In the database synchronization method of the present invention, it is preferable that the method further includes a transmission step in which the user terminal transmits a confirmation signal for database synchronization to the server after receiving the synchronization start notification. According to this method, it is possible to obtain user consent for database synchronization.

本発明のデータベース同期方法においては、前記サーバにおいて、端末からの要求に応じて前記同期を自動で行う設定にする設定工程を具備することが好ましい。   In the database synchronization method of the present invention, it is preferable that the server includes a setting step for setting the synchronization to be performed automatically in response to a request from a terminal.

本発明のデータベース同期方法においては、前記ユーザ端末は、前記同期開始通知に応じて異なる演出を行うことが好ましい。この方法によれば、ユーザは移動体端末における演出によりデータベース同期における同期対象又は更新対象である情報要素が何であるか、情報要素の重要度、更新契機などを認識することができる。   In the database synchronization method of the present invention, it is preferable that the user terminal performs different effects according to the synchronization start notification. According to this method, the user can recognize what information element is the synchronization target or the update target in the database synchronization, the importance of the information element, the update opportunity, and the like by the effect on the mobile terminal.

本発明のデータベース同期システムは、サーバとユーザ端末との間で情報要素の同期を行うデータベース同期システムであって、前記サーバは、同期対象である情報要素の重要度を判別する判別手段あるいは情報要素の更新契機を決定する決定手段と、前記判別手段の判別結果あるいは前記決定手段の決定に応じて前記ユーザ端末に通知を行う通知手段と、を具備するので、ユーザの操作負担を軽減して端末装置とサーバ装置との間のデータベース同期を行うことができる。   The database synchronization system of the present invention is a database synchronization system that synchronizes information elements between a server and a user terminal, wherein the server determines a degree of importance of an information element to be synchronized or an information element And a notification means for notifying the user terminal in accordance with the determination result of the determination means or the determination of the determination means, thereby reducing the operation burden on the user. Database synchronization between the device and the server device can be performed.

本発明者らは、データベース同期における同期対象又は更新対象である情報要素や情報要素の更新契機に着目し、情報要素や更新契機において同期開始通知が不要である場合が考えられることから、情報要素や更新契機に応じて同期開始通知を不要とすることにより、ユーザの確認動作のような操作負担を軽減することを見出し本発明をするに至った。   The present inventors pay attention to the information element that is the synchronization target or update target in the database synchronization and the update opportunity of the information element, and there is a possibility that the synchronization start notification is unnecessary at the information element and the update opportunity. It has been found that the operation burden such as the user's confirmation operation can be reduced by making the synchronization start notification unnecessary according to the update timing.

すなわち、本発明の骨子は、サーバにおいて、同期対象である情報要素の重要度を判別し、あるいは、情報要素の更新契機を決定し、その判別結果あるいは決定に応じてユーザ端末に同期開始通知を行い、その同期開始通知の後にサーバとユーザ端末との間で情報要素の同期を行うことにより、ユーザの操作負担を軽減して端末装置とサーバ装置との間のデータベース同期を行うことである。   That is, the essence of the present invention is that the server determines the importance of the information element to be synchronized, or determines the update timing of the information element, and notifies the user terminal of the start of synchronization according to the determination result or determination. Performing synchronization of information elements between the server and the user terminal after the synchronization start notification, thereby reducing the operation burden on the user and performing database synchronization between the terminal device and the server device.

以下、本発明の実施の形態について、添付図面を参照して詳細に説明する。
図1は、本発明の一実施の形態に係るデータベース同期システムの概略構成を示す図である。図1に示すシステムは、ユーザ端末である移動体端末1と、この移動体端末1と移動通信網であるコアネットワーク2を介して接続された移動通信網用サーバ3と、移動体端末1とインターネット4のようなネットワークを介して接続された他の端末装置、例えばパーソナルコンピュータ(PC)5などとから主に構成されている。このような構成を有するシステムにおいては、移動通信網用サーバ3のデータベースに追加/修正/削除されたデータを移動体端末1のデータベースに反映させて(データ更新)、双方のデータベースを同一にするデータベース同期を行う。この場合において、移動通信網用サーバ3は、データ更新に係る情報要素の重要度に応じて、あるいは情報要素の更新契機に応じて移動体端末1に予め同期開始通知を行い、移動体端末1は、その同期開始通知の内容に基づいて演出を行う。
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
FIG. 1 is a diagram showing a schematic configuration of a database synchronization system according to an embodiment of the present invention. The system shown in FIG. 1 includes a mobile terminal 1 that is a user terminal, a mobile communication network server 3 that is connected to the mobile terminal 1 via a core network 2 that is a mobile communication network, and a mobile terminal 1. It is mainly composed of other terminal devices connected via a network such as the Internet 4 such as a personal computer (PC) 5. In the system having such a configuration, the data added / modified / deleted in the database of the mobile communication network server 3 is reflected in the database of the mobile terminal 1 (data update), and both databases are made identical. Perform database synchronization. In this case, the mobile communication network server 3 notifies the mobile terminal 1 in advance of synchronization in accordance with the importance of the information element related to data update or according to the update trigger of the information element. Produces an effect based on the content of the synchronization start notification.

ここで、情報要素とは、データベースで管理される情報の要素をいい、例えば、アドレス帳、画像ファイル、動画像ファイル、メール、音楽ファイル、ブックマーク、スケジュールなどを挙げることができる。また、更新契機とは、情報要素をデータベースに更新、例えば追加、修正、削除するタイミングをいい、例えば、他の端末により情報要素が更新される場合や、所定時間毎に自動的に情報要素が更新される場合、などが挙げられる。さらに、情報要素の重要度とは、ユーザやサーバ側にとって重要な程度をいう。したがって、重要度が高い情報要素とは、不用意に削除することができない情報要素をいい、例えばアドレス帳、画像ファイル、動画像ファイル、メール、音楽ファイル、ブックマーク、スケジュールなどを挙げることができる。また、重要度が高い情報要素とは、最も重要度が高い情報要素のみではなく、ユーザやサーバ側にとって削除することができない少なくとも一つ情報要素を含む。   Here, the information element refers to an element of information managed in a database, and examples thereof include an address book, an image file, a moving image file, an email, a music file, a bookmark, and a schedule. The update opportunity refers to the timing of updating, for example, adding, modifying, or deleting an information element in the database. For example, when the information element is updated by another terminal, or when the information element is automatically updated every predetermined time. If it is updated, etc. Furthermore, the importance of information elements refers to the degree of importance for users and servers. Therefore, an information element having a high degree of importance refers to an information element that cannot be deleted carelessly, and examples thereof include an address book, an image file, a moving image file, an email, a music file, a bookmark, and a schedule. Further, the information element having a high importance level includes not only the information element having the highest importance level but also at least one information element that cannot be deleted by the user or the server side.

図2は、本発明の一実施の形態に係るデータベース同期システムに使用する移動体端末1を示す概略ブロック図である。移動体端末1は、アンテナ101と、アンテナ101を介して受信した信号に無線処理を施す無線部102と、端末全体を制御する制御部103と、無線処理された信号(同期開始通知)から所定の情報、ここではデータ更新の対象である情報要素に関する情報(重要度、更新契機)を抽出する抽出部104と、抽出された情報に基づいて移動体端末1で行う演出、例えば振動、鳴動、点灯などの移動体端末1で行う種々の挙動を判定する判定部105と、アプリケーションを動作させるアプリ制御部106と、種々の表示を行う表示部107と、情報要素をはじめ種々の情報やデータを格納する格納部108と、端末を振動させるバイブレータ109と、光を点灯する発光素子であるLED110と、音声をはじめ種々の音を出力するスピーカ111とから主に構成されている。   FIG. 2 is a schematic block diagram showing the mobile terminal 1 used in the database synchronization system according to the embodiment of the present invention. The mobile terminal 1 includes a predetermined number of antennas 101, a radio unit 102 that performs radio processing on a signal received via the antenna 101, a control unit 103 that controls the entire terminal, and a radio-processed signal (synchronization start notification). , Here, an extraction unit 104 that extracts information (importance, update opportunity) regarding an information element that is a data update target, and effects performed by the mobile terminal 1 based on the extracted information, such as vibration, ringing, A determination unit 105 that determines various behaviors performed on the mobile terminal 1 such as lighting, an application control unit 106 that operates an application, a display unit 107 that performs various displays, and various information and data including information elements. A storage unit 108 for storing, a vibrator 109 that vibrates the terminal, an LED 110 that is a light emitting element that turns on light, and a sound that outputs various sounds including sound. It is mainly composed of Ca 111..

無線部102は、アンテナ101を介して受信した無線周波数の信号に対して所定の無線処理を施して中間周波数信号又はベースバンド信号にダウンコンバートすると共に、中間周波数又はベースバンド信号をアップコンバートしてアンテナ101を介して送信する。ダウンコンバートされた信号(受信信号)は、抽出部104及び制御部103に出力される。   The radio unit 102 performs predetermined radio processing on a radio frequency signal received via the antenna 101 to downconvert the signal to an intermediate frequency signal or a baseband signal, and upconverts the intermediate frequency or baseband signal. Transmit via antenna 101. The down-converted signal (reception signal) is output to the extraction unit 104 and the control unit 103.

抽出部104は、受信信号から、移動通信網用サーバ3から送信された同期開始通知に含まれた情報要素に関する情報、例えば情報要素の種類や重要度、情報要素の更新契機などを抽出する。抽出部104で抽出された情報は判定部105に出力される。   The extraction unit 104 extracts information related to information elements included in the synchronization start notification transmitted from the mobile communication network server 3 from the received signal, such as the type and importance of the information elements, the update timing of the information elements, and the like. Information extracted by the extraction unit 104 is output to the determination unit 105.

判定部105は、情報要素に関する情報に基づいて移動体端末1内でどのような演出を行うかなどを判定する。判定部105は、図4に示すようなテーブルを有する。図4に示すテーブルは、情報要素の種類、情報要素の重要度、更新の契機(例えば自動同期であるか否か)及び移動体端末1における演出を関連づけるものである。例えば、情報要素がアドレス帳である場合には、重要度は高く、演出態様は、更新が自動同期で行われるときに、バイブレータの振動、LEDの発光及びマイクからの鳴動であり、更新が自動同期で行われないときに、LEDの発光及びマイクからの鳴動である。なお、図4に示すテーブルの項目についてはこれに限定されず、少なくとも情報要素に関する事項や更新契機と移動体端末1における演出とが関連づけられていればよい。判定部105で判定された情報、すなわち図4に示すテーブルを用いて得られた判定結果(演出態様)は、制御部103に出力される。   The determination unit 105 determines what kind of effect is performed in the mobile terminal 1 based on information about the information element. The determination unit 105 has a table as shown in FIG. The table shown in FIG. 4 correlates the types of information elements, the importance of the information elements, the trigger of update (for example, whether or not automatic synchronization is performed), and the effects on the mobile terminal 1. For example, when the information element is an address book, the degree of importance is high, and when the update is performed in automatic synchronization, the vibration is vibration of the vibrator, light emission from the LED, and ringing from the microphone, and the update is automatic. When not synchronized, LED emission and ringing from the microphone. Note that the items in the table shown in FIG. 4 are not limited to this, and it is sufficient that at least items related to information elements and update opportunities are associated with effects in the mobile terminal 1. Information determined by the determination unit 105, that is, a determination result (effect mode) obtained using the table shown in FIG. 4 is output to the control unit 103.

制御部103は、無線部102で無線処理された受信信号に対して種々の処理を行う。例えば、制御部103は、所定の情報を格納部108に格納したり、受信信号を音声情報としてスピーカ111から出力したり、受信信号を画像情報や文字情報として表示部107に出力する。その他、制御部103は、移動体端末1全体の制御を行う。制御部103は、判定部105からの判定結果を受けると、その判定結果に基づいて演出を行う。すなわち、判定結果における演出態様にしたがって移動体端末1内の構成部品を用いて演出を行う。具体的には、制御部103は、移動体端末1を振動させるバイブレータ109、所定の発光を行うLED110、音や音声を発する(鳴動する)スピーカ111を用いて情報要素に対応した種々の演出を行う。このようにして、移動体端末1においては、移動通信網用サーバ3から送信された同期開始通知に応じて異なる演出を行う。このように移動通信網用サーバ3から送信された同期開始通知に応じて異なる演出を行うことにより、ユーザは移動体端末1における演出によりデータベース同期における同期対象又は更新対象である情報要素が何であるか、情報要素の重要度、更新契機などを認識することができる。   The control unit 103 performs various processes on the received signal wirelessly processed by the wireless unit 102. For example, the control unit 103 stores predetermined information in the storage unit 108, outputs a received signal as audio information from the speaker 111, and outputs a received signal as image information or text information to the display unit 107. In addition, the control unit 103 controls the entire mobile terminal 1. Upon receiving the determination result from the determination unit 105, the control unit 103 performs an effect based on the determination result. That is, the presentation is performed using the components in the mobile terminal 1 according to the presentation mode in the determination result. Specifically, the control unit 103 performs various effects corresponding to information elements using a vibrator 109 that vibrates the mobile terminal 1, an LED 110 that emits predetermined light, and a speaker 111 that emits sound (sounds). Do. In this way, the mobile terminal 1 performs different effects according to the synchronization start notification transmitted from the mobile communication network server 3. In this way, by performing different effects according to the synchronization start notification transmitted from the mobile communication network server 3, the user can determine what information elements are to be synchronized or updated in the database synchronization by the effects on the mobile terminal 1. Or the importance of an information element, an update opportunity, etc. can be recognized.

また、制御部103は、移動通信網用サーバ3から同期開始通知を受けたときに、同期開始の同意を得るための画面を表示部107に表示させる。ユーザがその画面上で同期開始を同意すると、その旨が制御部103に送られ、制御部103は、データベース同期についての確認信号を、無線部102を介して移動通信網用サーバ3に送信する。   Further, when receiving the synchronization start notification from the mobile communication network server 3, the control unit 103 causes the display unit 107 to display a screen for obtaining consent to start synchronization. When the user agrees to start synchronization on the screen, a message to that effect is sent to the control unit 103, and the control unit 103 transmits a confirmation signal for database synchronization to the mobile communication network server 3 via the wireless unit 102. .

アプリ制御部106は、制御部103の指示に応じてアプリケーション言語(例えばJava(登録商標)言語)で作成されたアプリケーションプログラムを実行する。アプリ制御部106は、上記確認信号を移動通信網用サーバ3に送信した旨の制御信号を制御部103から受けると、データベース同期処理を行う。すなわち、データベース同期のアプリケーションプログラムを実行する。また、表示部107は、制御部103の指示に応じて種々の画像や文字を表示する。さらに、格納部108は、種々の情報やデータ、アプリケーションを格納する。格納部108は、例えばROM、RAM、ハードディスクなどで構成される。   The application control unit 106 executes an application program created in an application language (for example, Java (registered trademark) language) in response to an instruction from the control unit 103. When the application control unit 106 receives from the control unit 103 a control signal indicating that the confirmation signal has been transmitted to the mobile communication network server 3, the application control unit 106 performs database synchronization processing. That is, the database synchronization application program is executed. The display unit 107 displays various images and characters according to instructions from the control unit 103. Further, the storage unit 108 stores various information, data, and applications. The storage unit 108 includes, for example, a ROM, a RAM, a hard disk, and the like.

図3は、本発明の一実施の形態に係るデータベース同期システムに使用する移動通信網用サーバ3を示す概略ブロック図である。移動通信網用サーバ3は、無線通信及び有線通信を行う通信部301と、サーバ全体を制御する制御部302と、同期対象又は更新対象である情報要素をはじめ種々の情報やデータを格納する格納部303と、情報要素の重要度を判別する判別部304と、情報要素の重要度に応じて、又は情報要素の更新契機に応じて同期開始通知を行うか否かを決定する決定部305と、端末からの要求に応じて同期を自動で行う設定を行う設定部306と、少なくとも前記設定とユーザとを関連づけたユーザデータを含むユーザデータベース(DB)307と、アプリケーションを動作させるアプリ制御部308と、同期を自動で行う際に時間を計測する計測部309とから主に構成されている。   FIG. 3 is a schematic block diagram showing the mobile communication network server 3 used in the database synchronization system according to the embodiment of the present invention. The mobile communication network server 3 stores various information and data including a communication unit 301 that performs wireless communication and wired communication, a control unit 302 that controls the entire server, and information elements that are synchronization targets or update targets. Unit 303, determination unit 304 that determines the importance level of the information element, determination unit 305 that determines whether or not to issue a synchronization start notification according to the importance level of the information element or according to the update timing of the information element, , A setting unit 306 configured to automatically perform synchronization in response to a request from the terminal, a user database (DB) 307 including at least user data that associates the setting with the user, and an application control unit 308 that operates the application. And a measurement unit 309 that measures time when synchronization is performed automatically.

通信部301は、情報要素を含む端末(例えばPC5)からの信号を受信すると共に、情報要素の重要度や更新契機などの情報要素に関する情報を含む通知を移動体端末1に対して送信する。また、通信部301は、データベース同期の際に移動体端末1との間で通信を行う。情報要素を含む端末からの信号は制御部302に出力され、情報要素に関する情報を含む同期開始通知は決定部305から出力される。   The communication unit 301 receives a signal from a terminal including an information element (for example, the PC 5) and transmits a notification including information on the information element such as the importance of the information element and an update opportunity to the mobile terminal 1. In addition, the communication unit 301 communicates with the mobile terminal 1 during database synchronization. A signal from the terminal including the information element is output to the control unit 302, and a synchronization start notification including information regarding the information element is output from the determination unit 305.

判別部304は、情報要素の重要度を判別する。判別部304は、図6に示すテーブルを有する。図6に示すテーブルは、情報要素の種類、情報要素の重要度及び移動体端末1に同期開始通知を行うか否か(通知の有無)を関連づけるものである。例えば、情報要素がアドレス帳である場合には、重要度は相対的に高いので移動体端末1への同期開始通知を行い、その他の情報要素である場合(図中の情報要素○○○、×××)には、重要度は高くないので移動体端末1への通知を行わない。なお、図6に示すテーブルの項目についてはこれに限定されず、少なくとも情報要素の種類、情報要素の重要度及び移動体端末1への同期開始通知の有無が関連づけられていればよい。したがって、判別部304は、図6に示すテーブルを参照して情報要素の重要度に応じて移動体端末1へ同期開始通知を行うか否かを判別する。なお、ここでは、重要度が相対的に高い情報要素のみに対して移動体端末1への同期開始通知を行う場合について説明しているが、本発明においては、移動体端末1への同期開始通知を行う条件については適宜変更しても良い。   The determination unit 304 determines the importance of the information element. The determination unit 304 has a table shown in FIG. The table shown in FIG. 6 associates the type of information element, the importance of the information element, and whether or not to issue a synchronization start notification to the mobile terminal 1 (whether there is a notification). For example, when the information element is an address book, since the importance is relatively high, a synchronization start notification is sent to the mobile terminal 1, and when the information element is another information element (information elements XX, In (XXX), since the importance is not high, the mobile terminal 1 is not notified. Note that the items in the table shown in FIG. 6 are not limited to this, and it is sufficient that at least the type of information element, the importance of the information element, and the presence / absence of notification of synchronization start to the mobile terminal 1 are associated. Therefore, the determination unit 304 determines whether or not to issue a synchronization start notification to the mobile terminal 1 according to the importance of the information element with reference to the table shown in FIG. Here, a case has been described in which the synchronization start notification to the mobile terminal 1 is performed only for information elements having a relatively high importance. However, in the present invention, the synchronization start to the mobile terminal 1 is described. You may change suitably about conditions to perform notification.

設定部306は、端末からの要求に応じて同期を自動で行う設定を行う。同期を自動で行うか否か(自動同期)の設定は、端末、すなわちユーザ端末である移動体端末1又はPC5のような他の端末などから行うことができる。移動体端末1で自動同期を設定する場合には、設定要求が移動体端末1からコアネットワーク2を介して移動通信網用サーバ3の設定部306に送られる。一方、PC5のような他の端末で自動同期を設定する場合には、設定要求がPC5からインターネット4を介して移動通信網用サーバ3の設定部306に送られる。設定部306は、設定要求があると、ユーザデータベース(ユーザDB)307にその旨を登録する。   The setting unit 306 performs setting to automatically perform synchronization in response to a request from the terminal. Whether or not the synchronization is automatically performed (automatic synchronization) can be set from a terminal, that is, the mobile terminal 1 that is a user terminal or another terminal such as the PC 5. When the automatic synchronization is set in the mobile terminal 1, a setting request is sent from the mobile terminal 1 to the setting unit 306 of the mobile communication network server 3 via the core network 2. On the other hand, when automatic synchronization is set by another terminal such as the PC 5, a setting request is sent from the PC 5 to the setting unit 306 of the mobile communication network server 3 via the Internet 4. When there is a setting request, the setting unit 306 registers that fact in the user database (user DB) 307.

ユーザDB307は、図5に示すテーブルを有する。図5に示すテーブルは、ユーザ情報(例えば、ユーザID)、登録日(更新日)、自動同期の設定及び同期開始通知の有無を関連づけるものである。例えば、ユーザIDが○○○○であるユーザは、自動同期がONとなっており、データベース同期により更新が自動で行われる。ユーザIDが××××であるユーザは、自動同期がOFFとなっており、他の端末からの更新によりデータベース同期が行われる。   The user DB 307 has a table shown in FIG. The table shown in FIG. 5 associates user information (for example, user ID), registration date (update date), automatic synchronization setting, and presence / absence of a synchronization start notification. For example, for a user whose user ID is XXX, automatic synchronization is ON, and updating is automatically performed by database synchronization. For a user whose user ID is XXX, automatic synchronization is OFF, and database synchronization is performed by updating from another terminal.

自動同期がONの場合、すなわち定期的に自動でデータベース同期が行われる場合には、ユーザが関知せずに移動通信網用サーバ主導で情報要素が更新されることになるので、ユーザに対して確認を行う必要性が高い。このため、この場合には、移動体端末1に対して同期開始通知を送信する。一方、ユーザが他の端末を操作して情報要素を更新する場合には、ユーザが端末で更新を確認し得る状況(ユーザ主導)であるので、ユーザに対して確認を行う必要性が低い。このため、この場合には、移動体端末1に対して同期開始通知を送信しない。   When automatic synchronization is ON, that is, when database synchronization is performed automatically on a regular basis, the information elements are updated by the mobile communication network server without the user's knowledge. The need for confirmation is high. For this reason, in this case, a synchronization start notification is transmitted to the mobile terminal 1. On the other hand, when the user operates another terminal to update the information element, the user can confirm the update on the terminal (user-initiated), and thus the necessity for confirming the user is low. For this reason, in this case, the synchronization start notification is not transmitted to the mobile terminal 1.

なお、本実施の形態においては、自動同期の場合には同期開始通知を送信し、自動同期でない場合には同期開始通知を送信しない場合について説明しているが、本発明においては、自動同期のON/OFFに拘らずに同期開始通知を行い、この同期開始通知に自動同期のON/OFFの情報を含めても良い。例えば、図7に示すデータフォーマットにおける情報要素に関する情報の領域71に自動同期のON/OFFの情報を含めても良い。このように自動同期に関する情報を含めて同期開始通知を移動体端末1に送信することにより、移動体端末1において、自動同期の設定に応じた演出を行うことが可能となる。また、図5に示すテーブルの項目についてはこれに限定されず、少なくともユーザ情報(例えば、ユーザID)と自動同期の設定とが関連づけられていればよい。   In the present embodiment, a case is described in which a synchronization start notification is transmitted in the case of automatic synchronization, and a synchronization start notification is not transmitted in the case of non-automatic synchronization. The synchronization start notification may be performed regardless of ON / OFF, and automatic synchronization ON / OFF information may be included in the synchronization start notification. For example, automatic synchronization ON / OFF information may be included in the information area 71 regarding information elements in the data format shown in FIG. By transmitting a synchronization start notification including information related to automatic synchronization to the mobile terminal 1 in this way, the mobile terminal 1 can perform an effect according to the automatic synchronization setting. Further, the items of the table shown in FIG. 5 are not limited to this, and it is sufficient that at least user information (for example, user ID) and automatic synchronization settings are associated with each other.

決定部305は、情報要素の重要度に応じて、又は情報要素の更新契機に応じて同期開始通知を行うか否かを決定する。情報要素の重要度に応じて同期開始通知を行うか否かを決定する場合には、決定部305は、判別部304からの判別結果、すなわち図6に示すテーブルを参照して同期開始通知が必要であるかどうかの情報に基づいて同期開始通知を行うか否かを決定する。例えば、情報要素がアドレス帳であれば、重要度が高いので、同期開始通知を行う決定をする。また、決定部305は、図6に示すテーブルから情報要素の情報を抽出し、同期開始通知に含める。例えば、この情報要素の情報(情報要素の種類や重要度)は、図7に示すデータフォーマットにおける情報要素に関する情報の領域71に含める。このように情報要素に関する情報を含めて同期開始通知を移動体端末1に送信することにより、移動体端末1において、情報要素の種類や重要度に応じた演出を行うことが可能となる。   The determination unit 305 determines whether or not to perform a synchronization start notification according to the importance of the information element or according to the update trigger of the information element. When determining whether to perform the synchronization start notification according to the importance of the information element, the determination unit 305 refers to the determination result from the determination unit 304, that is, the table shown in FIG. It is determined whether or not to issue a synchronization start notification based on whether or not it is necessary. For example, if the information element is an address book, since the importance is high, it is decided to notify the start of synchronization. Further, the determination unit 305 extracts information element information from the table shown in FIG. 6 and includes the information element in the synchronization start notification. For example, the information of the information element (the type and importance of the information element) is included in the information area 71 regarding the information element in the data format shown in FIG. Thus, by transmitting a synchronization start notification including information about information elements to the mobile terminal 1, the mobile terminal 1 can perform an effect according to the type and importance of the information elements.

情報要素の更新契機に応じて、すなわち自動同期であるか否かに応じて同期開始通知を行うか否かを決定する場合には、決定部305は、ユーザDB307の図5に示すテーブルを参照して同期開始通知が必要であるかどうかの情報に基づいて同期開始通知を行うか否かを決定する。自動同期に設定しているユーザには、同期開始通知が必要であるので、決定部305は、ユーザDB307から自動同期に設定されているユーザをすべて抽出してそれらのユーザに対して同期開始通知を送信することを決定する。このように決定された同期開始通知は、通信部301から移動体端末1に送信される。   When determining whether to perform synchronization start notification according to the update trigger of the information element, that is, whether it is automatic synchronization, the determination unit 305 refers to the table shown in FIG. 5 of the user DB 307. Then, it is determined whether or not the synchronization start notification is performed based on the information on whether or not the synchronization start notification is necessary. Since users who are set to automatic synchronization need to be notified of synchronization start, the determination unit 305 extracts all users set to automatic synchronization from the user DB 307 and notifies them of synchronization start. Decide to send. The synchronization start notification determined in this way is transmitted from the communication unit 301 to the mobile terminal 1.

計測部309は、データベース同期を自動で行う際に時間を計測する。計測部309は、例えばタイマーなどにより構成される。計測部309は、同期開始通知を行ってから次の同期開始通知を行うまでの時間を計測する。この計測情報は、制御部302に出力され、決定部305は、その計測情報に基づいて同期開始通知を出力する。   The measurement unit 309 measures time when performing database synchronization automatically. The measurement unit 309 is configured by a timer, for example. The measurement unit 309 measures the time from when the synchronization start notification is performed until the next synchronization start notification is performed. The measurement information is output to the control unit 302, and the determination unit 305 outputs a synchronization start notification based on the measurement information.

アプリ制御部308は、制御部302の指示に応じてアプリケーション言語(例えばJava(登録商標)言語)で作成されたアプリケーションプログラムを実行する。アプリ制御部308は、移動体端末1からの確認信号を受信し、制御部302からその旨の制御信号を受けると、データベース同期処理を行う。すなわち、データベース同期のアプリケーションプログラムを実行する。また、自動同期の場合は、計測部309からの計測情報に基づいて制御部302が制御信号をアプリ制御部308に出力する。アプリ制御部308は、その制御信号にしたがってデータベース同期処理を行う。すなわち、データベース同期のアプリケーションプログラムを実行する。また、格納部303は、種々の情報要素やデータ、アプリケーションを格納する。   The application control unit 308 executes an application program created in an application language (for example, Java (registered trademark) language) in response to an instruction from the control unit 302. When the application control unit 308 receives a confirmation signal from the mobile terminal 1 and receives a control signal to that effect from the control unit 302, the application control unit 308 performs database synchronization processing. That is, the database synchronization application program is executed. In the case of automatic synchronization, the control unit 302 outputs a control signal to the application control unit 308 based on measurement information from the measurement unit 309. The application control unit 308 performs database synchronization processing according to the control signal. That is, the database synchronization application program is executed. The storage unit 303 stores various information elements, data, and applications.

上記構成を有するデータベース同期システムにおいては、移動通信網用サーバ3において、同期対象である情報要素の重要度を判別し、その判別結果に応じて移動体端末1に同期開始通知を送信し、同期開始通知の後に移動通信網用サーバ3と移動体端末1との間でデータベース同期を行う。具体的には、情報要素の重要度が高い場合に同期開始通知を行う。あるいは、移動通信網用サーバ3において、情報要素の更新の契機を決定し、その決定に応じて移動体端末1に同期開始通知を送信し、同期開始通知の後に移動通信網用サーバ3と移動体端末1との間でデータベース同期を行う。具体的には、情報要素の更新の契機が自動同期である場合に同期開始通知を行う。そして、同期開始通知を受信した移動体端末1においては、同期開始通知に含まれる情報要素に関する情報(情報要素の種類や重要度、情報要素の更新の契機)に応じて種々の演出を行う。   In the database synchronization system having the above-described configuration, the mobile communication network server 3 determines the importance of the information element to be synchronized, and transmits a synchronization start notification to the mobile terminal 1 according to the determination result. After the start notification, database synchronization is performed between the mobile communication network server 3 and the mobile terminal 1. Specifically, the synchronization start notification is performed when the importance of the information element is high. Alternatively, the mobile communication network server 3 determines an update timing of the information element, transmits a synchronization start notification to the mobile terminal 1 according to the determination, and moves with the mobile communication network server 3 after the synchronization start notification. Database synchronization is performed with the body terminal 1. Specifically, the synchronization start notification is performed when the information element update is triggered by automatic synchronization. The mobile terminal 1 that has received the synchronization start notification performs various effects according to information (information element type and importance, information element update opportunity) included in the synchronization start notification.

このようなデータベース同期システム及び方法では、情報要素についてレベル分けを行ってそのレベルに応じて同期開始通知の送信を決めており、レベルの高いものについて同期開始通知を行って同意を求めている。このため、レベルの高いものについてデータが不用意に失われることを防止することができる。また、すべてのデータベース同期について同期開始通知を送信しない。このため、ユーザがすべてのデータベース同期について確認動作を行う必要がないので、ユーザの操作負担を軽減することができる。同様に、情報要素の更新の契機(自動同期の設定)についてレベル分けを行ってそのレベルに応じて同期開始通知の送信を決めており、自動同期の場合に同期開始通知を行って同意を求めている。このため、自動同期の場合についてデータが不用意に失われることを防止することができる。また、すべてのデータベース同期について同期開始通知を送信しない。このため、ユーザがすべてのデータベース同期について確認動作を行う必要がないので、ユーザの操作負担を軽減することができる。   In such a database synchronization system and method, information elements are classified into levels, transmission of a synchronization start notification is determined according to the level, and a synchronization start notification is sent for a higher level to obtain consent. For this reason, it is possible to prevent inadvertent loss of data for a high level. In addition, a synchronization start notification is not transmitted for all database synchronizations. For this reason, since it is not necessary for the user to perform confirmation operations for all database synchronizations, the operation burden on the user can be reduced. Similarly, the timing of information element update (automatic synchronization setting) is divided into levels, and the transmission of synchronization start notifications is determined according to the level, and in the case of automatic synchronization, the synchronization start notification is sent for consent. ing. For this reason, it is possible to prevent data from being inadvertently lost in the case of automatic synchronization. In addition, a synchronization start notification is not transmitted for all database synchronizations. For this reason, since it is not necessary for the user to perform confirmation operations for all database synchronizations, the operation burden on the user can be reduced.

次に、本発明のデータベース同期方法について図8及び図9を用いて説明する。図8は、本発明の一実施の形態に係るデータベース同期方法の一例を示すシーケンス図である。図8に示すシーケンスは、移動通信網用サーバ3において、同期対象である情報要素の重要度を判別し、その判別結果に応じて移動体端末1に同期開始通知を送信し、同期開始通知の後に移動通信網用サーバ3と移動体端末1との間でデータベース同期を行う場合のシーケンスである。   Next, the database synchronization method of the present invention will be described with reference to FIGS. FIG. 8 is a sequence diagram showing an example of the database synchronization method according to the embodiment of the present invention. The sequence shown in FIG. 8 determines the importance of the information element to be synchronized in the mobile communication network server 3 and transmits a synchronization start notification to the mobile terminal 1 according to the determination result. This is a sequence for performing database synchronization between the mobile communication network server 3 and the mobile terminal 1 later.

まず、移動通信網用サーバ3において情報要素のデータ更新があると、情報要素が重要であるかどうかを判断する(ST11)。この情報要素の重要度については予め設定しておく。また、データ更新については、移動通信網用サーバ3で行われても良い、他の端末から行われても良い。情報要素が重要であれば、判別部304が図6に示すテーブルに基づいて同期開始通知が必要であると判断し、決定部305で同期開始通知を送信することを決定して通信部301から移動体端末1に同期開始通知を送信する(ST12)。   First, when there is data update of an information element in the mobile communication network server 3, it is determined whether the information element is important (ST11). The importance of this information element is set in advance. The data update may be performed by the mobile communication network server 3 or may be performed from another terminal. If the information element is important, the determination unit 304 determines that the synchronization start notification is necessary based on the table shown in FIG. 6, and determines that the determination unit 305 transmits the synchronization start notification from the communication unit 301. A synchronization start notification is transmitted to the mobile terminal 1 (ST12).

移動体端末1においては、移動通信網用サーバ3からの同期開始通知を受信すると、同期開始通知の内容に応じた演出を行う(ST13)。すなわち、移動体端末1が同期開始通知を受信すると、抽出部104でデータフォーマットの情報要素に関する情報の領域71のデータを抽出し、判定部105で情報要素に関する情報に基づいて、すなわち図4に示すテーブルを参照して演出を行う。このとき、制御部103は、表示部107に対してデータベース同期を同意する旨の画面を表示させる。   When the mobile terminal 1 receives the synchronization start notification from the mobile communication network server 3, it produces an effect according to the content of the synchronization start notification (ST13). That is, when the mobile terminal 1 receives the synchronization start notification, the extraction unit 104 extracts the data in the information area 71 related to the information element of the data format, and the determination unit 105 based on the information related to the information element, that is, in FIG. Production is performed with reference to the table shown. At this time, the control unit 103 causes the display unit 107 to display a screen indicating that database synchronization is agreed.

データベース同期を同意した場合には、制御部103が確認信号を通信部102を介して移動通信網用サーバ3に送信し(ST14)、アプリ制御部106に対して確認信号を移動通信網用サーバ3に送信した旨の制御信号を送る。アプリ制御部106は、この制御信号にしたがってデータベース同期のアプリケーションを起動する(ST15)。一方、移動通信網用サーバ3においては、移動体端末1からの確認信号を受信すると、制御部302がその旨の制御信号をアプリ制御部308に送る。アプリ制御部308は、この制御信号にしたがってデータベース同期のアプリケーションを起動する(ST16)。このようにして、移動体端末1及び移動通信網用サーバ3でデータベース同期のアプリケーションが起動することにより、データベース同期処理が行われる(ST17)。   If the database synchronization is agreed, the control unit 103 transmits a confirmation signal to the mobile communication network server 3 via the communication unit 102 (ST14), and sends a confirmation signal to the application control unit 106 for the mobile communication network server. 3 sends a control signal indicating that it has been transmitted. The application control unit 106 activates a database synchronization application in accordance with this control signal (ST15). On the other hand, when the mobile communication network server 3 receives the confirmation signal from the mobile terminal 1, the control unit 302 sends a control signal to that effect to the application control unit 308. The application control unit 308 activates a database synchronization application in accordance with this control signal (ST16). Thus, the database synchronization processing is performed by starting the database synchronization application in the mobile terminal 1 and the mobile communication network server 3 (ST17).

一方、情報要素が重要でない場合には、移動通信網用サーバ3から移動体端末1に同期開始通知を行うことなしに、アプリ制御部106,308でデータベース同期のアプリケーションを起動する(ST15,ST16)。このようにして、移動体端末1及び移動通信網用サーバ3でデータベース同期のアプリケーションが起動することにより、データベース同期処理が行われる(ST17)。なお、データベース同期の具体的な処理については、「SyncMLによる異種構成データベース複製」
http://www-6.ibm.com/jp/developerworks/java/050210/j_j-sync4j.html
に記載されている。この内容は参照によりすべてここに含めておく。
On the other hand, if the information element is not important, the application control units 106 and 308 start the database synchronization application without sending the synchronization start notification from the mobile communication network server 3 to the mobile terminal 1 (ST15, ST16). ). In this manner, the database synchronization processing is performed by starting the database synchronization application in the mobile terminal 1 and the mobile communication network server 3 (ST17). For specific processing of database synchronization, please refer to "Heterogeneous configuration database replication by SyncML".
http://www-6.ibm.com/jp/developerworks/java/050210/j_j-sync4j.html
It is described in. All of this content is included here by reference.

図9は、本発明の一実施の形態に係るデータベース同期方法の他の例を示すシーケンス図である。図9に示すシーケンスは、移動通信網用サーバ3において、情報要素の更新の契機を決定し、その決定に応じて移動体端末1に同期開始通知を送信し、同期開始通知の後に移動通信網用サーバ3と移動体端末1との間でデータベース同期の同期を行う場合のシーケンスである。   FIG. 9 is a sequence diagram showing another example of the database synchronization method according to the embodiment of the present invention. In the sequence shown in FIG. 9, the mobile communication network server 3 determines an update timing of the information element, transmits a synchronization start notification to the mobile terminal 1 in accordance with the determination, and after the synchronization start notification, the mobile communication network This is a sequence when database synchronization is performed between the server 3 and the mobile terminal 1.

まず、移動体端末1において、更新契機を設定する。すなわち、自動同期にするか否かを設定する(ST21)。なお、ここでは、自動同期にするか否かを設定するようにしているが、いずれかの状態(自動同期ON/OFF)をデフォルトとして、デフォルトと異なるモードにする場合にのみ設定を行うようにしても良い。また、この更新契機の設定は、他の端末から行うようにしても良い。移動体端末1から設定要求が移動通信網用サーバ3に送信されると、移動通信網用サーバ3においては、設定要求にしたがって設定部306がユーザDB307のテーブルを更新する(ST22)。   First, an update opportunity is set in the mobile terminal 1. That is, it is set whether or not automatic synchronization is performed (ST21). In this example, whether or not to perform automatic synchronization is set. However, only one of the states (automatic synchronization ON / OFF) is set as a default, and the setting is performed only when the mode is different from the default. May be. Further, the setting of this update opportunity may be performed from another terminal. When the setting request is transmitted from the mobile terminal 1 to the mobile communication network server 3, in the mobile communication network server 3, the setting unit 306 updates the table of the user DB 307 according to the setting request (ST22).

そして、移動通信網用サーバ3において情報要素のデータ更新があると、情報要素の更新契機が自動同期であるか、すなわち自動同期ONであるかどうかを判断する(ST23)。また、データ更新については、移動通信網用サーバ3で行われても良い、他の端末から行われても良い。自動同期であれば、決定部305がユーザDB307の図5に示すテーブルに基づいて同期開始通知を送信することを決定して通信部301から移動体端末1に同期開始通知を送信する(ST24)。この同期開始通知は、計測部309の計測に基づいて所定時間毎に行われる。   Then, when there is data update of the information element in the mobile communication network server 3, it is determined whether the update trigger of the information element is automatic synchronization, that is, whether automatic synchronization is ON (ST23). The data update may be performed by the mobile communication network server 3 or may be performed from another terminal. If it is automatic synchronization, the determination unit 305 determines to transmit a synchronization start notification based on the table shown in FIG. 5 of the user DB 307, and transmits a synchronization start notification from the communication unit 301 to the mobile terminal 1 (ST24). . This synchronization start notification is performed every predetermined time based on the measurement by the measurement unit 309.

移動体端末1においては、移動通信網用サーバ3からの同期開始通知を受信すると、同期開始通知の内容に応じた演出を行う(ST25)。すなわち、移動体端末1が同期開始通知を受信すると、抽出部104でデータフォーマットの情報要素に関する情報の領域71のデータを抽出し、判定部105で情報要素に関する情報に基づいて、すなわち図4に示すテーブルを参照して演出を行う。このとき、制御部103は、表示部107に対してデータベース同期を同意する旨の画面を表示させる。   When receiving the synchronization start notification from the mobile communication network server 3, the mobile terminal 1 produces an effect according to the content of the synchronization start notification (ST25). That is, when the mobile terminal 1 receives the synchronization start notification, the extraction unit 104 extracts the data in the information area 71 related to the information element of the data format, and the determination unit 105 based on the information related to the information element, that is, in FIG. Production is performed with reference to the table shown. At this time, the control unit 103 causes the display unit 107 to display a screen indicating that database synchronization is agreed.

データベース同期を同意した場合には、制御部103が確認信号を通信部102を介して移動通信網用サーバ3に送信し(ST26)、アプリ制御部106に対して確認信号を移動通信網用サーバ3に送信した旨の制御信号を送る。アプリ制御部106は、この制御信号にしたがってデータベース同期のアプリケーションを起動する(ST27)。一方、移動通信網用サーバ3においては、移動体端末1からの確認信号を受信すると、制御部302がその旨の制御信号をアプリ制御部308に送る。アプリ制御部308は、この制御信号にしたがってデータベース同期のアプリケーションを起動する(ST28)。このようにして、移動体端末1及び移動通信網用サーバ3でデータベース同期のアプリケーションが起動することにより、データベース同期処理が行われる(ST29)。なお、データベース同期の具体的な処理については上記と同様である。   If the database synchronization is agreed, the control unit 103 transmits a confirmation signal to the mobile communication network server 3 via the communication unit 102 (ST26), and sends a confirmation signal to the application control unit 106 for the mobile communication network server. 3 sends a control signal indicating that it has been transmitted. The application control unit 106 activates a database synchronization application in accordance with this control signal (ST27). On the other hand, when the mobile communication network server 3 receives the confirmation signal from the mobile terminal 1, the control unit 302 sends a control signal to that effect to the application control unit 308. The application control unit 308 activates a database synchronization application in accordance with this control signal (ST28). In this way, the database synchronization processing is performed by starting the database synchronization application in the mobile terminal 1 and the mobile communication network server 3 (ST29). The specific processing for database synchronization is the same as described above.

一方、更新契機が自動同期でなければ、決定部305がユーザDB307の図5に示すテーブルに基づいて通信部301から移動体端末1に同期開始通知を送信する(ST30)。移動体端末1のアプリ制御部106は、同期開始通知を受けるとデータベース同期のアプリケーションを起動する(ST27)。移動通信網用サーバ3においては、制御部302が自動同期でない旨の制御信号をアプリ制御部308に送る。アプリ制御部308は、この制御信号にしたがってデータベース同期のアプリケーションを起動する(ST28)。このようにして、移動体端末1及び移動通信網用サーバ3でデータベース同期のアプリケーションが起動することにより、データベース同期処理が行われる(ST29)。なお、データベース同期の具体的な処理については上記と同様である。   On the other hand, if the update opportunity is not automatic synchronization, the determination unit 305 transmits a synchronization start notification from the communication unit 301 to the mobile terminal 1 based on the table shown in FIG. 5 of the user DB 307 (ST30). When receiving the synchronization start notification, the application control unit 106 of the mobile terminal 1 activates a database synchronization application (ST27). In the mobile communication network server 3, the control unit 302 sends a control signal to the application control unit 308 indicating that automatic synchronization is not performed. The application control unit 308 activates a database synchronization application in accordance with this control signal (ST28). In this way, the database synchronization processing is performed by starting the database synchronization application in the mobile terminal 1 and the mobile communication network server 3 (ST29). The specific processing for database synchronization is the same as described above.

本発明は上記実施の形態に限定されず、種々変更して実施することが可能である。例えば、上記実施の形態においては、図8に示すシーケンスにおいて移動体端末1が同期開始通知を受信した後に確認信号を移動通信網用サーバ3に送信する態様について説明しているが、本発明においては、移動体端末1が同期開始通知を受信した後に確認信号を移動通信網用サーバ3に送信せずにデータベース同期処理に移行しても良い。この場合には、移動体端末1において、同期開始通知を受信したときに、制御部103がその旨の制御信号をアプリ制御部106に出力し、その制御信号にしたがってアプリ制御部106がアプリケーションを起動する。また、上記実施の形態においては、自動同期の場合において、定期的にデータベース同期を行う態様について説明しているが、本発明おいては、自動同期のタイミングを夜間などのトラヒック閑散期に設定してトラヒックを軽減するようにしても良い。その他、本発明の範囲を逸脱しない限りにおいて適宜変更して実施することが可能である。   The present invention is not limited to the embodiment described above, and can be implemented with various modifications. For example, in the above embodiment, a mode has been described in which the mobile terminal 1 transmits a confirmation signal to the mobile communication network server 3 after receiving the synchronization start notification in the sequence shown in FIG. After the mobile terminal 1 receives the synchronization start notification, the mobile terminal 1 may shift to the database synchronization process without transmitting the confirmation signal to the mobile communication network server 3. In this case, when the mobile terminal 1 receives the synchronization start notification, the control unit 103 outputs a control signal to that effect to the application control unit 106, and the application control unit 106 selects the application according to the control signal. to start. Further, in the above embodiment, a mode is described in which database synchronization is periodically performed in the case of automatic synchronization. However, in the present invention, the automatic synchronization timing is set to a quiet period such as nighttime. Traffic may be reduced. In addition, various modifications can be made without departing from the scope of the present invention.

本発明の一実施の形態に係るデータベース同期システムの概略構成を示す図である。It is a figure which shows schematic structure of the database synchronization system which concerns on one embodiment of this invention. 本発明の一実施の形態に係るデータベース同期システムに使用する移動体端末1を示す概略ブロック図である。It is a schematic block diagram which shows the mobile terminal 1 used for the database synchronous system which concerns on one embodiment of this invention. 本発明の一実施の形態に係るデータベース同期システムに使用する移動通信網用サーバ3を示す概略ブロック図である。It is a schematic block diagram which shows the server 3 for mobile communication networks used for the database synchronization system which concerns on one embodiment of this invention. 本発明の一実施の形態に係るデータベース同期システムの移動体端末の判定部が有するテーブルを示す図である。It is a figure which shows the table which the determination part of the mobile terminal of the database synchronization system which concerns on one embodiment of this invention has. 本発明の一実施の形態に係るデータベース同期システムの移動通信網用サーバのユーザDBが有するテーブルを示す図である。It is a figure which shows the table which user DB of the server for mobile communication networks of the database synchronization system which concerns on one embodiment of this invention has. 本発明の一実施の形態に係るデータベース同期システムの移動通信網用サーバの判別部が有するテーブルを示す図である。It is a figure which shows the table which the discrimination | determination part of the server for mobile communication networks of the database synchronous system which concerns on one embodiment of this invention has. 本発明の一実施の形態に係るデータベース同期システムに使用される同期開始通知のデータフォーマットを示す図である。It is a figure which shows the data format of the notification of a synchronization start used for the database synchronization system which concerns on one embodiment of this invention. 本発明の一実施の形態に係るデータベース同期方法の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the database synchronization method which concerns on one embodiment of this invention. 本発明の一実施の形態に係るデータベース同期方法の他の例を示すシーケンス図である。It is a sequence diagram which shows the other example of the database synchronization method which concerns on one embodiment of this invention.

符号の説明Explanation of symbols

1 移動体端末
2 コアネットワーク
3 移動通信網用サーバ
4 インターネット
5 PC
101 アンテナ
102 無線部
103,302 制御部
104 抽出部
105 判定部
106,308 アプリ制御部
107 表示部
108,303 格納部
109 バイブレータ
110 LED
111 スピーカ
301 通信部
304 判別部
305 決定部
306 設定部
307 ユーザDB
309 計測部
DESCRIPTION OF SYMBOLS 1 Mobile terminal 2 Core network 3 Mobile communication network server 4 Internet 5 PC
DESCRIPTION OF SYMBOLS 101 Antenna 102 Radio | wireless part 103,302 Control part 104 Extraction part 105 Judgment part 106,308 Application control part 107 Display part 108,303 Storage part 109 Vibrator 110 LED
111 Speaker 301 Communication Unit 304 Discrimination Unit 305 Determination Unit 306 Setting Unit 307 User DB
309 Measurement unit

Claims (12)

サーバとユーザ端末との間で情報要素の同期を行うデータベース同期システムであって、前記サーバは、同期対象である情報要素の重要度を判別する判別手段と、前記判別手段の判別結果に応じて前記ユーザ端末に同期開始通知を行う通知手段と、を具備することを特徴とするデータベース同期システム。   A database synchronization system that synchronizes information elements between a server and a user terminal, wherein the server determines a degree of importance of an information element that is a synchronization target and a determination result of the determination unit A database synchronization system comprising: notification means for notifying the user terminal of synchronization start. 前記通知手段は、情報要素の重要度が相対的に高い場合にのみ同期開始通知を行うことを特徴とする請求項1記載のデータベース同期システム。   2. The database synchronization system according to claim 1, wherein the notification means performs the synchronization start notification only when the importance of the information element is relatively high. サーバとユーザ端末との間で情報要素の同期を行うデータベース同期システムであって、前記サーバは、情報要素の更新の契機を決定する決定手段と、前記決定手段の決定に応じて前記ユーザ端末に同期開始通知を行う通知手段と、を具備することを特徴とするデータベース同期システム。   A database synchronization system that synchronizes information elements between a server and a user terminal, wherein the server determines a trigger for updating an information element, and determines whether the user terminal responds to the determination by the determination means. A database synchronization system comprising: notification means for performing synchronization start notification. 前記サーバは、端末からの要求に応じて前記同期を自動で行う設定にする設定手段を具備することを特徴とする請求項1から請求項3のいずれかに記載のデータベース同期システム。   The database synchronization system according to any one of claims 1 to 3, wherein the server includes a setting unit configured to automatically perform the synchronization in response to a request from a terminal. 前記ユーザ端末は、前記同期開始通知に応じて異なる演出を行うことを特徴とする請求項1から請求項4のいずれかに記載のデータベース同期システム。   The database synchronization system according to any one of claims 1 to 4, wherein the user terminal performs different effects according to the synchronization start notification. 前記サーバ及び前記ユーザ端末は、データベース同期用のアプリケーションを備えることを特徴とする請求項1から請求項5のいずれかに記載のデータベース同期システム。   The database synchronization system according to claim 1, wherein the server and the user terminal include an application for database synchronization. サーバとユーザ端末との間で情報要素の同期を行うデータベース同期方法であって、前記サーバにおいて、同期対象である情報要素の重要度を判別する判別工程と、前記判別工程における判別結果に応じて前記ユーザ端末に同期開始通知を行う通知工程と、前記同期開始通知の後に前記サーバと前記ユーザ端末との間で前記情報要素の同期を行う同期工程と、を具備することを特徴とするデータベース同期方法。   A database synchronization method for synchronizing information elements between a server and a user terminal, wherein a determination step of determining importance of an information element to be synchronized in the server, and according to a determination result in the determination step A database synchronization comprising: a notification step of performing a synchronization start notification to the user terminal; and a synchronization step of synchronizing the information elements between the server and the user terminal after the synchronization start notification Method. 前記通知工程において、情報要素の重要度が相対的に高い場合にのみ同期開始通知を行うことを特徴とする請求項7記載のデータベース同期方法。   8. The database synchronization method according to claim 7, wherein in the notification step, the synchronization start notification is performed only when the importance of the information element is relatively high. サーバとユーザ端末との間で情報要素の同期を行うデータベース同期方法であって、前記サーバにおいて、情報要素の更新の契機を決定する決定工程と、前記決定工程における決定に応じて前記ユーザ端末に同期開始通知を行う通知工程と、前記同期開始通知の後に前記サーバと前記ユーザ端末との間で前記情報要素の同期を行う同期工程と、を具備することを特徴とするデータベース同期方法。   A database synchronization method for synchronizing information elements between a server and a user terminal, wherein in the server, a determination step for determining a trigger for updating an information element, and the user terminal according to a determination in the determination step A database synchronization method comprising: a notification step of performing a synchronization start notification; and a synchronization step of synchronizing the information elements between the server and the user terminal after the synchronization start notification. 前記同期開始通知を受信した後に、前記ユーザ端末がデータベース同期についての確認信号を前記サーバに送信する送信工程を具備することを特徴とする請求項9記載のデータベース同期方法。   10. The database synchronization method according to claim 9, further comprising a transmission step in which the user terminal transmits a confirmation signal for database synchronization to the server after receiving the synchronization start notification. 前記サーバにおいて、端末からの要求に応じて前記同期を自動で行う設定にする設定工程を具備することを特徴とする請求項9又は請求項10記載のデータベース同期方法。   11. The database synchronization method according to claim 9, further comprising a setting step of setting the server to automatically perform the synchronization in response to a request from a terminal. 前記ユーザ端末は、前記同期開始通知に応じて異なる演出を行うことを特徴とする請求項7から請求項11のいずれかに記載のデータベース同期方法。   The database synchronization method according to claim 7, wherein the user terminal performs different effects according to the synchronization start notification.
JP2006235759A 2006-08-31 2006-08-31 Database synchronous system and method Withdrawn JP2008059301A (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
JP2006235759A JP2008059301A (en) 2006-08-31 2006-08-31 Database synchronous system and method
KR1020097006545A KR20090052375A (en) 2006-08-31 2007-08-24 Database synchronization system and database synchronization method
PCT/JP2007/066479 WO2008026521A1 (en) 2006-08-31 2007-08-24 Database synchronization system and database synchronization method
CNA2007800320968A CN101512502A (en) 2006-08-31 2007-08-24 Database synchronization system and database synchronization method
US12/439,200 US20090259697A1 (en) 2006-08-31 2007-08-24 Database synchronization system and database synchronization method
EP07806065A EP2058738A1 (en) 2006-08-31 2007-08-24 Database synchronization system and database synchronization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006235759A JP2008059301A (en) 2006-08-31 2006-08-31 Database synchronous system and method

Publications (1)

Publication Number Publication Date
JP2008059301A true JP2008059301A (en) 2008-03-13

Family

ID=39135804

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006235759A Withdrawn JP2008059301A (en) 2006-08-31 2006-08-31 Database synchronous system and method

Country Status (6)

Country Link
US (1) US20090259697A1 (en)
EP (1) EP2058738A1 (en)
JP (1) JP2008059301A (en)
KR (1) KR20090052375A (en)
CN (1) CN101512502A (en)
WO (1) WO2008026521A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010113505A (en) * 2008-11-06 2010-05-20 Mitsubishi Electric Corp Content synchronization system, ground cooperation server device, and cooperation server device on moving object
US8171109B2 (en) * 2007-05-30 2012-05-01 Red Hat, Inc. Mobile bookmarks

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493826B (en) * 2008-12-23 2012-12-19 中兴通讯股份有限公司 Database system based on WEB application and data management method thereof
CN102254456A (en) * 2010-05-21 2011-11-23 李晓 Synchronizer and electronic reading system
US10592596B2 (en) 2011-12-28 2020-03-17 Cbs Interactive Inc. Techniques for providing a narrative summary for fantasy games
US10540430B2 (en) 2011-12-28 2020-01-21 Cbs Interactive Inc. Techniques for providing a natural language narrative
US8821271B2 (en) 2012-07-30 2014-09-02 Cbs Interactive, Inc. Techniques for providing narrative content for competitive gaming events
US20140040239A1 (en) * 2012-08-03 2014-02-06 Cbs, Interactive, Inc. Live event information management system
CN104834703A (en) * 2015-04-29 2015-08-12 深圳市梦网科技股份有限公司 Retrieval method and system
US11113307B2 (en) * 2017-05-15 2021-09-07 Oracle International Corporation Entity identifier synchronization across data centers
CN108121827B (en) * 2018-01-15 2020-10-16 农信银资金清算中心有限责任公司 Full data synchronization method and device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003006024A (en) * 2001-06-22 2003-01-10 Mitsubishi Electric Corp Data equivalence system between remote hosts
US7680849B2 (en) * 2004-10-25 2010-03-16 Apple Inc. Multiple media type synchronization between host computer and media device
JP4242119B2 (en) * 2002-07-24 2009-03-18 シャープ株式会社 Server and client server system
JP2004086800A (en) * 2002-08-29 2004-03-18 Mitsubishi Electric Corp Data synchronization system and method therefor
US7275073B2 (en) * 2003-05-07 2007-09-25 Good Technology, Inc. System and method for notifying mobile devices based on device type and network capabilities
JP2005038030A (en) 2003-07-15 2005-02-10 Toshiba Solutions Corp Mobile terminal and synchronous control program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8171109B2 (en) * 2007-05-30 2012-05-01 Red Hat, Inc. Mobile bookmarks
US8275856B2 (en) 2007-05-30 2012-09-25 Red Hat, Inc. Mobile bookmarks
JP2010113505A (en) * 2008-11-06 2010-05-20 Mitsubishi Electric Corp Content synchronization system, ground cooperation server device, and cooperation server device on moving object

Also Published As

Publication number Publication date
EP2058738A1 (en) 2009-05-13
WO2008026521A1 (en) 2008-03-06
KR20090052375A (en) 2009-05-25
CN101512502A (en) 2009-08-19
US20090259697A1 (en) 2009-10-15

Similar Documents

Publication Publication Date Title
JP2008059301A (en) Database synchronous system and method
EP1592184A2 (en) Method and system for transmitting data for data synchronization between server and client when data synchronization session was abnormally terminated
US9727204B2 (en) Rearranging chat messages
EP1783607A1 (en) Competition solving device
JP6608204B2 (en) Information distribution device
KR20080098665A (en) Dynamic wallpaper on mobile communication device
EP3043543A2 (en) Method for providing communication service and electronic device therefor
JP2015517757A (en) Notification method of mobile terminal using a plurality of notification modes and mobile terminal using the method
JP4872698B2 (en) COMMUNICATION SYSTEM, PORTABLE TERMINAL DEVICE, SERVER DEVICE, AND COMMUNICATION METHOD
JP2016522916A (en) HTML page presentation apparatus and method
JP2016080894A (en) Electronic apparatus, consumer electronics, control system, control method, and control program
CN101138226A (en) Method for displaying text messages and programme for implementing said method
JP2007086958A (en) Cellular phone
JP2009116459A (en) Mobile terminal, schedule notifying system, schedule notification method, and schedule notification program
JP6214791B2 (en) Information communication terminal, peripheral device cooperation method and program
US20180375988A1 (en) Mobile terminal, wearable device, and message transfer method
JP2007235257A (en) Safety information notification system and method therefor
JP2006031455A (en) Software update system and method of mobile terminal using e-mail, and server system
JP2007305064A (en) Server, information processing terminal, file transfer method and method, automatic file updating system, method and program
JP2008225878A (en) Distribution system, distribution server, distribution method and program
CN103853564A (en) Novel software opening mode
KR101822162B1 (en) Network based voice advertising alarm clock method
JP5721808B2 (en) Mobile phone
KR100602712B1 (en) Wireless communication terminal has the function of calender automatic reflection and its method
US20240031047A1 (en) Delivery of extended emergency notifications through sensory feedback

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090225

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20100720