ダウンロードリスト

プロジェクト概要

リモートのお茶は、Sun の ONC RPC プロトコルの純粋な Java の実装です。クライアントとサーバーが完全に機能、ポートマッパーへのクライアント アクセスが可能です。パッケージには、.x ファイルを Java クラスに変換するため rpcgen のようなプリコンパイラが含まれます。Java ベースのポートマッパーはまた含まれています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2003-08-14 19:28
1.0.3

制御文字の文字列をエンコードし、両方のクライアントとサーバーに追加されています。 JBuilderのプロジェクトファイルのサポートが削除されています。その代わりには、Eclipse IDE用のプロジェクトファイルが含まれている。
タグ: Minor feature enhancements
Control over the character encoding of strings has been added to both clients and servers. The support for JBuilder project files has been dropped. Instead, a project file for the Eclipse IDE is now included.

2003-04-15 16:17
1.0.2

jrpcgenコード生成バグのように、列挙型の要素を現在のプログラム番号として使用されることが修正されました。また、場合は、ポート番号を明示的にサーバーオブジェクトのコンストラクタに指定されると、もはや無視されていません。 2つの新しいjrpcgenコマンドラインオプションは、コードの生成プロセスをより詳細に制御:サーバ側でメソッドスタブをすぐに、オプションとして、認証のために有用であるコール情報のパラメータは、とceteraすることができますを与える。
タグ: Major bugfixes
Code generation bugs in jrpcgen were fixed, so that elements from enumerations can now be used as program numbers. Moreover, if a port number is explicitly given to the constructor of a server object, it is not ignored anymore. Two new jrpcgen command line options give more control over the code generation process: method stubs on the server side can now optionally take a call information parameter, which is useful for authentication, et cetera.

2002-12-13 13:09
1.0.1

このリリースではjrpcgenプロトコルコンパイラの2つのバグフィックスが含まれます。最初の修正プログラムは、リモート機能を複数のパラメータを1つまたは複数のパラメータをされて列挙型を含むで発生する問題を解決します。 2番目の修正プログラムは、特定の列挙定数の依存関係の存在下で生成されたソースコードにダンプされていないが発生するバグを解決します。
タグ: Minor bugfixes
This release contains two bugfixes in the jrpcgen protocol compiler. The first fix solves a problem which occurs with remote functions containing multiple parameters and one or more parameters being enums. The second fix solves a bug which caused certain enumeration constants not being dumped to the generated source code in the presence of dependencies.

2002-10-07 19:19
1.0.0

は、今では、それ自体のテールの参照を含む構造体のXDRの繰り返しループを使ってコードを生成するjrpcgenように改良されました。 TCPのリッスンスレッドの競合状態- ONCベース/ RPCサーバーに修正されました。追加コンストラクタOncRpcTcpServerTransportとOncRpcUdpServerTransportは、現在のローカルアドレスバインディングを受け付けるクラスに追加されました。
タグ: Minor feature enhancements
jrpcgen was improved so that it now generates code
with iteration loops for XDR structs which contain
tail references to themselves. A race condition in
the listening thread for TCP-based ONC/RPC servers
was corrected. An additional constructor was added
to the classes OncRpcTcpServerTransport and
OncRpcUdpServerTransport that now accepts a local
binding address.

2002-06-04 20:02
0.95.2

ポートマッパクライアントオブジェクトの両方のUDPとTCPを使用するように拡張されている。新しいコンストラクタをTCPに追加されたONCベース/これは、ユーザの接続制御を行うRPCクライアント()。 (タイムアウトは、呼び出し元のアプリケーションで制御することができます。)OncRpcConstantsのバージョン情報が最終的に修正されました。
タグ: Minor feature enhancements
The portmapper client object has been enhanced to
use both UDP and TCP. A new constructor was added
to TCP-based ONC/RPC clients which carries out a
user-controlled connect(). (The timeout can be
controlled by the calling application.) The
version information in OncRpcConstants was finally
corrected.

プロジェクトリソース