Class and Description |
---|
AbstractServerModuleBase
サービス連携、サーバサービス用ベースクラス.
サービス連携サービスを実装するサーバクラスは、本クラスより派生する。 |
Class and Description |
---|
AbstractWorkerModuleBase
サービス連携フレームワーク、ワーカーサービスベースクラス.
サービス連携フレームワーク対応のワーカーサービスは、本クラスから派生して実装する。 |
ResourceApiWrapperBase
低レベルレイヤー呼び出しラッパーベースクラス.
ワーカー側の低レベルレイヤー用の呼び出しラッパーは、本クラスから派生して実装する。 |
ResourceApiWrapperReceiver
低レベルレイヤーラッパー用レシーバインタフェースクラス.
サービス連携フレームワークのワーカーモジュールと低レベルレイヤー呼び出しラッパーは 本インターフェイスを経由して結果通知を行う。 |
Class and Description |
---|
AbstractServerModule
サービス連携フレームワークのサーバーコアモジュールクラス.
サーバ側のサービス連携フレームワーク実装、サーバ側サービスは、本サービスを使用して、ワーカーと連携を行う. |
AbstractServerModuleBase
サービス連携、サーバサービス用ベースクラス.
サービス連携サービスを実装するサーバクラスは、本クラスより派生する。 |
AbstractWorkerModuleBase
サービス連携フレームワーク、ワーカーサービスベースクラス.
サービス連携フレームワーク対応のワーカーサービスは、本クラスから派生して実装する。 |
ResourceApiWrapperBase
低レベルレイヤー呼び出しラッパーベースクラス.
ワーカー側の低レベルレイヤー用の呼び出しラッパーは、本クラスから派生して実装する。 |
ResourceApiWrapperReceiver
低レベルレイヤーラッパー用レシーバインタフェースクラス.
サービス連携フレームワークのワーカーモジュールと低レベルレイヤー呼び出しラッパーは 本インターフェイスを経由して結果通知を行う。 |
ResultCacheable
ResultCacheableインターフェイスクラス.
ResultStorageに独自の結果キャッシュ機構を用意する場合に、本インターフェイスを実装する。 |
ResultCacheEngine
ResultCacheEngineクラス.
Mapを使用したオンメモリのキャッシュクラス実装サンプルクラス. |
ResultStorage
ResultStorageインターフェイスクラス.
サービス連携フレームワーク、サーバ側検索結果用インターフェイスクラス. フレームワークではワーカーからの結果をResultStorage経由で操作する。 |
ResultStorageBase
ResultStorageBaseクラス.
ResultStorage、ResultStorageStreamingの実装クラス. ストレージクラスの実装クラスである、独自のストレージクラスを実装する場合には、本クラスから派生して実装する. 本クラスでは、サービス連携での検索結果の保持や、フィルタリング、ソートなどの機構を実装する。 |
ResultStorageMultiKey
ResultStorageMultiKeyクラス.
ResultStorageBaseの派生クラス、キーが複数あるサービス用のストレージ キー毎の検索結果上限に対応した実装. |
ResultStorageStreaming
ResultStorageStreamingインターフェイスクラス.
結果ストレージ用のストリーミングインターフェイスクラス. ストレージがストリーミングによる結果通知に対応している場合には、本インスタンスを実装する. |
Copyright (C) 2014 Information Analysis Laboratory, NICT
RaSC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
RaSC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see (http://www.gnu.org/licenses/) .