JP3322196B2 - Data transfer system, transfer method therefor, and recording medium recording control program therefor - Google Patents

Data transfer system, transfer method therefor, and recording medium recording control program therefor

Info

Publication number
JP3322196B2
JP3322196B2 JP33955297A JP33955297A JP3322196B2 JP 3322196 B2 JP3322196 B2 JP 3322196B2 JP 33955297 A JP33955297 A JP 33955297A JP 33955297 A JP33955297 A JP 33955297A JP 3322196 B2 JP3322196 B2 JP 3322196B2
Authority
JP
Japan
Prior art keywords
data
procedure
distribution
list
name
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
Application number
JP33955297A
Other languages
Japanese (ja)
Other versions
JPH11175416A (en
Inventor
健一郎 鮎川
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP33955297A priority Critical patent/JP3322196B2/en
Publication of JPH11175416A publication Critical patent/JPH11175416A/en
Application granted granted Critical
Publication of JP3322196B2 publication Critical patent/JP3322196B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Multi Processors (AREA)
  • Information Transfer Between Computers (AREA)

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はデータ転送システム
及びその転送方法並びにその制御プログラムを記録した
記録媒体に関し、特に複数のコンピュータ装置とその他
の電子装置とから構成されるネットワークシステムにお
けるオブジェクトの転送方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer system, a transfer method therefor, and a recording medium storing a control program therefor, and more particularly to a method for transferring objects in a network system comprising a plurality of computer devices and other electronic devices. About.

【0002】[0002]

【従来の技術】コンピュータ装置のソフトウェア技術に
おいては、データ及びデータを操作する手続き(以下、
メソッドとする)をパッケージ化したオブジェクトとい
う単位でソフトウェアを構築するオブジェクト指向技術
がある。
2. Description of the Related Art In software technology of a computer device, data and a procedure for operating the data (hereinafter, referred to as a data manipulation procedure) are described.
There is an object-oriented technology that constructs software in units of packaged objects.

【0003】オブジェクトはデータとデータを操作する
メソッドとから構成されている。図11はオブジェクト
のデータ構造を示す。図11に示すように、例えばオブ
ジェクト5は整数及び文字列を格納するようなデータ形
式51と、これらのデータを操作するメソッド52とを
持っている。
An object is composed of data and a method for operating the data. FIG. 11 shows the data structure of the object. As shown in FIG. 11, for example, the object 5 has a data format 51 for storing an integer and a character string, and a method 52 for operating these data.

【0004】上記のソフトウェア技術を用いたネットワ
ークシステムとしては、図12に示すように、複数のコ
ンピュータ装置6,7及びその他の機器8を通信経路1
00にて接続したものがある。このネットワークシステ
ムでは複数のコンピュータ装置6,7に存在するオブジ
ェクト同士で、情報のやりとりを行っている。
As shown in FIG. 12, a network system using the above-described software technology includes a plurality of computer devices 6 and 7 and other devices 8 connected to a communication path 1.
Some are connected at 00. In this network system, information is exchanged between objects existing in a plurality of computer devices 6 and 7.

【0005】オブジェクト間での情報のやりとりの一例
としては、文献「1997年2月、Understan
ding ActiveX and OLE、デビッド
・チャペル著、株式会社アスキー発行、ISBN4−7
561−1706−6」に記載されたものがある。
[0005] An example of information exchange between objects is described in the document "February 1997, Understandan.
Ding ActiveX and OLE, written by David Chapel, published by ASCII Corporation, ISBN4-7
561-1706-6 ".

【0006】オブジェクトをあるコンピュータ装置から
他のコンピュータ装置に配信する際には、オブジェクト
の全てのデータをまとめて配信するのが一般的である。
このようにすることで、まとまったオブジェクトの全て
のデータが到着し、到着したデータの分解が完了すれ
ば、オブジェクトに対して全ての操作を行うことが可能
となる。
[0006] When an object is distributed from one computer device to another computer device, it is general to distribute all data of the object collectively.
In this way, when all the data of the collected object has arrived and the decomposition of the arrived data is completed, all operations can be performed on the object.

【0007】また、文書が自分のところに転送されるま
でに、事前に文書の存在を確認して事前作業を行うこと
ができるようにしたシステムもある。このシステムにつ
いては、特開平9−091234号公報に開示されてい
る。
There is also a system in which the existence of a document can be confirmed in advance and a preparatory operation can be performed before the document is transferred to the user. This system is disclosed in Japanese Patent Application Laid-Open No. 9-009234.

【0008】[0008]

【発明が解決しようとする課題】上述した従来のオブジ
ェクト指向技術を用いたネットワークシステムでは、オ
ブジェクトのデータの一部に対してのみ操作を行う場合
でも、オブジェクトの全てのデータが配信されてからで
なければ、実際に操作を行うことができないという問題
がある。
In a network system using the above-mentioned conventional object-oriented technology, even when only a part of the data of an object is operated, it is necessary to wait for all the data of the object to be delivered. Otherwise, there is a problem that the operation cannot be actually performed.

【0009】また、上記の公報記載の技術では文書が配
信されるまでに、文書の内容を先行通知しているが、こ
の方法では先行通知された文書の内容を操作することが
できない。
Further, in the technique described in the above publication, prior notification of the contents of the document is made before the document is distributed. However, in this method, the contents of the previously notified document cannot be operated.

【0010】そこで、本発明の目的は上記の問題点を解
消し、オブジェクトの全てのデータが配信されるのを待
つことなく、オブジェクトに対する一部の操作が実行可
能なデータ転送システム及びその転送方法並びにその制
御プログラムを記録した記録媒体を提供することにあ
る。
[0010] Therefore, an object of the present invention is to solve the above-mentioned problems and to provide a data transfer system and a transfer method capable of performing some operations on an object without waiting for all data of the object to be delivered. Another object of the present invention is to provide a recording medium recording the control program.

【0011】[0011]

【課題を解決するための手段】本発明によるデータ転送
システムは、データと当該データを操作する手続きとを
パッケージ化して構成されるオブジェクトを配信元から
配信先に転送するデータ転送システムであって、前記オ
ブジェクトに含まれる全てのデータ名及びそのデータ名
のデータを先行配信するかどうかが任意に設定自在な
行配信フラグからなるデータ一覧表と、当該オブジェク
トに含まれる全ての手続き名とその手続き名の手続きが
利用する前記データ名とその手続き名の手続きが利用可
能かどうかを示す利用可能フラグとからなるメソッド一
覧表とを前記オブジェクトに備え、外部からの指示に応
じて前記データ一覧表及び前記メソッド一覧表を基に前
記配信先に先行配信すべきオブジェクトを生成する生成
手段と、前記生成手段で生成されたオブジェクトを前記
配信先に先行配信する配信手段とを前記配信元に備え、
前記配信元から配信されるオブジェクトを格納する格納
手段と、前記配信手段から先行配信されたオブジェクト
が前記格納手段に格納されているか否かを判定する判定
手段と、前記判定手段が前記先行配信されたオブジェク
トが前記格納手段に格納されていないと判定した時に空
のオブジェクトを生成するオブジェクト生成手段と、前
記オブジェクト生成手段で生成した空のオブジェクトに
前記配信手段から先行配信されたオブジェクトのデータ
を代入して前記格納手段に格納する手段と、今まで配信
されたデータを元に前記手続きの利用可能フラグを書換
える手段とを前記配信先に備えている。
A data transfer system according to the present invention is a data transfer system for transferring an object formed by packaging data and a procedure for operating the data from a distribution source to a distribution destination, A data list including all data names included in the object and a leading distribution flag which can be arbitrarily set whether or not to pre-distribute the data of the data name, and all procedures included in the object The object is provided with a method list including a name, the data name used by the procedure of the procedure name, and an available flag indicating whether the procedure of the procedure name is available. Generating means for generating an object to be pre-distributed to the distribution destination based on a data list and the method list; And a delivery means for frontloading the objects generated by the formation means to the delivery destination in the distribution source,
Storage means for storing an object distributed from the distribution source; determining means for determining whether or not the object previously distributed from the distribution means is stored in the storage means; and Object generating means for generating an empty object when it is determined that the object has not been stored in the storage means, and assigning data of the object previously distributed from the distribution means to the empty object generated by the object generating means. Means for storing in said storage means and distribution until now
Rewrite the available flag of the procedure based on the data
Means are provided for the distribution destination.

【0012】本発明によるデータ転送方法は、データと
当該データを操作する手続きとをパッケージ化して構成
されるオブジェクトを配信元から配信先に転送するデー
タ転送方法であって、前記オブジェクトに含まれる全て
のデータ名及びそのデータ名のデータを先行配信するか
どうかが任意に設定自在な先行配信フラグからなるデー
タ一覧表と、当該オブジェクトに含まれる全ての手続き
名とその手続き名の手続きが利用する前記データ名とそ
の手続き名の手続きが利用可能かどうかを示す利用可能
フラグとからなるメソッド一覧表とを前記オブジェクト
に有し、外部からの指示に応じて前記データ一覧表及び
前記メソッド一覧表を基に前記配信先に先行配信すべき
オブジェクトを前記配信元で生成するステップと、前記
生成手段で生成されたオブジェクトを前記配信元から前
記配信先に先行配信するステップと、前記配信元から配
信されるオブジェクトを前記配信先に格納するステップ
と、前記配信元から先行配信されたオブジェクトが前記
配信先に格納されているか否かを判定するステップと、
前記先行配信されたオブジェクトが前記配信先に格納さ
れていないと判定した時に空のオブジェクトを生成する
ステップと、この生成された空のオブジェクトに前記配
信元から先行配信されたオブジェクトのデータを代入し
て前記配信先に格納するステップと、今まで配信された
データを元に前記手続きの利用可能フラグを書換えるス
テップとを備えている。
[0012] A data transfer method according to the present invention is a data transfer method for transferring an object formed by packaging data and a procedure for operating the data from a distribution source to a distribution destination. A data list consisting of a data name and a preceding delivery flag that can be arbitrarily set as to whether or not to deliver the data of the data name arbitrarily, and all of the procedure names included in the object and the procedure of that procedure name are used. The object has a method list including a data name and an available flag indicating whether a procedure of the procedure name is available. The data list and the method list are based on an external instruction. Generating an object to be pre-distributed to the distribution destination by the distribution source; Pre-delivering the object from the distribution source to the distribution destination, storing the object distributed from the distribution source in the distribution destination, and storing the object pre-delivered from the distribution source in the distribution destination Determining whether or not the
Generating an empty object when it is determined that the pre-distributed object is not stored in the distribution destination; and substituting data of the object pre-distributed from the distribution source into the generated empty object. and a step to be stored in the delivery destination Te, have been delivered up to now
A procedure for rewriting the availability flag of the procedure based on the data
And with Tep .

【0013】本発明によるデータ転送制御プログラムを
記録した記録媒体は、データと当該データを操作する手
続きとをパッケージ化して構成されるオブジェクトを配
信元から配信先に転送するデータ転送制御プログラムを
記録した記録媒体であって、前記オブジェクトに含まれ
る全てのデータ名及びそのデータ名のデータを先行配信
するかどうかが任意に設定自在な先行配信フラグからな
るデータ一覧表と、当該オブジェクトに含まれる全ての
手続き名とその手続き名の手続きが利用する前記データ
名とその手続き名の手続きが利用可能かどうかを示す利
用可能フラグとからなるメソッド一覧表とを前記オブジ
ェクトに有し、前記データ転送制御プログラムは前記配
信元に、外部からの指示に応じて前記データ一覧表及び
前記メソッド一覧表を基に前記配信先に先行配信すべき
オブジェクトを生成させ、前記生成手段で生成されたオ
ブジェクトを前記配信先に先行配信させ、前記データ転
送制御プログラムは前記配信先に、前記配信元から配信
されるオブジェクトを格納させ、前記配信元から先行配
信されたオブジェクトが格納されているか否かを判定さ
せ、前記先行配信されたオブジェクトが格納されていな
いと判定した時に空のオブジェクトを生成させ、この生
成された空のオブジェクトに前記配信元から先行配信さ
れたオブジェクトのデータを代入して格納させ、今まで
配信されたデータを元に前記手続きの利用可能フラグを
書換えさせている。
A recording medium on which a data transfer control program according to the present invention is recorded has recorded thereon a data transfer control program for transferring an object formed by packaging data and a procedure for operating the data from a source to a destination. A recording medium comprising: a data list including all data names included in the object and a preceding distribution flag which can be arbitrarily set as to whether or not to pre-distribute data of the data name; and all data included in the object. The object has a method list including a procedure name, the data name used by the procedure of the procedure name, and an available flag indicating whether the procedure of the procedure name is available. The data source and the method list according to an external instruction to the distribution source An object to be pre-distributed to the distribution destination on the basis of the object, the object generated by the generation means is pre-distributed to the distribution destination, and the data transfer control program is distributed to the distribution destination from the distribution source. To determine whether or not an object that has been pre-distributed from the distribution source is stored. If it is determined that the object that has been pre-distributed is not stored, an empty object is generated. It has been allowed to store by substituting the data of the preceding delivery object to empty object from the distribution source, until now
Based on the distributed data, check the availability flag of the procedure
It has been rewritten .

【0014】すなわち、本発明のデータ転送方法では、
配信対象となるオブジェクトのデータ構造に新たなデー
タ構造を追加する。より具体的には、配信対象となるオ
ブジェクトのデータ構造に種別情報とIDとデータ一覧
表とメソッド一覧表とを追加し、オブジェクトの一部の
データを転送した時にそのデータのみを扱うメソッドを
利用可能としている。
That is, in the data transfer method of the present invention,
Add a new data structure to the data structure of the object to be distributed. More specifically, type information, ID, data list, and method list are added to the data structure of the object to be distributed, and a method that handles only the data when a part of the data of the object is transferred is used. It is possible.

【0015】これによって、オブジェクトの受信側の配
信待ち時間を減少させることが可能となり、オブジェク
トの配信側が通信経路の状況等を考慮して転送情報量を
操作することが可能となる。
This makes it possible to reduce the distribution waiting time on the receiving side of the object, and the distribution side of the object can control the amount of transfer information in consideration of the state of the communication path and the like.

【0016】[0016]

【発明の実施の形態】次に、本発明の一実施例について
図面を参照して説明する。図1は本発明の一実施例によ
るネットワークシステムの構成を示すブロック図であ
る。図において、オブジェクトの配信元装置1は通信経
路100を経由してオブジェクトの配信先装置2に接続
されている。
Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a network system according to one embodiment of the present invention. In the figure, an object delivery source device 1 is connected to an object delivery destination device 2 via a communication path 100.

【0017】配信元装置1はメモリ11と、データパッ
ク手段12と、データ配信手段13とから構成されてお
り、配信先装置2はメモリ21と、オブジェクト一貫性
保持手段22と、空オブジェクト生成手段23と、デー
タ受信手段24とから構成されている。
The distribution source device 1 comprises a memory 11, a data packing means 12, and a data distribution means 13. The distribution destination device 2 comprises a memory 21, an object consistency holding means 22, and an empty object generation means. 23, and data receiving means 24.

【0018】配信元装置1のメモリ11には配信対象と
なるオブジェクト11aがあり、そのオブジェクト11
aを配信する際、データパック手段12はオブジェクト
11aから配信に必要なデータを切出してパッケージ化
する。データパック手段12でパッケージ化されたデー
タはデータ配信手段13によって通信経路100に送出
され、通信経路100を介して配信先装置2に転送され
る。
The memory 11 of the distribution source device 1 has an object 11a to be distributed.
When distributing a, the data pack unit 12 cuts out data necessary for distribution from the object 11a and packages it. The data packaged by the data packing unit 12 is transmitted to the communication path 100 by the data distribution unit 13 and transferred to the distribution destination device 2 via the communication path 100.

【0019】配信先装置2に転送されたデータはデータ
受信手段24で受信される。オブジェクト一貫性保持手
段22はデータ受信手段24で受信されたデータを、空
オブジェクト生成手段23で生成された空のオブジェク
トに代入することでメモリ21上にオブジェクト21a
を構築し、オブジェクト21aを配信先装置2で使用可
能にする。
The data transferred to the destination device 2 is received by the data receiving means 24. The object consistency holding unit 22 assigns the data received by the data receiving unit 24 to the empty object generated by the empty object generating unit 23 to store the object 21a in the memory 21.
Is constructed, and the object 21a can be used in the distribution destination device 2.

【0020】ここで、配信元装置1及び配信先装置2は
夫々ネットワークシステムに接続されたコンピュータ装
置であり、各々自装置で取扱う全種類のオブジェクトの
データ構造を知っているものとする。
Here, it is assumed that the distribution source device 1 and the distribution destination device 2 are computer devices connected to a network system, respectively, and know the data structures of all types of objects handled by the own device.

【0021】図2は本発明一実施例によるオブジェクト
の構成を示す図である。図においては追加後のオブジェ
クトのデータ構造を示している。クラス(:オブジェク
トの仕様)(以下、オブジェクトとする)3はデータ形
式(位置情報及び画像データ)31と、メソッド(位置
修正及び画像修正)32と、種別情報(Pictur
e)33と、ID34と、データ一覧表35と、メソッ
ド一覧表36とからなる。
FIG. 2 is a diagram showing the structure of an object according to an embodiment of the present invention. The figure shows the data structure of the object after the addition. A class (: object specification) (hereinafter referred to as an object) 3 has a data format (position information and image data) 31, a method (position correction and image correction) 32, and type information (Pictur).
e) It is composed of 33, ID 34, data list 35, and method list 36.

