JP2006260588A - 分散コンポーネントアプリケーションでの待機メソッド呼び出し方法 - Google Patents
分散コンポーネントアプリケーションでの待機メソッド呼び出し方法 Download PDFInfo
- Publication number
- JP2006260588A JP2006260588A JP2006114852A JP2006114852A JP2006260588A JP 2006260588 A JP2006260588 A JP 2006260588A JP 2006114852 A JP2006114852 A JP 2006114852A JP 2006114852 A JP2006114852 A JP 2006114852A JP 2006260588 A JP2006260588 A JP 2006260588A
- Authority
- JP
- Japan
- Prior art keywords
- message
- client
- interface
- call
- queue
- 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
Images
Classifications
-
- 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
- G06F9/547—Remote procedure calls [RPC]; Web services
-
- 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
- G06F9/547—Remote procedure calls [RPC]; Web services
- G06F9/548—Object oriented; Remote method invocation [RMI]
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】オブジェクトランタイムアーキテクチャによれば、オブジェクトのプロキシが用意されており、このプロキシは、オブジェクトでのクライアントのメソッドコールを受信し、メソッドコールをマーシャリングしてメッセージに変換し、そのメッセージをオブジェクトに関連するキューに送るためのレコーダを備えている。オブジェクトランタイムアーキテクチャによれば、さらに、メッセージをキューからプレーヤにディスパッチするリスナが用意されており、プレーヤは、メソッドコールをオブジェクトに対して出すためにスタブを使用してメッセージをアンマーシャリングする。
【選択図】図2
Description
以下では、本発明を実装するのに適しているコンピューティング環境の概要を、図1を参照して要約して説明することにする。以下では、本発明は、コンピュータ上で稼動するコンピュータプログラムのコンピュータ実行可能命令を広い意味でとらえて説明されているが、この分野の当業者ならば理解されるように、本発明は、他のプログラムモジュールと組み合わせて実装することも可能である。一般的に、プログラムモジュールとしては、ルーチン、プログラム、コンポーネント、データ構造などがあり、これらは特定のタスクを実行し、あるいは特定の抽象データ型を実装している。さらに、この分野の当業者ならば理解されるように、本発明は他のコンピュータシステム構成でも実施可能であり、そのようなものとしては、ハンドヘルド型デバイス、マルチプロセッサシステム、マイクロプロセッサベースまたはプログラマブルコンシューマエレクトロニクス、ミニコンピュータ、メインフレームコンピュータなどがある。本発明の図示実施形態は、分散コンピューティング環境でも実施されており、そこで、タスクは、通信ネットワークを通してリンクされたリモート処理デバイスによって実行されている。しかし、本発明のいくつかの実施形態は、スタンドアロンコンピュータで実施することが可能になっている。分散コンピューティング環境では、プログラムモジュールはローカルとリモートの両方のメモリストレージデバイスに常駐させておくことができる。
次に、図2を参照して説明すると、上述したように、Microsoft Windows NT 5.0オペレーティングシステムのCOM+コンポーネントは、サーバコンピュータ84側にランタイムオブジェクト実行環境を生成するためのランタイムサービスまたはシステムサービスを提供し、この実行環境からオブジェクト86に対し待機メソッド呼び出しが自動的に提供されるようにしている(以下、待機コンポーネントと呼ぶ)。COM+コンポーネントは、ダイナミックリンクライブラリ(”DLL” : dynamic link library)として実装されている(DLLは周知の実行可能ファイルフォーマットであり、実行可能コードを動的にまたはランタイムにリンクして、アプリケーションプログラムのプロセスに組み入れることを可能にしている)。COM+ DLLは、コンポーネントアプリケーションオブジェクトのホストの働きをするアプリケーションサーバプロセス(例えば、”ASP”90)に直接にロードされ、これらのプロセスのバックグランドで透過的に実行される。
図2に示すように、コンピュータ84は、コンポーネントアプリケーションオブジェクト群を収容しているCOM+ Applicationとして開発されたコンポーネントアプリケーションを実行する。例えば、ASP90の実行環境86でホストされるコンポーネントアプリケーションオブジェクト(待機コンポーネント86など)は、大学の登録アプリケーションでのクラス登録やオンラインセールスアプリケーションでの注文を管理するためのコードなどのように、クライアント/サーバアプリケーションのビジネスロジックを実装することが可能である。代表例として、各コンポーネントアプリケーションは、複数のコンポーネントを含み、各コンポーネントは、そのアプリケーションの作業の一部に対してプログラムコードを収めている。
”IInterfaceName::FunctionName”
で表されている。
図2に戻って説明すると、COM+コンポーネントは、図示実行環境80におけるコンポーネントアプリケーションオブジェクトのための自動トランザクション処理も実装している。自動トランザクション処理は、1997年10月28日に出願され、1999年3月30日に特許交付された米国特許第5,890,161号、「Automatic Transaction Processing Of Component−Based Server Applications」Helland他に詳しく説明されている(以下、「自動トランザクション特許出願」と呼ぶ)。要約して説明すると、自動トランザクション処理は、実行環境80におけるコンポーネントアプリケーションオブジェクトの処理動作を自動的に調整し、一般にトランザクションと呼ばれている、単一の分割不能作業単位として効力をもつようにオペレーションの各部分を形成している。
ここでも図2に示すように、待機コンポーネントランタイムアーキテクチャ130(以下、「QCアーキテクチャ」と呼ぶ)は、通常のCOMコールセマンティックスを使用して、待機メソッド呼び出しをサポートしている。具体的に説明すると、クライアントコンピュータ92側のプロセス134内のクライアント132は、処理中のCOMオブジェクトとリアルタイムで同期してやりとりするための通常のCOM規則を使用して、待機コンポーネント86のインタフェース87からメソッドを呼び出す。この中には、例えば、”CoGetObject()”または”CoCreateInstance()”コールなどでオブジェクトを作成すること、例えば、”CoCreateInstance()” APIコールや”QueryInterface()”コールでインタフェース識別子(IID) を指定して、インタフェースポインタを取得すること、その仮想関数テーブルまたはディスパッチインタフェース(動的バインディングの場合)を通してオブジェクトへのコールを出すこと、最後に、例えば、オブジェクトの”Release()” メソッドをコールすることによってオブジェクトを解放することが含まれる。(本発明のいくつかの実装形態では、ここに図示のQCアーキテクチャ130におけるように、クライアントは、リアルタイムメソッド呼び出しの場合とは異なるオブジェクト作成メカニズムを、待機メソッド呼び出しに対して使用することができる(つまり、以下で説明する “CoGetObject()” APIとキューモニカ)が、その場合でも、共通コールセマンティックスを使用してオブジェクトのメソッドを呼び出すようになっている。)他方、待機コンポーネント86は、ローカルメソッドコールの場合と同じように、そのメソッドがその仮想関数テーブルまたはディスパッチインタフェースを通して呼び出されるようになっている。言い換えれば、クライアント132と待機コンポーネント86は、いずれかのメッセージキューイングAPIを使用するように書かれていなくても、待機コンポーネントのメソッドの待機メソッド呼び出しを出したり、受け取ったりすることができる。
図示のQCアーキテクチャ130における待機コンポーネント86は、上述し、図3に示す構造をもつCOMオブジェクトである。待機コンポーネント86は、属性(”QUEUEABLE”属性)をコンポーネントのインタフェースと関連付けることによって、待機メソッド呼び出しをサポートするものとして特定される。コンポーネントの開発者は、インタフェース属性マクロ(つまり、”QUEUEABLE” という語)を、インタフェース記述言語でコンポーネントのクラスを記述しているインタフェースセクションに追加することによって、QUEUEABLE属性をコンポーネントのインタフェースに割り当てる。別の方法として、上述した ”COM+ Explorer” には、オブジェクトに関連付けられた属性を、図示の実行環境80でセットするためのグラフィカルコントロールがオブジェクトプロパティシートダイアログに用意されているので、これを使用してQUEUEABLE属性をセットすることもできる。本発明のいくつかの実施形態では、QUEUEABLE属性は、カタログ165、オペレーティングシステムレジストリ、またはオペレーティングシステムや特定アプリケーションソフトウェアに関連する他のコンフィギュレーションデータベースに保存しておくことができる。
上述したように、クライアント132は、リアルタイムメソッド呼び出しでも使用されている通常のCOMコールセマンティックスを使用して待機コンポーネント86を作成する。具体的には、図示QCアーキテクチャ130のクライアントは、COMの標準インスタンス生成APIである、”CoGetObject()” API(またはVisual BasicまたはVisual Javaプログラミング言語のセマンティックスに準拠する同等の “GetObject” API)へのコールで待機コンポーネント86を作成する。クライアントは、生成しようとする待機コンポーネントが、待機メソッド呼び出しで使用されることを、”queue:/new:” の後に、待機コンポーネントのプログラムIDまたはストリング形式のグローバルにユニークな識別子(GUID) を続けたものを、”CoGetObject()” APIコールの “displayname” パラメータとして指定することによって規定する。これを受けて、”CoGetObject()” APIはこのストリングを“new” モニカと”queue” モニカに変換し、”CoGetObject()” APIは待機コンポーネントとこれらモニカとバインドさせる。newモニカは、”CoGetObject()” APIと類似した処理を実行して、サーバオブジェクトのインスタンスを作成する。queueモニカは、クライアントが待機コンポーネントで待機メソッド呼び出しを使用できるように、図4に示すレコーダ構造をセットアップする処理を実行する。
図4を参照して具体的に説明すると、図示QCアーキテクチャ130のレコーダ150は、COM+ DLLに用意されているCOMオブジェクトである。レコーダDLLは、”d:?Program Files?Microsoft?COM+” のようなセットアッププログラムによって、インストール時に、コンポーネント20のCOM+関連ディレクトリに入れられる。このセットアップは、レコーダDLLに自己登録もさせる。この中には、レコーダ150を特定する構成情報(クラス識別子、DLLパス名、属性など)をカタログや他のコンフィギュレーションデータベースにストアすることも含まれている。
再び図2に戻って説明すると、リスナ152は、待機コンポーネント86が置かれているCOM+ Applicationのメッセージキュー158をモニタするCOM+提供のオブジェクトである。リスナ152は、COM+ Applicationがその “Queue BLOB” 属性で指定されたメッセージキューをもち、”Queue Listener” 属性がオンにセットされていれば、COM+ Applicationのスタートアップ時に生成される。リスナ152は、COM+ Applicationのメッセージキュー158をオープンし、メッセージが到着するのを待つ。メッセージが到着すると、リスナ152は、メッセージを消費し、処理するプレーヤ154のインスタンスを実行するためのスレッドをディスパッチする。図示QCアーキテクチャ130では、ASP90ごとに1つのリスナ152がある。
図5に示すように、プレーヤ154は、COM+ Utilityライブラリに用意されている(COM+ディレクトリ内のDLLファイルにも入っている)COMオブジェクトに実装されている。上述したように、リスナ152は、待機コンポーネント86のメソッド呼び出しが入っているメッセージが到着したとき、リスナのASP90にプレーヤ154を作成し、呼び出す。プレーヤ154は、「トランザクション要求(transaction required)」にセットされたトランザクション属性をもっている。このようにセットされていると、COM+実行環境80は、そこでプレーヤが生成されるトランザクションを、上掲の自動トランザクション特許出願に記載されている自動トランザクションアーキテクチャに従って自動的に開始する。待機コンポーネント86に対してプレーヤ154によってプレイバックされるメソッド呼び出しも、自動的に関連付けられてこのトランザクションに入れられる。
リスナ152とプレーヤ154は協力し合って、「有害メッセージ(poison message)」と「持続的サーバ側アボート」を処理する。(ここで言う有害メッセージとは、待機コンポーネントにプレイバックされたときトランザクションアボートを持続的に引き起こすようなメソッド呼び出しを収めているメッセージのことである。)具体的に説明すると、メソッド呼び出し群が待機コンポーネント86にプレイバックされるときプレーヤのトランザクションがアボートすると、待機コンポーネントの作業はロールバックされる。また、トランザクションがアボートすると、MSMQは、そのトランザクションアボート処理の一部として、メソッド呼び出しメッセージをCOM+ Applicationのメッセージキュー158に戻し、再試行する。図示のQCアーキテクチャ130では、プレーヤ154は、エラーまたは障害を示す戻り値(例えば、障害HRESULT値)を待機コンポーネント86から受信すると、トランザクションをアボートさせるようになっている。待機コンポーネントでのメソッド呼び出しの処理がアボートを保証している場合には、待機コンポーネント86は “SetAbort()” メソッドをコールして(上掲の自動トランザクション特許出願に記載されているように)トランザクションをアボートさせることも可能である。
QCアーキテクチャ130には、システム管理者や他の人がメッセージをあるCOM+ Applicationキューから別のキューに手作業で移動できるようにする、「待機コンポーネントメッセージムーバ(Queued Components Message Mover)」と呼ばれる管理ツールが用意されている。上述したように、QCアーキテクチャ130は、メッセージを最終休止キューに移すことによって持続的サーバ側アボートを処理し、リスナ152とプレーヤ154がメッセージで継続的に「ループ」するのを防止している。ある場合には、持続的アボートの原因は、サーバコンピュータ側で訂正することができる。例えば、アボートは、リソース(例えば、データベース)が利用可能でないと起こることがある。この事態が手作業で訂正された後、待機コンポーネントメッセージムーバユーティリティを使用して、以前の有害メッセージをCOM+ Applicationの入力メッセージキューに戻しておけば、追加の再試行が可能になる。待機コンポーネントメッセージムーバユーティリティは、メッセージをトランザクションとして移動することが好ましく、そのようにすれば、移動期間中に障害が行ったときメッセージが紛失したり、重複したりすることがない。待機コンポーネントメッセージムーバは、Visual Basicを使用するといったように、OLEオートメーションを通してプログラムで動作させることも可能である。
図8は、”IPlaybackControl”インタフェース190を定義しているプログラムリスティング200を示す図である。上述したように、このインタフェースは、例外ハンドラ188によって実装され、例外ハンドラは、持続的サーバ側アボートとクライアント側MSMQ配達障害の異常処理に参加するように待機コンポーネント86のカタログ165に登録されている。インタフェース190は、 ”FinalClientRetry()”メソッドと“FinalServerRetry()”メソッドを含んでいる。
次に、図9および図10を参照して説明すると、クライアントのメソッド呼び出しを収めていて、QCアーキテクチャ130のレコーダ150によって記録されるメッセージ220は、図10に示すフォーマットになっており、このフォーマットは、図9に示すプログラムリスティング222に定義されているデータ構造を使用している。このメッセージフォーマットによれば、メッセージ220は、メッセージヘッダ224とメッセージ本体226を含んでいる。メッセージ本体226は、コンテナセクション228と1つまたは2つ以上のメソッド、セキュリティまたは診断セクション230を含んでいる。コンテナ、メソッドセキュリティおよび診断セクション228,230は、該当タイプのセクションヘッダ234,236から始まっている。セクションヘッダ234,236は、さらに共通ヘッダ(図9の”_CommonHeader”構造)を含んでいる。コンテナセクション228には、コンテナセクションヘッダ234があるのに対し、メソッドセクションの各々は長または短メソッドヘッダ236とパラメータデータ238を含んでいる。
84 サーバコンピュータ
86 オブジェクト
90 ASP
92 クライアントコンピュータ
128 トランザクションマネージャ
130 待機コンポーネントランタイムアーキテクチャ
132 クライアントプログラム
134 クライアントプロセス
150 レコーダ
152 リスナ
154 プレーヤ
158 メッセージキュー
165 カタログ
Claims (2)
- メモリと処理装置とを有するコンピュータシステムにおいて、クライアントがオブジェクトメソッドにアクセスする、コンピュータで実行される方法であって、
前記メモリの領域に、オブジェクトにメソッドコールをリアルタイムで受信させるか、待機方式で受信させるかを指定し、
前記処理装置により、オブジェクトモデルのコールセマンティックスに従いクライアントによってメソッドコール上のオブジェクトのメソッドを実行し、
オブジェクトがリアルタイム方式でメソッドコールを受信するように指定されている場合は、前記処理装置により、前記オブジェクトに対して前記メソッドコールを実行し、そのコールが前記メソッドから返されるまで前記クライアントにブロックさせ、
オブジェクトが待機方式でメソッドコールを受信するように指定されている場合は、前記処理装置により、
前記メソッドコールをメッセージの中に記録するステップと、
前記メッセージをキューに送るステップと、
前記クライアントに実行を継続させるステップと、
前記クライアントが実行を継続した後、前記メッセージを前記キューから取り出すステップと、
前記メッセージに記録された前記メソッドコールを前記オブジェクトに対して出すステップとを実行することを特徴とする方法。 - メモリと処理装置とを有するコンピュータシステムにおいて、クライアントがオブジェクトメソッドにアクセスする、コンピュータで実行される方法であって、
前記メモリの領域に、インタフェースにメソッドコールをリアルタイムで受信させるか、待機方式で受信させるかを指定し、
前記処理装置により、オブジェクトモデルのコールセマンティックスに従いクライアントによってメソッドコール上のインタフェースのメソッドを実行し、
インタフェースがリアルタイム方式でメソッドコールを受信するように指定されている場合は、前記処理装置により、前記インタフェースに対して前記メソッドコールを実行し、そのコールが前記メソッドから返されるまで前記クライアントにブロックさせ、
インタフェースが待機方式でメソッドコールを受信するように指定されている場合は、前記処理装置により、
前記メソッドコールをメッセージの中に記録するステップと、
前記メッセージをキューに送るステップと、
前記クライアントに実行を継続させるステップと、
前記クライアントが実行を継続した後、前記メッセージを前記キューから取り出すステップと、
前記メッセージに記録された前記メソッドコールを前記インタフェースに対して出すステップとを実行することを特徴とする方法。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/135,378 US6425017B1 (en) | 1998-08-17 | 1998-08-17 | Queued method invocations on distributed component applications |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000565459A Division JP2002522843A (ja) | 1998-08-17 | 1999-08-17 | 分散コンポーネントアプリケーションでの待機メソッド呼び出し |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2006260588A true JP2006260588A (ja) | 2006-09-28 |
JP2006260588A5 JP2006260588A5 (ja) | 2006-11-09 |
JP4528742B2 JP4528742B2 (ja) | 2010-08-18 |
Family
ID=22467835
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000565459A Pending JP2002522843A (ja) | 1998-08-17 | 1999-08-17 | 分散コンポーネントアプリケーションでの待機メソッド呼び出し |
JP2006114852A Expired - Fee Related JP4528742B2 (ja) | 1998-08-17 | 2006-04-18 | 分散コンポーネントアプリケーションでの待機メソッド呼び出し方法 |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000565459A Pending JP2002522843A (ja) | 1998-08-17 | 1999-08-17 | 分散コンポーネントアプリケーションでの待機メソッド呼び出し |
Country Status (5)
Country | Link |
---|---|
US (1) | US6425017B1 (ja) |
EP (1) | EP1025493B1 (ja) |
JP (2) | JP2002522843A (ja) |
DE (1) | DE69936627T2 (ja) |
WO (1) | WO2000010080A1 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20110124733A (ko) * | 2010-05-11 | 2011-11-17 | 컴퓨터 어소시에이츠 싱크, 인코포레이티드 | 동적 인스트루먼테이션을 통한 커스텀 코드의 진단을 스트림라인하기위한 메소드 콜의 검출 |
US10831885B2 (en) | 2016-10-31 | 2020-11-10 | Soliton Systems K.K. | Program behavior monitoring control apparatus, distributed object creation management apparatus, recording medium, and program behavior monitoring system |
WO2024186662A1 (en) * | 2023-03-03 | 2024-09-12 | Snap Inc. | Asynchronous task framework |
Families Citing this family (166)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6742050B1 (en) * | 1997-03-31 | 2004-05-25 | Intel Corporation | Inter-object messaging |
US6453334B1 (en) | 1997-06-16 | 2002-09-17 | Streamtheory, Inc. | Method and apparatus to allow remotely located computer programs and/or data to be accessed on a local computer in a secure, time-limited manner, with persistent caching |
JP3508513B2 (ja) * | 1997-11-07 | 2004-03-22 | 株式会社日立製作所 | 計算機システムの運用管理方法 |
CA2316952A1 (en) * | 1998-01-02 | 1999-07-15 | Acos International Limited | Program flow method and method for expanding a program component system |
GB2340267B (en) * | 1998-07-31 | 2003-02-05 | Sony Uk Ltd | Data storage in ole stystems |
JP2000090027A (ja) * | 1998-09-10 | 2000-03-31 | Fujitsu Ltd | オブジェクト管理システム、情報処理システム、オブジェクト管理プログラムを記録した記録媒体及び情報処理プログラムを記録した記録媒体 |
US20040154027A1 (en) * | 1998-10-14 | 2004-08-05 | Jean-Jacques Vandewalle | Method and means for managing communications between local and remote objects in an object oriented client server system in which a client application invokes a local object as a proxy for a remote object on the server |
US6829770B1 (en) * | 1999-02-23 | 2004-12-07 | Microsoft Corporation | Object connectivity through loosely coupled publish and subscribe events |
DE19910535A1 (de) * | 1999-03-09 | 2000-09-14 | Siemens Ag | Verfahren zur automatischen Wiedergewinnung von Engineeringdaten aus Anlagen |
FR2792435B1 (fr) * | 1999-04-15 | 2001-07-13 | Cit Alcatel | Procede de modification d'un protocole entre objets distribues |
US6804818B1 (en) * | 1999-04-29 | 2004-10-12 | International Business Machines Corporation | Integration mechanism for object-oriented software and message-oriented software |
US6687831B1 (en) * | 1999-04-29 | 2004-02-03 | International Business Machines Corporation | Method and apparatus for multiple security service enablement in a data processing system |
US8346971B2 (en) * | 1999-05-04 | 2013-01-01 | At&T Intellectual Property I, Lp | Data transfer, synchronising applications, and low latency networks |
JP3690720B2 (ja) | 1999-09-14 | 2005-08-31 | インターナショナル・ビジネス・マシーンズ・コーポレーション | クライアントサーバーシステム、オブジェクトのプール方法および記憶媒体 |
US6654782B1 (en) * | 1999-10-28 | 2003-11-25 | Networks Associates, Inc. | Modular framework for dynamically processing network events using action sets in a distributed computing environment |
US6920636B1 (en) * | 1999-12-15 | 2005-07-19 | Microsoft Corporation | Queued component interface passing for results outflow from queued method invocations |
US6970849B1 (en) | 1999-12-17 | 2005-11-29 | Microsoft Corporation | Inter-server communication using request with encrypted parameter |
US7047411B1 (en) | 1999-12-17 | 2006-05-16 | Microsoft Corporation | Server for an electronic distribution system and method of operating same |
US6996720B1 (en) * | 1999-12-17 | 2006-02-07 | Microsoft Corporation | System and method for accessing protected content in a rights-management architecture |
CA2293062A1 (en) * | 1999-12-22 | 2001-06-22 | Ibm Canada Limited-Ibm Canada Limitee | Efficient use of domain socket pairs in communication for tightly coupled transactions |
US7415662B2 (en) | 2000-01-31 | 2008-08-19 | Adobe Systems Incorporated | Digital media management apparatus and methods |
US20020087546A1 (en) * | 2000-01-31 | 2002-07-04 | Michael Slater | Apparatus, methods, and systems for digital photo management |
US6973498B1 (en) | 2000-03-23 | 2005-12-06 | Microsoft Corporation | Local queue creation security |
AU2001249424A1 (en) * | 2000-03-29 | 2001-10-08 | Nextset Software Inc. | System and method of providing a messaging engine for an enterprise javabeans enabled server to achieve container managed asynchronous functionality |
US6981262B1 (en) | 2000-06-27 | 2005-12-27 | Microsoft Corporation | System and method for client interaction in a multi-level rights-management architecture |
US7051200B1 (en) | 2000-06-27 | 2006-05-23 | Microsoft Corporation | System and method for interfacing a software process to secure repositories |
US7158953B1 (en) | 2000-06-27 | 2007-01-02 | Microsoft Corporation | Method and system for limiting the use of user-specific software features |
US7539875B1 (en) * | 2000-06-27 | 2009-05-26 | Microsoft Corporation | Secure repository with layers of tamper resistance and system and method for providing same |
US7017189B1 (en) | 2000-06-27 | 2006-03-21 | Microsoft Corporation | System and method for activating a rendering device in a multi-level rights-management architecture |
US7171692B1 (en) * | 2000-06-27 | 2007-01-30 | Microsoft Corporation | Asynchronous communication within a server arrangement |
US6891953B1 (en) | 2000-06-27 | 2005-05-10 | Microsoft Corporation | Method and system for binding enhanced software features to a persona |
US20020046045A1 (en) * | 2000-06-30 | 2002-04-18 | Attila Narin | Architecture for an electronic shopping service integratable with a software application |
US7225159B2 (en) * | 2000-06-30 | 2007-05-29 | Microsoft Corporation | Method for authenticating and securing integrated bookstore entries |
FI20001617A (fi) * | 2000-07-06 | 2002-01-07 | Nokia Mobile Phones Ltd | Tiedonsiirtomenetelmõ ja -jõrjestely |
US7096252B1 (en) * | 2000-10-05 | 2006-08-22 | Stmicroelectronics, Inc. | System and method for interfacing network station subsystems |
US7062567B2 (en) | 2000-11-06 | 2006-06-13 | Endeavors Technology, Inc. | Intelligent network streaming and execution system for conventionally coded applications |
US8831995B2 (en) | 2000-11-06 | 2014-09-09 | Numecent Holdings, Inc. | Optimized server for streamed applications |
US20020078251A1 (en) * | 2000-12-18 | 2002-06-20 | Philips Electronics North America Corp. | Self-determining command path architecture |
US7272833B2 (en) * | 2000-12-26 | 2007-09-18 | International Business Machines Corporation | Messaging service in a federated content management system |
US7188342B2 (en) * | 2001-04-20 | 2007-03-06 | Microsoft Corporation | Server controlled branding of client software deployed over computer networks |
US6971001B1 (en) * | 2001-05-17 | 2005-11-29 | Accenture Global Services Gmbh | General and reusable components for defining net-centric application program architectures |
US7296032B1 (en) | 2001-05-17 | 2007-11-13 | Fotiva, Inc. | Digital media organization and access |
US20020174169A1 (en) * | 2001-05-21 | 2002-11-21 | Schmid Hans Albrecht | Process for operating a distributed computer network comprising several distributed computers |
US20020188764A1 (en) * | 2001-05-25 | 2002-12-12 | Sun Microsystems, Inc. | Method and apparatus for asynchronous component invocation |
GB2378536B (en) * | 2001-08-09 | 2005-12-21 | Ibm | A method of logging message activity |
CA2354990A1 (en) * | 2001-08-10 | 2003-02-10 | Ibm Canada Limited-Ibm Canada Limitee | Method and apparatus for fine dining queuing |
WO2003060709A2 (en) * | 2002-01-16 | 2003-07-24 | Sap Aktiengesellschaft | Proxy framework |
US7096249B2 (en) * | 2002-03-29 | 2006-08-22 | Intel Corporation | Method and system for distributing applications |
US7216349B2 (en) * | 2002-06-05 | 2007-05-08 | International Business Machines Corporation | System and method for triggering message queue applications |
GB0215808D0 (en) * | 2002-07-09 | 2002-08-14 | Ibm | A system and method for managing transactions in a messaging system |
US20040260947A1 (en) * | 2002-10-21 | 2004-12-23 | Brady Gerard Anthony | Methods and systems for analyzing security events |
GB0225733D0 (en) * | 2002-11-05 | 2002-12-11 | Ibm | Persistent messaging in a transaction processing environment |
US7376957B1 (en) * | 2002-12-16 | 2008-05-20 | At&T Delaware Intellectual Property, Inc. | Method and system for recovering stranded outbound messages |
US7200676B2 (en) | 2003-03-26 | 2007-04-03 | Microsoft Corporation | Transmitting and receiving messages through a customizable communication channel and programming model |
US20040249674A1 (en) * | 2003-05-06 | 2004-12-09 | Eisenberg Floyd P. | Personnel and process management system suitable for healthcare and other fields |
US7673307B2 (en) * | 2003-05-29 | 2010-03-02 | International Business Machines Corporation | Managing transactions in a messaging system |
US20040249853A1 (en) * | 2003-06-05 | 2004-12-09 | Microsoft Corporation | Late bound subscription based event dispatching system and method |
US7293254B2 (en) * | 2003-09-18 | 2007-11-06 | Microsoft Corporation | Extensibility application programming interface and framework for meta-model objects |
US7636733B1 (en) | 2003-10-03 | 2009-12-22 | Adobe Systems Incorporated | Time-based image management |
US20050097046A1 (en) | 2003-10-30 | 2005-05-05 | Singfield Joy S. | Wireless electronic check deposit scanning and cashing machine with web-based online account cash management computer application system |
US7730501B2 (en) * | 2003-11-19 | 2010-06-01 | Intel Corporation | Method for parallel processing of events within multiple event contexts maintaining ordered mutual exclusion |
US7613778B2 (en) * | 2004-04-12 | 2009-11-03 | Microsoft Corporation | Progressive de-featuring of electronic messages |
US7165118B2 (en) * | 2004-08-15 | 2007-01-16 | Microsoft Corporation | Layered message processing model |
US20060053035A1 (en) * | 2004-09-09 | 2006-03-09 | Eisenberg Floyd P | Healthcare personnel management system |
US7681181B2 (en) * | 2004-09-30 | 2010-03-16 | Microsoft Corporation | Method, system, and apparatus for providing custom product support for a software program based upon states of program execution instability |
US20060090155A1 (en) * | 2004-10-12 | 2006-04-27 | Gurevich Michael N | Methods and apparatus for message oriented invocation |
EP1825390A2 (en) | 2004-11-13 | 2007-08-29 | Stream Theory, Inc. | Hybrid local/remote streaming |
US7467389B2 (en) * | 2004-11-23 | 2008-12-16 | Sybase, Inc. | System and methodology providing service invocation for occasionally connected computing devices |
GB0427798D0 (en) * | 2004-12-18 | 2005-01-19 | Ibm | Publish/subscribe messaging system |
US7502843B2 (en) * | 2004-12-30 | 2009-03-10 | Microsoft Corporation | Server queuing system and method |
US7882236B2 (en) * | 2005-02-04 | 2011-02-01 | Microsoft Corporation | Communication channel model |
US7886295B2 (en) * | 2005-02-17 | 2011-02-08 | International Business Machines Corporation | Connection manager, method, system and program product for centrally managing computer applications |
US20060200705A1 (en) * | 2005-03-07 | 2006-09-07 | International Business Machines Corporation | Method, system and program product for monitoring a heartbeat of a computer application |
US8024523B2 (en) | 2007-11-07 | 2011-09-20 | Endeavors Technologies, Inc. | Opportunistic block transmission with time constraints |
WO2006102621A2 (en) | 2005-03-23 | 2006-09-28 | Stream Theory, Inc. | System and method for tracking changes to files in streaming applications |
US7900209B2 (en) * | 2005-04-22 | 2011-03-01 | Inventigo, Llc | Methods and apparatus for message oriented invocation |
US7634542B1 (en) * | 2005-07-01 | 2009-12-15 | Sprint Communications Company L.P. | System and method to manage service instances for request processing |
US7823170B2 (en) * | 2005-08-31 | 2010-10-26 | Sap Ag | Queued asynchronous remote function call dependency management |
US7827152B1 (en) | 2005-10-26 | 2010-11-02 | Oracle America, Inc. | Asynchronous on-demand service startup |
US7467388B2 (en) * | 2005-11-22 | 2008-12-16 | Microsoft Corporation | Monitoring message queues and starting processing applications |
US8261345B2 (en) | 2006-10-23 | 2012-09-04 | Endeavors Technologies, Inc. | Rule-based application access management |
US8351677B1 (en) | 2006-10-31 | 2013-01-08 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US7885451B1 (en) | 2006-10-31 | 2011-02-08 | United Services Automobile Association (Usaa) | Systems and methods for displaying negotiable instruments derived from various sources |
US7876949B1 (en) | 2006-10-31 | 2011-01-25 | United Services Automobile Association | Systems and methods for remote deposit of checks |
US7873200B1 (en) | 2006-10-31 | 2011-01-18 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US8708227B1 (en) | 2006-10-31 | 2014-04-29 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US8799147B1 (en) | 2006-10-31 | 2014-08-05 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of negotiable instruments with non-payee institutions |
US8959033B1 (en) | 2007-03-15 | 2015-02-17 | United Services Automobile Association (Usaa) | Systems and methods for verification of remotely deposited checks |
US10380559B1 (en) | 2007-03-15 | 2019-08-13 | United Services Automobile Association (Usaa) | Systems and methods for check representment prevention |
US8433127B1 (en) | 2007-05-10 | 2013-04-30 | United Services Automobile Association (Usaa) | Systems and methods for real-time validation of check image quality |
US8538124B1 (en) | 2007-05-10 | 2013-09-17 | United Services Auto Association (USAA) | Systems and methods for real-time validation of check image quality |
US9009292B2 (en) * | 2007-07-30 | 2015-04-14 | Sybase, Inc. | Context-based data pre-fetching and notification for mobile applications |
US8204870B2 (en) * | 2007-08-03 | 2012-06-19 | Sybase, Inc. | Unwired enterprise platform |
US9058512B1 (en) | 2007-09-28 | 2015-06-16 | United Services Automobile Association (Usaa) | Systems and methods for digital signature detection |
US8358826B1 (en) | 2007-10-23 | 2013-01-22 | United Services Automobile Association (Usaa) | Systems and methods for receiving and orienting an image of one or more checks |
US9159101B1 (en) | 2007-10-23 | 2015-10-13 | United Services Automobile Association (Usaa) | Image processing |
US9892454B1 (en) | 2007-10-23 | 2018-02-13 | United Services Automobile Association (Usaa) | Systems and methods for obtaining an image of a check to be deposited |
US9898778B1 (en) | 2007-10-23 | 2018-02-20 | United Services Automobile Association (Usaa) | Systems and methods for obtaining an image of a check to be deposited |
US7996314B1 (en) | 2007-10-30 | 2011-08-09 | United Services Automobile Association (Usaa) | Systems and methods to modify a negotiable instrument |
US7996315B1 (en) | 2007-10-30 | 2011-08-09 | United Services Automobile Association (Usaa) | Systems and methods to modify a negotiable instrument |
US7996316B1 (en) | 2007-10-30 | 2011-08-09 | United Services Automobile Association | Systems and methods to modify a negotiable instrument |
US8046301B1 (en) | 2007-10-30 | 2011-10-25 | United Services Automobile Association (Usaa) | Systems and methods to modify a negotiable instrument |
US8001051B1 (en) | 2007-10-30 | 2011-08-16 | United Services Automobile Association (Usaa) | Systems and methods to modify a negotiable instrument |
US8320657B1 (en) | 2007-10-31 | 2012-11-27 | United Services Automobile Association (Usaa) | Systems and methods to use a digital camera to remotely deposit a negotiable instrument |
US8290237B1 (en) | 2007-10-31 | 2012-10-16 | United Services Automobile Association (Usaa) | Systems and methods to use a digital camera to remotely deposit a negotiable instrument |
US7900822B1 (en) | 2007-11-06 | 2011-03-08 | United Services Automobile Association (Usaa) | Systems, methods, and apparatus for receiving images of one or more checks |
US7896232B1 (en) | 2007-11-06 | 2011-03-01 | United Services Automobile Association (Usaa) | Systems, methods, and apparatus for receiving images of one or more checks |
US8892738B2 (en) | 2007-11-07 | 2014-11-18 | Numecent Holdings, Inc. | Deriving component statistics for a stream enabled application |
US9021503B2 (en) | 2007-11-16 | 2015-04-28 | Microsoft Technology Licensing, Llc | Coordinating application state and communication medium state |
US8505030B2 (en) * | 2007-11-16 | 2013-08-06 | Microsoft Corporation | Coordinating resources using a volatile network intermediary |
US8719841B2 (en) * | 2007-11-16 | 2014-05-06 | Microsoft Corporation | Dispatch mechanism for coordinating application and communication medium state |
US20090198496A1 (en) * | 2008-01-31 | 2009-08-06 | Matthias Denecke | Aspect oriented programmable dialogue manager and apparatus operated thereby |
US10380562B1 (en) | 2008-02-07 | 2019-08-13 | United Services Automobile Association (Usaa) | Systems and methods for mobile deposit of negotiable instruments |
US8286198B2 (en) * | 2008-06-06 | 2012-10-09 | Apple Inc. | Application programming interfaces for data parallel computing on multiple processors |
US8351678B1 (en) | 2008-06-11 | 2013-01-08 | United Services Automobile Association (Usaa) | Duplicate check detection |
US8422758B1 (en) | 2008-09-02 | 2013-04-16 | United Services Automobile Association (Usaa) | Systems and methods of check re-presentment deterrent |
US10504185B1 (en) | 2008-09-08 | 2019-12-10 | United Services Automobile Association (Usaa) | Systems and methods for live video financial deposit |
US7962411B1 (en) | 2008-09-30 | 2011-06-14 | United Services Automobile Association (Usaa) | Atomic deposit transaction |
US8275710B1 (en) | 2008-09-30 | 2012-09-25 | United Services Automobile Association (Usaa) | Systems and methods for automatic bill pay enrollment |
US7885880B1 (en) * | 2008-09-30 | 2011-02-08 | United Services Automobile Association (Usaa) | Atomic deposit transaction |
US7974899B1 (en) | 2008-09-30 | 2011-07-05 | United Services Automobile Association (Usaa) | Atomic deposit transaction |
US8391599B1 (en) | 2008-10-17 | 2013-03-05 | United Services Automobile Association (Usaa) | Systems and methods for adaptive binarization of an image |
US7949587B1 (en) | 2008-10-24 | 2011-05-24 | United States Automobile Association (USAA) | Systems and methods for financial deposits by electronic message |
US7970677B1 (en) | 2008-10-24 | 2011-06-28 | United Services Automobile Association (Usaa) | Systems and methods for financial deposits by electronic message |
US8806611B2 (en) * | 2008-12-02 | 2014-08-12 | At&T Intellectual Property I, L.P. | Message administration system |
US8452689B1 (en) | 2009-02-18 | 2013-05-28 | United Services Automobile Association (Usaa) | Systems and methods of check detection |
US10956728B1 (en) | 2009-03-04 | 2021-03-23 | United Services Automobile Association (Usaa) | Systems and methods of check processing with background removal |
US20100287565A1 (en) * | 2009-05-11 | 2010-11-11 | International Business Machines Corporation | Method for managing requests associated with a message destination |
US8301706B2 (en) | 2009-06-15 | 2012-10-30 | Microsoft Corporation | Routing of pooled messages via an intermediary |
US8542921B1 (en) | 2009-07-27 | 2013-09-24 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of negotiable instrument using brightness correction |
US9779392B1 (en) | 2009-08-19 | 2017-10-03 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a publishing and subscribing platform of depositing negotiable instruments |
US8977571B1 (en) | 2009-08-21 | 2015-03-10 | United Services Automobile Association (Usaa) | Systems and methods for image monitoring of check during mobile deposit |
US8699779B1 (en) | 2009-08-28 | 2014-04-15 | United Services Automobile Association (Usaa) | Systems and methods for alignment of check during mobile deposit |
US9361165B2 (en) * | 2009-12-03 | 2016-06-07 | International Business Machines Corporation | Automated merger of logically associated messages in a message queue |
US9940670B2 (en) * | 2009-12-10 | 2018-04-10 | Royal Bank Of Canada | Synchronized processing of data by networked computing resources |
US20110154289A1 (en) * | 2009-12-18 | 2011-06-23 | Sandya Srivilliputtur Mannarswamy | Optimization of an application program |
US20110173591A1 (en) * | 2010-01-13 | 2011-07-14 | Target Brands, Inc. | Unit Test Generator |
US8661454B2 (en) * | 2010-01-26 | 2014-02-25 | Target Brands, Inc. | System and method for receiving and transmitting event information |
US8549538B2 (en) * | 2010-03-18 | 2013-10-01 | Microsoft Corporation | Coordinating communication medium state for subtasks |
US8250234B2 (en) | 2010-04-26 | 2012-08-21 | Microsoft Corporation | Hierarchically disassembling messages |
US9129340B1 (en) | 2010-06-08 | 2015-09-08 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for remote deposit capture with enhanced image detection |
US10380565B1 (en) | 2012-01-05 | 2019-08-13 | United Services Automobile Association (Usaa) | System and method for storefront bank deposits |
US9104404B2 (en) * | 2012-05-07 | 2015-08-11 | Oracle International Corporation | System and method for supporting a deferred reference to an object in an objected-oriented programming language environment |
US11599907B2 (en) | 2012-05-14 | 2023-03-07 | Iqzone, Inc. | Displaying media content on portable devices based upon user interface state transitions |
US11663628B2 (en) | 2012-05-14 | 2023-05-30 | Iqzone, Inc. | Systems and methods for unobtrusively displaying media content on portable devices |
US8924252B2 (en) * | 2012-05-14 | 2014-12-30 | Iqzone, Inc. | Systems and methods for providing timely advertising to portable devices |
US10552810B1 (en) | 2012-12-19 | 2020-02-04 | United Services Automobile Association (Usaa) | System and method for remote deposit of financial instruments |
US11138578B1 (en) | 2013-09-09 | 2021-10-05 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of currency |
US9286514B1 (en) | 2013-10-17 | 2016-03-15 | United Services Automobile Association (Usaa) | Character count determination for a digital image |
DE112014005183T5 (de) * | 2013-11-13 | 2016-07-28 | The Weather Channel, Llc | Speicherdienstnetz |
US10402790B1 (en) | 2015-05-28 | 2019-09-03 | United Services Automobile Association (Usaa) | Composing a focused document image from multiple image captures or portions of multiple image captures |
DE102016006111A1 (de) | 2016-05-18 | 2017-11-23 | John Philipp de Graaff | Die vorliegende Erfindung bezieht sich auf ein Verfahren das universell angelegt, mehrere Formen von Warteschlangen für Daten (Queues) zu einer verbindet. So kann derselbe Datenraum für mehrere Queues genutzt werden, vorzugsweise für eine Ein- und Ausgabe-Queue und dabei ein FIFO- bzw. eine wahlfreie Ausgabe-Verhalten annehmen |
US9900302B2 (en) | 2016-06-22 | 2018-02-20 | FinancialForce.com, Inc. | Seamless authentication for an application development platform |
US10984359B2 (en) | 2016-06-23 | 2021-04-20 | FinancialForce.com, Inc. | Combining batch and queueable technologies in a salesforce platform for large volume parallel processing |
US10496741B2 (en) | 2016-09-21 | 2019-12-03 | FinancialForce.com, Inc. | Dynamic intermediate templates for richly formatted output |
US10326720B2 (en) * | 2017-05-05 | 2019-06-18 | Dell Products L.P. | Messaging queue service API optimization system |
US11038689B2 (en) | 2018-03-01 | 2021-06-15 | FinancialForce.com, Inc. | Efficient block chain generation |
US11030752B1 (en) | 2018-04-27 | 2021-06-08 | United Services Automobile Association (Usaa) | System, computing device, and method for document detection |
US10846481B2 (en) | 2018-06-29 | 2020-11-24 | FinancialForce.com, Inc. | Method and system for bridging disparate platforms to automate a natural language interface |
US11200143B2 (en) | 2019-01-08 | 2021-12-14 | FinancialForce.com, Inc. | Software development framework for a cloud computing platform |
US10922485B2 (en) | 2019-07-10 | 2021-02-16 | FinancialForce.com, Inc. | Platform interpretation of user input converted into standardized input |
WO2021081519A1 (en) | 2019-10-25 | 2021-04-29 | Iqzone, Inc. | Using system broadcasts to unobtrusively display media content on portable devices |
CN112671827B (zh) * | 2020-11-25 | 2023-03-07 | 紫光云技术有限公司 | 一种分布式事务最终一致性方法 |
US11900755B1 (en) | 2020-11-30 | 2024-02-13 | United Services Automobile Association (Usaa) | System, computing device, and method for document detection and deposit processing |
US11741050B2 (en) | 2021-01-29 | 2023-08-29 | Salesforce, Inc. | Cloud storage class-based variable cache availability |
CN114936031B (zh) * | 2022-07-22 | 2022-11-11 | 浙江中控技术股份有限公司 | 组件的调用方法及电子设备 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08123699A (ja) * | 1994-10-26 | 1996-05-17 | Hitachi Ltd | 並行処理方法、並行処理システム及び並行処理用プログラムの変換ツール |
JPH08212180A (ja) * | 1995-02-08 | 1996-08-20 | Oki Electric Ind Co Ltd | プロセス間通信処理装置 |
JPH0916417A (ja) * | 1995-06-27 | 1997-01-17 | Hitachi Ltd | メッセージ通信方法およびメッセージ通信システム |
JPH10500507A (ja) * | 1994-05-13 | 1998-01-13 | アップル コンピュータ インコーポレイテッド | オブジェクト指向メッセージフィルタリングのシステム及び方法 |
Family Cites Families (69)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4677576A (en) | 1983-06-27 | 1987-06-30 | Grumman Aerospace Corporation | Non-edge computer image generation system |
US4635208A (en) | 1985-01-18 | 1987-01-06 | Hewlett-Packard Company | Computer-aided design of systems |
US4800488A (en) | 1985-11-12 | 1989-01-24 | American Telephone And Telegraph Company, At&T Bell Laboratories | Method of propagating resource information in a computer network |
US4821220A (en) | 1986-07-25 | 1989-04-11 | Tektronix, Inc. | System for animating program operation and displaying time-based relationships |
US5210874A (en) | 1988-03-22 | 1993-05-11 | Digital Equipment Corporation | Cross-domain call system in a capability based digital data processing system |
US4953080A (en) | 1988-04-25 | 1990-08-28 | Hewlett-Packard Company | Object management facility for maintaining data in a computer system |
AU601328B2 (en) | 1988-05-26 | 1990-09-06 | Digital Equipment Corporation | Temporary state preservation for a distributed file service |
US4972437A (en) | 1988-06-24 | 1990-11-20 | International Business Machines Corporation | Method of controlling limited resource sessions in a data communications network |
US5133075A (en) | 1988-12-19 | 1992-07-21 | Hewlett-Packard Company | Method of monitoring changes in attribute values of object in an object-oriented database |
US5125091A (en) | 1989-06-08 | 1992-06-23 | Hazox Corporation | Object oriented control of real-time processing |
US5430876A (en) | 1989-06-27 | 1995-07-04 | Digital Equipment Corporation | Remote procedure callback system and method |
US5297283A (en) | 1989-06-29 | 1994-03-22 | Digital Equipment Corporation | Object transferring system and method in an object based computer operating system |
DE69029441T2 (de) | 1989-08-24 | 1997-06-12 | Ibm | System für den Aufruf von Prozeduren von einem Fernnetzwerkknotenpunkt |
US5301280A (en) | 1989-10-02 | 1994-04-05 | Data General Corporation | Capability based communication protocol |
US5093914A (en) | 1989-12-15 | 1992-03-03 | At&T Bell Laboratories | Method of controlling the execution of object-oriented programs |
US5168441A (en) | 1990-05-30 | 1992-12-01 | Allen-Bradley Company, Inc. | Methods for set up and programming of machine and process controllers |
AU628264B2 (en) | 1990-08-14 | 1992-09-10 | Oracle International Corporation | Methods and apparatus for providing a client interface to an object-oriented invocation of an application |
US5151987A (en) | 1990-10-23 | 1992-09-29 | International Business Machines Corporation | Recovery objects in an object oriented computing environment |
US5119475A (en) | 1991-03-13 | 1992-06-02 | Schlumberger Technology Corporation | Object-oriented framework for menu definition |
US5430850A (en) | 1991-07-22 | 1995-07-04 | Massachusetts Institute Of Technology | Data processing system with synchronization coprocessor for multiple threads |
US5212793A (en) | 1991-09-04 | 1993-05-18 | International Business Machines Corp. | Generic initiators |
AU3944793A (en) | 1992-03-31 | 1993-11-08 | Aggregate Computing, Inc. | An integrated remote execution system for a heterogenous computer network environment |
JP3613401B2 (ja) | 1992-07-06 | 2005-01-26 | マイクロソフト コーポレーション | オブジェクトの名称を付けて結び付ける方法及びシステム |
US5307490A (en) | 1992-08-28 | 1994-04-26 | Tandem Computers, Inc. | Method and system for implementing remote procedure calls in a distributed computer system |
EP0669020B1 (en) | 1992-11-13 | 1997-04-02 | Microsoft Corporation | Methods for marshalling interface pointers for remote procedure calls |
WO1994014115A2 (en) | 1992-12-01 | 1994-06-23 | Microsoft Corporation | A method and system for in-place interaction with embedded objects |
DE69327448T2 (de) | 1992-12-21 | 2004-03-04 | Sun Microsystems, Inc., Mountain View | Verfahren und Vorrichtung für Teilaufgaben in verteiltem Verarbeitungssystem |
US5315703A (en) | 1992-12-23 | 1994-05-24 | Taligent, Inc. | Object-oriented notification framework system |
DE69429686T2 (de) | 1993-02-25 | 2003-04-30 | Sun Microsystems, Inc. | Transaktionsverwaltung in objektorientiertem System |
US5574862A (en) | 1993-04-14 | 1996-11-12 | Radius Inc. | Multiprocessing system with distributed input/output management |
US5377350A (en) | 1993-04-30 | 1994-12-27 | International Business Machines Corporation | System for cooperative communication between local object managers to provide verification for the performance of remote calls by object messages |
US5519867A (en) | 1993-07-19 | 1996-05-21 | Taligent, Inc. | Object-oriented multitasking system |
US5577252A (en) | 1993-07-28 | 1996-11-19 | Sun Microsystems, Inc. | Methods and apparatus for implementing secure name servers in an object-oriented system |
CA2128387C (en) | 1993-08-23 | 1999-12-28 | Daniel F. Hurley | Method and apparatus for configuring computer programs from available subprograms |
CA2107299C (en) | 1993-09-29 | 1997-02-25 | Mehrad Yasrebi | High performance machine for switched communications in a heterogenous data processing network gateway |
US5455953A (en) | 1993-11-03 | 1995-10-03 | Wang Laboratories, Inc. | Authorization system for obtaining in single step both identification and access rights of client to server directly from encrypted authorization ticket |
US5517645A (en) | 1993-11-05 | 1996-05-14 | Microsoft Corporation | Method and system for interfacing components via aggregate components formed by aggregating the components each with an instance of a component manager |
US5742848A (en) | 1993-11-16 | 1998-04-21 | Microsoft Corp. | System for passing messages between source object and target object utilizing generic code in source object to invoke any member function of target object by executing the same instructions |
US5485617A (en) | 1993-12-13 | 1996-01-16 | Microsoft Corporation | Method and system for dynamically generating object connections |
US5481715A (en) | 1993-12-15 | 1996-01-02 | Sun Microsystems, Inc. | Method and apparatus for delegated communications in a computer system using trusted deputies |
US6330582B1 (en) | 1994-03-21 | 2001-12-11 | International Business Machines Corporation | Apparatus and method enabling a client to control transaction message traffic between server and client processes |
US5675796A (en) | 1994-04-08 | 1997-10-07 | Microsoft Corporation | Concurrency management component for use by a computer program during the transfer of a message |
US5625775A (en) | 1994-06-13 | 1997-04-29 | International Business Machines Corporation | Modem communication interface in a data processing system |
US5504898A (en) | 1994-06-20 | 1996-04-02 | Candle Distributed Solutions, Inc. | Threaded environment for AS/400 |
US5687370A (en) | 1995-01-31 | 1997-11-11 | Next Software, Inc. | Transparent local and distributed memory management system |
US5822585A (en) | 1995-02-21 | 1998-10-13 | Compuware Corporation | System and method for cooperative processing using object-oriented framework |
US5907675A (en) | 1995-03-22 | 1999-05-25 | Sun Microsystems, Inc. | Methods and apparatus for managing deactivation and shutdown of a server |
US5802291A (en) | 1995-03-30 | 1998-09-01 | Sun Microsystems, Inc. | System and method to control and administer distributed object servers using first class distributed objects |
US5689708A (en) | 1995-03-31 | 1997-11-18 | Showcase Corporation | Client/server computer systems having control of client-based application programs, and application-program control means therefor |
US5797015A (en) | 1995-04-18 | 1998-08-18 | Pitney Bowes Inc. | Method of customizing application software in inserter systems |
US5889957A (en) | 1995-06-07 | 1999-03-30 | Tandem Computers Incorporated | Method and apparatus for context sensitive pathsend |
US5764958A (en) | 1995-11-30 | 1998-06-09 | International Business Machines Corporation | Method and apparatus for creating dynamic roles with a system object model |
US5838910A (en) | 1996-03-14 | 1998-11-17 | Domenikos; Steven D. | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
US5857201A (en) | 1996-06-18 | 1999-01-05 | Wright Strategies, Inc. | Enterprise connectivity to handheld devices |
US6253252B1 (en) | 1996-07-11 | 2001-06-26 | Andrew Schofield | Method and apparatus for asynchronously calling and implementing objects |
US5864669A (en) | 1996-07-11 | 1999-01-26 | Microsoft Corporation | Method and system for accessing a particular instantiation of a server process |
US5790789A (en) | 1996-08-02 | 1998-08-04 | Suarez; Larry | Method and architecture for the creation, control and deployment of services within a distributed computer environment |
US5884316A (en) | 1996-11-19 | 1999-03-16 | Microsoft Corporation | Implicit session context system with object state cache |
US5889942A (en) | 1996-12-18 | 1999-03-30 | Orenshteyn; Alexander S. | Secured system for accessing application services from a remote station |
US5913061A (en) * | 1997-01-08 | 1999-06-15 | Crossroads Software, Inc. | Modular application collaboration |
US6094688A (en) * | 1997-01-08 | 2000-07-25 | Crossworlds Software, Inc. | Modular application collaboration including filtering at the source and proxy execution of compensating transactions to conserve server resources |
US5933593A (en) | 1997-01-22 | 1999-08-03 | Oracle Corporation | Method for writing modified data from a main memory of a computer back to a database |
US5958010A (en) | 1997-03-20 | 1999-09-28 | Firstsense Software, Inc. | Systems and methods for monitoring distributed applications including an interface running in an operating system kernel |
US5857197A (en) | 1997-03-20 | 1999-01-05 | Thought Inc. | System and method for accessing data stores as objects |
US6105147A (en) | 1997-04-16 | 2000-08-15 | Compaq Computer Corporation | Using process pairs as transaction-coordinated resource managers |
US6026428A (en) | 1997-08-13 | 2000-02-15 | International Business Machines Corporation | Object oriented thread context manager, method and computer program product for object oriented thread context management |
US6061796A (en) | 1997-08-26 | 2000-05-09 | V-One Corporation | Multi-access virtual private network |
US6134594A (en) | 1997-10-28 | 2000-10-17 | Microsoft Corporation | Multi-user, multiple tier distributed application architecture with single-user access control of middle tier objects |
US5958004A (en) | 1997-10-28 | 1999-09-28 | Microsoft Corporation | Disabling and enabling transaction committal in transactional application components |
-
1998
- 1998-08-17 US US09/135,378 patent/US6425017B1/en not_active Expired - Lifetime
-
1999
- 1999-08-17 EP EP99942278A patent/EP1025493B1/en not_active Expired - Lifetime
- 1999-08-17 DE DE69936627T patent/DE69936627T2/de not_active Expired - Lifetime
- 1999-08-17 JP JP2000565459A patent/JP2002522843A/ja active Pending
- 1999-08-17 WO PCT/US1999/018749 patent/WO2000010080A1/en active IP Right Grant
-
2006
- 2006-04-18 JP JP2006114852A patent/JP4528742B2/ja not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10500507A (ja) * | 1994-05-13 | 1998-01-13 | アップル コンピュータ インコーポレイテッド | オブジェクト指向メッセージフィルタリングのシステム及び方法 |
JPH08123699A (ja) * | 1994-10-26 | 1996-05-17 | Hitachi Ltd | 並行処理方法、並行処理システム及び並行処理用プログラムの変換ツール |
JPH08212180A (ja) * | 1995-02-08 | 1996-08-20 | Oki Electric Ind Co Ltd | プロセス間通信処理装置 |
JPH0916417A (ja) * | 1995-06-27 | 1997-01-17 | Hitachi Ltd | メッセージ通信方法およびメッセージ通信システム |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20110124733A (ko) * | 2010-05-11 | 2011-11-17 | 컴퓨터 어소시에이츠 싱크, 인코포레이티드 | 동적 인스트루먼테이션을 통한 커스텀 코드의 진단을 스트림라인하기위한 메소드 콜의 검출 |
KR101705265B1 (ko) | 2010-05-11 | 2017-02-22 | 씨에이, 인크. | 동적 인스트루먼테이션을 통한 커스텀 코드의 진단을 스트림라인하기위한 메소드 콜의 검출 |
US10831885B2 (en) | 2016-10-31 | 2020-11-10 | Soliton Systems K.K. | Program behavior monitoring control apparatus, distributed object creation management apparatus, recording medium, and program behavior monitoring system |
WO2024186662A1 (en) * | 2023-03-03 | 2024-09-12 | Snap Inc. | Asynchronous task framework |
Also Published As
Publication number | Publication date |
---|---|
EP1025493A1 (en) | 2000-08-09 |
DE69936627T2 (de) | 2008-05-21 |
JP4528742B2 (ja) | 2010-08-18 |
WO2000010080A1 (en) | 2000-02-24 |
DE69936627D1 (de) | 2007-09-06 |
EP1025493B1 (en) | 2007-07-25 |
US6425017B1 (en) | 2002-07-23 |
JP2002522843A (ja) | 2002-07-23 |
WO2000010080B1 (en) | 2000-05-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4528742B2 (ja) | 分散コンポーネントアプリケーションでの待機メソッド呼び出し方法 | |
US7634777B2 (en) | Queued component interface passing for results outflow from queued method invocations | |
US7912895B2 (en) | System and method for managing service interactions | |
US5958004A (en) | Disabling and enabling transaction committal in transactional application components | |
Vinoski | Advanced message queuing protocol | |
US6378001B1 (en) | Collaborative framework with shared objects | |
US5890161A (en) | Automatic transaction processing of component-based server applications | |
US6157927A (en) | Methods and apparatus for enabling a component in a first transaction processing environment to access a resource in another environment that is under the control of an Xatmi complaint transaction manager | |
US5941945A (en) | Interest-based collaborative framework | |
US6192419B1 (en) | Collaborative framework for disparate application programs | |
US8065690B2 (en) | Method and system for event-based remote procedure call implementation in a distributed computing system | |
US7082604B2 (en) | Method and apparatus for breaking down computing tasks across a network of heterogeneous computer for parallel execution by utilizing autonomous mobile agents | |
US7689660B2 (en) | Application server architecture | |
JP4690437B2 (ja) | ネットワークアプリケーションにおける通信方法、通信装置及びそのためのプログラム | |
US20020004848A1 (en) | System and method of providing an asynchronous interface between a client system and an enterprise javabeans-enabled server | |
US20050149953A1 (en) | Component self-deactivation while client holds a returned reference | |
JP2000029707A (ja) | 高速なロ―カルcorbaオブジェクトレファレンスのための方法及び装置 | |
US7266822B1 (en) | System and method for controlling and managing computer farms | |
JPH11259301A (ja) | C++における例外の遅延投入のための方法及び装置 | |
Sunyaev et al. | Middleware | |
Urban et al. | An Event Processing System for Rule-Based Component Integration. | |
Stal | Effective Architectures for Distributed Object Computing | |
Liebig et al. | Advanced transactions | |
Janson et al. | CORBA vs. DCOM | |
Stal et al. | Efficient Architectures for object-oriented component-based Middleware |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060817 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060817 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090619 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090918 |
|
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: 20100601 |
|
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: 20100607 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130611 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
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 |
|
LAPS | Cancellation because of no payment of annual fees |