JPH09326840A - Communication processing method and device - Google Patents
Communication processing method and deviceInfo
- Publication number
- JPH09326840A JPH09326840A JP8144002A JP14400296A JPH09326840A JP H09326840 A JPH09326840 A JP H09326840A JP 8144002 A JP8144002 A JP 8144002A JP 14400296 A JP14400296 A JP 14400296A JP H09326840 A JPH09326840 A JP H09326840A
- Authority
- JP
- Japan
- Prior art keywords
- communication
- message
- communication connection
- connection
- 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.)
- Granted
Links
Landscapes
- Computer And Data Communications (AREA)
- Communication Control (AREA)
Abstract
(57)【要約】
【課題】 複数の通信コネクションが設定されていると
き、どれかの通信コネクションに異常が発生したとき、
全部の通信コネクションを異常終了としないことであ
る。
【解決手段】 電文管理部12は各通信コネクションか
らの電文を受け付け、受信順にメモリに記憶し、演算部
13でメモリに記憶された順に読み出し演算処理を行
う。ある通信コネクション21から受信した電文の処理
に異常な値が算出されたとき、通信コネクション21に
異常が発生したものと判断する。そして、コネクション
情報管理部11に管理されている通信コネクション21
の情報を削除し、削除したことを利用者に通知する。他
の通信コネクション22,23,……は異常がないの
で、そのままとする構成を特徴としている。
(57) [Abstract] [Problem] When multiple communication connections are set and an error occurs in one of the communication connections,
This means that all communication connections are not terminated abnormally. SOLUTION: A message management unit 12 accepts messages from each communication connection, stores them in a memory in the order of reception, and performs a read operation process by a calculation unit 13 in the order stored in the memory. When an abnormal value is calculated in the processing of a message received from a certain communication connection 21, it is determined that an abnormality has occurred in the communication connection 21. Then, the communication connection 21 managed by the connection information management unit 11
Delete the information in and notify the user of the deletion. Since the other communication connections 22, 23, ... Have no abnormality, they are characterized by being left as they are.
Description
【0001】[0001]
【発明の属する技術分野】本発明は、コネクションオリ
エンテッドな通信処理において、電文の送受信,プロト
コルを処理し、その電文処理を行う通信処理技術に関す
るものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication processing technique for transmitting / receiving a message, processing a protocol, and processing the message in connection-oriented communication processing.
【0002】コネクションオリエンテッドな通信処理と
は、通信相手と情報を交換する(送受信)前に、通信コ
ネクション(通信経路)を予め設定しておくことによ
り、情報を交換する際にはその通信コネクションを使用
して(コネクションIDを指定する)相手と送受するこ
とである。反対にコネクションレス型通信では、情報の
変換の都度、通信経路を探すため、処理のオーバヘッド
が生じ易い。[0002] A connection-oriented communication process means that a communication connection (communication path) is set in advance before exchanging information with a communication partner (transmission / reception). Is used to transmit / receive to / from the other party (specifying the connection ID). On the other hand, in connectionless communication, since a communication path is searched every time information is converted, processing overhead is likely to occur.
【0003】[0003]
【従来の技術】従来のコネクションオリエンテッドな通
信処理では、通信コネクションごとに通信処理装置を設
置し、管理する方法と、1つの通信処理装置で複数の通
信コネクションの管理を行う方法の2つがある。2. Description of the Related Art In the conventional connection-oriented communication processing, there are two methods: a method of installing and managing a communication processing device for each communication connection and a method of managing a plurality of communication connections with one communication processing device. .
【0004】リアルタイム通信処理を必要とする大規模
通信システムでは、後者の方法で通信コネクションの管
理を行う方が望ましい。In a large-scale communication system that requires real-time communication processing, it is desirable to manage communication connections by the latter method.
【0005】図6は、従来の通信処理装置と通信コネク
ションとの関係を示す図である。図6において、1は通
信処理装置、21,22,23,……は通信コネクショ
ン、で、2はこれらの総称である。31,32,33,
……は通信端末装置で、3はこれらの総称である。通信
処理装置1は、通信端末装置31,32,33,……か
らのコネクション設定/解放のそれぞれの要求を受け付
け、通信コネクション21,22,23,……の設定/
解放を行い、複数の通信コネクション21,22,2
3,……内で発生する電文に関して演算処理を行う。FIG. 6 is a diagram showing a relationship between a conventional communication processing device and a communication connection. In FIG. 6, 1 is a communication processing device, 21, 22, 23, ... Are communication connections, and 2 is a general term for them. 31, 32, 33,
... is a communication terminal device, and 3 is a general term for them. The communication processing device 1 accepts requests for connection setting / release from the communication terminal devices 31, 32, 33, ..., And sets / releases the communication connections 21, 22, 23 ,.
Releases a plurality of communication connections 21, 22, 2
3, ... Performs arithmetic processing on messages generated within.
【0006】従来は、ある通信コネクション21に関す
る電文を処理している最中に、演算処理に予期せぬ値が
算出されてしまった場合や処理矛盾が発生した場合、通
信処理装置1は装置の異常が発生したとして全通信コネ
クションを異常終了させてしまっていた。Conventionally, when an unexpected value is calculated in the arithmetic processing or a processing contradiction occurs during processing of a telegram relating to a certain communication connection 21, the communication processing apparatus 1 operates as a device. All communication connections were abnormally terminated because an error occurred.
【0007】[0007]
【発明が解決しようとする課題】しかしながら、この方
法では、全く障害の発生していない他の通信コネクショ
ン22,23,……をも同時に異常終了させてしまい、
通信処理装置1を再スタート後、改めて通信コネクショ
ン22,23,……を設定し直すことになるため、非効
率的であった。However, according to this method, the other communication connections 22, 23, ... In which no trouble has occurred are abnormally terminated at the same time.
After restarting the communication processing device 1, the communication connections 22, 23, ... Are to be set again, which is inefficient.
【0008】本発明の目的は、複数の通信コネクション
が設定されているとき、異常が発生した場合、異常が発
生した通信コネクションのみ解放して異常が発生しない
通信コネクションは解放しないようにすることにある。An object of the present invention is to release only a communication connection in which an abnormality has occurred and not release a communication connection in which no abnormality has occurred when an abnormality occurs when a plurality of communication connections are set. is there.
【0009】[0009]
【課題を解決するための手段】本発明に係る通信処理方
法は、(a)複数の通信コネクションからの電文を受信
し、(b)受信順に電文をメモリに記憶し、(c)前記
メモリから記憶された電文を受信順に読み込み、(d)
電文の構文解釈をして解釈内容に添って演算処理を行
い、(e)処理結果が正常な値であれば処理結果を該当
通信コネクションに送信し、次の電文の読み込みに移
り、(f)処理結果が異常な値であれば、該当通信コネ
クションの情報を削除し、該当通信コネクションのみを
解放するとともに、該当通信コネクションが解放された
ことを利用者に通知し、次の電文の読み込みに移り、前
記メモリに記憶された電文がなくなるまで前記(a)〜
(f)の処理を繰り返すようにしたことを特徴としてい
る。A communication processing method according to the present invention comprises: (a) receiving telegrams from a plurality of communication connections, (b) storing the telegrams in a memory in the order of reception, and (c) from the memory. Read the stored messages in the order received, (d)
If the processing result is a normal value, the processing result is transmitted to the corresponding communication connection, and the next message is read, (f) If the processing result is an abnormal value, the information of the relevant communication connection is deleted, only the relevant communication connection is released, the user is notified that the relevant communication connection has been released, and the next message is read. , (A) ~ until there is no telegram stored in the memory
The feature is that the process of (f) is repeated.
【0010】本発明にかかる通信処理装置は、通信コネ
クションが設定されるごとに、通信コネクションの情報
を管理するコネクション情報管理部と、通信コネクショ
ンごとの電文とその状態を管理する電文管理部と、通信
コネクションごとの電文に関する演算処理を行う演算部
と、通信コネクションごとの電文に関する演算処理中に
異常が発生した場合、当該通信コネクションの情報を全
てクリアし、通信コネクションを解放するコネクション
制御部と、通信コネクションが解放されたことを利用者
に通知する通知部と、を備えたことを特徴としている。The communication processing apparatus according to the present invention includes a connection information management unit that manages communication connection information every time a communication connection is set up, a message management unit that manages a message for each communication connection and its status. An operation unit that performs an operation process related to a message for each communication connection, and a connection control unit that clears all information of the communication connection and releases the communication connection when an error occurs during the operation process related to a message for each communication connection, And a notification unit that notifies the user that the communication connection has been released.
【0011】本発明は、通信コネクションごとに情報管
理を行っており、通信処理を通信コネクションごとに区
別することができるため、ある通信コネクションに関す
る通信処理中の異常が発生した場合、その通信コネクシ
ョンに関する情報のみを削除することにより、装置をダ
ウンさせず、他の通信コネクションに影響を与えずにそ
の異常に対処することができる。Since the present invention manages information for each communication connection and can distinguish the communication process for each communication connection, when an abnormality occurs during the communication process for a certain communication connection, it relates to the communication connection. By deleting only the information, it is possible to deal with the abnormality without bringing down the device and without affecting other communication connections.
【0012】[0012]
【発明の実施の形態】図1は、本発明の一実施形態を示
すブロック図、図2は、コネクション設定手順の一例を
示すシーケンス図、図3は、通信処理装置10の電文処
理手順の一例を示すフローチャートである。DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a sequence diagram showing an example of a connection setting procedure, and FIG. 3 is an example of a message processing procedure of a communication processing device 10. It is a flowchart showing.
【0013】図1において、10は本発明による通信処
理装置、2は通信コネクション、21,22,23は個
別の通信コネクション、3は通信端末装置、31,3
2,33は個別の通信端末装置で、これらは図6と同じ
である。11はコネクション情報管理部、12は電文管
理部、13は演算部、14はコネクション制御部、15
は通知部を示す。次に動作について説明する。In FIG. 1, 10 is a communication processing device according to the present invention, 2 is a communication connection, 21, 22 and 23 are individual communication connections, 3 is a communication terminal device, and 31, 3
Reference numerals 2 and 33 are individual communication terminal devices, which are the same as those in FIG. 11 is a connection information management unit, 12 is a message management unit, 13 is a calculation unit, 14 is a connection control unit, 15
Indicates a notification unit. Next, the operation will be described.
【0014】コネクション制御部14は、通信端末装置
31,32,……からのコネクション設定/解放要求を
受け付け、それぞれ通信コネクション21,22,……
を設定/解放する。設定された通信コネクションの情報
はコネクション情報管理部11で管理される。電文管理
部12では、通信コネクション21,22,……から受
信した電文を受け付け、メモリバッファ(図示せず)に
記憶しておく。演算部13では、電文管理部12で受信
した電文を順に読み出し、演算処理を行う。通知部15
は、通信コネクション21の設定/解放を通信処理装置
10の利用者(オペレータ)に通知する。The connection control unit 14 accepts connection setting / release requests from the communication terminal devices 31, 32, ..
Set / release. Information on the set communication connection is managed by the connection information management unit 11. The message management unit 12 accepts messages received from the communication connections 21, 22, ... And stores them in a memory buffer (not shown). The arithmetic unit 13 sequentially reads the electronic messages received by the electronic message management unit 12 and performs arithmetic processing. Notification unit 15
Notifies the user (operator) of the communication processing device 10 of the setting / release of the communication connection 21.
【0015】図2は、コネクション設定手順の一例を示
すシーケンス図であり、P1〜P3は各手順を示す。ス
テップ(P1)では、まず通信端末装置3から通信処理
装置10へ通信コネクションの設定要求が送信される。
通信コネクションの設定要求を受信した通信処理装置1
0では、ステップ(P2)により、通信コネクションの
情報をコネクション情報管理部11に記録する。これに
より、通信コネクションが設定され、ステップ(P3)
により、通信端末装置3にその旨を報告する。FIG. 2 is a sequence diagram showing an example of a connection setting procedure, and P1 to P3 show each procedure. In step (P1), first, a communication connection setting request is transmitted from the communication terminal device 3 to the communication processing device 10.
Communication processing device 1 that has received a communication connection setting request
At 0, the communication connection information is recorded in the connection information management unit 11 in step (P2). As a result, the communication connection is set, and the step (P3)
Then, the fact is reported to the communication terminal device 3.
【0016】図3は、通信処理装置10の電文処理手順
の一例を示すフローチャートである。なお、(S1)〜
(S8)は各ステップを示す。電文管理部12は、ステ
ップ(S1)で、各通信コネクション2からの電文を受
け付け、ステップ(S2)で、受信順に電文をメモリに
記憶する。そして演算部13は、ステップ(S3)で、
メモリから記憶された電文を受信順に読み込み、ステッ
プ(S4)で演算処理を行う。FIG. 3 is a flowchart showing an example of a message processing procedure of the communication processing device 10. (S1)-
(S8) shows each step. The message management unit 12 accepts messages from each communication connection 2 in step (S1), and stores the messages in the memory in the order of reception in step (S2). Then, the calculation unit 13 at step (S3),
The stored electronic messages are read in the order of reception from the memory, and arithmetic processing is performed in step (S4).
【0017】いま、ステップ(S5)において、ある通
信コネクション21から受信した電文に関する演算処理
を行った結果、異常な値が算出されたとする。このと
き、演算部13では、当該通信コネクション21に異常
が起ったものと判断する。すると、ステップ(S6)に
おいて、コネクション制御部14では、コネクション情
報管理部11に管理されている通信コネクション21の
情報を削除する。これにより、通信処理上、通信コネク
ション21は解放されたものと見なされる。そして、ス
テップ(S7)において、通知部15は、通信コネクシ
ョン21が解放されたことを通信処理装置10の利用者
に通知する。また、ステップ(S5)において、異常な
値が検出されないときは、処理結果を該当通信コネクシ
ョンに送信し(S8)、ステップ(S3)に戻る。この
操作を1つのプロセス毎に行う。Now, in step (S5), it is assumed that an abnormal value is calculated as a result of the arithmetic processing relating to the electronic message received from a certain communication connection 21. At this time, the calculation unit 13 determines that an abnormality has occurred in the communication connection 21. Then, in step (S6), the connection control unit 14 deletes the information of the communication connection 21 managed by the connection information management unit 11. As a result, the communication connection 21 is considered to have been released in the communication processing. Then, in step (S7), the notification unit 15 notifies the user of the communication processing device 10 that the communication connection 21 has been released. If no abnormal value is detected in step (S5), the processing result is transmitted to the corresponding communication connection (S8), and the process returns to step (S3). This operation is performed for each process.
【0018】次に、電文処理の具体例について図4,図
5を参照して説明する。Next, a specific example of the message processing will be described with reference to FIGS.
【0019】図4は、処理対象である電文40の一例を
示すもので、プロトコルデータユニットコード部41
と、メッセージ部42とからなる。FIG. 4 shows an example of a message 40 to be processed, which is a protocol data unit code section 41.
And a message section 42.
【0020】〈構文解釈〉例えば、図4のメッセージ部
42は、図5(a)のようなビット列の基本符号化形式
(TLV形式)の組合せで構成されている。これを図5
(b)のようにソフトウェアが演算しやすい形式(構造
体等)に解釈変換する。<Syntax Interpretation> For example, the message section 42 of FIG. 4 is composed of a combination of basic encoding formats (TLV format) of bit strings as shown in FIG. This is shown in FIG.
Interpretation and conversion into a format (structure etc.) that is easy for software to calculate as shown in (b).
【0021】〈演算処理および処理結果の判断例〉 (1) 例えば、プロトコルデータユニットコード部4
1にあるコマンドがプロトコルとして許されているコマ
ンドの種類か否か、(2)メッセージ部42にあるパラ
メータが許可されている種類,値の範囲内か、上記の結
果、異常があればその通信コネクションのみ解放し、
「異常であることの通知」を利用者に行う。<Example of Arithmetic Processing and Judgment of Processing Result> (1) For example, the protocol data unit code section 4
Whether or not the command in 1 is the type of command permitted as a protocol, (2) whether the parameter in the message section 42 is in the permitted type and value range, or if there is an abnormality as a result of the above, communication is performed. Release only the connection,
"Notify that something is wrong" is sent to the user.
【0022】[0022]
【発明の効果】以上説明したように、本発明にかかる通
信処理方法および装置は、通信コネクションごとに情報
管理を行っており、通信処理を通信コネクションごとに
区別して通信コネクションごとの電文処理を可能とし、
また、処理中の異常を、当該コネクションの情報を削除
することで、他のコネクションに影響を与えることなく
対処することができる効果がある。As described above, the communication processing method and apparatus according to the present invention manages information for each communication connection, and it is possible to distinguish the communication processing for each communication connection and perform the message processing for each communication connection. age,
In addition, by deleting the information of the connection concerned, it is possible to deal with an abnormality during processing without affecting other connections.
【図1】本発明の一実施形態を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.
【図2】図1の実施形態におけるコネクション設定手順
の一例を示すシーケンス図である。FIG. 2 is a sequence diagram showing an example of a connection setting procedure in the embodiment of FIG.
【図3】図1の実施形態における通信処理装置の電文処
理手順の一例を示すフローチャート図である。FIG. 3 is a flowchart showing an example of a message processing procedure of the communication processing device in the embodiment of FIG.
【図4】図1の実施形態における通信処理装置の電文処
理を説明するための電文の一例を示す図である。FIG. 4 is a diagram showing an example of a message for explaining a message process of the communication processing device in the embodiment of FIG.
【図5】図4の電文処理を説明するための図である。5 is a diagram for explaining the message processing of FIG. 4. FIG.
【図6】従来の通信処理装置と通信コネクションとの関
係を示す図である。FIG. 6 is a diagram showing a relationship between a conventional communication processing device and a communication connection.
2 通信コネクション 3 通信端末装置 10 通信処理装置 11 コネクション情報管理部 12 電文管理部 13 演算部 14 コネクション制御部 15 通知部 40 電文 41 プロトコルデータユニットコード部 42 メッセージ部 2 communication connection 3 communication terminal device 10 communication processing device 11 connection information management unit 12 message management unit 13 arithmetic unit 14 connection control unit 15 notification unit 40 message 41 protocol data unit code unit 42 message unit
Claims (2)
ンを管理し、これらの通信コネクションごとに発生する
電文を処理する通信処理方法において、 (a)複数の通信コネクションからの電文を受信し、 (b)受信順に電文をメモリに記憶し、 (c)前記メモリから記憶された電文を受信順に読み込
み、 (d)電文の構文解釈をして解釈内容に添って演算処理
を行い、 (e)処理結果が正常な値であれば処理結果を該当通信
コネクションに送信し、次の電文の読み込みに移り、 (f)処理結果が異常な値であれば、該当通信コネクシ
ョンの情報を削除し、該当通信コネクションのみを解放
するとともに、該当通信コネクションが解放されたこと
を利用者に通知し、次の電文の読み込みに移り、 前記メモリに記憶された電文がなくなるまで前記(a)
〜(f)の処理を繰り返すことを特徴とする通信処理方
法。1. A communication processing method for managing a plurality of communication connections by one process and processing a message generated for each of these communication connections, comprising: (a) receiving a message from a plurality of communication connections; ) Store the electronic messages in the memory in the order of reception, (c) read the stored electronic messages from the memory in the order of reception, (d) interpret the syntax of the electronic messages and perform arithmetic processing according to the interpretation contents, If is a normal value, the processing result is sent to the relevant communication connection and the next message is read. (F) If the processing result is an abnormal value, the information of the relevant communication connection is deleted and the relevant communication connection is deleted. And the user is notified that the corresponding communication connection has been released, and the next message is read, and the message stored in the memory disappears. Wherein (a)
A communication processing method, characterized in that the processing of (f) is repeated.
らの通信コネクションごとに発生する電文を処理する通
信処理装置において、 通信コネクションが設定されるごとに、その通信コネク
ションの情報を管理するコネクション情報管理部と、 通信コネクションごとの電文とその状態を管理する電文
管理部と、 通信コネクションごとの電文に関する演算処理を行う演
算部と、 通信コネクションごとの電文に関する演算処理中に異常
が発生した場合、当該通信コネクションの情報を全てク
リアし、その通信コネクションのみを解放するコネクシ
ョン制御部と、 前記通信コネクションが解放されたことを利用者に通知
する通知部と、を備えたことを特徴とする通信処理装
置。2. In a communication processing device for managing a plurality of communication connections and processing a message generated for each of these communication connections, connection information management for managing information of the communication connections every time the communication connection is set. Section, a message management section that manages the message and its status for each communication connection, a calculation section that performs calculation processing related to the message for each communication connection, and if an error occurs during the calculation processing related to the message for each communication connection, A communication processing device, comprising: a connection control unit that clears all communication connection information and releases only the communication connection; and a notification unit that notifies the user that the communication connection has been released. .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14400296A JP3219240B2 (en) | 1996-06-06 | 1996-06-06 | Communication processing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14400296A JP3219240B2 (en) | 1996-06-06 | 1996-06-06 | Communication processing method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH09326840A true JPH09326840A (en) | 1997-12-16 |
JP3219240B2 JP3219240B2 (en) | 2001-10-15 |
Family
ID=15352039
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP14400296A Expired - Lifetime JP3219240B2 (en) | 1996-06-06 | 1996-06-06 | Communication processing method and device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3219240B2 (en) |
-
1996
- 1996-06-06 JP JP14400296A patent/JP3219240B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JP3219240B2 (en) | 2001-10-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0464014A2 (en) | Communications systems using a fault tolerant protocol | |
TW200402961A (en) | Data communication method | |
US7912981B2 (en) | System and method for intelligent data routing | |
CN111182047B (en) | Method and system for transferring files between large data platforms across a network | |
JPH09326840A (en) | Communication processing method and device | |
US6745251B2 (en) | Communication apparatus managing inserted package mounting states and communication network management system including the same | |
JPH08249249A (en) | Message relay device and message relay method | |
JP2001142810A (en) | Device and method for determining terminal operation in directory server | |
JPH11249977A (en) | Data transfer network system | |
TWI874098B (en) | Data transmission method | |
JP3704019B2 (en) | A telegram transmission method and a transmission system having a write-down function | |
JP4591978B2 (en) | Information sharing system and recording medium | |
WO2007066922A1 (en) | Method of effectively managing database system for mobile number portability | |
JP3124586B2 (en) | Facsimile storage and switching device and facsimile storage and switching method | |
JP3362547B2 (en) | Communication adapter | |
JP3600344B2 (en) | Data communication method and data communication system | |
KR20240142268A (en) | Method and apparatus for synchronizing digital vehicle key, electronic device and storage medium | |
JPH0574860B2 (en) | ||
JP2002073453A (en) | File transmission system and file transmission method | |
JPH02253366A (en) | Communication message assuring system | |
JPH07283832A (en) | Mail protocol conversion control system | |
JP2002073509A (en) | Remote supervisory and control system | |
JP2002374284A (en) | Distributed transaction processing system | |
JP2000049838A (en) | Alarm collection system and its collection method | |
JPS59212053A (en) | Data relay system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070810 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080810 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080810 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090810 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090810 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100810 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100810 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110810 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120810 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130810 Year of fee payment: 12 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
EXPY | Cancellation because of completion of term |