【0022】オブジェクト3の種別情報33にはオブジ
ェクト3の種類が記述されている。例えば、図2の場
合、オブジェクト3は種別情報33に「Picture
(写真)」と書かれているように、写真オブジェクトで
ある。オブジェクト3のID34は夫々のオブジェクト
の種別を識別するための識別子であり、オブジェクトの
種別毎に異なる。このID34は変更されることがな
い。
The type information 33 of the object 3 describes the type of the object 3. For example, in the case of FIG. 2, the object 3 includes “Picture” in the type information 33.
(Photo) "is a photo object. The ID 34 of the object 3 is an identifier for identifying the type of each object, and differs for each type of object. This ID 34 is not changed.

【0023】図3は図2のデータ一覧表35の構成を示
す図である。図において、データ一覧表35はデータ名
aと、データ名aに対応する先行配信フラグbとからな
っている。データ一覧表35にはオブジェクトに含まれ
るすべてのデータの名前が記述されている。先行配信フ
ラグbには対応するデータ名aのデータを先行配信する
かどうかという情報が書かれている。
FIG. 3 is a diagram showing the structure of the data list 35 of FIG. In the figure, the data list 35 includes a data name a and a preceding delivery flag b corresponding to the data name a. The data list 35 describes the names of all data included in the object. In the preceding delivery flag b, information indicating whether or not the data of the corresponding data name a is to be delivered in advance is written.

【0024】先行配信フラグ35の内容は配信の直前ま
でに変更することができる。例えば、図3に示す場合、
オブジェクト3は「位置情報」及び「画像データ」とい
う2つのデータa1,a2を持つ。
The contents of the advance distribution flag 35 can be changed immediately before distribution. For example, in the case shown in FIG.
The object 3 has two data a1 and a2, "position information" and "image data".

【0025】「位置情報」の先行配信フラグb1には
「先行配信する」と記述されており、「画像データ」の
先行配信フラグb2には「先行配信しない」と記述され
ている。これは「位置情報」を先行配信し、「画像デー
タ」は先行配信しないことを示す。データ一覧表35の
内容は通信経路100の状況やユーザの要求等の条件に
よって変更される。
The preceding delivery flag b1 of "position information" describes "precedent delivery", and the preceding delivery flag b2 of "image data" describes "no preceding delivery". This indicates that "position information" is delivered in advance, and "image data" is not delivered in advance. The contents of the data list 35 are changed depending on conditions such as the status of the communication path 100 and user requests.

【0026】図4は図2のメソッド一覧表36の構成を
示す図である。図において、メソッド一覧表36はメソ
ッド名cと、相手データ名dと、そのメソッドの利用可
能フラグeとからなっている。
FIG. 4 is a diagram showing the structure of the method list 36 of FIG. In the figure, the method list 36 includes a method name c, a partner data name d, and an available flag e of the method.

【0027】メソッド一覧表36にはオブジェクト3に
含まれるすべてのメソッド名が含まれている。例えば、
図4に示すような場合には、オブジェクト3が位置修正
を行う「位置修正」メソッドc1と、画像データ修正を
行う「画像修正」メソッドc2とを持つ。
The method list 36 includes all the method names included in the object 3. For example,
In the case as shown in FIG. 4, the object 3 has a “position correction” method c1 for correcting the position and an “image correction” method c2 for correcting the image data.

【0028】相手データ名dにはメソッドが利用するオ
ブジェクト3のデータ名が記述されている。例えば、図
4に示すような場合には「位置修正」メソッドが利用す
るデータ名d1に「位置情報」と、「画像修正」メソッ
ドが利用するデータ名d2には「画像データ」と夫々記
述されている。
The partner data name d describes the data name of the object 3 used by the method. For example, in the case shown in FIG. 4, "position information" is described in the data name d1 used by the "position correction" method, and "image data" is described in the data name d2 used by the "image correction" method. ing.

【0029】メソッドの利用可能フラグeはそのメソッ
ドが利用可能かどうかが記述されている。例えば、図4
に示すような場合には「位置情報」も「画像データ」も
存在するので、「位置修正」及び「画像修正」の利用可
能フラグe1,e2には「利用可能」と記述されてい
る。
The availability flag e of the method describes whether the method is available. For example, FIG.
In the case shown in (1), since both "position information" and "image data" exist, "available" is described in the available flags e1 and e2 of "position correction" and "image correction".

【0030】図5は本発明の一実施例においてやりとり
されるデータの本体とヘッダとを示す図である。図にお
いて、ヘッダAはデータの種類A1とデータの大きさA
2とからなり、このヘッダAの後ろにデータ本体Bが配
置されている。
FIG. 5 is a diagram showing a data body and a header exchanged in one embodiment of the present invention. In the figure, a header A has a data type A1 and a data size A
The data body B is arranged behind the header A.

【0031】図6は本発明の一実施例において先行配信
されるパッケージ化されたデータを示す図である。図に
おいて、パッケージ化されたデータ4は図2〜図4に示
す情報を基に作られた先行配信されるデータであり、デ
ータ形式(位置情報)41と、ID42と、種別情報
(Picture)43とから構成されている。
FIG. 6 is a diagram showing packaged data to be delivered in advance in one embodiment of the present invention. In the figure, packaged data 4 is data that is pre-distributed based on the information shown in FIGS. 2 to 4, and includes a data format (position information) 41, an ID 42, and a type information (Picture) 43. It is composed of

【0032】このパッケージ化されたデータ4は図2に
示すクラス(オブジェクトの仕様)3のデータ形式31
のうちの先行配信の対象となるデータからなる。図6に
示す例の場合、そのデータは「位置情報」のみである。
The packaged data 4 has a data format 31 of a class (object specification) 3 shown in FIG.
Out of the data to be pre-distributed. In the case of the example shown in FIG. 6, the data is only “position information”.

【0033】図7は本発明の一実施例において配信側が
先行配信を行う際の動作を示すフローチャートである。
この図7に示す動作はオブジェクト11aのデータを先
行配信する際の配信側の手続きを示しており、図示せぬ
制御メモリに格納されるプログラムによって実現され
る。尚、制御メモリとしてはフロッピディスクやROM
(リードオンリメモリ)等が考えられる。
FIG. 7 is a flowchart showing the operation when the delivery side performs the advance delivery in one embodiment of the present invention.
The operation shown in FIG. 7 shows a procedure on the delivery side when the data of the object 11a is delivered in advance, and is realized by a program stored in a control memory (not shown). The control memory is a floppy disk or ROM.
(Read only memory) and the like.

【0034】すなわち、配信元装置1はまずデータ一覧
表35を参照して先行配信するデータを決定する(図7
ステップS1)。例えば、図2及び図3に示すような場
合には「位置情報」を先行配信し、「画像データ」を先
行配信しない。
That is, the distribution source device 1 first determines data to be pre-distributed with reference to the data list 35 (FIG. 7).
Step S1). For example, in the case shown in FIGS. 2 and 3, "position information" is delivered in advance, and "image data" is not delivered in advance.

【0035】次に、種別情報33とID34とを取得し
(図7ステップS2)、それら種別情報33とID34
と先行配信するデータ形式31とをパッケージ化する
(図7ステップS3)。最後に、パッケージ化されたデ
ータ(図6参照)を他のクライアントに先行配信する
(図7ステップS4)。
Next, type information 33 and ID 34 are obtained (step S2 in FIG. 7), and the type information 33 and ID 34 are obtained.
And the data format 31 to be pre-distributed are packaged (step S3 in FIG. 7). Finally, the packaged data (see FIG. 6) is distributed to other clients in advance (step S4 in FIG. 7).

【0036】図8は本発明の一実施例において配信元の
オブジェクトから必要なデータをパッケージ化する動作
を示すシーケンスチャートである。これら図1〜図8を
参照して先行配信の動作について説明する。尚、この先
行配信の動作も上記の制御メモリに格納されるプログラ
ムで実現される。
FIG. 8 is a sequence chart showing an operation of packaging necessary data from a distribution source object in one embodiment of the present invention. The operation of the advance delivery will be described with reference to FIGS. The operation of the advance distribution is also realized by the program stored in the control memory.

【0037】配信元装置1では先行配信するデータを、
実際に配信するまで保存しておくためのデータバッファ
(図示せず)を予めメモリ11に用意しておく(図8ス
テップS11)。
In the delivery source device 1, the data to be delivered in advance is
A data buffer (not shown) for storing data until actually distributed is prepared in the memory 11 in advance (step S11 in FIG. 8).

【0038】先行配信オブジェクトは外部から入力され
るユーザの指示に基づいて決定される(図8ステップS
12)。配信元装置1のデータパック手段12は外部か
らの指示によって決定されたオブジェクトからID34
を切出すとともに(図8ステップS13)、種別情報3
3を切出し(図8ステップS14)、データバッファに
格納する。この時、データバッファに格納されるデータ
(本体)BにはヘッダAを付加し、各種のデータが入り
混じることで生ずる不具合を回避する。
The preceding delivery object is determined based on an externally input user's instruction (step S in FIG. 8).
12). The data pack unit 12 of the distribution source device 1 converts the object determined by the external instruction into the ID 34
(Step S13 in FIG. 8), and the type information 3
3 is extracted (step S14 in FIG. 8) and stored in the data buffer. At this time, a header A is added to the data (body) B stored in the data buffer to avoid a problem caused by mixing various types of data.

【0039】データパック手段12はデータ一覧表35
を参照し、どのデータを先行配信するかを決定する(図
8ステップS15)。データ一覧表35が図3に示すよ
うな構成の場合、先行配信するデータは「位置情報」の
みである。したがって、データパック手段12はオブジ
ェクトから「位置情報」を切出し(図8ステップS1
6)、データバッファに格納する。この時にも、データ
バッファに格納されるデータ(本体)BにはヘッダAが
付加される。
The data packing means 12 has a data list 35
To determine which data is to be delivered in advance (step S15 in FIG. 8). In the case where the data list 35 has a configuration as shown in FIG. 3, the data to be delivered in advance is only “position information”. Therefore, the data pack unit 12 cuts out "position information" from the object (step S1 in FIG. 8).
6) Store in the data buffer. Also at this time, the header A is added to the data (body) B stored in the data buffer.

【0040】データパック手段12は上記のようにして
データバッファに格納されたデータをマージし(図8ス
テップS17)、パッケージ化されたデータ4を生成す
る。このパッケージ化されたデータ4はデータ配信手段
13に送出され、データ配信手段13によって配信先装
置2に配信される(図8ステップS18)。
The data packing means 12 merges the data stored in the data buffer as described above (step S17 in FIG. 8), and generates packaged data 4. The packaged data 4 is transmitted to the data distribution unit 13 and distributed to the distribution destination device 2 by the data distribution unit 13 (Step S18 in FIG. 8).

【0041】データバッファに格納されたデータはデー
タ配信手段13から配信先装置2に配信されると不要と
なるので、データパック手段12はデータバッファの内
容を消去して次のオブジェクトの配信に備える(図8ス
テップS19)。
The data stored in the data buffer becomes unnecessary when the data is distributed from the data distribution unit 13 to the distribution destination device 2. Therefore, the data pack unit 12 deletes the contents of the data buffer and prepares for distribution of the next object. (Step S19 in FIG. 8).

【0042】図9は本発明の一実施例による先行配信さ
れたデータの受信動作を示すフローチャートである。図
においては先行配信されたオブジェクトのデータを受信
する配信先装置2の手続きを示しており、配信先装置2
に設けられた制御メモリ(図示ぜず)に格納されるプロ
グラムで実現される。
FIG. 9 is a flowchart showing the operation of receiving data that has been previously delivered according to one embodiment of the present invention. In the figure, the procedure of the distribution destination device 2 for receiving the data of the object that has been pre-distributed is shown.
This is realized by a program stored in a control memory (not shown) provided in the CPU.

