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

📄 blastercallbackhelper.java

📁 java开源的企业总线.xmlBlaster
💻 JAVA
字号:
package org.xmlBlaster.protocol.corba.clientIdl;/** *	Generated from IDL interface "BlasterCallback" *	@author JacORB IDL compiler V 2.1, 16-Feb-2004 */public final class BlasterCallbackHelper{	public static void insert (final org.omg.CORBA.Any any, final org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback s)	{			any.insert_Object(s);	}	public static org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback extract(final org.omg.CORBA.Any any)	{		return narrow(any.extract_Object()) ;	}	public static org.omg.CORBA.TypeCode type()	{		return org.omg.CORBA.ORB.init().create_interface_tc("IDL:org.xmlBlaster.protocol.corba/clientIdl/BlasterCallback:1.0", "BlasterCallback");	}	public static String id()	{		return "IDL:org.xmlBlaster.protocol.corba/clientIdl/BlasterCallback:1.0";	}	public static BlasterCallback read(final org.omg.CORBA.portable.InputStream in)	{		return narrow(in.read_Object());	}	public static void write(final org.omg.CORBA.portable.OutputStream _out, final org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback s)	{		_out.write_Object(s);	}	public static org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback narrow(final java.lang.Object obj)	{		if (obj instanceof org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback)		{			return (org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback)obj;		}		else if (obj instanceof org.omg.CORBA.Object)		{			return narrow((org.omg.CORBA.Object)obj);		}		throw new org.omg.CORBA.BAD_PARAM("Failed to narrow in helper");	}	public static org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback narrow(final org.omg.CORBA.Object obj)	{		if (obj == null)			return null;		try		{			return (org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback)obj;		}		catch (ClassCastException c)		{			if (obj._is_a("IDL:org.xmlBlaster.protocol.corba/clientIdl/BlasterCallback:1.0"))			{				org.xmlBlaster.protocol.corba.clientIdl._BlasterCallbackStub stub;				stub = new org.xmlBlaster.protocol.corba.clientIdl._BlasterCallbackStub();				stub._set_delegate(((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate());				return stub;			}		}		throw new org.omg.CORBA.BAD_PARAM("Narrow failed");	}	public static org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback unchecked_narrow(final org.omg.CORBA.Object obj)	{		if (obj == null)			return null;		try		{			return (org.xmlBlaster.protocol.corba.clientIdl.BlasterCallback)obj;		}		catch (ClassCastException c)		{				org.xmlBlaster.protocol.corba.clientIdl._BlasterCallbackStub stub;				stub = new org.xmlBlaster.protocol.corba.clientIdl._BlasterCallbackStub();				stub._set_delegate(((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate());				return stub;		}	}}

⌨️ 快捷键说明

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