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 的规格以进一步阅读。