JP4303101B2 - 通信端末およびプログラム - Google Patents
通信端末およびプログラム Download PDFInfo
- Publication number
- JP4303101B2 JP4303101B2 JP2003435420A JP2003435420A JP4303101B2 JP 4303101 B2 JP4303101 B2 JP 4303101B2 JP 2003435420 A JP2003435420 A JP 2003435420A JP 2003435420 A JP2003435420 A JP 2003435420A JP 4303101 B2 JP4303101 B2 JP 4303101B2
- Authority
- JP
- Japan
- Prior art keywords
- program
- child
- message
- key information
- application
- 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.)
- Expired - Fee Related
Links
- 238000004891 communication Methods 0.000 title claims description 38
- 238000010295 mobile communication Methods 0.000 claims description 19
- 238000000034 method Methods 0.000 description 13
- 230000004913 activation Effects 0.000 description 10
- 230000005540 biological transmission Effects 0.000 description 10
- 230000006870 function Effects 0.000 description 8
- 239000000284 extract Substances 0.000 description 7
- 238000010586 diagram Methods 0.000 description 5
- 230000006399 behavior Effects 0.000 description 4
- 101150080339 BTS1 gene Proteins 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000003068 static effect Effects 0.000 description 2
- 230000001960 triggered effect Effects 0.000 description 2
- 208000033748 Device issues Diseases 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W88/00—Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
- H04W88/02—Terminal devices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephonic Communication Services (AREA)
- Communication Control (AREA)
- Computer And Data Communications (AREA)
Description
[構成]
図1は本発明の一実施形態に係る移動機を用いた通信システムの構成を示す図である。この図に示す移動通信網GSMは、GSM(Global System for Mobile Communications)方式の移動通信網であり、移動通信網GSMを運営する移動通信事業者と通信サービスの契約を締結した契約ユーザが利用する契約移動機に対して通話やデータ通信等の通信サービスを提供する。図には、この契約移動機として、移動機MS1及びMS2が例示されている。
次に、上述した構成の通信システムの動作について説明する。
まず、Javaアプリケーションプログラムのダウンロードの動作について説明する。
移動機MS1において、操作部4が操作され、WWWブラウザの起動が指示されると、CPU6は、不揮発性メモリ8からブラウザプログラム83を読み出して実行する。これにより、移動機MS1においてWWWブラウザが起動する。次に、操作部4が操作され、サーバ装置IPから所定のJavaアプリをダウンロードする旨の指示が入力されると、CPU6は、移動通信網GSM及びインターネットINETを介してサーバ装置IPと通信し、このJavaアプリのJARファイルおよびADファイルをサーバ装置IPからダウンロードし、不揮発性メモリ8に書き込む。この際、CPU6は、不揮発性メモリ8に記憶されている電話番号81を読み出してサーバ装置IPへ送信する。この電話番号81は後述するSMSメッセージの送信先アドレスとしてサーバ装置IPに記憶される。
移動機MS1のCPU6は、操作部4が操作され、JAMの起動が指示されると、不揮発性メモリ8に記憶されているJAMプログラム86を読み出して実行する。以降の処理は、CPU6がJAMプログラム86を用いて行う。CPU6は、不揮発性メモリ8に記憶されている全てのJavaアプリのADファイルから、名称文字列とURL文字列とを抽出する。次に、CPU6は、これらの名称文字列をディスプレイ5に一覧表示させる。そして、操作部4が操作されて1つの名称文字列が選択され、この名称文字列に対応したJavaアプリの起動が指示されると、CPU6は、当該JavaアプリのADファイルからADファイルの格納されたURLを取り出し、それにJavaアプリ提供者が定義した文字列分の長さの0値を組み合わせてキー情報とし、RAM7に確保されたキー情報領域73に書き込む一方、KVMプログラム84を実行し、更に、このKVMプログラム84を用いて当該Javaアプリを起動する。この際、JavaアプリがSMSメッセージの受信をトリガとした動作制御に対応している場合には、キー情報領域73に書き込まれた前記0値がJavaアプリ提供者の定義したデータに書き換えられる。また、CPU6はJavaアプリ用のワーク領域をRAM7に確保する。この結果、図7に示すように、KVMが起動され、更にKVM上で当該Javaアプリが起動される。また、CPU6は、Javaアプリを終了させる際には、キー情報領域73からキー情報を削除する一方、KVMプログラム84の実行を終了し、当該Javaアプリ用にRAM7に確保された領域を開放する。
まず、予め定められた条件が満たされるか、外部から所定の情報を受け取ったことを契機として、サーバ装置IPは、インターネットINET及びゲートウェイノードGGSNを介してSMSセンタCへ、Javaアプリをダウンロードした移動機MS1に対するSMSメッセージの送信要求を送信する。この送信要求には、宛先の移動機MS1の電話番号、移動機MS1にて起動されるJAMのアプリケーションIDおよびキー情報が含まれている。
また、上述した実施形態では、Javaアプリの起動時にCPU6がJAMプログラム86を用いて自発的にキー情報をキー情報領域73に書き込むようにしたが、起動されたJavaアプリからの要求に基づいてキー情報領域73に書き込むようにしてもよい。
また、上述した実施形態では2つのファイルをダウンロードすることによりJavaアプリをダウンロードするようにしたが、この形式に限らない。要は、これらのファイル中の情報が移動機へ渡され、移動機においてJavaアプリと関連付けて管理されるようになっていればよい。
また、トリガの供給を受けるアプリケーションは、Javaアプリに限らない。要は、親となるアプリケーション(例えばKVM)の起動を前提として子となるアプリケーション(例えばJavaアプリ)の起動が為され、かつ子となるアプリケーションの起動がOSに把握されない、という環境であれば、本発明を適用可能である。
また、移動機MSから電話機能を取り去ってもよいし、異なる方式の移動通信網に収容される移動機に適用してもよいし、固定通信網に接続された通信端末に適用してもよい。要は、通信網を介してパケット通信可能な任意の移動機に適用可能である。
Claims (5)
- プログラムの実行に必要なシステムプログラムと、親プログラムと、前記親プログラムを用いた他のプログラムの実行を管理するための管理プログラムとを記憶した第1の記憶手段と、
子プログラムを記憶する第2の記憶手段と、
前記システムプログラム及び前記親プログラムを用いて、前記第2の記憶手段に記憶された前記子プログラムを実行する子実行手段と、
前記システムプログラムを用いて前記管理プログラムを実行する管理実行手段と、
前記子実行手段にアクセスされる第3の記憶手段と、
前記管理実行手段にアクセスされる第4の記憶手段と、
前記子プログラムと該子プログラムを特定するためのキー情報とをサーバ装置からダウンロードし、両者を対応付けて前記第2の記憶手段に書き込むダウンロード手段と、
前記システムプログラム及び前記管理プログラムを用いて、前記子実行手段により実行されている前記子プログラムを特定するための前記キー情報を前記第2の記憶手段から読み出して前記第4の記憶手段に記憶させる書き込み手段と、
通信網を介してメッセージを受信する受信手段と、
前記システムプログラム及び前記管理プログラムを用いて、前記受信手段により受信されたメッセージの内容と前記第4の記憶手段に記憶されているキー情報とが合致する場合に、該メッセージが受信されたことを表す情報を前記第3の記憶手段に書き込む通知手段と
を有し、
前記キー情報は、前記サーバ装置において前記子プログラムに対応付けられた第1の識別子と、前記子プログラムに対応するファイルを前記サーバ装置における記憶位置で特定する第2の識別子とを含む
ことを特徴とする通信端末。 - 前記親プログラムはJava(登録商標)仮想マシンを実現するためのプログラムであり、
前記子プログラムはJavaアプリケーションプログラムであり、
前記子実行手段は、前記システムプログラム及び前記親プログラムを用いて、前記第2の記憶手段に記憶された前記子プログラムを前記Java仮想マシン上で実行する
ことを特徴とする請求項1に記載の通信端末。 - 前記通知手段は、前記システムプログラム及び前記管理プログラムを用いて、前記受信手段により受信されたメッセージの内容と前記第4の記憶手段に記憶されているキー情報とが合致し、かつ該メッセージが前記管理プログラムに対応付けられた第3の識別子を含む場合に、該メッセージが受信されたことを表す情報を前記第3の記憶手段に書き込む
ことを特徴とする請求項1に記載の通信端末。 - 前記通信網は移動通信網であり、
自端末の電話番号を宛先アドレスとしたメッセージが前記通信網を構成する基地局から無線で送信されると、該メッセージを受信する無線手段を有し、
前記受信手段は前記無線手段を用いて自端末宛のメッセージを受信する
ことを特徴とする請求項1に記載の通信端末。 - コンピュータを、
子プログラムと該子プログラムを特定するためのキー情報とをサーバ装置からダウンロードし、両者を対応付けて第1の記憶領域に書き込むダウンロード手段と、
システムプログラム及び親プログラムを用いて実行されている前記子プログラムを特定するための前記キー情報を前記第1の記憶領域から読み出して第2の記憶領域に書き込む書き込み手段と、
受信したメッセージの内容と前記記憶領域に書き込まれたキー情報とが合致する場合に、該メッセージが受信されたことを表す情報を前記実行されている子プログラム用の記憶領域に書き込む通知手段
として機能させるためのプログラムであって、
前記キー情報は、前記サーバ装置において前記子プログラムに対応付けられた第1の識別子と、前記子プログラムに対応するファイルを前記サーバ装置における記憶位置で特定する第2の識別子とを含む
ことを特徴とするプログラム。
Priority Applications (12)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003435420A JP4303101B2 (ja) | 2003-12-26 | 2003-12-26 | 通信端末およびプログラム |
EP04808056A EP1705571A4 (en) | 2003-12-26 | 2004-12-22 | PROGRAM AND COMMUNICATION TERMINAL |
KR20067012865A KR100785535B1 (ko) | 2003-12-26 | 2004-12-22 | 통신단말 및 프로그램 |
CNB2004800384449A CN100422941C (zh) | 2003-12-26 | 2004-12-22 | 通信终端及其通信方法 |
US10/584,420 US7496922B2 (en) | 2003-12-26 | 2004-12-22 | Communication terminal and program therefor |
RU2006127036A RU2348066C2 (ru) | 2003-12-26 | 2004-12-22 | Терминал связи |
PCT/JP2004/019705 WO2005064467A1 (ja) | 2003-12-26 | 2004-12-22 | 通信端末およびプログラム |
AU2004309722A AU2004309722B2 (en) | 2003-12-26 | 2004-12-22 | Communication terminal and program |
TW93140616A TWI281106B (en) | 2003-12-26 | 2004-12-24 | Communication terminal and program |
IL17614406A IL176144A (en) | 2003-12-26 | 2006-06-06 | Communication terminal and program |
EGNA2006000614 EG24966A (en) | 2003-12-26 | 2006-06-22 | Communication terminal and program. |
NO20063146A NO20063146L (no) | 2003-12-26 | 2006-07-06 | Kommunikasjonsterminal og program for denne |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003435420A JP4303101B2 (ja) | 2003-12-26 | 2003-12-26 | 通信端末およびプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005196271A JP2005196271A (ja) | 2005-07-21 |
JP4303101B2 true JP4303101B2 (ja) | 2009-07-29 |
Family
ID=34736635
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003435420A Expired - Fee Related JP4303101B2 (ja) | 2003-12-26 | 2003-12-26 | 通信端末およびプログラム |
Country Status (12)
Country | Link |
---|---|
US (1) | US7496922B2 (ja) |
EP (1) | EP1705571A4 (ja) |
JP (1) | JP4303101B2 (ja) |
KR (1) | KR100785535B1 (ja) |
CN (1) | CN100422941C (ja) |
AU (1) | AU2004309722B2 (ja) |
EG (1) | EG24966A (ja) |
IL (1) | IL176144A (ja) |
NO (1) | NO20063146L (ja) |
RU (1) | RU2348066C2 (ja) |
TW (1) | TWI281106B (ja) |
WO (1) | WO2005064467A1 (ja) |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4268610B2 (ja) * | 2005-10-24 | 2009-05-27 | テックファーム株式会社 | 非接触送受信システム、および、非接触送受信方法 |
CN100435098C (zh) * | 2006-01-05 | 2008-11-19 | 英业达股份有限公司 | 操作系统启动键代码内嵌处理方法及系统 |
JP2007264921A (ja) * | 2006-03-28 | 2007-10-11 | Fujitsu Ltd | 性能情報採取プログラム及び装置 |
CN101640858B (zh) * | 2008-08-01 | 2014-12-10 | 鸿富锦精密工业(深圳)有限公司 | 具有信息反馈功能的移动通讯装置及方法 |
KR101012872B1 (ko) * | 2009-09-16 | 2011-02-08 | 주식회사 팬택 | 플랫폼 보안 장치 및 방법 |
JP5614209B2 (ja) * | 2010-02-26 | 2014-10-29 | 沖電気工業株式会社 | 通信機能付情報処理装置およびその処理方法 |
CN101770371A (zh) * | 2010-03-17 | 2010-07-07 | 华为终端有限公司 | 应用主题内容预览方法及装置 |
US8341222B2 (en) * | 2010-04-02 | 2012-12-25 | Microsoft Corporation | Text suggestion framework with client and server model |
CN102906718B (zh) | 2010-05-28 | 2016-05-25 | 惠普发展公司,有限责任合伙企业 | 禁用显示刷新过程 |
KR101881926B1 (ko) * | 2012-12-13 | 2018-07-26 | 삼성전자주식회사 | 주변 기기의 디바이스 정보를 등록하기 위한 디바이스 제어 방법, 디바이스 및 그 시스템 |
WO2014092441A1 (en) | 2012-12-13 | 2014-06-19 | Samsung Electronics Co., Ltd. | Device control method for registering device information of peripheral device, and device and system thereof |
US9678745B2 (en) | 2013-01-28 | 2017-06-13 | Paptap Ltd | Automatic submission of applications to applications stores |
US9176726B2 (en) * | 2013-01-28 | 2015-11-03 | Paptap Ltd | Method and apparatus for developing, distributing and executing applications |
JP6720613B2 (ja) * | 2016-03-23 | 2020-07-08 | 富士ゼロックス株式会社 | 情報処理システム及び情報処理プログラム |
CN107295156A (zh) * | 2016-04-05 | 2017-10-24 | 中兴通讯股份有限公司 | 一种终端、设备服务器、网络消息处理方法及系统 |
RU2653231C1 (ru) * | 2016-12-16 | 2018-05-07 | Общество с ограниченной ответственностью "Иридиум" | Способ и система объединения компонентов для управления объектами автоматизации |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3312402B2 (ja) | 1992-12-02 | 2002-08-05 | 富士通株式会社 | プログラム間通信装置およびプログラム間通信方法 |
JPH098946A (ja) | 1995-06-21 | 1997-01-10 | Hitachi Ltd | 情報処理装置 |
US6138141A (en) * | 1996-10-18 | 2000-10-24 | At&T Corp | Server to client cache protocol for improved web performance |
US6182143B1 (en) * | 1998-06-25 | 2001-01-30 | International Business Machines Corporation | Publish and subscribe data processing apparatus, method and computer program product with use of a stream to distribute local information between neighbors in a broker structure |
US6430570B1 (en) * | 1999-03-01 | 2002-08-06 | Hewlett-Packard Company | Java application manager for embedded device |
US6226739B1 (en) | 1999-12-14 | 2001-05-01 | International Business Machines Corporation | Method and computer program for distributing software to a personal palm-type device through a global software distribution package transmittable over the world wide web |
JP2002259146A (ja) | 2000-05-15 | 2002-09-13 | Matsushita Electric Ind Co Ltd | アプリケーション実行装置及び方法 |
US7024668B2 (en) * | 2000-05-15 | 2006-04-04 | Matsushita Electric Industrial Co., Ltd. | Application execution apparatus and method |
CN1268859A (zh) | 2000-05-19 | 2000-10-04 | 陆基 | 带收听互联网信息装置的移动电话机 |
WO2003017125A1 (en) * | 2001-08-07 | 2003-02-27 | Tatara Systems, Inc. | Method and apparatus for integrating billing and authentication functions in local area and wide area wireless data networks |
RU2210865C1 (ru) | 2002-04-05 | 2003-08-20 | Закрытое акционерное общество "ВИСАТ-ТЕЛ" | Способ интерактивной абонентской связи и интерактивный абонентский терминал для его осуществления |
US7493623B2 (en) * | 2003-02-05 | 2009-02-17 | Nokia Corporation | System and method for identifying applications targeted for message receipt in devices utilizing message queues |
-
2003
- 2003-12-26 JP JP2003435420A patent/JP4303101B2/ja not_active Expired - Fee Related
-
2004
- 2004-12-22 CN CNB2004800384449A patent/CN100422941C/zh not_active Expired - Fee Related
- 2004-12-22 US US10/584,420 patent/US7496922B2/en not_active Expired - Fee Related
- 2004-12-22 WO PCT/JP2004/019705 patent/WO2005064467A1/ja active Application Filing
- 2004-12-22 KR KR20067012865A patent/KR100785535B1/ko not_active IP Right Cessation
- 2004-12-22 EP EP04808056A patent/EP1705571A4/en not_active Withdrawn
- 2004-12-22 RU RU2006127036A patent/RU2348066C2/ru not_active IP Right Cessation
- 2004-12-22 AU AU2004309722A patent/AU2004309722B2/en not_active Ceased
- 2004-12-24 TW TW93140616A patent/TWI281106B/zh not_active IP Right Cessation
-
2006
- 2006-06-06 IL IL17614406A patent/IL176144A/en not_active IP Right Cessation
- 2006-06-22 EG EGNA2006000614 patent/EG24966A/xx active
- 2006-07-06 NO NO20063146A patent/NO20063146L/no not_active Application Discontinuation
Also Published As
Publication number | Publication date |
---|---|
EG24966A (en) | 2011-03-13 |
IL176144A (en) | 2010-12-30 |
RU2006127036A (ru) | 2008-02-10 |
CN100422941C (zh) | 2008-10-01 |
JP2005196271A (ja) | 2005-07-21 |
EP1705571A1 (en) | 2006-09-27 |
WO2005064467A1 (ja) | 2005-07-14 |
NO20063146L (no) | 2006-07-06 |
AU2004309722B2 (en) | 2008-08-14 |
RU2348066C2 (ru) | 2009-02-27 |
KR100785535B1 (ko) | 2007-12-12 |
CN1898648A (zh) | 2007-01-17 |
AU2004309722A1 (en) | 2005-07-14 |
IL176144A0 (en) | 2006-10-05 |
TW200523740A (en) | 2005-07-16 |
US7496922B2 (en) | 2009-02-24 |
US20070277183A1 (en) | 2007-11-29 |
KR20060100949A (ko) | 2006-09-21 |
TWI281106B (en) | 2007-05-11 |
EP1705571A4 (en) | 2011-01-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4303101B2 (ja) | 通信端末およびプログラム | |
JP4995590B2 (ja) | コンテンツ流通管理装置、通信端末、プログラム及びコンテンツ流通システム | |
JP4865581B2 (ja) | コンテンツ流通管理装置及びコンテンツ流通システム | |
CN101123750B (zh) | 便于推送内容的后台处理的装置和相关方法 | |
TWI231900B (en) | Communication terminal providing function against connection with specific website and method thereof and memory media memorizing the program | |
EP1553498B1 (en) | Electronic mail delivery system, mail server, and mail client | |
WO2002048869A1 (fr) | Terminal et repetiteur | |
JP4348173B2 (ja) | 通信端末 | |
US7543028B2 (en) | Electronic mail distribution method, communications terminal, and server device | |
JP4180953B2 (ja) | 通信装置及びプログラム | |
KR100407389B1 (ko) | 이동통신 단말기용 컨텐츠 어플리케이션의 리소스 한정제공 방법 및 그를 이용한 이동통신 단말기 | |
US20030126271A1 (en) | Method and apparatus for enabling an external function from a WAP environment | |
JP4323304B2 (ja) | アプリケーション識別方法および通信端末 | |
JP2009070373A (ja) | 通信装置及びプログラム | |
JP4416624B2 (ja) | 移動体通信端末 | |
JP4980563B2 (ja) | コンテンツ提供方法、コンテンツ取得時の通信方法、移動体通信端末、コンテンツ提供サーバ及び通信中継サーバ | |
JP4527494B2 (ja) | 移動体通信端末 | |
JP2006113647A (ja) | 移動体通信端末 | |
JP2001160054A (ja) | 著作物ファイル管理装置 | |
JP2006157417A (ja) | メディアオブジェクト提供方法、移動体通信端末及びメディアオブジェクト提供サーバ | |
JP2006072438A (ja) | メール配信サーバ、ページ遷移に伴うメール配信方法、ページ遷移に伴うメール配信プログラム | |
JP2007157050A (ja) | 遠隔操作方法、通信システム、移動通信端末装置及び遠隔サーバ |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060406 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080902 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081104 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090127 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090330 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20090421 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090423 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120501 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4303101 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130501 Year of fee payment: 4 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140501 Year of fee payment: 5 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313117 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |