Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、次のものを格納するための Hashmap のスタブを生成する CORBA IDL を作成する方法はありますか?
public static final Map<Date, Integer> map = new HashMap<Date, Integer>();
サーバーを制御している場合は、RMI/IIOP を介してリモート インターフェイスで定義し、 を介して実装しPortableRemoteObject、 を使用rmic -idlして IDL を生成します。ただし、クライアントには値によるオブジェクトをサポートする ORB が必要になることに注意してください。クライアントが Java の場合は、RMI/IIOP スタブを直接使用して、IDL を完全に忘れてください。
PortableRemoteObject
rmic -idl