【0043】配信先装置2のオブジェクト一貫性保持手
段22はデータ受信手段24で受信したデータ、つまり
パッケージ化されたデータ4(データ形式41、ID4
2、種別情報43)を「位置情報」に分解する(図9ス
テップS21)。
The object consistency holding means 22 of the distribution destination apparatus 2 stores the data received by the data receiving means 24, that is, the packaged data 4 (data format 41, ID4
2, type information 43) is decomposed into "position information" (step S21 in FIG. 9).

【0044】続いて、オブジェクト一貫性保持手段22
は配信先装置2で管理している全てのオブジェクトのI
Dを調べ、配信されたオブジェクトのIDに一致するも
のがあるかどうかを調べる(図9ステップS22)。こ
の作業は既にオブジェクトが先行配信されているかどう
かを確認するために行われる。
Subsequently, the object consistency maintaining means 22
Is the I of all objects managed by the distribution destination device 2.
D is checked to see if there is any that matches the ID of the delivered object (step S22 in FIG. 9). This is done to see if the object has already been pre-delivered.

【0045】もし、配信されたオブジェクトのIDに一
致するものが見つからなければ、オブジェクト一貫性保
持手段22はこのデータが新たに配信されてきたオブジ
ェクトのデータであるとみなし、種別情報43を参照し
て空オブジェクト生成手段23が空のオブジェクトを生
成する(図9ステップS23)。
If no object matching the ID of the distributed object is found, the object consistency holding means 22 regards this data as data of the newly distributed object, and refers to the type information 43. The empty object generating means 23 generates an empty object (step S23 in FIG. 9).

【0046】空のオブジェクトはデータがないこと及び
メソッドの利用可能フラグが記入されていないことを除
けば、通常のオブジェクトと同じである。上記の図1〜
図8に示すような例の場合、配信されるデータの種別情
報43には「Picture(写真)」とあるから、配
信先装置2は空の写真オブジェクトを生成する。
An empty object is the same as a normal object except that there is no data and the method availability flag is not entered. Figure 1 above
In the example shown in FIG. 8, since the type information 43 of the data to be distributed includes "Picture (photo)", the distribution destination device 2 generates an empty photo object.

【0047】オブジェクト一貫性保持手段22はその空
のオブジェクトに、ID42及び配信されたデータを渡
す(図9ステップS24)。図6に示す例の場合、「位
置情報」が配信されるので、オブジェクト一貫性保持手
段22は「位置情報」を空のオブジェクトに渡す。最後
に、オブジェクト一貫性保持手段22は今まで配信され
たデータを元に、メソッドの利用可能フラグeを書換え
る(図9ステップS26)。
The object consistency holding means 22 passes the ID 42 and the distributed data to the empty object (step S24 in FIG. 9). In the case of the example shown in FIG. 6, since "position information" is distributed, the object consistency holding unit 22 passes "position information" to an empty object. Finally, the object consistency holding unit 22 rewrites the method use flag e based on the data distributed so far (step S26 in FIG. 9).

【0048】例えば、図4に示すメソッド一覧表36に
は「位置修正」は「位置情報」のみを利用するとあるの
で、「位置修正」の利用可能フラグe1に「利用可能」
と記入される。同様に、「画像修正」は配信されていな
い「画像データ」を利用するので、「画像修正」の利用
可能フラグe2には「利用不可能」と記入される。
For example, in the method list table 36 shown in FIG. 4, since "position correction" uses only "position information", "available" is set in the available flag e1 of "position correction".
Is written. Similarly, since “image correction” uses “image data” that has not been distributed, “unavailable” is written in the available flag e2 of “image correction”.

【0049】もし、配信されたオブジェクトのIDに一
致するものが見つかれば、オブジェクト一貫性保持手段
22はそのデータを既存のオブジェクトに対する追加デ
ータと見做す。オブジェクト一貫性保持手段22は該当
するIDを持つ既存のオブジェクトにデータを追加し
(図9ステップS25)、上記と同様の方法で、メソッ
ドの利用可能フラグeを書換える(図9ステップS2
6)。
If a match with the ID of the distributed object is found, the object consistency maintaining means 22 regards the data as additional data for the existing object. The object consistency holding unit 22 adds data to the existing object having the corresponding ID (step S25 in FIG. 9), and rewrites the method availability flag e in the same manner as described above (step S2 in FIG. 9).
6).

【0050】オブジェクトの全てのデータの配信が完了
したかどうかは、メソッドの利用可能フラグeが全て
「利用可能」になったかどうかで判断する。利用可能フ
ラグeが全て「利用可能」になっていない場合、配信先
装置2はオブジェクトのID及び配信を希望するデータ
名を配信元装置1に送る。
Whether or not the distribution of all the data of the object has been completed is determined based on whether or not all the available flags e of the method have become “available”. When all the available flags e are not “available”, the distribution destination device 2 sends the object ID and the data name to be distributed to the distribution source device 1.

【0051】例えば、図6に示すパッケージ化されたデ
ータ4が配信された場合、配信先装置2は「画像デー
タ」の配信を受けていないから、「画像修正」メソッド
の呼出し等の理由によって「画像データ」が必要になっ
た時に配信元装置1にオブジェクトのIDと要求するデ
ータ名(「画像データ」)とを送信する。
For example, when the packaged data 4 shown in FIG. 6 is distributed, the distribution destination device 2 has not received the distribution of the “image data”. When the "image data" is required, the object ID and the requested data name ("image data") are transmitted to the distribution source device 1.

【0052】配信先装置2でオブジェクトのメソッドを
利用する際には、メソッドの利用可能フラグeを確認し
てから使う。例えば、図2に示すオブジェクト3のメソ
ッド32を利用する時にはメソッド一覧表36のメソッ
ドの利用可能フラグeが「利用可能」となっている時の
み、メソッドの利用を許可する。このようにすること
で、例えば、図4に示すオブジェクトの「位置情報」が
先行配信された場合には、「画像データ」が配信されて
いなくても、写真オブジェクトの位置修正を行うことが
できる。
When using the method of the object in the distribution destination apparatus 2, the method is used after confirming the available flag e of the method. For example, when the method 32 of the object 3 shown in FIG. 2 is used, the use of the method is permitted only when the available flag e of the method in the method list table 36 is “available”. By doing so, for example, when the “position information” of the object shown in FIG. 4 is distributed in advance, the position of the photograph object can be corrected even if the “image data” is not distributed. .

【0053】図10は本発明の一実施例による空のオブ
ジェクトの作成動作を示す図である。この図10を参照
して本発明の一実施例による空のオブジェクトの作成動
作について説明する。尚、この空のオブジェクトの作成
動作も上記の制御メモリに格納されるプログラムで実現
される。
FIG. 10 is a diagram showing an empty object creating operation according to an embodiment of the present invention. An operation of creating an empty object according to an embodiment of the present invention will be described with reference to FIG. The operation of creating the empty object is also realized by the program stored in the control memory.

【0054】本発明の一実施例によるコンピュータ装置
(配信先装置2)は取り扱う全てのオブジェクトのデー
タ構造をクラス一覧表Dの形で保持している。クラスの
種別情報はクラス(オブジェクトの種類)毎にユニーク
な値となっている。
The computer device (distribution destination device 2) according to the embodiment of the present invention holds the data structure of all the objects to be handled in the form of a class list D. The class type information has a unique value for each class (type of object).

【0055】空のオブジェクトを生成する場合には、ま
ず配信元装置1から送られてきたデータCの「種別情
報」をクラス一覧表Dにある全てのクラスの「種別情
報」と比較する。これは「生成するオブジェクトの種類
を決定するメソッド」22aが担当する。
When generating an empty object, the "type information" of the data C sent from the distribution source device 1 is compared with the "type information" of all the classes in the class list D. This is handled by the "method for determining the type of object to be generated" 22a.

【0056】ここで、配信元装置1から送られてきたデ
ータCの「種別情報」と、クラス一覧表D内のあるクラ
スの「種別情報」とが一致すると、「生成するオブジェ
クトの種類を決定するメソッド」22aは生成すべきオ
ブジェクトのデータ構造を、「空のオブジェクトを生成
するメソッド」22bに渡す。
Here, if the “type information” of the data C sent from the distribution source device 1 matches the “type information” of a certain class in the class list D, the “type of object to be generated is determined. The method 22a passes the data structure of the object to be generated to the method 22b for generating an empty object.

【0057】「空のオブジェクトを生成するメソッド」
22bはデータ形式、メソッド、種別情報、ID、デー
タ一覧表、メソッド一覧表を格納するためのメモリ空間
を確保する。このメモリ空間はデータが格納されていな
い空のオブジェクトとして扱われる。このメモリ空間
に、配信元からのデータを格納していく。
"Method for generating an empty object"
Reference numeral 22b secures a memory space for storing a data format, a method, type information, an ID, a data list, and a method list. This memory space is treated as an empty object in which no data is stored. Data from the distribution source is stored in this memory space.

【0058】上述した例では画像を表示画面に表示する
場合を想定しており、画像データにその画像に対する処
理を追加した画像オブジェクトについて述べたものであ
る。この画像オブジェクトには画像の本体を示す「画像
データ」と、画像の表示画面上における表示位置を示す
「位置情報」とをデータとして持っている。
In the above-described example, it is assumed that an image is displayed on a display screen, and an image object in which a process for the image is added to the image data is described. This image object has "image data" indicating the main body of the image and "position information" indicating the display position of the image on the display screen as data.

【0059】また、画像オブジェクトには画像の本体に
修正を加えるための「画像修正」メソッドと、画像の表
示画面上における表示位置を修正するための「位置修
正」メソッドとを持っている。
The image object has an "image correction" method for correcting the image body and a "position correction" method for correcting the display position of the image on the display screen.

【0060】画像オブジェクトの「位置情報」は一般に
小さく、「画像データ」は大きいので、表示位置の修正
のみの場合には「位置情報」を先にダウンロードし、
「画像データ」を後からダウンロードすることで、「位
置情報」のダウンロードが終了すれば表示位置の修正を
即座に行うことが可能となり、「画像データ」のダウン
ロードが終了した時に、その画像を修正された表示位置
に表示することができる。
Since the "position information" of the image object is generally small and the "image data" is large, if only the display position is to be corrected, the "position information" is downloaded first.
By downloading the "image data" later, it is possible to correct the display position immediately after the "location information" download is completed, and to correct the image when the "image data" download is completed Can be displayed at the specified display position.

【0061】このように、配信対象となるオブジェクト
3のデータ構造に種別情報33とID34とデータ一覧
表35とメソッド一覧表36とを追加し、オブジェクト
3の一部のデータを転送した時にそのデータのみを扱う
メソッドを利用可能とすることによって、オブジェクト
3の受信側の配信待ち時間を減少させることができ、オ
ブジェクト3の配信側が通信経路の状況等を考慮して転
送情報量を操作することができる。
As described above, the type information 33, the ID 34, the data list 35, and the method list 36 are added to the data structure of the object 3 to be distributed, and when a part of the data of the object 3 is transferred, the data By making a method that handles only the object 3 available, the distribution waiting time on the receiving side of the object 3 can be reduced, and the distributing side of the object 3 can operate the transfer information amount in consideration of the state of the communication path and the like. it can.

【0062】[0062]

【発明の効果】以上説明したように本発明によれば、デ
ータと当該データを操作する手続きとをパッケージ化し
て構成されるオブジェクトを配信元から配信先に転送す
るデータ転送システムにおいて、そのオブジェクトに含
まれる全てのデータ名及びそのデータ名のデータを先行
配信するかどうかを示す先行配信フラグからなるデータ
一覧表と、当該オブジェクトに含まれる全ての手続き名
とその手続き名の手続きが利用するデータ名とその手続
き名の手続きが利用可能かどうかを示す利用可能フラグ
とからなるメソッド一覧表とをオブジェクトに備え、外
部からの指示に応じてデータ一覧表及びメソッド一覧表
を基に配信先に先行配信すべきオブジェクトを生成する
生成手段と、その生成されたオブジェクトを配信先に先
行配信する配信手段とを配信元に設け、配信元から配信
されるオブジェクトを格納する格納手段と、先行配信さ
れたオブジェクトが格納手段に格納されているか否かを
判定する判定手段と、先行配信されたオブジェクトが格
納手段に格納されていないと判定した時に空のオブジェ
クトを生成するオブジェクト生成手段と、その生成され
た空のオブジェクトに先行配信されたオブジェクトのデ
ータを代入して格納手段に格納する手段とを配信先に設
けることによって、オブジェクトの全てのデータが配信
されるのを待つことなく、オブジェクトに対する一部の
操作を実行することができるという効果がある。
As described above, according to the present invention, in a data transfer system for transferring an object formed by packaging data and a procedure for operating the data from a distribution source to a distribution destination, A data list consisting of all included data names and an advance delivery flag indicating whether or not to advance-deliver the data of the data name, all the procedure names included in the object, and the data names used by the procedures of the procedure name And a method list including an available flag indicating whether the procedure of the procedure name is available or not. The object is preliminarily distributed to the distribution destination based on the data list and the method list according to an external instruction. Generating means for generating an object to be delivered, and a distribution means for pre-distributing the generated object to a distribution destination Storage means for storing an object distributed from the distribution source, a determination means for determining whether or not the pre-distributed object is stored in the storage means, and storing the pre-distributed object. Means for generating an empty object when it is determined that the object is not stored in the means, and means for substituting the data of the object previously delivered to the generated empty object and storing the data in the storage means. Has the effect that some operations on the object can be performed without waiting for all the data of the object to be distributed.

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

【図1】本発明の一実施例によるネットワークシステム
の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a network system according to one embodiment of the present invention.

【図2】本発明一実施例によるオブジェクトの構成を示
す図である。
FIG. 2 is a diagram illustrating a configuration of an object according to an embodiment of the present invention.

【図3】図2のデータ一覧表の構成を示す図である。FIG. 3 is a diagram showing a configuration of a data list of FIG. 2;

【図4】図2のメソッド一覧表の構成を示す図である。FIG. 4 is a diagram showing a configuration of a method list in FIG. 2;

【図5】本発明の一実施例においてやりとりされるデー
タの本体とヘッダとを示す図である。
FIG. 5 is a diagram showing a main body and a header of data exchanged in one embodiment of the present invention.

【図6】本発明の一実施例において先行配信されるパッ
ケージ化されたデータを示す図である。
FIG. 6 is a diagram showing packaged data to be distributed in advance in one embodiment of the present invention.

