⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serverstubinterceptor.java

📁 直接放在eclipse环境下
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
    }        //    //  IDL:omg.org/Components/CCMObject/get_component_def:1.0    //    /**     **  Implementation of the ::Components::CCMObject::get_component_def operation.     **/    public org.omg.CORBA.IRObject    get_component_def()    {        if (_cc_get_component_def==null)            _cc_get_component_def = _call_context().get_call_coordinator("get_component_def");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_component_def");        _cc_get_component_def.preinvoke(ctx);        try        {            return _delegate.get_component_def();        }        finally        {            _cc_get_component_def.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/CCMObject/get_ccm_home:1.0    //    /**     **  Implementation of the ::Components::CCMObject::get_ccm_home operation.     **/    public org.omg.Components.CCMHome    get_ccm_home()    {        if (_cc_get_ccm_home==null)            _cc_get_ccm_home = _call_context().get_call_coordinator("get_ccm_home");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_ccm_home");        _cc_get_ccm_home.preinvoke(ctx);        try        {            return _delegate.get_ccm_home();        }        finally        {            _cc_get_ccm_home.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/CCMObject/get_primary_key:1.0    //    /**     **  Implementation of the ::Components::CCMObject::get_primary_key operation.     **/    public org.omg.Components.PrimaryKeyBase    get_primary_key()    throws org.omg.Components.NoKeyAvailable    {        if (_cc_get_primary_key==null)            _cc_get_primary_key = _call_context().get_call_coordinator("get_primary_key");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_primary_key");        _cc_get_primary_key.preinvoke(ctx);        try        {            return _delegate.get_primary_key();        }        finally        {            _cc_get_primary_key.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/CCMObject/configuration_complete:1.0    //    /**     **  Implementation of the ::Components::CCMObject::configuration_complete operation.     **/    public void    configuration_complete()    throws org.omg.Components.InvalidConfiguration    {        if (_cc_configuration_complete==null)            _cc_configuration_complete = _call_context().get_call_coordinator("configuration_complete");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("configuration_complete");        _cc_configuration_complete.preinvoke(ctx);        try        {            _delegate.configuration_complete();        }        finally        {            _cc_configuration_complete.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/CCMObject/remove:1.0    //    /**     **  Implementation of the ::Components::CCMObject::remove operation.     **/    public void    remove()    throws org.omg.Components.RemoveFailure    {        if (_cc_remove==null)            _cc_remove = _call_context().get_call_coordinator("remove");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("remove");        _cc_remove.preinvoke(ctx);        try        {            _delegate.remove();        }        finally        {            _cc_remove.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/CCMObject/get_all_ports:1.0    //    /**     **  Implementation of the ::Components::CCMObject::get_all_ports operation.     **/    public org.omg.Components.ComponentPortDescription    get_all_ports()    {        if (_cc_get_all_ports==null)            _cc_get_all_ports = _call_context().get_call_coordinator("get_all_ports");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_all_ports");        _cc_get_all_ports.preinvoke(ctx);        try        {            return _delegate.get_all_ports();        }        finally        {            _cc_get_all_ports.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Navigation/provide_facet:1.0    //    /**     **  Implementation of the ::Components::Navigation::provide_facet operation.     **/    public org.omg.CORBA.Object    provide_facet(java.lang.String name)    throws org.omg.Components.InvalidName    {        if (_cc_provide_facet==null)            _cc_provide_facet = _call_context().get_call_coordinator("provide_facet");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("provide_facet");        _cc_provide_facet.preinvoke(ctx);        try        {            return _delegate.provide_facet(name);        }        finally        {            _cc_provide_facet.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Navigation/get_all_facets:1.0    //    /**     **  Implementation of the ::Components::Navigation::get_all_facets operation.     **/    public org.omg.Components.FacetDescription[]    get_all_facets()    {        if (_cc_get_all_facets==null)            _cc_get_all_facets = _call_context().get_call_coordinator("get_all_facets");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_all_facets");        _cc_get_all_facets.preinvoke(ctx);        try        {            return _delegate.get_all_facets();        }        finally        {            _cc_get_all_facets.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Navigation/get_named_facets:1.0    //    /**     **  Implementation of the ::Components::Navigation::get_named_facets operation.     **/    public org.omg.Components.FacetDescription[]    get_named_facets(java.lang.String[] names)    throws org.omg.Components.InvalidName    {        if (_cc_get_named_facets==null)            _cc_get_named_facets = _call_context().get_call_coordinator("get_named_facets");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_named_facets");        _cc_get_named_facets.preinvoke(ctx);        try        {            return _delegate.get_named_facets(names);        }        finally        {            _cc_get_named_facets.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Navigation/same_component:1.0    //    /**     **  Implementation of the ::Components::Navigation::same_component operation.     **/    public boolean    same_component(org.omg.CORBA.Object object_ref)    {        if (_cc_same_component==null)            _cc_same_component = _call_context().get_call_coordinator("same_component");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("same_component");        _cc_same_component.preinvoke(ctx);        try        {            return _delegate.same_component(object_ref);        }        finally        {            _cc_same_component.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Receptacles/connect:1.0    //    /**     **  Implementation of the ::Components::Receptacles::connect operation.     **/    public org.omg.Components.Cookie    connect(java.lang.String name, org.omg.CORBA.Object connection)    throws org.omg.Components.InvalidName, org.omg.Components.InvalidConnection, org.omg.Components.AlreadyConnected, org.omg.Components.ExceededConnectionLimit    {        if (_cc_connect==null)            _cc_connect = _call_context().get_call_coordinator("connect");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("connect");        _cc_connect.preinvoke(ctx);        try        {            return _delegate.connect(name, connection);        }        finally        {            _cc_connect.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Receptacles/disconnect:1.0    //    /**     **  Implementation of the ::Components::Receptacles::disconnect operation.     **/    public org.omg.CORBA.Object    disconnect(java.lang.String name, org.omg.Components.Cookie ck)    throws org.omg.Components.InvalidName, org.omg.Components.InvalidConnection, org.omg.Components.CookieRequired, org.omg.Components.NoConnection    {        if (_cc_disconnect==null)            _cc_disconnect = _call_context().get_call_coordinator("disconnect");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("disconnect");        _cc_disconnect.preinvoke(ctx);        try        {            return _delegate.disconnect(name, ck);        }        finally        {            _cc_disconnect.postinvoke(ctx);        }    }        //    //  IDL:omg.org/Components/Receptacles/get_connections:1.0    //    /**     **  Implementation of the ::Components::Receptacles::get_connections operation.     **/    public org.omg.Components.ConnectionDescription[]    get_connections(java.lang.String name)    throws org.omg.Components.InvalidName    {        if (_cc_get_connections==null)            _cc_get_connections = _call_context().get_call_coordinator("get_connections");                 org.objectweb.openccm.Containers.CallContext ctx = _call_context().duplicate("get_connections");        _cc_get_connections.preinvoke(ctx);        try        {            return _delegate.get_connections(name);        }        finally        {            _cc_get_connections.postinvoke(ctx);        }    }        //

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -