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

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

?? _clientstub.java

?? 直接放在eclipse環境下
?? JAVA
?? 第 1 頁 / 共 3 頁
字號:
package org.objectweb.ccm.demo3;

/**
 *	Generated from IDL definition of interface "Client"
 *	@author JacORB IDL compiler 
 */
public class _ClientStub
	extends org.omg.CORBA.portable.ObjectImpl
	implements org.objectweb.ccm.demo3.Client
{
	private String[] ids = {"IDL:ccm.objectweb.org/demo3/Client: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.ClientOperations.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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_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!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.PrimaryKeyBase _result;			try
			{
			_result = _localServant.get_primary_key();
			}
			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)
		{
		if(! this._is_local())
		{
			org.omg.CORBA.portable.InputStream _is = null;
			try
			{
				org.omg.CORBA.portable.OutputStream _os = _request( "get_named_receptacles", true);
				org.omg.Components.NameListHelper.write(_os,names);
				_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();
				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_receptacles", _opsClass );
			if( _so == null )
				throw new org.omg.CORBA.UNKNOWN("local invocations not supported!");
			ClientOperations _localServant = (ClientOperations)_so.servant;
			org.omg.Components.ReceptacleDescription[] _result;			try
			{
			_result = _localServant.get_named_receptacles(names);
			}
			finally
			{
				_servant_postinvoke(_so);
			}
			return _result;
		}
		}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产肉丝袜一区二区| 色呦呦国产精品| 欧美成人一区二区| 另类调教123区| 日韩精品中午字幕| 国产精品888| 中文字幕一区二区三区四区| 波多野结衣一区二区三区| 亚洲色图欧洲色图婷婷| 欧美三区在线视频| 加勒比av一区二区| 国产精品福利一区二区三区| 91豆麻精品91久久久久久| 亚洲成人免费影院| 欧美成人三级电影在线| 成人免费视频一区二区| 亚洲码国产岛国毛片在线| 69成人精品免费视频| 国内外成人在线| 成人欧美一区二区三区黑人麻豆| 在线精品观看国产| 国产自产v一区二区三区c| 国产精品二区一区二区aⅴ污介绍| 色视频一区二区| 蜜桃精品视频在线| 中文字幕亚洲精品在线观看 | 久久综合色播五月| av在线一区二区| 日韩高清一区在线| 国产欧美久久久精品影院| 欧美三级视频在线观看 | 国产精品一级片| 最新国产精品久久精品| 日韩一区二区在线免费观看| 成人午夜免费电影| 日本aⅴ亚洲精品中文乱码| 国产精品久久久久久久久快鸭| 8x8x8国产精品| av高清不卡在线| 久久超碰97中文字幕| 亚洲一区二区欧美激情| 中文字幕免费在线观看视频一区| 欧美精品一二三| 成人成人成人在线视频| 捆绑调教美女网站视频一区| 伊人性伊人情综合网| 国产日韩欧美精品综合| 在线电影欧美成精品| 色诱亚洲精品久久久久久| 国产伦精品一区二区三区免费迷| 婷婷一区二区三区| 亚洲精品一二三区| 国产精品夫妻自拍| 欧美国产亚洲另类动漫| 精品久久久久久久一区二区蜜臀| 欧美日免费三级在线| 91免费视频观看| 成人白浆超碰人人人人| 国产成人精品免费网站| 图片区日韩欧美亚洲| 亚洲国产成人高清精品| 亚洲精品久久久久久国产精华液| 国产精品三级视频| 国产亚洲女人久久久久毛片| 精品国产区一区| 日韩欧美色电影| 欧美精品乱码久久久久久按摩| 日本久久精品电影| 色综合久久久久| 99国产麻豆精品| 91香蕉视频在线| 91视频一区二区| 色老综合老女人久久久| 色综合天天综合在线视频| av不卡免费电影| 91老师国产黑色丝袜在线| 91丝袜国产在线播放| 91女厕偷拍女厕偷拍高清| 91福利在线导航| 欧美日韩在线不卡| 91精品国产综合久久精品| 欧美精品日韩一本| 精品国精品国产尤物美女| 精品1区2区在线观看| 久久免费精品国产久精品久久久久| 久久人人97超碰com| 国产欧美精品一区二区色综合朱莉| 26uuu成人网一区二区三区| 久久综合国产精品| 国产精品毛片高清在线完整版| 国产精品高清亚洲| 亚洲小说春色综合另类电影| 日韩av高清在线观看| 国内精品国产成人| 不卡高清视频专区| 欧美性大战久久久久久久蜜臀| 欧美喷潮久久久xxxxx| 日韩一卡二卡三卡四卡| 国产清纯在线一区二区www| 中文无字幕一区二区三区| 亚洲精品一卡二卡| 老司机午夜精品| 波多野结衣中文字幕一区| 在线免费观看不卡av| 日韩视频一区二区三区在线播放| 国产亚洲美州欧州综合国| 一区二区在线观看av| 蜜桃91丨九色丨蝌蚪91桃色| 国产成人久久精品77777最新版本| 成人高清av在线| 欧美一区在线视频| 中文字幕的久久| 日韩精品成人一区二区三区| 国产乱理伦片在线观看夜一区| 91原创在线视频| 精品国产1区2区3区| 自拍偷拍亚洲欧美日韩| 热久久国产精品| www.久久精品| 欧美电视剧在线观看完整版| 中文字幕一区二区三区蜜月| 图片区日韩欧美亚洲| 成人午夜av影视| 日韩一区二区中文字幕| 亚洲日本va午夜在线影院| 久久精品99国产精品日本| 91网站在线播放| 久久综合九色综合97婷婷| 亚洲国产一区二区视频| 成人听书哪个软件好| 日韩欧美aaaaaa| 亚洲国产精品久久不卡毛片| 成人免费毛片片v| 日韩欧美在线不卡| 亚洲午夜久久久久久久久电影院| 国产精品一区二区三区乱码 | 欧美刺激午夜性久久久久久久| 国产精品麻豆网站| 七七婷婷婷婷精品国产| 99精品欧美一区| 国产三级精品三级| 极品尤物av久久免费看| 在线播放亚洲一区| 亚洲综合色自拍一区| 春色校园综合激情亚洲| 26uuu精品一区二区 | 国产精品一级在线| 日韩欧美第一区| 午夜婷婷国产麻豆精品| 色噜噜狠狠色综合中国| 亚洲色图制服丝袜| 国产黄色91视频| 久久亚洲精品小早川怜子| 青青草国产精品97视觉盛宴| 欧美电影在线免费观看| 偷拍与自拍一区| 91精品国产综合久久蜜臀| 亚洲成在人线在线播放| 欧美丝袜丝交足nylons图片| 亚洲视频香蕉人妖| 91小视频免费看| 亚洲精品成人在线| 91成人免费在线视频| 亚洲精品中文在线| 欧美视频日韩视频在线观看| 国产精品妹子av| 91亚洲男人天堂| 亚洲男同1069视频| 色婷婷国产精品综合在线观看| 亚洲黄色小视频| 欧美在线视频你懂得| 亚洲国产视频直播| 制服丝袜中文字幕亚洲| 日韩中文字幕区一区有砖一区| 欧美精品粉嫩高潮一区二区| 日本系列欧美系列| 欧美v日韩v国产v| 成人晚上爱看视频| 一区二区三区在线视频观看| 欧美在线看片a免费观看| 午夜影院久久久| 欧美一区二区视频在线观看2022| 青青草伊人久久| 欧美国产在线观看| 91久久国产最好的精华液| 午夜精品视频在线观看| 日韩一区二区三区av| 国产91丝袜在线18| 亚洲三级电影全部在线观看高清| 91精品福利在线| 免费人成黄页网站在线一区二区 | 成人午夜短视频| 亚洲乱码中文字幕综合| 欧美日韩精品三区| 理论电影国产精品| 亚洲色图.com| 欧美日韩小视频| 国产成人免费高清| 亚洲bdsm女犯bdsm网站| 久久夜色精品一区|