【図7】本発明の一実施例において配信側が先行配信を
行う際の動作を示すフローチャートである。
FIG. 7 is a flowchart showing an operation when the delivery side performs advance delivery in one embodiment of the present invention.

【図8】本発明の一実施例において配信元のオブジェク
トから必要なデータをパッケージ化する動作を示すシー
ケンスチャートである。
FIG. 8 is a sequence chart showing an operation of packaging necessary data from a distribution source object in one embodiment of the present invention.

【図9】本発明の一実施例による先行配信されたデータ
の受信動作を示すフローチャートである。
FIG. 9 is a flowchart illustrating an operation of receiving pre-distributed data according to an embodiment of the present invention.

【図10】本発明の一実施例による空のオブジェクトの
作成動作を示す図である。
FIG. 10 is a diagram illustrating an operation of creating an empty object according to an embodiment of the present invention.

【図11】従来のオブジェクトの構成を示す図である。FIG. 11 is a diagram showing a configuration of a conventional object.

【図12】従来のネットワークシステムを示すブロック
図である。
FIG. 12 is a block diagram showing a conventional network system.

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

1 配信元装置 2 配信先装置 3 オブジェクト(クラス:オブジェクトの仕様) 4 パッケージ化されたデータ 11,21 メモリ 11a,21a オブジェクト 12 データパック手段 13 データ配信手段 22 オブジェクト一貫性保持手段 23 空オブジェクト生成手段 24 データ受信手段 31,41 データ形式 32 メソッド 33,43 種別情報 34,42 ID 35 データ一覧表 36 メソッド一覧表 REFERENCE SIGNS LIST 1 distribution source device 2 distribution destination device 3 object (class: object specification) 4 packaged data 11, 21 memory 11 a, 21 a object 12 data pack unit 13 data distribution unit 22 object consistency holding unit 23 empty object generation unit 24 Data receiving means 31, 41 Data format 32 Method 33, 43 Type information 34, 42 ID 35 Data list 36 Method list

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 13/00 G06F 9/44 G06F 15/16 H04L 12/54 H04L 12/58 Continuation of the front page (58) Field surveyed (Int. Cl. 7 , DB name) G06F 13/00 G06F 9/44 G06F 15/16 H04L 12/54 H04L 12/58

Claims (9)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 データと当該データを操作する手続きと
をパッケージ化して構成されるオブジェクトを配信元か
ら配信先に転送するデータ転送システムであって、 前記オブジェクトに含まれる全てのデータ名及びそのデ
ータ名のデータを先行配信するかどうかが任意に設定自
在な先行配信フラグからなるデータ一覧表と、当該オブ
ジェクトに含まれる全ての手続き名とその手続き名の手
続きが利用する前記データ名とその手続き名の手続きが
利用可能かどうかを示す利用可能フラグとからなるメソ
ッド一覧表とを前記オブジェクトに有し、 外部からの指示に応じて前記データ一覧表及び前記メソ
ッド一覧表を基に前記配信先に先行配信すべきオブジェ
クトを生成する生成手段と、前記生成手段で生成された
オブジェクトを前記配信先に先行配信する配信手段とを
前記配信元に有し、 前記配信元から配信されるオブジェクトを格納する格納
手段と、前記配信手段から先行配信されたオブジェクト
が前記格納手段に格納されているか否かを判定する判定
手段と、前記判定手段が前記先行配信されたオブジェク
トが前記格納手段に格納されていないと判定した時に空
のオブジェクトを生成するオブジェクト生成手段と、前
記オブジェクト生成手段で生成した空のオブジェクトに
前記配信手段から先行配信されたオブジェクトのデータ
を代入して前記格納手段に格納する手段と、今まで配信
されたデータを元に前記手続きの利用可能フラグを書換
える手段とを前記配信先に有することを特徴とするデー
タ転送システム。
1. A data transfer system for transferring an object formed by packaging data and a procedure for operating the data from a distribution source to a distribution destination, wherein all data names included in the object and the data thereof It is arbitrarily set whether or not to pre-deliver first name data.
A data list consisting of the current prior delivery flag, all the procedure names included in the object, the data name used by the procedure of the procedure name, and an availability flag indicating whether the procedure of the procedure name is available. Generating means for generating an object to be pre-distributed to the distribution destination based on the data list and the method list in accordance with an external instruction; and A delivery unit for delivering the object generated by the means to the delivery destination at the delivery source, a storage unit for storing an object delivered from the delivery source, and an object delivered from the delivery unit in advance. Determining means for determining whether the object is stored in the storage means; and An object generating means for generating an empty object when it is determined that the object is not stored in the storing means; and storing the data of the object previously distributed from the distribution means into the empty object generated by the object generating means. Means to store in means and distribution until now
Rewrite the available flag of the procedure based on the data
Data transfer system, comprising obtaining a means to the destination.
【請求項2】 前記データ一覧表及び前記メソッド一覧
表を夫々前記オブジェクトの種別毎に配設するようにし
たことを特徴とする請求項1記載のデータ転送システ
ム。
2. The data transfer system according to claim 1, wherein the data list and the method list are arranged for each type of the object.
【請求項3】 前記オブジェクトは、その種別毎に固有
の識別情報を含むことを特徴とする請求項1または請求
項2記載のデータ転送システム。
3. The data transfer system according to claim 1, wherein the object includes unique identification information for each type.
【請求項4】 データと当該データを操作する手続きと
をパッケージ化して構成されるオブジェクトを配信元か
ら配信先に転送するデータ転送方法であって、 前記オブジェクトに含まれる全てのデータ名及びそのデ
ータ名のデータを先行配信するかどうかが任意に設定自
在な先行配信フラグからなるデータ一覧表と、当該オブ
ジェクトに含まれる全ての手続き名とその手続き名の手
続きが利用する前記データ名とその手続き名の手続きが
利用可能かどうかを示す利用可能フラグとからなるメソ
ッド一覧表とを前記オブジェクトに有し、 外部からの指示に応じて前記データ一覧表及び前記メソ
ッド一覧表を基に前記配信先に先行配信すべきオブジェ
クトを前記配信元で生成するステップと、前記生成手段
で生成されたオブジェクトを前記配信元から前記配信先
に先行配信するステップと、前記配信元から配信される
オブジェクトを前記配信先に格納するステップと、前記
配信元から先行配信されたオブジェクトが前記配信先に
格納されているか否かを判定するステップと、前記先行
配信されたオブジェクトが前記配信先に格納されていな
いと判定した時に空のオブジェクトを生成するステップ
と、この生成された空のオブジェクトに前記配信元から
先行配信されたオブジェクトのデータを代入して前記配
信先に格納するステップと、今まで配信されたデータを
元に前記手続きの利用可能フラグを書換えるステップと
を有することを特徴とするデータ転送方法。
4. A data transfer method for transferring an object constituted by packaging data and a procedure for operating the data from a distribution source to a distribution destination, wherein all data names included in the object and the data thereof are provided. It is arbitrarily set whether or not to pre-deliver first name data.
A data list consisting of the current prior delivery flag, all the procedure names included in the object, the data name used by the procedure of the procedure name, and an availability flag indicating whether the procedure of the procedure name is available. A method list comprising: a method list comprising: a method for generating, at the distribution source, an object to be pre-distributed to the distribution destination based on the data list and the method list in accordance with an external instruction; Pre-distributing the object generated by the generating means from the distribution source to the distribution destination; storing the object distributed from the distribution source in the distribution destination; Determining whether an object is stored at the delivery destination; and A step of generating an empty object when it is determined that the object is not stored in the distribution destination; and a step of substituting data of the object previously distributed from the distribution source into the generated empty object and storing the data in the distribution destination And the data delivered so far
Rewriting the availability flag of the procedure based on the data transfer method.
【請求項5】 前記データ一覧表及び前記メソッド一覧
表を夫々前記オブジェクトの種別毎に配設するようにし
たことを特徴とする請求項4記載のデータ転送方法。
5. The data transfer method according to claim 4, wherein the data list and the method list are arranged for each type of the object.
【請求項6】 前記オブジェクトは、その種別毎に固有
の識別情報を含むことを特徴とする請求項4または請求
項5記載のデータ転送方法。
6. The data transfer method according to claim 4, wherein the object includes identification information unique to each type.
【請求項7】 データと当該データを操作する手続きと
をパッケージ化して構成されるオブジェクトを配信元か
ら配信先に転送するデータ転送制御プログラムを記録し
た記録媒体であって、 前記オブジェクトに含まれる全てのデータ名及びそのデ
ータ名のデータを先行配信するかどうかが任意に設定自
在な先行配信フラグからなるデータ一覧表と、当該オブ
ジェクトに含まれる全ての手続き名とその手続き名の手
続きが利用する前記データ名とその手続き名の手続きが
利用可能かどうかを示す利用可能フラグとからなるメソ
ッド一覧表とを前記オブジェクトに有し、 前記データ転送制御プログラムは前記配信元に、外部か
らの指示に応じて前記データ一覧表及び前記メソッド一
覧表を基に前記配信先に先行配信すべきオブジェクトを
生成させ、前記生成手段で生成されたオブジェクトを前
記配信先に先行配信させ、 前記データ転送制御プログラムは前記配信先に、前記配
信元から配信されるオブジェクトを格納させ、前記配信
元から先行配信されたオブジェクトが格納されているか
否かを判定させ、前記先行配信されたオブジェクトが格
納されていないと判定した時に空のオブジェクトを生成
させ、この生成された空のオブジェクトに前記配信元か
ら先行配信されたオブジェクトのデータを代入して格納
させ、今まで配信されたデータを元に前記手続きの利用
可能フラグを書換えさせることを特徴とするデータ転送
制御プログラムを記録した記録媒体。
7. A recording medium recording a data transfer control program for transferring an object formed by packaging data and a procedure for operating the data from a distribution source to a distribution destination, wherein all of the objects included in the object are recorded. Arbitrarily set whether or not to pre-distribute the data name of
A data list consisting of the current prior delivery flag, all the procedure names included in the object, the data name used by the procedure of the procedure name, and an availability flag indicating whether the procedure of the procedure name is available. The data transfer control program pre-distributes to the distribution source to the distribution destination based on the data list and the method list according to an external instruction. The object to be generated is generated, the object generated by the generation unit is pre-distributed to the distribution destination, the data transfer control program causes the distribution destination to store an object distributed from the distribution source, and A determination is made as to whether the pre-delivered object is stored, and the pre-delivered object is stored. It is to produce an empty object when it is determined that it is not, then stored by substituting the data of the preceding delivery objects from the distribution source to the generated empty object, the based on the delivered data ever Use of procedures
Flag is rewritten recording medium recording the data transfer control program characterized Rukoto.
【請求項8】 前記データ一覧表及び前記メソッド一覧
表を夫々前記オブジェクトの種別毎に配設するようにし
たことを特徴とする請求項7記載のデータ転送制御プロ
グラムを記録した記録媒体。
8. The recording medium according to claim 7, wherein the data list and the method list are arranged for each type of the object.
【請求項9】 前記オブジェクトは、その種別毎に固有
の識別情報を含むことを特徴とする請求項7または請求
項8記載のデータ転送制御プログラムを記録した記録媒
体。
9. The recording medium according to claim 7, wherein the object includes identification information unique to each type.
JP33955297A 1997-12-10 1997-12-10 Data transfer system, transfer method therefor, and recording medium recording control program therefor Expired - Fee Related JP3322196B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33955297A JP3322196B2 (en) 1997-12-10 1997-12-10 Data transfer system, transfer method therefor, and recording medium recording control program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33955297A JP3322196B2 (en) 1997-12-10 1997-12-10 Data transfer system, transfer method therefor, and recording medium recording control program therefor

