ccm_client_contextlocaltie.java
来自「直接放在eclipse环境下」· Java 代码 · 共 39 行
JAVA
39 行
package org.objectweb.ccm.demo3;
import org.omg.PortableServer.POA;
/**
* Generated from IDL definition of interface "CCM_Client_Context"
* @author JacORB IDL compiler
*/
public class CCM_Client_ContextLocalTie
extends _CCM_Client_ContextLocalBase
{
private CCM_Client_ContextOperations _delegate;
private POA _poa;
public CCM_Client_ContextLocalTie(CCM_Client_ContextOperations delegate)
{
_delegate = delegate;
}
public CCM_Client_ContextOperations _delegate()
{
return _delegate;
}
public void _delegate(CCM_Client_ContextOperations delegate)
{
_delegate = delegate;
}
public org.omg.Components.CCMHome get_CCM_home() {
return _delegate.get_CCM_home();
}
public org.objectweb.ccm.demo3.Services get_connection_the_service() {
return _delegate.get_connection_the_service();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?