亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? _serverstub.java

?? 直接放在eclipse環(huán)境下
?? JAVA
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
package org.objectweb.ccm.demo3;

/**
 *	Generated from IDL definition of interface "Server"
 *	@author JacORB IDL compiler 
 */
public class _ServerStub
	extends org.omg.CORBA.portable.ObjectImpl
	implements org.objectweb.ccm.demo3.Server
{
	private String[] ids = {"IDL:ccm.objectweb.org/demo3/Server:1.0","IDL:omg.org/Components/Events:1.0","IDL:omg.org/Components/Receptacles:1.0","IDL:ccm.objectweb.org/demo3/NamedComponent:1.0","IDL:omg.org/Components/CCMObject:1.0","IDL:omg.org/Components/Navigation:1.0"};
	public String[] _ids()
	{
		return ids;
	}
	public final static java.lang.Class _opsClass = org.objectweb.ccm.demo3.ServerOperations.class;
	public org.omg.CORBA.Object provide_facet(java.lang.String name) throws org.omg.Components.InvalidName	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "provide_facet", true);
				_os.write_string(name);
				_is = _invoke(_os);
				org.omg.CORBA.Object _result = _is.read_Object();
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/InvalidName:1.0"))
				{
					throw org.omg.Components.InvalidNameHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "provide_facet", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.CORBA.Object _result;			try
			{
			_result = _localServant.provide_facet(name);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.Cookie subscribe(java.lang.String publisher_name, org.omg.Components.EventConsumerBase subscriber) throws org.omg.Components.InvalidConnection,org.omg.Components.ExceededConnectionLimit,org.omg.Components.InvalidName	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "subscribe", true);
				_os.write_string(publisher_name);
				org.omg.Components.EventConsumerBaseHelper.write(_os,subscriber);
				_is = _invoke(_os);
				org.omg.Components.Cookie _result = (org.omg.Components.Cookie)((org.omg.CORBA_2_3.portable.InputStream)_is).read_value ("IDL:omg.org/Components/Cookie:1.0");
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/InvalidConnection:1.0"))
				{
					throw org.omg.Components.InvalidConnectionHelper.read(_ax.getInputStream());
				}
				else if( _id.equals("IDL:omg.org/Components/ExceededConnectionLimit:1.0"))
				{
					throw org.omg.Components.ExceededConnectionLimitHelper.read(_ax.getInputStream());
				}
				else if( _id.equals("IDL:omg.org/Components/InvalidName:1.0"))
				{
					throw org.omg.Components.InvalidNameHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "subscribe", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.Cookie _result;			try
			{
			_result = _localServant.subscribe(publisher_name,subscriber);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.PublisherDescription[] get_named_publishers(java.lang.String[] names) throws org.omg.Components.InvalidName	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_named_publishers", true);
				org.omg.Components.NameListHelper.write(_os,names);
				_is = _invoke(_os);
				org.omg.Components.PublisherDescription[] _result = org.omg.Components.PublisherDescriptionsHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/InvalidName:1.0"))
				{
					throw org.omg.Components.InvalidNameHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_named_publishers", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.PublisherDescription[] _result;			try
			{
			_result = _localServant.get_named_publishers(names);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.EventConsumerBase disconnect_consumer(java.lang.String source_name) throws org.omg.Components.NoConnection,org.omg.Components.InvalidName	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "disconnect_consumer", true);
				_os.write_string(source_name);
				_is = _invoke(_os);
				org.omg.Components.EventConsumerBase _result = org.omg.Components.EventConsumerBaseHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/NoConnection:1.0"))
				{
					throw org.omg.Components.NoConnectionHelper.read(_ax.getInputStream());
				}
				else if( _id.equals("IDL:omg.org/Components/InvalidName:1.0"))
				{
					throw org.omg.Components.InvalidNameHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "disconnect_consumer", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.EventConsumerBase _result;			try
			{
			_result = _localServant.disconnect_consumer(source_name);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.ConsumerDescription[] get_named_consumers(java.lang.String[] names) throws org.omg.Components.InvalidName	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_named_consumers", true);
				org.omg.Components.NameListHelper.write(_os,names);
				_is = _invoke(_os);
				org.omg.Components.ConsumerDescription[] _result = org.omg.Components.ConsumerDescriptionsHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/InvalidName:1.0"))
				{
					throw org.omg.Components.InvalidNameHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_named_consumers", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.ConsumerDescription[] _result;			try
			{
			_result = _localServant.get_named_consumers(names);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.ReceptacleDescription[] get_all_receptacles()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_all_receptacles", true);
				_is = _invoke(_os);
				org.omg.Components.ReceptacleDescription[] _result = org.omg.Components.ReceptacleDescriptionsHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_all_receptacles", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.ReceptacleDescription[] _result;			try
			{
			_result = _localServant.get_all_receptacles();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.EmitterDescription[] get_all_emitters()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_all_emitters", true);
				_is = _invoke(_os);
				org.omg.Components.EmitterDescription[] _result = org.omg.Components.EmitterDescriptionsHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_all_emitters", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.EmitterDescription[] _result;			try
			{
			_result = _localServant.get_all_emitters();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.EmitterDescription[] get_named_emitters(java.lang.String[] names) throws org.omg.Components.InvalidName	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_named_emitters", true);
				org.omg.Components.NameListHelper.write(_os,names);
				_is = _invoke(_os);
				org.omg.Components.EmitterDescription[] _result = org.omg.Components.EmitterDescriptionsHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/InvalidName:1.0"))
				{
					throw org.omg.Components.InvalidNameHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_named_emitters", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.EmitterDescription[] _result;			try
			{
			_result = _localServant.get_named_emitters(names);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.PrimaryKeyBase get_primary_key() throws org.omg.Components.NoKeyAvailable	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_primary_key", true);
				_is = _invoke(_os);
				org.omg.Components.PrimaryKeyBase _result = (org.omg.Components.PrimaryKeyBase)((org.omg.CORBA_2_3.portable.InputStream)_is).read_value ("IDL:omg.org/Components/PrimaryKeyBase:1.0");
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				if( _id.equals("IDL:omg.org/Components/NoKeyAvailable:1.0"))
				{
					throw org.omg.Components.NoKeyAvailableHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_primary_key", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.omg.Components.PrimaryKeyBase _result;			try
			{
			_result = _localServant.get_primary_key();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.objectweb.ccm.demo3.Services provide_the_service()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "provide_the_service", true);
				_is = _invoke(_os);
				org.objectweb.ccm.demo3.Services _result = org.objectweb.ccm.demo3.ServicesHelper.read(_is);
				return _result;
			}
			catch( org.omg.CORBA.portable.RemarshalException _rx ){}
			catch( org.omg.CORBA.portable.ApplicationException _ax )
			{
				String _id = _ax.getId();
				throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "provide_the_service", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ServerOperations _localServant = (ServerOperations)_so.servant;
			org.objectweb.ccm.demo3.Services _result;			try
			{
			_result = _localServant.provide_the_service();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.ReceptacleDescription[] get_named_receptacles(java.lang.String[] names) throws org.omg.Components.InvalidName	{
		while(true)
		{

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
av资源网一区| 日韩1区2区3区| 美女视频一区二区| 99国产一区二区三精品乱码| 欧美一级精品在线| 一区二区三区四区视频精品免费| 久久66热偷产精品| 欧美亚洲综合另类| 中日韩av电影| 久久精品99久久久| 欧美日韩精品欧美日韩精品| 国产精品欧美一级免费| 久久av中文字幕片| 欧美丰满高潮xxxx喷水动漫| 最新国产成人在线观看| 国产精品一区二区不卡| 91精品国产免费| 一区二区三区.www| 94-欧美-setu| 国产精品网站一区| 国产真实乱子伦精品视频| 欧美精品丝袜久久久中文字幕| 亚洲欧洲精品成人久久奇米网| 国产麻豆91精品| 日韩欧美精品在线| 日本不卡高清视频| 欧美日韩精品二区第二页| 一区二区三区四区五区视频在线观看| 成人激情小说网站| 国产丝袜欧美中文另类| 九色porny丨国产精品| 在线电影国产精品| 午夜精品福利一区二区蜜股av| 93久久精品日日躁夜夜躁欧美| 国产精品网站导航| 不卡的av网站| 中文字幕中文在线不卡住| 福利一区二区在线观看| 国产色综合久久| 国产精品888| 久久精品无码一区二区三区| 国产真实乱偷精品视频免| 精品久久久影院| 久久99久久久久| 精品乱人伦一区二区三区| 久久国产生活片100| 精品国一区二区三区| 狠狠色狠狠色综合| 久久嫩草精品久久久久| 国产老妇另类xxxxx| 国产性色一区二区| 成人开心网精品视频| 成人欧美一区二区三区视频网页| 久久精品一区八戒影视| 国产伦精品一区二区三区在线观看 | 国产精品女同互慰在线看| 国产福利视频一区二区三区| 国产清纯美女被跳蛋高潮一区二区久久w | 国产精品国产三级国产普通话三级 | 亚洲国产中文字幕在线视频综合 | 国产精品一区二区视频| 欧美国产精品专区| 91亚洲精华国产精华精华液| 亚洲免费在线看| 欧美午夜精品一区| 视频一区欧美精品| 26uuu成人网一区二区三区| 国产成人午夜精品5599| 亚洲人成网站色在线观看| 欧洲人成人精品| 男女男精品视频| 国产欧美综合在线观看第十页| voyeur盗摄精品| 亚洲大片在线观看| 精品久久久久久久久久久久包黑料 | 欧美另类z0zxhd电影| 亚洲综合免费观看高清完整版在线| 91免费视频网址| 一区二区成人在线| 这里只有精品电影| 精品一区二区三区久久| 日韩一区二区三区视频在线观看| 国产精品资源在线| 国产精品三级av在线播放| 99精品视频一区| 亚洲一区欧美一区| 日韩欧美第一区| 国产成人8x视频一区二区 | 成人小视频免费在线观看| 国产精品久久久久久久久晋中 | 视频一区视频二区中文| 欧美精品一区二区蜜臀亚洲| 高清国产一区二区| 一区二区三区四区五区视频在线观看 | 国产精品国产自产拍高清av | 国产精品久久久久三级| www.视频一区| 亚洲国产va精品久久久不卡综合| 91精品国产aⅴ一区二区| 国产一区二区三区四区五区美女| 国产精品嫩草99a| 欧美日韩在线免费视频| 经典三级视频一区| 亚洲日穴在线视频| 7777女厕盗摄久久久| 国产1区2区3区精品美女| 一区二区在线免费观看| 日韩欧美视频一区| 色综合天天做天天爱| 人人精品人人爱| 中文字幕精品一区二区精品绿巨人| 日本韩国欧美国产| 欧美性一二三区| 国产剧情一区二区三区| 樱花影视一区二区| 精品国产乱码久久久久久蜜臀 | 亚洲精品一二三区| 精品裸体舞一区二区三区| 91美女蜜桃在线| 国产一区二区三区国产| 一区二区不卡在线视频 午夜欧美不卡在| 7777精品伊人久久久大香线蕉超级流畅 | 久久精品亚洲精品国产欧美kt∨ | 久久99久久精品欧美| 亚洲激情自拍视频| 久久奇米777| 在线欧美一区二区| 国产资源在线一区| 天堂成人国产精品一区| 国产精品久久久久久久久免费樱桃| 欧美一区二区三区人| 日本伦理一区二区| 国产精品一区二区在线观看不卡 | 欧美日韩免费一区二区三区| 国产成人免费xxxxxxxx| 日韩高清电影一区| 一区二区三区中文字幕在线观看| 精品日产卡一卡二卡麻豆| 欧美日韩在线观看一区二区| k8久久久一区二区三区 | 国产欧美一区视频| 欧美一卡二卡三卡| 欧美色综合天天久久综合精品| 国产91对白在线观看九色| 午夜激情综合网| 亚洲午夜电影在线观看| 国产午夜精品在线观看| 欧美一二三四区在线| 欧美午夜精品一区二区三区 | 亚洲精品综合在线| 久久久精品2019中文字幕之3| 精品婷婷伊人一区三区三| jlzzjlzz亚洲女人18| 粉嫩av亚洲一区二区图片| 久久成人免费网| 亚洲成人一区二区| 亚洲欧美一区二区三区极速播放 | 99re成人精品视频| 国产超碰在线一区| 国产呦萝稀缺另类资源| 美国精品在线观看| 日产国产高清一区二区三区| 亚洲国产综合人成综合网站| 亚洲精品美腿丝袜| 国产清纯美女被跳蛋高潮一区二区久久w | 日韩欧美视频在线| 欧美一区二区久久久| 6080日韩午夜伦伦午夜伦| 欧美剧在线免费观看网站 | 亚洲色图19p| 亚洲日本青草视频在线怡红院| 中文字幕av不卡| 国产亚洲欧美日韩在线一区| 精品1区2区在线观看| 精品国内片67194| 日韩精品一区二区三区中文不卡| 久久这里只有精品视频网| 精品99999| 国产欧美精品一区二区色综合 | 国产乱妇无码大片在线观看| 久久国产成人午夜av影院| 看电影不卡的网站| 久久国产精品99久久人人澡| 激情文学综合网| 国产一区二区三区视频在线播放| 亚洲丶国产丶欧美一区二区三区| 爽好多水快深点欧美视频| 日韩不卡手机在线v区| 日本aⅴ精品一区二区三区 | 91麻豆精品视频| 成人听书哪个软件好| av网站免费线看精品| 91视频在线观看| 91麻豆福利精品推荐| 色老汉一区二区三区| 欧美系列日韩一区| 日韩欧美国产小视频| 精品剧情在线观看| 亚洲欧美日韩国产综合在线| 亚洲与欧洲av电影|