_cif_componentimpllocalbase.java
来自「直接放在eclipse环境下」· Java 代码 · 共 18 行
JAVA
18 行
package org.objectweb.ccm.demo3.ConsumerSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_ComponentImpl
* @author JacORB IDL compiler.
*/
public abstract class _CIF_ComponentImplLocalBase
extends org.omg.CORBA.LocalObject
implements CIF_ComponentImpl
{
private String[] _type_ids = {"IDL:ccm.objectweb.org/demo3/ConsumerSessionComposition/CIF_ComponentImpl:1.0","IDL:omg.org/Components/SessionComponent:1.0","IDL:omg.org/Components/ExecutorLocator:1.0","IDL:ccm.objectweb.org/demo3/CCM_NamedComponent_Executor:1.0","IDL:ccm.objectweb.org/demo3/CCM_Consumer_Executor:1.0","IDL:omg.org/Components/EnterpriseComponent:1.0","IDL:ccm.objectweb.org/demo3/ConsumerSessionComposition/CIF_SegmentBase:1.0","IDL:ccm.objectweb.org/demo3/CCM_TextEventConsumer:1.0"};
public String[] _ids() {
return(String[])_type_ids.clone();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?