📄 serveroperations.java
字号:
package org.objectweb.ccm.demo3;
/**
* Generated from IDL definition of interface "Server"
* @author JacORB IDL compiler
*/
public interface ServerOperations
extends org.objectweb.ccm.demo3.NamedComponentOperations{
/* constants */
/* operations */
org.objectweb.ccm.demo3.Services provide_the_service();
org.omg.Components.Cookie subscribe_to_consumers(org.objectweb.ccm.demo3.TextEventConsumer consumer) throws org.omg.Components.ExceededConnectionLimit;
org.objectweb.ccm.demo3.TextEventConsumer unsubscribe_to_consumers(org.omg.Components.Cookie ck) throws org.omg.Components.InvalidConnection;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -