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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? _clientstub.java

?? 直接放在eclipse環境下
?? JAVA
?? 第 1 頁 / 共 3 頁
字號:
			_result = _localServant.disconnect(name,ck);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.FacetDescription[] get_all_facets()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_all_facets", true);
				_is = _invoke(_os);
				org.omg.Components.FacetDescription[] _result = org.omg.Components.FacetDescriptionsHelper.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_facets", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.FacetDescription[] _result;			try
			{
			_result = _localServant.get_all_facets();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.Cookie connect(java.lang.String name, org.omg.CORBA.Object connection) throws org.omg.Components.AlreadyConnected,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( "connect", true);
				_os.write_string(name);
				_os.write_Object(connection);
				_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/AlreadyConnected:1.0"))
				{
					throw org.omg.Components.AlreadyConnectedHelper.read(_ax.getInputStream());
				}
				else 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( "connect", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.Cookie _result;			try
			{
			_result = _localServant.connect(name,connection);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.objectweb.ccm.demo3.Services get_connection_the_service()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_connection_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( "get_connection_the_service", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.objectweb.ccm.demo3.Services _result;			try
			{
			_result = _localServant.get_connection_the_service();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public void configuration_complete() throws org.omg.Components.InvalidConfiguration	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "configuration_complete", true);
				_is = _invoke(_os);
				return;
			}
			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/InvalidConfiguration:1.0"))
				{
					throw org.omg.Components.InvalidConfigurationHelper.read(_ax.getInputStream());
				}
				else 					throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "configuration_complete", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			try
			{
			_localServant.configuration_complete();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return;
		}
		}
	}
	public org.omg.Components.PublisherDescription[] get_all_publishers()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_all_publishers", true);
				_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();
				throw new RuntimeException("Unexpected exception " + _id );
			}
			finally
			{
				this._releaseReply(_is);
			}
		}
		else
		{
			org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke( "get_all_publishers", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.PublisherDescription[] _result;			try
			{
			_result = _localServant.get_all_publishers();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.EventConsumerBase get_consumer(java.lang.String sink_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( "get_consumer", true);
				_os.write_string(sink_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/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_consumer", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.EventConsumerBase _result;			try
			{
			_result = _localServant.get_consumer(sink_name);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.CCMHome get_ccm_home()	{
		while(true)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_ccm_home", true);
				_is = _invoke(_os);
				org.omg.Components.CCMHome _result = org.omg.Components.CCMHomeHelper.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_ccm_home", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.CCMHome _result;			try
			{
			_result = _localServant.get_ccm_home();
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.FacetDescription[] get_named_facets(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_facets", true);
				org.omg.Components.NameListHelper.write(_os,names);
				_is = _invoke(_os);
				org.omg.Components.FacetDescription[] _result = org.omg.Components.FacetDescriptionsHelper.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_facets", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.FacetDescription[] _result;			try
			{
			_result = _localServant.get_named_facets(names);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public org.omg.Components.EventConsumerBase unsubscribe(java.lang.String publisher_name, org.omg.Components.Cookie ck) throws org.omg.Components.InvalidConnection,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( "unsubscribe", true);
				_os.write_string(publisher_name);
				((org.omg.CORBA_2_3.portable.OutputStream)_os).write_value (ck );
				_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/InvalidConnection:1.0"))
				{
					throw org.omg.Components.InvalidConnectionHelper.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( "unsubscribe", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.EventConsumerBase _result;			try
			{
			_result = _localServant.unsubscribe(publisher_name,ck);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}
	}
	public void connect_consumer(java.lang.String emitter_name, org.omg.Components.EventConsumerBase consumer) throws org.omg.Components.AlreadyConnected,org.omg.Components.InvalidConnection,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( "connect_consumer", true);
				_os.write_string(emitter_name);
				org.omg.Components.EventConsumerBaseHelper.write(_os,consumer);
				_is = _invoke(_os);
				return;
			}
			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/AlreadyConnected:1.0"))
				{
					throw org.omg.Components.AlreadyConnectedHelper.read(_ax.getInputStream());
				}
				else 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/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( "connect_consumer", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			try
			{
			_localServant.connect_consumer(emitter_name,consumer);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return;
		}
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲成人激情社区| 精品欧美一区二区久久 | 不卡一区在线观看| 国产亚洲欧美色| 福利一区二区在线观看| 国产网红主播福利一区二区| 国产精品99久久久久久有的能看| 国产亚洲精品久| 成av人片一区二区| 亚洲在线视频网站| 欧美一区二区精品在线| 国内精品写真在线观看| 中文字幕av一区二区三区 | 91欧美激情一区二区三区成人| 中文字幕亚洲在| 在线亚洲+欧美+日本专区| 丝袜美腿亚洲一区二区图片| 欧美xxxx老人做受| 成人av综合一区| 亚洲成人黄色小说| www激情久久| 色婷婷av一区二区三区gif| 亚洲va韩国va欧美va精品| 日韩久久免费av| 成人av资源站| 日本强好片久久久久久aaa| 精品福利av导航| 91一区二区在线| 日本伊人午夜精品| 欧美高清一级片在线观看| 欧洲人成人精品| 国产一区二区三区免费观看| 亚洲狼人国产精品| 欧美刺激午夜性久久久久久久| 国产风韵犹存在线视精品| 亚洲免费在线看| 久久综合久久鬼色中文字| 91在线看国产| 精品一区二区三区久久| 1024成人网| 日韩免费视频一区| 在线一区二区三区| 国产精品一区二区在线播放| 亚洲最新视频在线播放| 国产亚洲成年网址在线观看| 欧美在线视频全部完| 国产麻豆精品视频| 婷婷中文字幕综合| 亚洲女与黑人做爰| 国产亚洲欧洲997久久综合| 在线播放一区二区三区| av午夜一区麻豆| 国内久久婷婷综合| 日本在线播放一区二区三区| 亚洲免费av在线| 国产欧美精品一区aⅴ影院 | 精品一区二区三区在线播放| 亚洲免费大片在线观看| 国产精品美女久久久久久久| 精品剧情v国产在线观看在线| 欧美在线影院一区二区| 91丝袜国产在线播放| 国产福利91精品| 国产精品影视网| 玖玖九九国产精品| 日韩av成人高清| 婷婷激情综合网| 天使萌一区二区三区免费观看| 综合久久给合久久狠狠狠97色| 久久精品一区八戒影视| 日韩精品一区二区三区四区视频| 欧美日韩的一区二区| www.亚洲色图| 色哟哟精品一区| 色香色香欲天天天影视综合网| 成人黄动漫网站免费app| 国产成人亚洲精品狼色在线| 国产精品一线二线三线| 国产黄色成人av| 成人av先锋影音| 91美女在线观看| 91福利视频在线| 精品视频在线免费看| 欧美日韩综合在线| 欧美精品久久一区二区三区| 欧美精品久久99久久在免费线| 欧美三区免费完整视频在线观看| 欧美日韩在线不卡| 欧美精品电影在线播放| 日韩一级成人av| 久久婷婷国产综合国色天香| 国产欧美日韩在线| 国产精品久久久久天堂| 国产精品电影一区二区三区| 成人欧美一区二区三区在线播放| 亚洲美女淫视频| 午夜私人影院久久久久| 日本免费新一区视频| 国内精品国产三级国产a久久| 国产美女在线精品| 一本到三区不卡视频| 欧美日韩另类一区| 精品国产一区二区精华| 国产亚洲人成网站| 亚洲精品国产无天堂网2021 | 国产乱码精品一区二区三区av | 亚洲一区国产视频| 免费高清视频精品| 国产精品影视在线| 在线精品视频一区二区| 日韩欧美一二三区| 国产精品久久久久久户外露出 | 日精品一区二区| 国产一区二区三区香蕉| 色老头久久综合| 欧美xxxx老人做受| 亚洲欧美激情视频在线观看一区二区三区| 亚洲6080在线| 粉嫩13p一区二区三区| 欧美日韩在线三级| 久久亚洲一级片| 依依成人精品视频| 国产在线播放一区三区四| 91在线视频观看| 精品国产sm最大网站免费看| 亚洲欧洲国产日本综合| 免费在线观看成人| 色欧美乱欧美15图片| 精品粉嫩aⅴ一区二区三区四区 | 亚洲成人在线免费| 国产成人a级片| 日韩一区二区三区三四区视频在线观看 | 成人福利视频在线| 精品少妇一区二区三区免费观看 | 国产成人在线视频免费播放| 欧美色图一区二区三区| 亚洲国产精品成人综合| 蜜桃精品在线观看| 91成人免费在线| 国产精品国产a| 国产一本一道久久香蕉| 欧美高清激情brazzers| 亚洲视频一区二区在线| 国产精品一区在线观看你懂的| 欧美妇女性影城| 亚洲激情一二三区| 成人a免费在线看| 久久久久久久网| 久久99国产精品免费| 欧美日韩精品一区二区| 亚洲女爱视频在线| 不卡大黄网站免费看| 久久久久久久久伊人| 国产在线精品免费| 精品国产乱码久久久久久1区2区| 亚洲综合成人网| 色综合久久天天| ㊣最新国产の精品bt伙计久久| 福利一区二区在线观看| 精品国产123| 国产毛片精品视频| 久久中文娱乐网| 激情欧美日韩一区二区| 精品三级在线看| 国产在线播放一区三区四| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 在线观看av一区二区| 一区二区三区av电影| 色哟哟一区二区| 亚洲午夜电影在线观看| 欧美日韩免费观看一区二区三区| 亚洲综合清纯丝袜自拍| 欧美日韩成人综合天天影院 | 自拍av一区二区三区| www..com久久爱| 亚洲激情第一区| 欧洲色大大久久| 日韩中文字幕麻豆| 日韩免费性生活视频播放| 久久99九九99精品| 久久美女艺术照精彩视频福利播放| 激情五月婷婷综合| 久久久99免费| 成人黄色在线看| 一区二区三区鲁丝不卡| 精品视频免费看| 国内外成人在线视频| 国产三级欧美三级日产三级99| 成人精品免费网站| 亚洲伦在线观看| 91精品欧美久久久久久动漫| 蜜臀精品一区二区三区在线观看 | 欧美一级生活片| 国产麻豆成人精品| 亚洲欧美中日韩| 精品视频一区二区三区免费| 九九视频精品免费| 亚洲免费看黄网站| 日韩写真欧美这视频| 福利电影一区二区三区|