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

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

?? _consumerstub.java

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

/**
 *	Generated from IDL definition of interface "Consumer"
 *	@author JacORB IDL compiler 
 */
public class _ConsumerStub
	extends org.omg.CORBA.portable.ObjectImpl
	implements org.objectweb.ccm.demo3.Consumer
{
	private String[] ids = {"IDL:ccm.objectweb.org/demo3/Consumer: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.ConsumerOperations.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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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!");
			ConsumerOperations _localServant = (ConsumerOperations)_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;
			}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久99国产乱子伦精品免费| 91一区二区在线| heyzo一本久久综合| 欧美一区二区三区在线视频| 中文字幕高清不卡| 亚洲国产乱码最新视频 | 久久久久久综合| 国产精品久久久爽爽爽麻豆色哟哟 | 欧美xxxxx牲另类人与| 国产精品午夜电影| 日韩中文字幕1| 成人黄色软件下载| 日韩视频一区在线观看| 亚洲日本一区二区| 精品亚洲欧美一区| 欧美日本视频在线| 欧美国产成人精品| 久久国产精品一区二区| 色香蕉成人二区免费| 精品福利二区三区| 亚洲高清在线视频| 99久久777色| 国产视频一区二区三区在线观看| 亚洲成人免费av| 99久久精品国产观看| 国产日本欧美一区二区| 日韩精品乱码免费| 欧美丝袜丝交足nylons| 亚洲桃色在线一区| 麻豆免费精品视频| 成人黄色小视频在线观看| 国产视频一区二区三区在线观看| 美女精品一区二区| 欧美精品久久天天躁| 亚洲自拍偷拍图区| 97se狠狠狠综合亚洲狠狠| 久久精品免费在线观看| 久久99国内精品| 在线精品视频一区二区三四 | 久久九九99视频| 蜜桃视频在线一区| 欧美丰满高潮xxxx喷水动漫| 亚洲一区二区三区国产| 在线日韩一区二区| 亚洲综合男人的天堂| 在线视频中文字幕一区二区| 亚洲午夜免费电影| 欧美性色aⅴ视频一区日韩精品| 亚洲欧美日韩一区| 91福利资源站| 亚洲国产中文字幕| 91精品国产综合久久小美女| 日韩影院精彩在线| 7878成人国产在线观看| 人人狠狠综合久久亚洲| 欧美v国产在线一区二区三区| 美女视频一区在线观看| 久久综合视频网| 国产一区二区福利视频| 久久久精品黄色| 成人aaaa免费全部观看| 亚洲美女偷拍久久| 欧美日韩亚州综合| 亚洲综合一二三区| 欧美日本一区二区在线观看| 一区二区免费看| 国产福利91精品一区二区三区| 日韩欧美国产午夜精品| 蓝色福利精品导航| 久久综合给合久久狠狠狠97色69| 精品一区二区三区视频 | 国产精品国产精品国产专区不片| 91日韩在线专区| 日韩黄色小视频| 久久久天堂av| 色综合天天性综合| 午夜婷婷国产麻豆精品| 久久在线免费观看| 97精品视频在线观看自产线路二| 亚洲va在线va天堂| 26uuu另类欧美亚洲曰本| 成人福利视频网站| 亚洲成精国产精品女| wwwwxxxxx欧美| 欧美亚洲综合网| 极品美女销魂一区二区三区免费| 国产精品久久久久久妇女6080 | 欧美一区二区三区在线| 国产综合久久久久久鬼色| 亚洲欧美另类综合偷拍| 日韩一区二区三区在线| 国产一区二区不卡在线 | 成人av在线电影| 日韩成人dvd| 中文字幕在线观看不卡| 欧美老女人在线| 国产精品亚洲专一区二区三区| 亚洲国产精品嫩草影院| 国产亚洲一区二区三区四区| 欧美视频你懂的| 99久久久国产精品| 狠狠色综合日日| 亚洲色图丝袜美腿| 91精品国产综合久久久蜜臀图片| 成人性生交大片免费看在线播放 | 看片的网站亚洲| 亚洲精品videosex极品| 国产偷国产偷亚洲高清人白洁| 欧美一区二区三区视频免费| 一本久道中文字幕精品亚洲嫩| 国产酒店精品激情| 免费一级片91| 亚洲丶国产丶欧美一区二区三区| 日本一区二区三级电影在线观看| 日韩一区二区免费高清| 欧美性极品少妇| 99v久久综合狠狠综合久久| 国产一区二区三区久久久| 日韩精品亚洲专区| 亚洲午夜羞羞片| 亚洲影视资源网| 亚洲一卡二卡三卡四卡无卡久久| 欧美精品一区二区三区视频| 欧美日韩国产高清一区二区| 成人黄色电影在线| 国产精品一级黄| 蜜桃精品视频在线| 精品一区二区精品| 国产综合色在线视频区| 精品一区免费av| 国产一区二区h| 国产乱人伦偷精品视频免下载| 九九在线精品视频| 极品销魂美女一区二区三区| 久久99精品久久久久久动态图 | 国产日产欧美精品一区二区三区| 欧美成人精品二区三区99精品| 日韩欧美在线观看一区二区三区| 91麻豆精品久久久久蜜臀| 欧美精品久久99久久在免费线| 欧美午夜精品一区| 宅男在线国产精品| 精品奇米国产一区二区三区| 精品国产一区二区精华| 国产调教视频一区| 26uuu国产电影一区二区| 日韩一区二区三免费高清| 91精品国产一区二区人妖| 欧美日韩aaaaaa| 欧美色综合网站| 欧美成人伊人久久综合网| 久久久影院官网| 国产精品国产三级国产aⅴ中文 | 欧美一二三在线| 精品美女一区二区三区| 日本一区免费视频| 亚洲婷婷综合久久一本伊一区| 亚洲一区二区三区视频在线播放| 日韩中文字幕一区二区三区| 国产精品99久久久久久宅男| 97精品国产露脸对白| 在线电影国产精品| 久久久电影一区二区三区| 日韩一区中文字幕| 日本91福利区| 不卡一区二区三区四区| 成人久久久精品乱码一区二区三区| 91丨国产丨九色丨pron| 欧美在线观看一二区| 在线电影一区二区三区| 久久久.com| 一级日本不卡的影视| 国产精品538一区二区在线| 在线观看精品一区| 精品久久人人做人人爱| 亚洲欧洲制服丝袜| 黄色小说综合网站| 欧美性生活影院| 日本一区二区三区国色天香| 日韩精品欧美成人高清一区二区| 高清成人在线观看| 欧美一区二区日韩一区二区| 亚洲精品一区在线观看| 亚洲成人手机在线| eeuss鲁片一区二区三区在线看| 日韩欧美激情在线| 亚洲一二三四久久| 成人高清免费观看| 国产夜色精品一区二区av| 午夜免费久久看| 色综合色综合色综合色综合色综合| 日韩免费成人网| 亚洲成a人片综合在线| 91美女精品福利| 日韩一级精品视频在线观看| 天堂成人免费av电影一区| 国产成人av福利| 日韩免费视频线观看| 视频在线在亚洲| 欧美亚洲国产bt|