Publications (2)

Publication Number Publication Date
JPH11175416A JPH11175416A (en) 1999-07-02
JP3322196B2 true JP3322196B2 (en) 2002-09-09

Family

ID=18328557

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33955297A Expired - Fee Related JP3322196B2 (en) 1997-12-10 1997-12-10 Data transfer system, transfer method therefor, and recording medium recording control program therefor

Country Status (1)

Country Link
JP (1) JP3322196B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3882557B2 (en) * 2001-09-27 2007-02-21 セイコーエプソン株式会社 Object type data processing system, transmission terminal, reception terminal, portable terminal, data management terminal, and object type data processing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
小澤英昭,SGMLデータを読むための本格ビューワーSGMLブックメタファ,電子情報通信学会技術研究報告,日本,社団法人電子情報通信学会,1997年5月22日,Vol.97 No.65,p.33−38

Also Published As

Publication number Publication date
JPH11175416A (en) 1999-07-02

Similar Documents

Publication Publication Date Title
TWI270283B (en) Method and apparatus for arranging session between server and client device
US6615230B2 (en) Data access right management apparatus in a data-independent computer system
JP2005157657A (en) Application data management method for portable terminal and portable terminal
CN101471843B (en) Relay server and relay communication system
US8832467B2 (en) Digital rights management metafile, management protocol and applications thereof
JPWO2006100723A1 (en) File management system
JP2006209571A (en) Image forming apparatus, and system for distributing printer driver
JP3322196B2 (en) Data transfer system, transfer method therefor, and recording medium recording control program therefor
JP4546105B2 (en) Message exchange method and message conversion system
JP2001273147A (en) Method, system and server for distributing information, terminal device and recording medium
CN106254440A (en) The upgrade method of a kind of AP and device
JP2005267270A (en) Member store terminal device installation processing system, sever and terminal device and its program
TWI233279B (en) Method and system for removing unwanted header information from a frame in a network, and computer readable medium with computer instructions for removing unwanted header information from a frame in a network
JP3750261B2 (en) Data processing apparatus and data processing method thereof
CN111857891A (en) Android native and H5 data processing method, terminal and medium
JP3679429B2 (en) File resource management system and method
JP2002014905A (en) Electronic mail transmission device, electronic mail reception device, picture server device, storage medium storing electronic mail transmission program and storage medium storing electronic mail reception program
JPH08115278A (en) File delivery system
JP2002312403A (en) Device and method of managing thumbnails, document managing system, recording medium, and program
JP2003006557A (en) Information communication system
JP4591978B2 (en) Information sharing system and recording medium
JP2002189505A (en) Communication protocol preparing method, its device, communication protocol preparing program and recording medium with its program recorded
JP2004078550A (en) Updating system of software
JPH10228453A (en) Distributed computer system, its computer and distributed processing method
JP2828004B2 (en) File collection distribution management system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080628

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090628

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100628

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100628

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110628

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110628

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120628

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120628

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130628

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees