serveroperations.java

来自「直接放在eclipse环境下」· Java 代码 · 共 18 行

JAVA
18
字号
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 + =
减小字号Ctrl + -
显示快捷键?