org.omg.CORBA.Any.create_output_stream()方法的使用及代码示例

x33g5p2x  于2022-01-16 转载在 其他  
字(5.9k)|赞(0)|评价(0)|浏览(89)

本文整理了Java中org.omg.CORBA.Any.create_output_stream()方法的一些代码示例,展示了Any.create_output_stream()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Any.create_output_stream()方法的具体详情如下:
包路径:org.omg.CORBA.Any
类名称:Any
方法名:create_output_stream

Any.create_output_stream介绍

暂无

代码示例

代码示例来源:origin: org.eclipse.persistence/org.eclipse.persistence.core

public static void insert(org.omg.CORBA.Any a, org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnection that) {
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.eclipse.persistence/org.eclipse.persistence.core

public static void insert(org.omg.CORBA.Any a, org.eclipse.persistence.internal.sessions.remote.Transporter that) {
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, String[] that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.ParameterDescription that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, org.omg.CORBA.DefinitionKind that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, org.omg.CORBA.StructMember that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, String that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.AttributeDescription that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec

public static void insert(org.omg.CORBA.Any a, String[] that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
  a.type(type());
  write(out, that);
  a.read_value(out.create_input_stream(), type());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.ExtInterfaceDef[] that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.CosNaming.NamingContextPackage.NotFound that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.SAS_ContextSec that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.spi.activation.ORBPortInfo[] that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.DynamicAny.DynFixed that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.DynamicAny.DynStruct that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.spi.PortableActivationIDL.ServerManager that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.ExceptionDescription[] that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, short[] that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
  a.type (type ());
  write (out, that);
  a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, byte[] that)
{
  org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
  a.type (type ());
  write (out, that);
  a.read_value (out.create_input_stream (), type ());
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static void insert (org.omg.CORBA.Any a, org.omg.DynamicAny.DynAnyPackage.TypeMismatch that)
{
 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
 a.type (type ());
 write (out, that);
 a.read_value (out.create_input_stream (), type ());
}

相关文章