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.
これがどのように行われるのか疑問に思っています。クライアントアプリケーションがあり、restartMachine(); このメソッドがあるとします。サーバーからクライアントでこのメソッドを実行するにはどうすればよいですか。
restartMachine();
通常、CORBAを提供するIIOPなどのプロトコルを使用します。これにより、サーバーとクライアント間の共通のオブジェクト構造を定義するためのインターフェースまたはコントラクトが可能になります。
詳細については、OMGの仕様を参照してください。